Can't get rid of Prev Next

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat Jun 09, 2012 6:55 pm
Hello,

Just finished a website using CherryDesign and have two NSP modules on the home page.

http://www.ghilliesmith.com/test

In the bottom right NSP module, I can't get rid of the Prev Next bits... they don't seem to do anything and I can't see where I can turn it off in the Module Manager.

Help?

Thanks,

Steph
User avatar
Senior Boarder

Konrad M
Sun Jun 10, 2012 8:03 pm
Hi,
Please try in module settings in 'Article layout' section. Here you have 'Pagination' option. Set is as 'None'.
User avatar

GK User
Sun Jun 10, 2012 10:27 pm
Thanks but it's already set as none?

Any other clues? It's totally baffling!

Thank you!
User avatar
Senior Boarder

Konrad M
Tue Jun 12, 2012 8:38 am
Please try add suffix own to this module for example ' mysuffix' and add this to override.css
Code: Select all
.mysuffix a.nspPrev,
.mysuffix a.nspNext {
display:none;
}

and remember to enable override.css option in template settings.
User avatar


cron