-
AuthorPosts
-
January 14, 2017 at 5:55 pm #1002305
I use JA-Resume and in the categories blogs I have the pagination wraps doubled and the button "load more" that does not function. You can just look here. http://www.aviewallaroundyou.it/looking-under-your-shoes.
Any suggestions?
Thank you.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 14, 2017 at 6:17 pm #1002307Hello
We will need to have a closer look at your settings , so please share as private reply a temp super user account to your backend
January 14, 2017 at 7:48 pm #1002311This reply has been marked as private.January 14, 2017 at 8:29 pm #1002315This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 14, 2017 at 8:53 pm #1002323This reply has been marked as private.January 15, 2017 at 10:04 am #1002379This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 15, 2017 at 11:30 am #1002383Hello
It seems to be a template bug , i will forward this topic to joomlart’s developers to have a look at it
please do not disable or remove super user account so they can access your backend easily.Thanks for your patience.
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
January 19, 2017 at 6:53 am #1003725Hi.
You can try this.
Open the file : templates/ja_resume/html/com_content/category/blog.php
Delete the code :
<?php $pagesTotal = isset($this->pagination->pagesTotal) ? $this->pagination->pagesTotal : $this->pagination->get('pages.total'); if (($this->params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($pagesTotal > 1)) : ?> <div class="pagination-wrap"> <?php if ($this->params->def('show_pagination_results', 1)) : ?> <div class="counter"> <?php echo $this->pagination->getPagesCounter(); ?></div> <?php endif; ?> <?php echo $this->pagination->getPagesLinks(); ?> </div> <?php endif; ?>
Open the file :
templates/ja_resume/js/infinitive-paging.js
Change the code$('div.pagination').hide();
To
$('.pagination-wrap').hide();
Change
navSelector : 'div.eb-pager > div', // selector for the paged navigation nextSelector : 'div.eb-pager > div > a:last', // selector for the NEXT link (to page 2) itemSelector : '.item', // selector for all items you'll retrieve
To
navSelector : 'ul.pagination', // selector for the paged navigation nextSelector : 'ul.pagination > li:last > a', // selector for the NEXT link (to page 2) itemSelector : '.items-row', // selector for all items you'll retrieve
Regards.
1 user says Thank You to Mo0nlight for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Mo0nlight 7 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum