...

Flexslider, AGAIN not working, displaying a list, why?

amazeballs
11-18-2012, 12:49 PM
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>

VIPStephan
11-18-2012, 02:11 PM
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:

<!-- jQuery -->
<script src="file:///Macintosh HD/Users/[user name]/SLIDERS/amaze/lib/jquery1.8.2.js"></script>
<!-- FlexSlider -->
<script defer src="file:///Macintosh HD/Users/[user name]/SLIDERS/amaze/lib/jquery.flexslider-min.js"></script>

(I edited out your user name in case you care about your privacy)

Also, you have a lot of other typos and nesting errors in your code. I recommend frequently checking your site for HTML errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ablazedesign.co.uk%2F&charset=%28detect+automatically%29&doctype=Inline&outline=1&group=0&user-agent=W3C_Validator%2F1.3).



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum