Forums Forums Search & Filter Pro Using Ajax correctly?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Ross Moderator
    #11309

    Hi Jade can you send me a link?

    If you are using ajax you shouldn’t be seeing a page refresh, however if the filter does refresh then it may be because your filter is inside the Ajax Results Container.

    Thanks

    Anonymous
    #11310
    This reply has been marked as private.
    Anonymous
    #11398

    Just checking to see if you had a chance to take a peek at the page. I wasn’t sure after I wrote if you were with DesignsAndCode or someone who just happened to catch my post. I’m just trying to make sure I at least have the AJAX settings correct. Always want to start with the simplest thing first before trying to dig into code.

    Ross Moderator
    #11400

    I had this ticket open in my browser and was about to take a look!

    Basically, it seems like you have a couple of problems (almost there).

    Firstly, you have some JavaScript errors in your console. Take a look using something like firebug and see, but you have JavaScript errors on that page (and probably others) throughout the site.

    When there is a JavaScript error, this sometimes prevents other JavaScript from running – such as the S&F Ajax. So the errors you have must be fixed first – otherwise this will be near impossible to resolve. If for now this means disabling some plugins I would suggest to do that – even just to see if this is really the issue.

    Secondly, it appears your Ajax Results Container may be wrong – it is set to the default #content but this really is a theme dependent setting – from looking at your code I’m guessing it should be something like main.content.

    Let me know when you managed to fix or disable plugins that were causing your JS errors and we can move on to the next step (this may actually resolve your issues).

    Thanks

    Anonymous
    #11404
    This reply has been marked as private.
    Anonymous
    #11405
    This reply has been marked as private.
    Ross Moderator
    #11410
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)