Okay
  Public Ticket #535853
Page Numbering / Pagination on Search Results page
Closed

Comments

  • Stefaan started the conversation

    Hi,

    When a user searches for something on the website a page with search results is displayed. On the bottom of the page the < or > buttons get displayed but not the page numbers ... is there some way to fix that ? Because right now I'm getting feedback that users can't find something on the site, whereas it is there, but just not clear to the user that there is more than one page of search results.


    Searching for 'scotch' for example returns pages of results. On page 2 I only see the '<' and '>' buttons (http://www.whiskywithfriends.be/page/2/?s=scotch). On the blog page though I do get the page numbering http://www.whiskywithfriends.be/blog/

  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .search-results #pagination .prev a, .search-results #pagination .prev.inactive, .search-results #pagination .page-numbers.prev, .search-results #pagination .next a, .search-results #pagination .next.inactive, .search-results #pagination .page-numbers.next {
        background-image: none !important;
        text-indent: 1px !important;
        width: auto !important;
        height: auto !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Stefaan replied

    Hi,

    This does show a \'Previous Entries\' and \'Next Entries\' button, but not the page numbers in between as I have on my blog page. http://www.whiskywithfriends.be/page/2/?s=whiskey

    On the blog page (http://www.whiskywithfriends.be/blog/page/2/) it shows

    « Previous 1 2 3 4 12 Next »

    Is it possible to get that on the search results page too? That way it looks and feels the same across all pages of the site.

  •  8,990
    Tahir replied

    Hey ,

    No i am afraid that would require custom work . Though have added it to the wishlist.

    Thanks


    ThemeNectar Support Team