Post by mwben » Sun Oct 16, 2011 11:56 am

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


Active Member

Posts

Joined
Sat Jan 01, 2011 11:27 am

Post by djeeke » Sun Feb 19, 2012 3:01 am

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

Code: Select all

	right: 10px;
	bottom: 5px;
with

Code: Select all

margin-left: 9999px;
This allows to get the job done without messing about in the code where these boxes are generated...
:crazy:

New member

Posts

Joined
Wed Mar 30, 2011 10:19 pm

Post by djeeke » Sun Feb 19, 2012 11:41 pm

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

Code: Select all

display: none;
will do just that
:crazy:

New member

Posts

Joined
Wed Mar 30, 2011 10:19 pm
Who is online

Users browsing this forum: No registered users and 21 guests