Responsive Banner Slider and Template issue

Hi, I'm trying to use your Responsive Banner Slider module with Siteground's template and it's not working properly.
Adaptor shows all images static sticked below each other and Nivo doesn't show anything except name of the module. dsms.org.ua/
At the same time when I switch to breeze5 - everything works good.
I really need this module working with this Siteground's template. Please advise what shall I change with the template in order to make everything work?
Is this a CSS issue?
11 years 2 months ago #1 by Lyvsy

Please Log in or Create an account to join the conversation.

Hello thanks for your purchase...

First of can you manage to de-activate jQuery library load option from your siteground template (hope there's an option for it) ?

Let us know if it's done...
11 years 2 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Looks like this is it :)
Thanks for great module and support!
11 years 2 months ago #3 by Lyvsy

Please Log in or Create an account to join the conversation.

One last question: is it possible to adjust slide speed for Nivo?
11 years 2 months ago #4 by Lyvsy

Please Log in or Create an account to join the conversation.

Mmmm So sorry but there's no option for that in Nivo style.
11 years 2 months ago #5 by erwinschro

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5195) Offline

One last question: is it possible to adjust slide speed for Nivo?

If you think the slide speed is a serious problem, you can change it manually by editing a line in the mod_responsivebannerslider.php file.
In the line of 192, find this code :
$jsinline = "
		jQuery(window).load(function() {
			jQuery('#slider-".$rbs_mod_id."').nivoSlider(
				{effect:'".$nivo_effect."', 
			}
			);
		});
change that into
$jsinline = "
		jQuery(window).load(function() {
			jQuery('#slider-".$rbs_mod_id."').nivoSlider(
				{effect:'".$nivo_effect."',
				animSpeed: 50, 
			}
			);
		});
11 years 2 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum