Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Marco Constancio

    (@marco-constancio)

    I updated the plugin and you can now limit how many entries is diplayed and also has a pagination function.

    Thread Starter adammosley

    (@adammosley)

    Thank you, Marco. However, I’m having a little trouble implementing this feature. I am not seeing the pagination bar that is referenced in the HTML file. If I put “pagination=true max_pag_items=15” into the code, the plugin limits the number of items displayed to 15, but doesn’t give the option to go to the next page.

    Plugin Author Marco Constancio

    (@marco-constancio)

    On my instalation it works wihtout a problem.

    What errors give you change the WP_DEBUG var to true on the wp-config.php ?

    Do you have browser plugin that blocks javascript ? is it possible to install firebug on you browser and check what errors it shows ?

    Thread Starter adammosley

    (@adammosley)

    Firebug says:

    TypeError: jQuery(…).jPages is not a function

    Plugin Author Marco Constancio

    (@marco-constancio)

    Try updating the plugin to the latest version and see if this error is being displayed.

    Thread Starter adammosley

    (@adammosley)

    It works beautifully now except for one thing. It will not create a new page unless there are enough feed items to fill that page. So, for example, a feed with 25 items will display as follows:

    If max_pag_items=6, then you get 4 pages (24 total)
    If max_pag_items=9, then you get 2 pages (18 total)

    However…

    If max_pag_items=5, then you get 5 pages (25 total)

    Presumably, once the feed reaches the next multiple of the “max_pag_items” number, an additional page will be created.

    This is not a huge issue for my implementation, but I thought I would bring it to your attention.

    Plugin Author Marco Constancio

    (@marco-constancio)

    Made some changes and this issue should now be solved in the latest version.

    Thread Starter adammosley

    (@adammosley)

    Works beautifully! Thank you for your quick work.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: MediaRSS external gallery] Pagination’ is closed to new replies.