adammosley
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-column Tag Map] Incorrect SortingPerfect! Thanks again.
Forum: Plugins
In reply to: [Multi-column Tag Map] Incorrect SortingOddly, that fixes it in every column except the “C” column, which is now sorted in some kind of random order. You can see it here: http://www.sermonwatcher.com/sermon-vault/
Forum: Plugins
In reply to: [MediaRSS external gallery] [Plugin: MediaRSS external gallery] PaginationWorks beautifully! Thank you for your quick work.
Forum: Plugins
In reply to: [MediaRSS external gallery] [Plugin: MediaRSS external gallery] PaginationIt 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.
Forum: Plugins
In reply to: [MediaRSS external gallery] [Plugin: MediaRSS external gallery] PaginationFirebug says:
TypeError: jQuery(…).jPages is not a function
Forum: Plugins
In reply to: [MediaRSS external gallery] [Plugin: MediaRSS external gallery] PaginationThank 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.