thanks !! works great for me, zencart 1.3.9h
Best slider for ZC
thanks !! works great for me, zencart 1.3.9h
Best slider for ZC
How can I remove the white space below the slideshow when disable the navigation?
Or move the navigation in the slideshow instead of below?
I'll have to check about the white space, I don't remember seeing it.
Nav buttons - you should edit the index_home.css and position the nav bar where you want it. I'll be home late this evening and will be able to go into details.
Thanks,
already found these settings in the "index_home.css"
under:
.theme-default .nivoSlider {
margin-bottom:50px; change this to 0px
and:
.theme-default .nivo-controlNav {
bottom:-42px; change this to 0px
Now this is perfect for my site, thanks!
Hi I am very new to zencart. Can you tell me how you uploaded this slider feature to your site? My images are too far too the left. I want to enter them between the page arrows or at least make them longer. The company I hired to develop my site is MIA. Thanks.
I am building a new site and am having an issue with zx slider where my slider images are bouncing up and down. I have confirmed that all of the slider images are the same size. The only fix I have come up with so far is to edit index_home.css and removing "display: block;" from the following lines code:
.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
}
The problem with this solution is that it creates a new issue where the slideshow is blank for about 3 seconds when the site first comes up. Has anyone else experienced this issue and/or have a solution? Here is the problem child: www.helmetenvy.com. Thank you.