Pagination doesn't appear

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 Jan 16, 2013 5:46 pm
Reply with quote
Report this post
Hello,

In multiple pages articles, the PREV-NEXT buttons don't appear. Please let me know how to activate them.
( I am not talking about the prev-next buttons between articles, but between pages of the same article)
User avatar
Junior Boarder

teitbite
Thu Jan 17, 2013 3:32 am
Reply with quote
Report this post
Hi

I had the same question last week. Please let me know if You are using regular joomla articles or K2. Becuase K2 doesn't support such function. A user I was helping found this out on K2 forum, they've also adviced Him to use some plugin for that. Unfortunately He didn't share this plugin name.
User avatar
Moderator

GK User
Fri Jan 18, 2013 10:05 am
Reply with quote
Report this post
Hello,

I am using Joomla articles, not K2.
User avatar
Junior Boarder

teitbite
Sat Jan 19, 2013 3:08 am
Reply with quote
Report this post
Hi

Ok. Please show me the page with an example.

Also try if it will start working when You change the name of a file /html/com_content/article/default.php to /html/com_content/article/_default.php
User avatar
Moderator

GK User
Sat Jan 19, 2013 7:10 pm
Reply with quote
Report this post
Hello, I have change the filename, but no change.

here is an example: http://www.techzone.ro/sapphire-hd-7970 ... eview-5963
you can check any article with 'review' in the name.
User avatar
Junior Boarder

teitbite
Sun Jan 20, 2013 11:11 am
Reply with quote
Report this post
Hi

This means that it's a joomla issue. Please send me an access to joomla panel so I'll make one last test.
User avatar
Moderator

GK User
Mon Jan 21, 2013 5:40 pm
Reply with quote
Report this post
Hello,

You got PM.
User avatar
Junior Boarder

teitbite
Wed Jan 23, 2013 12:37 am
Reply with quote
Report this post
Hi

I took a closer look and I can see that pagination is there, but disabled. Unfortunately You are using some pagination system I'm not familiar with. All I can see is that link to next/prev page is hidden with this code:

Code: Select all
.item-page > div.pagination {
    display: none !important;
}


CSS is compressed so I cannot tell in which file You can find this code to remove in order to show pagination links.
User avatar
Moderator

GK User
Thu Jan 24, 2013 7:34 am
Reply with quote
Report this post
Hello, that code is in joomla.css under gk_gamenews/css folder. I have commented the code and the pagination shows, but there is a black background under it and it looks bad.

Please provide a solution that can be put in override.css.
User avatar
Junior Boarder

teitbite
Fri Jan 25, 2013 4:23 pm
Reply with quote
Report this post
Hi

You can put the code to show it in override.css to:

Code: Select all
.item-page > div.pagination {
    display: block !important;
}


for background this code will remove the black color

Code: Select all
article.item-page ul:not(.pagenav) li {
    background: none repeat scroll 0 0 transparent;
}
User avatar
Moderator


cron