Responsive Banner Slider and Template issue
- Posted by Lyvsy (4) Offline
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 10 months ago #1
by Lyvsy
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?
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
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 10 months ago #2
by erwinschro
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...
Please Log in or Create an account to join the conversation.
- Posted by Lyvsy (4) Offline
- Posted by Lyvsy (4) Offline
One last question: is it possible to adjust slide speed for Nivo?
11 years 10 months ago #4
by Lyvsy
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by TemplatePlazza (5260) Offline
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.One last question: is it possible to adjust slide speed for Nivo?
In the line of 192, find this code :
$jsinline = "
jQuery(window).load(function() {
jQuery('#slider-".$rbs_mod_id."').nivoSlider(
{effect:'".$nivo_effect."',
}
);
});
$jsinline = "
jQuery(window).load(function() {
jQuery('#slider-".$rbs_mod_id."').nivoSlider(
{effect:'".$nivo_effect."',
animSpeed: 50,
}
);
});
Please Log in or Create an account to join the conversation.