Arrows with pagination & More in this category link gone

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jul 24, 2015 4:41 pm
Hi there,

When I use News Show Pro GK5 at home page and use Shop and Buy's template, the arrows with pagination and read more in this category not appear.

For detail, please see these screen shot:

Arrows with pagination appear (not in homepage):
Tangkapan layar 2015-07-24 22.17.22.png


Arrows with pagination not appear (in homepage):
Tangkapan layar 2015-07-24 22.18.07.png


My home page: https://www.deherba.com/

Help me to fix this and thank you very much!
User avatar
Senior Boarder

teitbite
Fri Jul 24, 2015 9:07 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.nspMain {
    overflow: visible !important;
}
User avatar
Moderator

GK User
Sat Jul 25, 2015 1:25 am
Already add that code, but the arrows with pagination only appear in desktop browser, not in mobile browser. Beside that, I need the buttons and arrows' style like in the first screen shot (green and grey). Thank you very much and waiting your next response.
User avatar
Senior Boarder

teitbite
Sat Jul 25, 2015 11:12 am
Hi

If You want green than You need to disable default module's css file (in all modules) so it will use templat's colors. Than I'll check mobile views. It's possible some code will affects it.
User avatar
Moderator

GK User
Sat Jul 25, 2015 4:07 pm
How to disable default css file? Thank you.
User avatar
Senior Boarder

GK User
Mon Jul 27, 2015 8:29 am
HI

I still can't disable dafault css file, please tell me the way. The arrows with pagination/pagination is gone when use mobile browser, how to fix it?

Thank you.

Ayub
User avatar
Senior Boarder

teitbite
Tue Jul 28, 2015 6:53 pm
Hi

Mobile is using swipe functionality, so arrows are not necessary. Please make sure all module instances has it disabled.
User avatar
Moderator

GK User
Wed Jul 29, 2015 3:49 am
Hi, when no button/arrow appear, how the visitors know that module have another page? Just tell me how to make the arrows/button appear at mobile browser. Thank you!
User avatar
Senior Boarder

teitbite
Thu Jul 30, 2015 9:07 am
Hi

Add this to mobile.css

Code: Select all
.nspTopInterface {
    position: relative !important;
    top: 0 !important;
}
User avatar
Moderator


cron