Pagination not work in joomla articles

Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 05, 2014 10:49 pm
Reply with quote
Report this post
Hi.
I am using 2 templates in two different sites and both are having the same problem.
Paging not appear in the articles of joomla.
Have chosen paging display settings of articles, as well as the corresponding menus and neither of them work.
Template State Music - www.marianomais.com.br/music
Template Steak - www.noisakirestaurante.com.br
What could be happening?
Thanks & Regards.
User avatar
Senior Boarder

teitbite
Sun Nov 09, 2014 11:10 am
Reply with quote
Report this post
Hi

Please tell me the exact page to where I can see the page where pagination should be.

Please make 2 tests.

- Rename /html/pagination.php to /html/_pagination.php
- Rename /html/com_content/ to /html/_com_content/

Each time check if there is a difference. This will help determine where is the problem.
User avatar
Moderator

GK User
Tue Nov 11, 2014 4:52 pm
Reply with quote
Report this post
Hi.
Neither test said nothing. Still not showing navigation between articles. You can see:
http://www.marianomaia.com.br/music/ind ... bre-musica
No navigation between articles, or in that category, nor any other appears.
How to solve this?
Thanks & Regards.
User avatar
Senior Boarder

teitbite
Wed Nov 12, 2014 9:59 pm
Reply with quote
Report this post
Hi

How many articles You have in this category ? I see only 3 and if there is not enough to fill at lease 2 pages (accordingly how many articles per page was set in configuration).

Please send me an access to joomla panel and ftp. I will find what the problem can be.
User avatar
Moderator

GK User
Thu Nov 13, 2014 3:51 pm
Reply with quote
Report this post
I want to browse BETWEEN the articles! Could be only two. The issue is not the pagination category. The pagination of items the SAME category.
For example, I read the first article and then have to go back to category because I can not pass to the next article.
That's what I need! Please, help me!
Thanks & Regards.
User avatar
Senior Boarder

GK User
Thu Nov 13, 2014 10:04 pm
Reply with quote
Report this post
The paging plugin was OFF! Now is working, but the template is putting the next and the previous one below the other on the left. How tidy this?
See: http://www.marianomaia.com.br/music/ind ... o-malandro
Thanks & Regards.
User avatar
Senior Boarder

teitbite
Sat Nov 15, 2014 10:44 am
Reply with quote
Report this post
Hi

Yes, this is called paging or pager :) sorry for my confusion. Add this to css:

Code: Select all
ul.pager li {
    display: inline-block;
    float: right;
}

ul.pager li {
    display: inline-block;
}

ul.pager li.next {
    float: right;
}
User avatar
Moderator

GK User
Mon Nov 17, 2014 10:34 pm
Reply with quote
Report this post
Hi,
The code you sent has two tags are exactly alike. And both commands are right.
It would not be the one left and one right?
Would not be a next and prev another?
In which I place the css code?
Actually it did not work because the code has the following classes in joomla.css file:
<ul class="pager pagenav">
<li class="previous">
<a href="/music/index.php/blog-do-mari/sobre-musica/96-adelzon-alves-o-amigo-da-madrugada" rel="prev">&lt; Ant</a>
</li>
<li class="next">
<a href="/music/index.php/blog-do-mari/sobre-musica/95-papo-de-sambista" rel="next">Próx &gt;</a>
</li>
</ul>
But the class next and previous are not in joomla.css
And the inspector elements of browser it is calling a general ul tag and not the template.
How do then?
What code do I put?
Which css file?
Thanks & Regards,
Marcia
See: http://www.marianomaia.com.br/music/ind ... o-malandro
User avatar
Senior Boarder

teitbite
Wed Nov 19, 2014 10:07 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMainbody ul.pagenav li {
    display: inline-block;
    float: left;
}

#gkMainbody ul.pagenav li.next {
    float: right;
}
User avatar
Moderator

GK User
Wed Nov 19, 2014 2:38 pm
Reply with quote
Report this post
Thanks!
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.