Forums Forums Search & Filter Pro Results, Once Filtered, stay at .5 Opacity?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #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.

    http://75.98.171.114/~myewb/resources/

    Ross Moderator
    #15394

    Hey 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
    #15395

    Wow 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.

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