![]() |
Flexslider, AGAIN not working, displaying a list, why?
How come this won't work as a slider? Flexslider not working, just displaying as a list and bumping 'right side' down the page also.
http://www.ablazedesign.co.uk/ Search engine floated off to left and won't stay right either. Had this issue before on a different site, and resolved with some kind help, but back here again :-( Any ideas?...... awaits grilling. Cheers Newbie! :confused: This is in the head: <link rel="stylesheet" href="../SLIDERS/amaze/css/style.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="../SLIDERS/amaze/css/flexslider.css" type="text/css" media="screen"/> <link href="assets/css/myCSS.css" rel="stylesheet" type="text/css" /> This is in the body: <!-- jQuery --> <script type="text/javascript"> $(function(){ SyntaxHighlighter.all(); }); $(window).load(function(){ $('.flexslider').flexslider({ animation: "slide", start: function(slider){ $('body').removeClass('loading'); } }); }); </script> </body> </html> |
I’m using the NoScript Firefox extension which disables any JavaScript by default. So, knowing that a slider will most likely not work without JS I activated it on your site and the extension’s popup that appears in order to do that showed the option to disable scripts from the
file:// protocol. This immediately rang alert bells in me that you were having wrong file paths, so I viewed your source code, searched for the string “file:” and it immediately showed me this:Code:
<!-- jQuery -->Also, you have a lot of other typos and nesting errors in your code. I recommend frequently checking your site for HTML errors. |
| All times are GMT +1. The time now is 09:11 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.