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 Thu May 23, 2013 1:16 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 14 posts ]  Go to page 1, 2  Next
can't make it work
Author Message
 Post subject: can't make it work
PostPosted: Sun Sep 27, 2009 2:55 am 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Hi thanks for the tutorial but I can't make it work. I haven't upload the page because I test it before upload it and first a rectalge appears with a ? mark if a click on it the a massage appears saying the image can't be found.

I fallow the instruction step by step and even use the same images from the folder, the only difference is that I use Dashcode. Also I have to upload the highslide and the image folder into my public forlder on the server not the root. I used 000webhost as my server

Thanks


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Sun Sep 27, 2009 9:29 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
You have to upload the page to your server for it to work. It doesn't work on local.

On the tutorial I wrote root because that's what generally has to be done. Since every hosting works differently I can't tell for each of them where people have to upload the files to. People have to find it out themselves.

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  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Mon Sep 28, 2009 11:17 pm 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Ahhhh ok thanks for the fast response I wil upload the page and then report back. Also I heve otehr question is posible to do the same thing but instead of uploading the photos to my server using photos from photobucket example

Original code:
</div>
<div class="hidden-container">
<a href="/images/gallery2.jpg" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb1' })"></a>
<div class="highslide-caption">
Caption for the second image.
</div>

Instead:
</div>
<div class="hidden-container">
<a href="http://i209.photobucket.com/albums/bb147/boricuasbmx/Javi426.jpg" class="highslide" onclick="return hs.expand(this, { thumbnailId: 'thumb1' })"></a>
<div class="highslide-caption">
Caption for the second image.
</div>


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Tue Sep 29, 2009 1:06 am 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Ok thanks man everything works great even the photos from photobucket I like this tutorial better than others in the internet keep doing a great job thanks


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Wed Sep 30, 2009 2:47 am 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Hi sorry for bother you again I look at your page code and see that you used the same come as in the tutorial also read allot in the Higslide web but how can a make the slide to keep it center between landscape images and portrait images. The problem is that when a portrait image is shown and then a landscape image, the window resize to the bottom of the page resulting in the window of the next image (landscape) ending in the buttom of the page.

Link with the example:
http://boricuasbmx.hostei.com


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Wed Sep 30, 2009 2:47 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
You would be better served by asking this question to the Highslide developer on his forum.

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  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Wed Sep 30, 2009 9:55 pm 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Hi ok thanks I appreciate the effort and again excellent tutorial.
Thnaks


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Fri Oct 02, 2009 3:10 am 
Offline

Joined: Sun Sep 27, 2009 2:48 am
Posts: 6
Hi me again dude I don't know why but my iWeb page only works with your CODES so thanks for that, but a want to now how can I put two differnt galleries (with different thumb) in one page, because if I add another text box to put the same code (the code is in your page) but with diffente photos the the slideshow can play them all so if I click on gallery one and lets say it have only 3 images then it continues to gallery two. I read about editing the highslide.confi.js and did that also try like 20 different codes from the Highslide page and forum and nothing works

Thanks


Top
 Profile Send private message  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Wed Oct 07, 2009 12:43 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
boricuas bmx wrote:
I don't know why but my iWeb page only works with your CODES


That's due to the path. Since iWeb works somewhat different than other website builders I adapted the codes to work with it.

On the Highslide codes the path is:

hs.graphicsDir = '../highslide/graphics/';

on my codes

hs.graphicsDir = '/highslide/graphics/';

I just removed the dots so it retrieves the info from

yourdomain.com/highslide/graphics/
instead of yourdomain.com/site/highslide/graphics

so the code starts from the root eg. yourdomain.com which makes it much easier to manage the websites (at least to me)

Quote:
two different galleries (with different thumb) in one page


Have a look at this and see if it helps (took me two hours but it works now):

http://iwebfaq.org/test/Blank.html

The text formatting on the page is all messed up (one of the major iWeb hick-ups).

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  
 
can't make it work
Author Message
 Post subject: Re: can't make it work
PostPosted: Mon Jun 14, 2010 6:39 pm 
Offline

Joined: Mon Jun 14, 2010 6:27 pm
Posts: 4
Hi Cedric,

The first time I created a slide it work perfectly, but then I decided to separate my images because I'm creating more than one website. For example, inside my Images folder I created another folder name John_Images. I double checked it by entering http://bunnysbelly.com/Site/Media/John_ ... sunset.jpg, and it pulled up so I copied it and paste it in the code/TextWrangler, but for some reason when I finished all of you steps again it did not work. All I get is a black square in a question mark in the center. What am I doing wrong?

Note: I changed the images to the way I had it the first time when it did work. So now all the images are in the Images folder with no sub-folders.

Thanks,
B


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ]  Go to page 1, 2  Next

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