Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › issues after update
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 6 years, 8 months ago.
- AuthorPosts
- March 28, 2017 at 5:25 pm #12516
Hello,
Our search was working fine up until the update. It was set to the vertical layout, but now its not working at all and i’ve checked all the settings. There are a couple other issues too, like highlighting search results, and the SEARCH FOR text showing in IE. None of these were issues before the upgrade. Please let me know if you can help. Thank you! Chantelle
Attachments:
You must be logged in to view attached files.March 29, 2017 at 9:18 am #12519Hi,
From what I can see, this is going to be a cache related issue. If I check any other page on your site, the ajax search pro searchbar is displayed, while on the home page I see the default theme search. Clearing all layers of cache (page, CDN, Cloudflare, asset, varnish, browser cache etc..) will solve this issue for sure.
– Cached home page: https://i.imgur.com/GYdCTa6.png
– vs. any other page: https://i.imgur.com/dU70m6q.pngAnother thing I noticed, that you have the results layout set to ‘block’, which is very likely not what you want, and will result in either pushing your header or weird result sizes. You can change that on the Layout Options -> Results layout panel: https://i.imgur.com/CXr2BTh.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 4, 2017 at 6:56 pm #12589You cannot access this content.April 5, 2017 at 8:25 am #12593Hi!
I believe the problem there is that the results position is set to “block” instead of the default “hovering”. You can change that on the Layout Options -> Results layout panel: https://i.imgur.com/y2p6oVF.png
In this case, make sure to clear the cache after making the change, it will affect it.If that option is set to the default “Hovering”, then this can also happen if you use the results shortcode (or a shortcode builder shortcode) blow the search bar – because it automatically forces the results to a block layout. If this is the case, I don’t recommend it. The simple search shortcode is the best to use in the header:
Best,[wpdreams_ajaxsearchpro id=1]
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 6, 2017 at 4:12 pm #12610Hi
Thank you for your response. I have “hover” set and I am using the simple code in the header. The strange thing is that when I do one search I get the vertical result display. When I do a second search the results appear on a new page. Then any subsequent search displays the results on a new page as well.
The other issue is when I do the first search, the vertical results appear but it’s beneath my navigation. Before the update of the search plugin this was working fine, now it’s not. Do you know how I can remedy this?
Thanks,
Attachments:
You must be logged in to view attached files.April 7, 2017 at 7:11 pm #12631Hi,
Regarding the results position: there was a change in the z-index values in the recent updates, that might have been causing the problem. The solution fortunately is very simple, just use this custom CSS:
div[id*=ajaxsearchprores] { z-index: 100000 !important; }
However I’m not able to re-create the second issue to be honest. I’ve tried entering multiple items, but I always get the live results, no redirection. It may have been just a cache issue. Make sure to clear your browser cache, by reloading with CTRL + SHIFT + R buttons. If the problem persists, let me know how exactly it happens, and I will try those steps as well.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.