Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Divi Infinite Scroll Blog Module

Tagged: ,

Viewing 2 posts - 31 through 32 (of 32 total)
  • Pun
    #244869

    Sounds right… for sure point me in the direction as I could probably figure it out with a little guidance.

    Ross Moderator
    #244940

    So the logic would be:

    1) Insert the new page title into a hidden input field in your results.php – something like:
    <input type="hidden" id="new-page-title" value="<?php echo get_the_title(); ?>" />
    1) When an ajax request finishes, get the new page title from #new-page-title.
    a) You can perform actions on sf:ajaxfinishhttps://searchandfilter.com/documentation/faq/
    b) then you can put that value into the document title – document.title = ...https://stackoverflow.com/questions/413439/how-to-dynamically-change-a-web-pages-title

    Thanks

Viewing 2 posts - 31 through 32 (of 32 total)

You must be logged in to reply to this topic.