Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4.1 Questions & Support

 
LinkBack Thread Tools Display Modes
Old 03-20-2009, 02:45 PM   #1
Junior Member
 
Join Date: Mar 2009
Posts: 10
Rep Power: 1
rhound is on a distinguished road
Default Viewlisting Thumbnail Image Display

V4.1.1 Developer. Did the image "popup" display change? I'm not seeing the "Lightbox" effect and not a popup like the earlier version when a user clicks on one of the thumbnails. All that happens is that an image opens in a separate window. What am I missing? test site: MercedesHeritage.com

Template page is: viewlistings2.tpl

Thank you.
rhound is offline   Reply With Quote
Old 03-20-2009, 02:49 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,749
Rep Power: 109
Eric Barnes is a jewel in the rough
Default

Just had a look and it appears you upgraded but didn't upgrade your template files.

These changed between v4.0 and v4.1.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 03-20-2009, 04:56 PM   #3
Junior Member
 
Join Date: Mar 2009
Posts: 10
Rep Power: 1
rhound is on a distinguished road
Default Follow Up to Image Presentation

The display of larger images using the overlay is great; looks much more professional and cool.

I'm seeing a display problem (V4.1.1 developer) with Safari (mac) and IE7 (PC) as follows (FF is fine):

When you click on a small image (thumbnail) from the individual listing, the overlay opens but shows more than one thumbnail (see attached screen shot). Once you click on any of the image links (Prev or Next for example) then the next image loads correctly at the proper size. See attachment for screenshot.

Thank you Eric for helping me find the other issue with the template not being updated - once I did that (the template that needed to be updated was layout.tpl), the overlay worked.
Attached Images
File Type: jpg overlay.jpg (87.1 KB, 8 views)
rhound is offline   Reply With Quote
Old 03-20-2009, 05:21 PM   #4
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,749
Rep Power: 109
Eric Barnes is a jewel in the rough
Default

We actually have a ticket open on this issue now. It seems it only happens using viewlisting2.tpl but I haven't been able to figure it out yet. I will get back to you after I do some further testing.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 03-20-2009, 06:20 PM   #5
Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,309
Rep Power: 39
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

@rhound,

What is this ibox javascript? I'm curious if there may be some conflict since you have both thickbox and this ibox javascripts loading.

I also notice that the issue you are describing only seems to happen on the initial display. Once another picture is selected then it corrects itself. At least that's what it's doing for me using Mac OS X 10.5.6 and Safari beta 4.
__________________
Mike-N-Tosh
v3.1.10 Developer IndianaPC.org - A community website
Sandbox v4.0.9, 4.1
Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds.
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 03-20-2009, 06:29 PM   #6
Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,309
Rep Power: 39
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

I ran a javascript debugger on your viewlisting and there is a reference to cpaint. cpaint is not used with 68 V4.1.x.

It appears that you are using an old listingextras.tpl file which is what is making the call. The listingextras.tpl file is located in your template folder/viewlisting folder.
__________________
Mike-N-Tosh
v3.1.10 Developer IndianaPC.org - A community website
Sandbox v4.0.9, 4.1
Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds.
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 03-20-2009, 08:32 PM   #7
Junior Member
 
Join Date: Mar 2009
Posts: 10
Rep Power: 1
rhound is on a distinguished road
Default Update

Hello Mike and Eric...

Ok, I've removed all of the ibox code (I was using ibox to do a similar thing to what you now have built into 4.1.1). I've updated the listingextras and listingextras2 templates so the cpaint stuff is gone.

The strange behavior just on the first opening of a thumbnail is still there for Safari and IE.

Let me know if you have any additional ideas.

Thank you.
rhound is offline   Reply With Quote
Old 03-20-2009, 09:38 PM   #8
Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,309
Rep Power: 39
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

Another thing that came up when I was checking is that a file called bg.jpg, which is located in your root images folder is trying to load. Although the name says that it is an image it is not an image and has a mime type of text/script. There are no calls for this file, but it is trying to load.

This file is not part of 68 classifieds, but that is certainly strange behavior. I would check to discover what this file is as it isn't part of 68, it's not an image even though it is named as such and it is trying to load, yet it isn't being called from anywhere.
__________________
Mike-N-Tosh
v3.1.10 Developer IndianaPC.org - A community website
Sandbox v4.0.9, 4.1
Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds.
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 03-21-2009, 11:06 PM   #9
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,749
Rep Power: 109
Eric Barnes is a jewel in the rough
Default

Mike also mentioned that the thickbox is duplicated in the viewlisting2.tpl which is causing this.

Open the file and find:

<script type="text/javascript" src="javascript/jquery/thickbox/thickbox-compressed.js"></script>
<link rel="stylesheet" href="javascript/jquery/thickbox/thickbox.css" type="text/css" media="screen" />

and delete those lines.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 03-22-2009, 12:38 AM   #10
Junior Member
 
Join Date: Mar 2009
Posts: 10
Rep Power: 1
rhound is on a distinguished road
Default Fixed

The duplicate JavaScript code on the viewlisting2.tpl was the culprit. As soon as I removed that, the IE problem went away.

Thank you very much.
rhound is offline   Reply With Quote

Bookmarks

Tags
image popup, thumbnail, viewlisting

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
display a thumbnail in userbrowlistings (v4) frommarcq v4 Modules / Modifications 2 08-25-2008 02:09 AM
Image and Thumbnail Display Changes a68designer v4 Questions & Support 34 07-26-2008 05:53 PM
display a Thumbnail in userbrowselistings frommarcq v3.1 Modules & Modifications 2 04-06-2008 12:43 PM
photo display in Viewlisting Bucketman v3.0 Questions & Support 29 02-19-2008 01:30 PM
Show image #1 large on viewlisting page macagent v3.1 Modules & Modifications 4 07-12-2006 04:56 PM


All times are GMT -4. The time now is 12:31 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0