Forums Forums Search & Filter Pro Pagination

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #7024

    Hi,

    I would like the pagination to look like the rest of my site. I am using Ajax results with a custom template and the pagination is used from the results.php template, not my theme. I see you have nice looking pagination that comes from your theme in your demo: http://demo.designsandcode.com/sfpro-movie-reviews/video-demo/

    How can I use this with Ajax and results as shortcode? Your help is appreciated.

    Anonymous
    #7063

    What would be better is Ajax load more posts button (lazy load) instead of pagination:) This is better for mobile.

    Ross Moderator
    #7092

    Hey Colette

    Lazy load is a good idea, it already on my to do list ๐Ÿ™‚

    RE styling like existing pagination..

    You can actually create your pagination however you want.. the only thing that needs to be added to your pagination links is a class and a data attribute:

    <a href="#" data-page-number="1" class="pagi-num">Page 1</a>

    So you must add the class pagi-num so S&F can find the link, and then there must be the data attribute data-page-number

    The movies demo is out of date and does not use this yet.

    Does that make sense?

    Thanks

    Anonymous
    #7232

    Hi Ross,

    I would like to have my pagination look like our blog if we cannot have the load more yet. II know this must be changed in the PHP file, but I didn’t want to hack the plugin without consulting you first. Here is an example: http://dev.workforcesoftware.com/resources/blog/workforce-management/page/2/

    Ross Moderator
    #9949

    Hey Colette

    The latest version of the plugin allows for regular pagination (which should fit in with your blog) no problem ๐Ÿ™‚

    See the included results.php file for usage.

    Thanks

    Anonymous
    #9971

    Thank you:) When is the update coming?

    Ross Moderator
    #9974

    It was out before Christmas ๐Ÿ™‚ – v1.4.0

    Anonymous
    #10005

    Thank you very much it is working and looking awesome now:)

    Ross Moderator
    #10013
    This reply has been marked as private.
    Ross Moderator
    #10014
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)