- This topic is empty.
-
AuthorPosts
-
September 18, 2013 at 6:30 am #150470
folz83
ParticipantHi there,
I am using nivo slider for the 1st time using a 960gs layout and the test webpage can be viewed at http://www.individualmantravels.com. The pictures are not loading and I am not sure what exactly the problem is…. I would appreciate any help I can get… !
September 18, 2013 at 6:34 am #150471whatsoever
ParticipantBoth your images and jquery.nivo.slider.pack.js are not found on the server, check your routes.
September 18, 2013 at 6:58 am #150472Paulie_D
MemberDefinitely looks like an failure to upload issue.
September 18, 2013 at 8:55 am #150479folz83
Participant@ whatsoever – Thanks for the response but I have checked the backend with my host and the images/jquery.nivo.slider.pack.js are there…. is this backend what you refer to as routes?
September 18, 2013 at 9:02 am #150483folz83
Participant@Paulie_D Thanks for the response…… I have checked my code again and all seems to be in order…. (code hooking the slider up to the page is in order)…. still fishing for solutions. Any help appreciated……….
September 18, 2013 at 9:04 am #150484Paulie_D
MemberWhat he means is that although they may be linked in your HTML/CSS or
<head>
, the site can’t find them.For instance, your have this
<link rel="stylesheet" href="nivo-slider.css" type="text/css">
but it should probably be this
<link rel="stylesheet" href="../css/nivo-slider.css" type="text/css">
Likewise for your images
<img src="images/slide1.jpg" alt="slide1">
might be better as
<img src="../images/slide1.jpg" alt="slide1">
and so on for JS etc.
September 18, 2013 at 9:13 am #150486Paulie_D
MemberOn another point, you seem to have the whole page wrapped in a header div. Is that right?
…and you have css styles in the head ….you should realy move those to a separate stylesheet
September 19, 2013 at 1:29 am #150538folz83
Participant@Paulie_D – Thank you so much for the assistance so far. I missed out the closing tag for the header div & I have corrected it now. I followed your suggestion and changed the link to the nivo slider stylesheet and the pictures appeared while previewing in browsers in dreamweaver. However, when I did it for the images (ie used
the images were not found so I left it as it is).
I will move the css styles to a separate stylesheet & hope it makes a difference. Its just odd to me that when I preview the page in a browser in dreamweaver, I can at least see the pictures but once I put it in the backend of the website and check the address, the images and even the corporate logo (which has nothing to do with nivo slider) dont appear!!
September 19, 2013 at 1:56 am #150543Paulie_D
MemberNot sure I can help you any further.
The resources (images & nivo CSS) do not seem to be loading on whatever server you are using or at the very least using teh same structure as locally.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.