| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
TelaFirma - X-Cart Dynamic Image Generator | ||||
![]() |
|
|
Thread Tools |
#371
|
|||||||
|
|||||||
![]() Hi,
My pop up (http://www.sexcitinglingerie.com/Mini-Dress-8417-p-17024.html) works in the following browsers: Firefox 2.0.0.8N Navigator 9.0.0.6 N Navigator 7.2 My pop up (http://www.sexcitinglingerie.com/Mini-Dress-8417-p-17024.html) DOES NOT work in the following browsers: Internet Explorer 7.0.5730.13 Opera 9.26 -------------------------- Telafirma's pop up (http://www.telafirma.com/store/home.php?cat=251) Works in all of the above browsers. -------------------------- What could possibly cause this? Its driving me batty!! I cannot proceed until I find the problem. Being that Telafirma's works in all browsers it must be something on my end that I am doing wrong....BUT WHAT?Thanks for any suggestions. ![]()
__________________
Learning is a beautiful yellow brick road that never ends. 4.1.9 Unix Windows XP Florida ![]() www.sexcitinglingerie.com |
|||||||
#372
|
|||||||
|
|||||||
![]() I already sent a couple of emails to Stephen with these questions, but then it occurred to me that the answers could potentially benefit others if posted here, or maybe somebody else knows the answer to my questions. Stephen, if you see this before you answer my emails, feel free to answer in only one place!
![]() First: Quote:
Also (longer, but probably more important to me): Quote:
Thanks a lot for any help!
__________________
-- X-Cart Version 4.1.8 |
|||||||
#373
|
|||||||||
|
|||||||||
![]() The mod can not really tell when an image is no longer needed. It generates the filename based on all the parameters passed to it along with the original file specs (size, width, height, name...). If you need to you can delete all the images in the cache directory (except the .htaccess file) and it will just generate them again.
1) You should select to display the product thumb as the first thumbnail (instead of the main product image). 2) One of these will be the popup from the actual product image (1). The reset are the popups for the small thumbnails below the product image (2), (3)... 3) same as number 1 - you should select to display the product thumb as the first thumbnail instead of selecting the main product image |
|||||||||
#374
|
|||||||
|
|||||||
![]() Thanks for your quick response. See my replies below:
Quote:
Ok, thanks. Might I suggest adding a "Cache Folder Cleanup" button to the mod? If the filenames are generated based on known parameters like that, it seems like it would be pretty easy to make a utility that runs through all of the image files in the cache directory and deletes those that are no longer in use based on the current image settings. Just a thought. Quote:
I have done as you said above, but (for #1 and #3) it did not solve the problem. I did a little more investigating, and there are never any image thumbs below the main image on the product page unless I also add a Detailed Image in X-Cart. I was hoping not to always have to add a separate Detailed Image in order to get the image thumbs.... For #2, I unerstand what you said, but I really wish it wasn't the case. Unless I'm misunderstanding something, that means that there will always be a redundant pop-up image if the image thumbs are displayed. Shouldn't the mod be able to tell that the main product image wants to display the same pop-up as one of the thumbs and link them both to a single pop-up image, getting rid of the redundancy in the pop-ups? Thanks, Corey
__________________
-- X-Cart Version 4.1.8 |
|||||||
#375
|
|||||||
|
|||||||
![]() Quote:
By the way , thanks for answering my email Stephen.
__________________
Learning is a beautiful yellow brick road that never ends. 4.1.9 Unix Windows XP Florida ![]() www.sexcitinglingerie.com |
|||||||
#376
|
|||||||||
|
|||||||||
![]() Quote:
This is something that I have thought about but it is not as easy as outlined above. Since this is done as a Smarty Plugin, most of the parameters that are used are fed to it at the time the template is called. It would be a very complicated routine to go through all the templates, look for all calls to the plugin, log all the parameters that were passed, add those to the config parameters and come up with a list of MD5 hashes and then compare them against the actual files, deleting those that are lot listed. I would need to write a routine that deleted all .jpg, .gif and .png files. This - of course would force the mod to have to regenerate all the images again, plus this is something that can easily be done via FTP. Quote:
Lets back up a little on what is going on. If you only have one product image, this should be loaded ad the product thumbnail (not the product image). If you ALSO want the small thumbnail of this displayed below the main product image on the actual product page, you will need to check the option to "Display Main Product Thumbnail as first Detail Image thumb below the main product image on the product page". There are three settings that are very important:
The first setting tells the mod whether to display thumbnails (below the main product image) of the Detail Images that are uploaded for the product. The next setting tells the mod whether to display a thumbnail of the Main Product Image (as defined by X-Cart) before it displays the thumbnails of the Detail Images (if they exist). The other setting tells the mod whether to display a thumbnail of the Product Thumbnail (as defined by X-Cart) before it displays thumbnails of the Detail Images (if they exist). In addition as we have talked about before, if you only have ONE image, it should be loaded as the Product Thumbnail (as defined by X-Cart). If you want this image to also be displayed as a thumbnail below the main product image on the product page, then check the third option listed above (Display Main Product Thumbnail as first Detail Image thumb below the main product image on the product page). Keep in mind - this goes right back to the other question about why there are two popup images that are identical. If you choose to display the Product Thumbnail again below the product image on the product page - you are duplicating images and you will have two popups that are the same. There is no way around this since they are the same image. |
|||||||||
#377
|
|||||||
|
|||||||
![]() Quote:
Hmmm...that's about what I figured you would have to do, I guess I just didn't see it as being all that complicated, especially since there are only certain templates (which you know ahead of time, unless somebody has hacked the mod into other places) that actually make calls to the plugin and only a few different config parameters that impact the generated images. Admittedly, I don't know the guts of the code and may be overlooking something that complicates matters. Not a big deal, though, just a thought. ![]() Quote:
Quote:
Right--you told me this before, and that's exactly what I did, but I still do not get image thumbs below the product image unless there is also a Detailed Image specified for that product. Quote:
Again, that's exactly what I did. Quote:
I understand that, but why can't the code easily figure out that these are the same image and only use one of them in the pop-up image list? If, for some reason that I am not grasping, the code can't figure that out to get rid of the redundancy in the pop-up dialog, I would prefer to never have a pop-up from the product image, but only from the thumbnail...and, of course (as discussed previously), I wish the thumbnail would always display, even in the absence of a Detailed Image being defined in X-Cart. Thanks for your time! I hope that was clear, but let me know if you don't understand what I'm saying here.
__________________
-- X-Cart Version 4.1.8 |
|||||||
#378
|
|||||||
|
|||||||
![]() I already have this installed but wanted to see if it works with:
1. Zoomify 2. Dynamic Preview Mod THANKS in advance.
__________________
X-Cart Pro 4.0.19; Unix Other: XAOM XOffers XGift Reg Other Mods: Customers Who Also Bought, Download Link Regenerate, Easy Checkout, Newest Products, SEO/CDSEO, Marketing Manager Pro, View Wishlist for Providers (custom by xcart), Email New Releases (a fav!), Telefirma's Dynamic Image Generator, Download Links on Invoice |
|||||||
#379
|
|||||||
|
|||||||
![]() Stephen seems to be gone for the moment or something...does anybody that has had the mod for a while know if this is the intended behavior of the mod (the thumbs not showing up unless there is also an X-Cart Detailed Image defined)
Thanks.
__________________
-- X-Cart Version 4.1.8 |
|||||||
#380
|
|||||||
|
|||||||
![]() I'm not completely sure; but i do know we have this in our store (Telefirma) and many of our postings in our store don't contain detailed images and thumbnails are generated fine
![]() ![]()
__________________
X-Cart Pro 4.0.19; Unix Other: XAOM XOffers XGift Reg Other Mods: Customers Who Also Bought, Download Link Regenerate, Easy Checkout, Newest Products, SEO/CDSEO, Marketing Manager Pro, View Wishlist for Providers (custom by xcart), Email New Releases (a fav!), Telefirma's Dynamic Image Generator, Download Links on Invoice |
|||||||
|
|||
X-Cart forums © 2001-2020
|