Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ch2856 Friend
    #204058

    Hi,

    How can I restore the core joomla next prev article instead of the ja-magz floating one?

    Thanks.

    Adam M Moderator
    #560520

    Hi @ch2856,

    As there are more than 1 default Joomla! template, please provide a screenshot or let me know which template pagination style you want to use so I can assist you better.

    ch2856 Friend
    #560803

    Hi Adam,

    I am talking about next-prev article that on core joomla template appears on the bottom of an article. On JA-MAGZ it’s floating on the left-right side of the screen.

    Adam M Moderator
    #560885

    Hi @ch2856,

    Please open file root_folderhtmlcom_contentarticledefault.php and look for this code :

    $this->item->pagination = '<ul class="pagenav floatnav">' . $html . '</ul>';

    then update as below :

    $this->item->pagination = '<ul class="pagenav">' . $html . '</ul>';

    next, open file root_folder/templates/ja_magz/css/custom.css (if you don’t have this file, just create a new one) and add this code :

    .pagenav .pagenav-text {
    display: none;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 9 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum