Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Fri May 24, 2013 3:24 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Help with jquery slideshow
Author Message
 Post subject: Help with jquery slideshow
PostPosted: Sun Apr 17, 2011 8:04 am 
Offline

Joined: Sun Apr 17, 2011 8:00 am
Posts: 1
I inserted a HTML snippet and paste the below code, click apply and it works perfectly. But once I upload to server its blank on the page. any help will be appreciated.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JQuery Cycle Plugin Sample/title>
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">/script>

<script type="text/javascript" src="public_html/jquery.cycle.all.js">/script>

<!-- include jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<!-- include Cycle plugin -->
<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js"></script>

<script type="text/javascript">
$(document).ready(function(){
$('#slideshows').cycle({
fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, cover, etc...
speed: 200,
timeout: 3000
});
});
</script>
</head>
<body>

<div id="slideshows">
<img src="http://i1190.photobucket.com/albums/z448/allcargos/Screenshot2011-04-15at83915PM.png" />
<img src="http://i1190.photobucket.com/albums/z448/allcargos/Screenshot2011-04-15at83832PM.png" />
<img src="http://i1190.photobucket.com/albums/z448/allcargos/Screenshot2011-04-15at90719PM.png" />
<img src="http://i1190.photobucket.com/albums/z448/allcargos/Screenshot2011-04-15at84130PM.png" />
<img src="http://i1190.photobucket.com/albums/z448/allcargos/Screenshot2011-04-15at83631PM.png" />

</div>

</body>
</html>


Top
 Profile Send private message  
 
Help with jquery slideshow
Author Message
 Post subject: Re: Help with jquery slideshow
PostPosted: Sun Apr 17, 2011 4:13 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Guy22 wrote:
<script type="text/javascript" src="public_html/jquery.cycle.all.js">/script>

If you uploaded the jquery.cycle.all.js file to the root and it shows up when typing in
http://yourdomain.com/jquery.cycle.all.js
then there is no need to write public_html and it should just read
<script type="text/javascript" src="/jquery.cycle.all.js">/script>

The file needs to show up in your browser when entering the above URL http://yourdomain.com/jquery.cycle.all.js

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield