Hi,
Would just like to post how I got this to work.
Balihr was right this was a javascript script conflict.
The file that was effected was the following;
Includes >> Templates >> MY TEMPLATES (mobishop_blue) from 12leaves >> Jscript >>Jscript_menu_conf.js
With this file JSCRIPT_MENU_CONF.JS
I took out the following code;
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
animationSpeed: 300,
slideshowSpeed: 4000,
start: function(){ $(".flex-control-nav ").show(); }
});
$('.carousel').flexcarousel({
animation: "slide",
animationLoop: false,
itemWidth: 174,
itemMargin: 0,
controlNav: false
});
I think these refer to some kind of banner slideshow within the template.
I wanted to post my findings just incase somebody else comes across this problem.


Reply With Quote
