Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlay on mouseover gone
- This topic has 5 replies, 2 voices, and was last updated 9 years, 4 months ago by
Ernest Marcinko.
-
AuthorPosts
-
January 26, 2017 at 3:46 pm #11736
wsbaber
ParticipantUpgraded to 4.9.8 and the the “show overlay on mouseover” feature in isotopic results has disappeared! This is core functionality for my site. Any issues with GeneratePress? Can you confirm this is working correctly on other themes?
Thanks,
BillJanuary 26, 2017 at 5:21 pm #11737Ernest Marcinko
KeymasterHi Bill,
The feature works on all of my test servers and the demo servers as well. We did not recieve any tickets regarding issues with this feature yet. It should not be affected by the theme you are using, it’s mostly controlled by javascript.
Make sure to clear all layers of cache you have – including page, assets, browser, varnish, CDN etc.. I suspect it might serve the old plugin files.I tried to open the URL provided, but it does not work for me, can you please check it?
January 26, 2017 at 6:12 pm #11738wsbaber
ParticipantHi Ernest,
Used W3 to flush cache with no effect. I really like and need your plugin. Hope we can get this solved. Here is the url again: http://factsinfocus.org/
Best,
BillJanuary 26, 2017 at 6:28 pm #11739Ernest Marcinko
KeymasterThanks Bill.
I think I see why, but I don’t know what exactly is the cause. Anyways, I think I have a quick solution, but it will require to make 1 minor change in the plugin files:
1. Open up the wp-content\plugins\ajax-search-pro\includes\views\asp.shortcode.php file on your server
2. Change line 64 from this:[php]if (!self::$dataPrinted){[/php]
to this:
[php]if (!self::$dataPrinted || 1){[/php]
3. Save the file & clear all caches again.
If my suspicion was correct, then this should solve the problem. In that case, I will look more into it on my test enviromnet for a different, permanent solution for the upcoming version.
If you can’t make changes or need help with it, just update your ticket details with temporary FTP access and I will do it for you.
January 26, 2017 at 7:40 pm #11740wsbaber
ParticipantIT WORKED!! Thank you for going beyond your normal support hours and for your thoughtful well described instructions.
January 27, 2017 at 10:22 am #11742Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts
- The topic ‘Overlay on mouseover gone’ is closed to new replies.