Plugin Contributor
Codeart
(@codeart)
Hi RivaNashHdz,
We didnt encounter any similar issues while testing.
Can you please provide link to the site where the problem exists?
Thanks
Glory1330.com
The Home Banner is Now Blank.
Plugin Contributor
Codeart
(@codeart)
Hi RivaNashHdz,
I dont see how our plugin is the issue for that, please uninstall it and see if everything fixes itself.
I checked your site and you have quite few errors and not a single one is from our player. Check the image below. i am assuming the error is down to them, not down to our plugin.
http://screencast.com/t/0kNJpVLiin4
I’m having the same problem.
When the plugin is activated the banner in my homepage goes blank. When I deactivate the plugin everything goes back to normal.
My page is: http://feenaccioncce.com/
Currently I turned off the plugin.
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
}