Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cmarchisio Friend
    #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 Moderator
    #1002307

    Hello

    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

    cmarchisio Friend
    #1002311
    This reply has been marked as private.
    cmarchisio Friend
    #1002315
    This reply has been marked as private.
    pavit Moderator
    #1002323
    This reply has been marked as private.
    cmarchisio Friend
    #1002379
    This reply has been marked as private.
    pavit Moderator
    #1002383

    Hello

    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 Moderator
    #1003725

    Hi.

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

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