my .flexslider content does not display in Wordpress

equannamado

New Member
I added Flexslider to a wordpress theme.Flexslider works just fine in my HTML mockup, but when implemented into the Wordpress theme, its now not showing any content within the ".flexslider" class selector.From the frontend it looks as if ".flexslider" has "display: none" property.Im not using the Wordpress plugin from WoothemesMy integraton looks like this:\[code\]<script defer src="http://stackoverflow.com/questions/15868445/<?php bloginfo('template_url'); ?>/flex/jquery.flexslider.js"></script><script type="text/javascript">$(function(){SyntaxHighlighter.all();});$(window).load(function(){$('.flexslider').flexslider({slideshow: true, controlsContainer: ".flexslider", start: function(slider){ $('body').removeClass('loading'); } });});</script><!-- Syntax Highlighter --><script type="text/javascript" src="http://stackoverflow.com/questions/15868445/<?php bloginfo('template_url'); ?>/flex/js/shCore.js"></script><script type="text/javascript" src="http://stackoverflow.com/questions/15868445/<?php bloginfo('template_url'); ?>/flex/js/shBrushXml.js"></script><script type="text/javascript" src="http://stackoverflow.com/questions/15868445/<?php bloginfo('template_url'); ?>/flex/js/shBrushJScript.js"></script><!-- jQuery --><script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://stackoverflow.com/questions/15868445/<?php bloginfo('template_url'); ?>/flex/jquery.flexslider.js">\x3C/script>')</script>\[/code\]
 
Top