When I change the owl carousel sliding effect to to fade effect the Main Banner stop working.
I used to write the code like this
$(document).ready(function() {
var owl = $("#owl-demo");
owl.owlCarousel({
navigation : true,
singleItem : true,
transitionStyle : "fade"
});
});
I used to write the code like this
$(document).ready(function() {
var owl = $("#owl-demo");
owl.owlCarousel({
navigation : true,
singleItem : true,
transitionStyle : "fade"
});
});
I had the same problem, i figured out that the module wasnt loading the owl.transitions css file
Go to Catalog > controller > slideshow.php
Find this on line 9
and add this after it
That should fix it
Go to Catalog > controller > slideshow.php
Find this on line 9
Code: Select all
$this->document->addStyle('catalog/view/javascript/jquery/owl-carousel/owl.carousel.css');
Code: Select all
$this->document->addStyle('catalog/view/javascript/jquery/owl-carousel/owl.transitions.css');
That should fix it

Could you provide your site url, so we can take a look at it? I seems that the Owl Carousel version of your store is beta 2.
http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension
Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme
Extra Positions PRO, Custom JavaScript, Custom CSS and others
change the following...
to...
this solved it for me, hope it helps 
Code: Select all
transitionStyle : "fade"
Code: Select all
transitionStyle : "fade",

Thanks HelenMarie!
This same issue still exists in OC 2.2. I set the Fade parameter, and the slide show just froze.
HelenMarie's solution to add the missing line for owl.transition.css Fixed the problem.
Surprised a bug like this is still in here for such a common feature. Are people switching to a different slideshow, and not using the Owl one?
This same issue still exists in OC 2.2. I set the Fade parameter, and the slide show just froze.
HelenMarie's solution to add the missing line for owl.transition.css Fixed the problem.
Surprised a bug like this is still in here for such a common feature. Are people switching to a different slideshow, and not using the Owl one?
Hello Tom,tom327 wrote:Thanks HelenMarie!
This same issue still exists in OC 2.2. I set the Fade parameter, and the slide show just froze.
HelenMarie's solution to add the missing line for owl.transition.css Fixed the problem.
Surprised a bug like this is still in here for such a common feature. Are people switching to a different slideshow, and not using the Owl one?
Could you please tell me what exactly you did to change the transition style in ver2.2. I tried following the above steps and for some the slideshow disappeared.

Thanks in advance for your help!
BeeBee
When the going gets weird, the weird turn Pro!!
Who is online
Users browsing this forum: No registered users and 5 guests