Arrows & Pagination not showing.

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
Wed Aug 20, 2014 9:11 am
http://sstuwa.org.au/a/

Can anyone see why the arrows and pagination are not showing on the 4 news show modules on this page? I have it working in another build (http://sstuwa.org.au/newsite2), but can't see why it is not working here?

Cheers
User avatar
Expert Boarder

GK User
Thu Aug 21, 2014 8:42 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.nspMain { overflow: visible }

and then just remember to enable "Use override CSS" option in template advanced settings tab. This should resolve your problem.
User avatar
Platinum Boarder

GK User
Thu Aug 21, 2014 8:55 am
Thanks bkrztuk

Unforuntately that css did not help.

Site is live now:
http://www.sstuwa.org.au
User avatar
Expert Boarder

GK User
Thu Aug 21, 2014 2:52 pm
It is overwrite by template styles. Please add this code :

Code: Select all
.nspMain { overflow: visible !important }
User avatar
Platinum Boarder

GK User
Thu Aug 21, 2014 11:01 pm
!important !!! now way didn't I think of that, sorry :)

All good now :)
User avatar
Expert Boarder


cron