Viewing 15 posts - 31 through 45 (of 57 total)
  • Author
    Posts
  • aldyf Friend
    #741175

    <em>@jooservices 481083 wrote:</em><blockquote>Hi there
    On this link i can see you have More Articles

    http://www.menaranews.com/regional/23-sumatera

    I’m sorry but really confuse and bit hard to understand your issue. Please clearly it in right way with reproduce steps & your expected result / your current displayed .

    Thank you,
    Viet Vu</blockquote>

    Yes, I have “MORE ARTICLE”, but in the SUMATERA Category, there is more than 50 articles. But now, in the SUMATERA category, i see only 12 articles.

    I mean, i want to see the other articles (older post), but i dont see a link to display other article. Where is the link to display the previous page?

    Thank you very much.

    stazzy Friend
    #576207

    Exactly what i need too.

    aldyf Friend
    #576456

    Where is the solution?

    Where is the support?

    jooservices Friend
    #576462

    Hi there
    It’s all about Joomla! usage. Please provide your site backend & CPanel . I’ll help you config that.

    Thank you,
    Viet Vu

    jooservices Friend
    #576464

    Hi there
    In case you can’t work with Joomla! configuration. Try to make this hard code patch

    <?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; ?>

    templatesja_teline_vhtmlcom_contentcategoryblog.php

    Just remove if condition to force it always show pagination.

    Thank you,
    Viet Vu

    aldyf Friend
    #576485

    I dont think, it is joomla configuration. Because with another template, it is normal. Maybe there is a problem with JA Teline V.

    ilovevalencia Friend
    #576537

    I also have the same problem. But in my case pagination doesn’t work in one subcategory and in the other subcategory works! And these 2 subcategories have the same parent category, which means they have the same configuration. (see attached image).

    I can find articles from 2 or 3 page with search and open them, which means they are published and category is correct.
    I have tried to force it always show pagination like described below, but it didn’t work for me.
    Any solution?

    ilovevalencia Friend
    #642850

    I also have the same problem. But in my case pagination doesn’t work in one subcategory and in the other subcategory works! And these 2 subcategories have the same parent category, which means they have the same configuration. (see attached image).

    I can find articles from 2 or 3 page with search and open them, which means they are published and category is correct.
    I have tried to force it always show pagination like described below, but it didn’t work for me.
    Any solution?

    ilovevalencia Friend
    #741507

    I also have the same problem. But in my case pagination doesn’t work in one subcategory and in the other subcategory works! And these 2 subcategories have the same parent category, which means they have the same configuration. (see attached image).

    I can find articles from 2 or 3 page with search and open them, which means they are published and category is correct.
    I have tried to force it always show pagination like described below, but it didn’t work for me.
    Any solution?

    jooservices Friend
    #576541

    Hi @ilovevalencia
    Please create your own topic with issue detail.

    Thank you,
    Viet Vu

    jooservices Friend
    #642854

    Hi @ilovevalencia
    Please create your own topic with issue detail.

    Thank you,
    Viet Vu

    jooservices Friend
    #741511

    Hi @ilovevalencia
    Please create your own topic with issue detail.

    Thank you,
    Viet Vu

    aldyf Friend
    #576560

    <em>@jooservices 481506 wrote:</em><blockquote>Hi there
    In case you can’t work with Joomla! configuration. Try to make this hard code patch

    <?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; ?>

    templatesja_teline_vhtmlcom_contentcategoryblog.php

    Just remove if condition to force it always show pagination.

    Thank you,
    Viet Vu</blockquote>

    Your solution does not work

    Another solution?

    Thank you very much.

    aldyf Friend
    #642873

    <em>@jooservices 481506 wrote:</em><blockquote>Hi there
    In case you can’t work with Joomla! configuration. Try to make this hard code patch

    <?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; ?>

    templatesja_teline_vhtmlcom_contentcategoryblog.php

    Just remove if condition to force it always show pagination.

    Thank you,
    Viet Vu</blockquote>

    Your solution does not work

    Another solution?

    Thank you very much.

    aldyf Friend
    #741530

    <em>@jooservices 481506 wrote:</em><blockquote>Hi there
    In case you can’t work with Joomla! configuration. Try to make this hard code patch

    <?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; ?>

    templatesja_teline_vhtmlcom_contentcategoryblog.php

    Just remove if condition to force it always show pagination.

    Thank you,
    Viet Vu</blockquote>

    Your solution does not work

    Another solution?

    Thank you very much.

Viewing 15 posts - 31 through 45 (of 57 total)

This topic contains 57 replies, has 5 voices, and was last updated by  jooservices 9 years, 4 months ago.

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