Step 1: go to "system->design->banner" and add a couple of images to a banner and give it a name. Let's say you name it "slideshow".
Step 2:go to "Home->Modules->Slideshow " and add the banner you just added.
All done!
Step 2:go to "Home->Modules->Slideshow " and add the banner you just added.
All done!
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
Well done :-)
Thx
I know why the banners to be displayed incorrectly. Modules -- slideshow --- banners :-) - here was a mistake.
One more question.
Can I change the transmission rate, or how to change the slide show? (for example - how in NivoSlider)
Thx
I know why the banners to be displayed incorrectly. Modules -- slideshow --- banners :-) - here was a mistake.
One more question.
Can I change the transmission rate, or how to change the slide show? (for example - how in NivoSlider)
the default nivo-slider bundled with opencart won't easily let you do that.
if your are into coding / manipulating your opencart core files, check out:
catalog/view/theme/default/template/module/slideshow.tpl
and edit following section within the file:
to
where ########### stands for whatever option you want for your slider. (list of option see here). drawback, whatever you change here, will be set for all your sliders, regardless where you use them.
alternatively you could check out my commercial module (see link in my signature) which gives you the power to manipulate your slideshow in many ways, set different sliders, select from transition effects and so on ...
hdh, greetings,
Dropping Coconut
if your are into coding / manipulating your opencart core files, check out:
catalog/view/theme/default/template/module/slideshow.tpl
and edit following section within the file:
Code: Select all
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider();
});
Code: Select all
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider({
###########
});
});
alternatively you could check out my commercial module (see link in my signature) which gives you the power to manipulate your slideshow in many ways, set different sliders, select from transition effects and so on ...
hdh, greetings,
Dropping Coconut
Droconut SLIDERS v1.23 - customizable image and content slider with caption
Droconut PIECEMAKER v1.00 - customizable PIECEMAKER V2 with caption
for Opencart 1.5.1.3 +
Who is online
Users browsing this forum: No registered users and 20 guests