• Resolved tatianamk

    (@tatianamk)


    Hello,

    I am using WordPress 4.0 with Bouquet theme.
    When I use the search, the search navigation to go to previous or next articles appears at the top of the search, and not at the bottom which would be more logical. Example: https://penseesduneshoesaholic.com/?s=voiture the link “articles précédents” which means “previous articles” appears at the top. I want it to move to the bottom. Is there an easy way to do this?
    I’m using Relevanssi plugin for search but it’s not the cause because I tried deactivating it and everything looks the same.

    Thank you in advance for your help!

    [no bumping please – see forum etiquette]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The Bouquet search results page is driven by the search.php template file.

    This line of code is what displays the navigation you’re referring to:

    <?php bouquet_content_nav( 'nav-above' ); ?> (line 19)

    I also see a line which displays navigation below the search results:

    <?php bouquet_content_nav( 'nav-below' ); ?> (line 28)

    I think the reason it’s not displaying is that you’ve implemented infinite scroll on your site.

    To be certain that’s the cause, try temporarily deactivating infinite scroll and see if the navigation appears.

    Let me know if that does the trick.

    Thread Starter tatianamk

    (@tatianamk)

    Yesss!!!! Kathryn, that worked wonders! ?? thank you so much!

    Glad to hear it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search page navigation at the top/bottom?’ is closed to new replies.