Private posting

This topic contains 4 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15603
    wjdesigner
    wjdesigner
    Participant

    Hello, how do I post a question RE: My site privately, I have purchased the search plugin.

    #15604
    wjdesigner
    wjdesigner
    Participant
    You cannot access this content.
    #15612
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Usually menu items are pointing to pages or custom post types or even category or taxonomy archive pages.
    – Make sure to select all the desired custom post types as sources: https://i.imgur.com/F92BGTf.png
    – ..or even taxonomy terms (categories, tags etc..) as results if needed: https://i.imgur.com/F5B0wVW.png

    In your case I believe you are looking for the ‘product – Product categories’ taxonomy terms as results, or at least that is where the menu items link to from what I can see: https://i.imgur.com/Tqla2qW.png

    I hope this helps!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #15614
    wjdesigner
    wjdesigner
    Participant

    Many thanks, seems to have worked, although I think there were one or two items which did not show. Also how can I speed up the load time of the search results, I need too have it instantaneous rather than a half second or so wait for the results. I am using a fast server and minimising things, please advise on the best technique, thank you.

    #15617
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Unfortunately ajax search cannot be instantenious, as it needs the server to return results. Half a second is actually incredibly fast response time, I’m not sure if it’s possible to top that.

    Instant search engines does not use server side ajax (except google and some very high-end services), but cache the results on the front-end via scripts, which make the page size much higher and the page loading much slower. It basically runs on the clients browser as a script, instead of the server. I’m working on a possible feature in a future release, but there are many limitations – as clients with slower PCs have to be considered as well.

    Ajax technology is a safer choice for now, as all the work is done by the server, instead of the client browsers. I’m hoping however to implement such feature in the near future.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.