Page 2 of 3
Re: Slideshow on Homepage Not Working
Posted: Sat Dec 31, 2011 1:51 am
by withuinmind
Hi i would like some help with uploading images onto homepage slideshow. Previously this worked fine but now it seems I must have disabled something as each time I attempt to add a new image it does nothing.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Thu Jan 05, 2012 2:27 am
by TAC
@ benfrain.com - Sorry for not thanking you for your help sooner. I tried what you said but it didn't seem to work at first. Then I looked at the Nivo Slider effects link you posted.
It turns out that all I needed to do was change the word 'random' in the jquery.nivo.slider.pack.js to any of the choices listed on the NS effects page.
I went for 'fade' in the end and it works perfectly!
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Thu Jan 05, 2012 2:39 am
by TAC
@ withuinmind - this may be just a coincidence but I had the same problem earlier today and it turned out to be a hosting issue. Here's the post I was using
http://forum.opencart.com/viewtopic.php?f=19&t=42094
Plus there's this as well from Daniel
http://www.opencart.com/index.php?route ... ion&path=8
Hope that helps

Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Fri Jan 06, 2012 3:13 am
by withuinmind
Tac hi and thank you for responding. I'll investigate both links you sent the Daniel link looks promising so checking that out first. Will let you know how I get on. Strange you should have had the same difficulty.
Thanks.
withuinmind.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Sat Jan 07, 2012 11:42 pm
by withuinmind
Hi not having any joy with finding a solution so looking at alternative platforms.
Thanks. withuinmind.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Wed Jan 18, 2012 11:27 pm
by mosesg
Have a silly question, Is there anyway to change the location of the slideshow/banner to other then content top bottom left or right? I want it next to the info on the main page so content center
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Wed Jan 25, 2012 8:49 am
by duramba
How to change Nivo Slider options.
It's not recommended to edit the jquery.nivo.slider.pack.js file directly, instead pass options to the slider.
This can be done in the slideshow template. ( Opencart version Version 1.5.1.3 )
catalog > view > theme > your theme or default > template > module > slideshow.tpl
Look for:
Code: Select all
<script type="text/javascript"><!--
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider();
});
--></script>
Here is where you would pass the options you want. For example:
Code: Select all
<script type="text/javascript"><!--
$(document).ready(function() {
$('#slideshow<?php echo $module; ?>').nivoSlider({
effect: 'boxRain', // single effect
pauseTime: 5000, // 5 seconds
controlNav: false // hide nav
});
});
--></script>
There a lot more options which can be found here:
http://nivo.dev7studios.com/support/jquery-plugin-usage
Hope this helps.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Sat Mar 10, 2012 3:32 pm
by salmanoreen66
here is my tension, I followed all steps as our OC community members suggested in above posts, image changed successfully but this error is showing top on my shop

Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Mon Mar 12, 2012 1:18 am
by mophojo
I can't get my homepage slideshow to work, either. I made the mistake of deleting the banner groups for Samsung and HP so I started a new banner group myself using the direction in this thread.
All of my photos show up, plus a big empty white space that looks like it is looking for another photo. The problem is that it is listing the photos all down the home page instead of a nice rotating slideshow.
I don't know if this is relevant, but I'm unclear on what my "route" should be when creating my homepage layout. I left it empty.
Any ideas?
http://www.mountainmanblacksmith.com
Thanks
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Mon Mar 12, 2012 7:30 pm
by droconut
as far as i can see - there is some sort of problem with your jquery file. make sure that this file
->
catalog/view/javascript/jquery/jquery-1.6.1.min.js
is present and can be loaded.
i guess all other problems you are encountering are based on the missing jquery core file
greets,
dropping coconut
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Mon Mar 12, 2012 7:41 pm
by droconut
as soon as you have corrected your jQuery problem - you should either switch off banner OR slideshow as the pictures are shown because "banner" module seems to be on and not working correctly whereas the "empty white space" - picture is the "slideshow" module which, again because of the missing jQeury core file, is not working correctly.
greets,
dropping coconut
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Mon Mar 12, 2012 8:28 pm
by mophojo
YES! I had to de-grade my version of Open Cart to get my theme to work. When I did that, I apparently had the newer version of JS 1.7.1 still in the javascript folder. After replacing it with the correct files, it worked, and after turning off the banner, as you suggested, it eliminated the duplication.
Can't thank you enough!
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Wed Mar 28, 2012 3:10 pm
by TipTip
How can we change the location of the nivoslider?
I want to move about 50px to the right and 150 px down.
I have opencart 1.5.2.1
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Tue Apr 10, 2012 3:45 am
by mophojo
OK, well it's me again. The theme I am using (Dashing) apparently doesn't play nice with any modern-era version of Open Cart. So I had to de-grade AGAIN in order for the shopping cart to work properly. I am using 1.5.0 now.
And guess what? I can't get the slideshow on the homepage working again. I feel like I followed all the directions in creating a banner, then assigning it to a slideshow module, but to no avail.
Can anyone see anything simple that I've done missed here? I'm using the jquery 1.6.1 that came with the install. What other information might you need to see what's going on?
www.mountainmanblacksmith.com
Thanks in advance.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Sat Apr 14, 2012 1:52 pm
by Digmen1
It would be great help if they included the size of the banner ads in their help files and what file type they need to be.
And how to replace them.
It would save people a lot of time.
Or are they just trying to sell that e-book ?
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Sat Apr 14, 2012 1:56 pm
by Digmen1
@mophojo
I see you have added nice Mountain Man banner at the top of your cart.
But still no luck with the rotating Samsung bannner.
I have just started on Opencart yesterday.
The lack of documentation is a pain.
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Tue Apr 17, 2012 2:03 am
by Digmen1
Does anyone know how to make the slide area smaller, say square and on one side say the left.
Then add some static text to the right ?
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Fri Jun 01, 2012 5:33 pm
by cabachona
SXGuy wrote:when you add new banners, you need to asign them to the same banner group, then the banner will show all images asigned to the group that you select.
I don't think so as 1.5.1.3 does not offer banner groups. Only banners!
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Sun Jun 03, 2012 4:08 pm
by syednayab
i am tryint to carete some banners for my stores but i am still wondering what should be standard size for it,
Please help me with the Standard size of the Banners, Thnks
Re: HELP!. Slideshow on opencart 1.5.0.2
Posted: Mon Jun 04, 2012 3:32 pm
by nikola66
I don't understand why everyone is trying to play with the Nivo-Slider core library file. What you're changing is the default parameters for nivo-slider. Instead, just pass the correct parameter in the nivo slider call.
Edit the file:
Code: Select all
/catalog/view/theme/[namespace]/template/module/slideshow.tpl
Edit:
Code: Select all
$('#slideshow<?php echo $module; ?>').nivoSlider();
Add your parameters and change them like here:
http://nivo.dev7studios.com/support/jqu ... gin-usage/
Example:
Code: Select all
$('#slideshow<?php echo $module; ?>').nivoSlider({ effect: 'fold' });
To change the effect from 'random' (default) to 'fold'...
Nick