 |

eleven
User
Feb 15, 2005, 3:36 PM
Post #26 of 35
(8123 views)
Shortcut
|
|
Re: [ross] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hey Ross Im pretty sure I updated the code correctly by adding the javascript and I've got the popup.html in the right directory.. They just arn't popping up..
|
|
|  |
 |

ross
Staff
/ Moderator

Feb 16, 2005, 9:51 AM
Post #27 of 35
(8104 views)
Shortcut
|
|
Re: [eleven] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hi eleven. Thanks for the update! Could I get you to post up a link to where you are running the script?
. ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

eleven
User
Feb 16, 2005, 9:54 AM
Post #28 of 35
(8103 views)
Shortcut
|
|
Re: [ross] Images in sized popups
[In reply to]
|
Can't Post
|
|
hey ross dreamcarclassics.com is the site... Our files are installed at dreamcarclassics.com/listman/ Is this what you need?
|
|
|  |
 |

ross
Staff
/ Moderator

Feb 17, 2005, 9:41 AM
Post #29 of 35
(8085 views)
Shortcut
|
|
Re: [eleven] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hi eleven. Thanks for the update! I was able to take a look at the way your code is working. I think the problem you were having is that there is some pieces. I’ll give you some code you can put on your _publish_listings.html page. You may notice that it looks different than dedbobs, however, that’s not say that his idea isn’t as great. It’s just that I have had a bit more success with this version in multiple browsers on both Mac and PC. Based on the source of your page, I imagine that on your _publish_listing.html template you have something that looks like this:
<!-- templatecell : image --> <p><a href="$listing_url$/images/$file$" target="_blank"><img src="$listing_url$/images/$thumbnail$" width=$thumbnail_width$ border=1 alt="Photo"></a><br> <font face="ms sans serif" size=1>$desc$</font><br> <!-- /templatecell : image --> Try changing it to this:
<!-- templatecell : image --> <p><img src="$listing_url$/images/$thumbnail$" border=1 alt="Photo" onclick="PopupPic('images/$file$');"><br> <font face="ms sans serif" size=1>$desc$</font><br> <!-- /templatecell : image --> You’ll see that I have gone with an onClick method on the image itself instead of using an <a href>. Could I get you to give that a shot and let me know how it turns out? If you run into any trouble, don’t hesitate to let me know . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

eleven
User
Feb 17, 2005, 11:39 AM
Post #30 of 35
(8083 views)
Shortcut
|
|
Re: [ross] Images in sized popups
[In reply to]
|
Can't Post
|
|
OK! That worked Now, when the popup comes up, next to "Click the Image to close the window" is a broken graphic link box? What graphic am I missing here? The pictures shows up, its under that! Cheers
|
|
|  |
 |

ross
Staff
/ Moderator

Feb 17, 2005, 1:14 PM
Post #31 of 35
(8081 views)
Shortcut
|
|
Re: [eleven] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hi eleven. Thanks for the follow-up. It’s great that you got this going now. I am not actually sure what that link should be, however, it isn’t actually on the popup.html file that I was working with. I think you might be using an older copy of the file. I’ll attach another one that you can try using instead. It doesn’t have that link in it. Could I get you to give it a shot with this one? Just let me know if you run into any trouble . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
Attachments:
|
popup.html
(1.74 KB)
|
|
|  |
 |

markb2003
User
Jun 30, 2005, 2:35 AM
Post #32 of 35
(7364 views)
Shortcut
|
|
Re: [dedbob] Images in sized popups
[In reply to]
|
Can't Post
|
|
I cannot get this script to work. I mean, I've installed lots of scripts before, but this one changes my entire publish_listing look. It seems so simple too. Anyone willing to help me? Thanks. Mark
|
|
|  |
 |

dedbob
User
Jun 30, 2005, 9:24 AM
Post #33 of 35
(7361 views)
Shortcut
|
|
Re: [markb2003] Images in sized popups
[In reply to]
|
Can't Post
|
|
Yeah.. shoot me a PM with your url and I'll take a look at it . Thanks, Scott Need ImageMagick? GD.pm? You need to GetStacked! Listings Manager friendly Cheap Web Hosting only $5.95 a month!
|
|
|  |
 |

Alastair
User
Mar 31, 2006, 6:17 AM
Post #34 of 35
(5882 views)
Shortcut
|
|
Re: [ross] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hi Ross - the old popup picture problem again. I was chuffed when I got that script working - and on my Mac it was great. Unfortunately it did not work on other browsers and other platforms, so I've taken it off - and I think it's worse than before in that you don't get big versions of the image at all. Have I messed somethng up ? I just looked at the Reality Manager semo on your site, and that includes a great image popup - but it's part of a complicated Template Monster layout. for my little show listings site, I just want the images to pop up. Any thoughts - -Alastair www.dorchesterarts.org.uk
|
|
|  |
 |

Damon
Staff
/ Moderator

Mar 31, 2006, 10:05 AM
Post #35 of 35
(5877 views)
Shortcut
|
|
Re: [Alastair] Images in sized popups
[In reply to]
|
Can't Post
|
|
Hi Alastair, I put together a tutorial for overlaying a larger image on the current page. It's great for replacing javascript popups for images and really quick to add. Check it out here: http://www.interactivetools.com/forum/gforum.cgi?post=45876 I have tested it on quite a few browsers (both Mac and PC) and it seems to work well. Give it a shot and let me know how that works out. Cheers Damon Edis interactivetools.com
|
|
|  |
|