Forums
(@dimisko)
12 years, 11 months ago
Hi escobarin3,
I think the problem is the jQuery block you use to call the flexslider. Instead of:
$(window).load(function() { //your code }
Try:
jQuery(document).ready(function($) { //your code }