I can't find anywhere in the form about removing the buttons/dots on the slide show module on opencart v1.5.1.3 any one got any idea.
Managing Director
Cave In Ecommerce
Online Ecommerce Solutions
http://www.caveinecommerce.com
I know this is an old posting and I am sorry I did not notice this earlier...
But this might come in handy for people looking how to get rid of these dots...
Removing/renaming the bullets.png image is not a good way to do this as the navigation boxes stay there...
A quick and dirty solution is to simply move theses navigation boxes out of sight...
Edit the slideshow.css and locate .nivo-controlNav
in here replace
with
This allows to get the job done without messing about in the code where these boxes are generated...

But this might come in handy for people looking how to get rid of these dots...
Removing/renaming the bullets.png image is not a good way to do this as the navigation boxes stay there...
A quick and dirty solution is to simply move theses navigation boxes out of sight...
Edit the slideshow.css and locate .nivo-controlNav
in here replace
Code: Select all
right: 10px;
bottom: 5px;
Code: Select all
margin-left: 9999px;

instead of moving away from the page one might obviously choose to just hide the navigation boxes...
will do just that

Code: Select all
display: none;

Who is online
Users browsing this forum: No registered users and 21 guests