Forums › Forums › Search & Filter Pro › Results, Once Filtered, stay at .5 Opacity?
- This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago by Anonymous.
-
Anonymous(Private) April 20, 2015 at 12:29 am #15393
Hello,
Great plugin! However, when I filter elements the results go to .5 opacity and never return to 1. Looks like an inline style is being applied via S&FP and just isn’t being updated for some reason.
I have updated the results.php file slightly, but have left the exterior architecture of the result the same, so that’s not the issue. To test it, I put the original results.php back into the site, and it behaved the same.
Ross Moderator(Private) April 20, 2015 at 12:40 am #15394Hey Brent
There appears to be a few JS errors in the console – its a good idea to get them sorted, however one of them is coming from S&F directly…
Uncaught SecurityError: Failed to execute 'pushState' on 'History': A history state object with URL 'http://http//75.98.171.114/~myewb/resources/?_sft_ct-
This is when S&F is trying to update the URL using
pushState
(part of the html5 history API)..To avoid this error you can either disable this feature (“use bookmarkable URLs”) or I guess the preferred option is to fix the cause of the error…
Notice the problem is its trying to update the history with: http://http//75.98.171.114
Check the “Results URL” and make sure that doesn’t have an extra
http
in there by mistake…Let me know!
Thanks
Anonymous(Private) April 20, 2015 at 1:05 am #15395Wow that was fast. And sorry to waste your time–yep, two http: decs in the results URL. No idea how that happened. Updated it and all is in order now. (I’m not getting any errors in my FF console btw, but I’ll do some further checks.)
Thanks for the great support.
-
AuthorPosts