turtlevan
Posts: 3
Joined: Fri Feb 19, 2010 10:45 pm

Editor image problems

Hi. I'm sorry if this problem I'm having is a stupid one but I just cannot integrate Highslide onto my webpage.

1. I made a gallery in Editor and uploaded it to my server
2. I pasted the codes in Step 2 and 3
3. Step 3 states to change the codes to match the locations, and I think this is where my problem lies. I change the image source from <img src="highslide/images/thumbs/breasts.jpg" to C:\Users\sir j\Desktop\TURTLEVANSITE2K10\highslide-4.1.8\images\bush.jpg, which is where I moved the images after I did editor. However, when I do this the image is LARGE and none of the highslide options even work. Can someone explain to me what I am doing wrong?

Thank you very much. I've spent the last 5 hours messing around with this to no avail. :(
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Editor image problems

Hi,

Can we please see your live page?
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
turtlevan
Posts: 3
Joined: Fri Feb 19, 2010 10:45 pm

Re: Editor image problems

http://turtlevan.com/mens.html

i was messing around with it a bit and this is as much as ive done. As you can see I've almost got it figured out, except the gallery picture isnt showing when the pic is small.

Also, suppose I wanted to upload thousands of pictures. Am I going to have to go through each pic and change the path for each individually? Is there a simpler way?

Thank you!!!
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Editor image problems

You donÔÇÖt need to change the paths to the files as long as you have the highslide folder from the Editor and your HTML pages in the root of your web site. All thumbs will then have this path: highslide/images/thumbs/filename.jpg, and all large images will have this path: highslide/images/large/filename.jpg.

You have the highslide folder and your HTML page is in the root of your web site, so this markup should work:

Code: Select all

	<a href="highslide/images/large/breasts.jpg" class="highslide" 
			title="" 
			onclick="return hs.expand(this, config1 )">
		<img src="highslide/images/thumbs/breasts.jpg"  alt=""/>
	</a>
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
turtlevan
Posts: 3
Joined: Fri Feb 19, 2010 10:45 pm

Re: Editor image problems

GREAT!! Thank you very much. Seems to be working now, except for the fact that now when I uploaded the pics the images continue loading and dont pop up, but at least I'm seeing them now. :)
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Editor image problems

Try uploading the outlines folder again. Firebug says your custom.png (the outline graphic file) is 0 B. Highslide will not work without the outline graphic file.
2010-02-20_2221.png
2010-02-20_2221.png (51.16 KiB) Viewed 5932 times
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide Editor”