arrows in the module, despite pagination off

GK User
Fri Jan 20, 2012 9:18 pm
Hello,

I use mod_news_pro_gk4 and despite setting off vertical scroller and pagination anywhere where it can be seen to pzrewijania arrows.
I would like to turn them off, hide. I do not use the scroll there, and everywhere where I could set the quantity is "1".
Where I could only turn them off, then in css, but I'd like a more humane;)
What should I do in this situation?

regards :)
User avatar
Fresh Boarder

GK User
Sat Jan 21, 2012 12:09 am
If its arrows on Editors Pick section in demo website then use below css in template settings > Advanced > Custom Code
Code: Select all
.nspMainPortalMode4 .nspPrev, .nspMainPortalMode4 .nspNext { display:none; }


See you around...
User avatar
Platinum Boarder

GK User
Sat Jan 21, 2012 11:35 am
hello,
Thank you for your reply.

Not exact editors picks.

Im using this module for showing one selected article and I dont need arrows. In fact, i the bottom position, but for the editors picks I have another module :)

I thought that maybe there is some more peaceful way to disable this.

Thank you for helping

best regards
User avatar
Fresh Boarder

GK User
Thu Feb 02, 2012 9:14 am
If you post a link to your website we can see better. Code is simple it is not hard to do.

See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 14, 2012 7:36 pm
Thank you for your replies.

I have removed arrows by the modifying CSS file.

I have next, similar question - in the /css folder I have found 5 files .css.

As I understand 4 of them:
style.portal.mode.1.css
style.portal.mode.2.css
style.portal.mode.3.css
style.portal.mode.4.css

are for specific display modes of the module:

vertical scroller
Portal mode
accordion news
news gallery
set from the backend interface of the module??

Thank you
User avatar
Fresh Boarder

GK User
Tue Feb 14, 2012 10:52 pm
Following is correct order/files and styles.
Code: Select all
style.portal.mode.1.css = "Portal mode - Vertical Scroller"
style.portal.mode.2.css = "Portal mode - News Slideshow"
style.portal.mode.3.css = "Portal mode - Accordion News"
style.portal.mode.4.css = "Portal mode - News Gallery"

So yes depending on which module mode you select , css file for that mode gets applied.

See you around...
User avatar
Platinum Boarder


cron