Re: Image Handler 2 Support
Quote:
Originally Posted by
litepockets
OK, I am still new to ZC and learning ALOT. I installed IH2 as a fresh install, and cannot get the hover feature to work, it's kickin my a$$ :lamo:
I use firefox with firebug, and am receiving the following error from firebug.
showtrail is not defined
onmouseover(mouseover clientX=0, clientY=0) - index.php (line 1)
hidetrail is not defined
onmouseout(mouseout clientX=0, clientY=0) - index.php (line 1)
don't know if this is related, but I don't believe it was there before.
the url to the site is
http://www.litepockets.com.
Any help is greatly appreciated.
I just looked at your source code, for the hover function to work it needs to load the following javascript file:
includes/templates/template_default/jscript/jscript_imagehover.js
Looks like not all of the files got transfered to the right directories when you did the install.
Problem on 1.38a - Product info page showing incorrect image sizes
The image sizes on my product info page are wrong.
Image handler is however resizing them correct.
The problems is in the code. Checkout the main product info code:
HTML Code:
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11\')"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11" target="_blank"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
As you can see the image size in the file name is 206x210.jpg (which is what it should be. I have set width and height to 210 in admin.
However it is been displayed as width="110" and height="110"
Anyone any ideas? which file do i need to look at? I have tried a reinstall.
Re: Problem on 1.38a - Product info page showing incorrect image sizes
Quote:
Originally Posted by
focus360
The image sizes on my product info page are wrong.
Image handler is however resizing them correct.
The problems is in the code. Checkout the main product info code:
HTML Code:
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11\')"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://www.mywebsite.co.uk/shop/index.php?main_page=popup_image&pID=11" target="_blank"><img src="bmz_cache/9/9d3a30ea011fd68ac53633361521d7d5.image.206x210.jpg" alt="CD-R printed full colour including data or audio duplication. Bulk disks, no packaging." title=" CD-R printed full colour including data or audio duplication. Bulk disks, no packaging. " width="110" height="110" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
As you can see the image size in the file name is 206x210.jpg (which is what it should be. I have set width and height to 210 in admin.
However it is been displayed as width="110" and height="110"
Anyone any ideas? which file do i need to look at? I have tried a reinstall.
Im getting this for everything not just product info. All images have img sizes as width="110" and height="110" (this is the size I have set for my small image). Whats gone wrong?
If I turn image handler off they go back to the correct sizes, so its obviously something wrong with my image handler setup. Is it an icompatibility issue with 1.38a
Adding additional pictures?
Ok, so I'm not really new to all of this, I just got finished building the site, it's live...http://www.pscmotorsports.com...and I don't have many issues with it. However, I just added the Ultimate SEO module and the module for integrating with Google Analytics, and now whenever I try to add a secondary product image, I get the famous:
"Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'NONSSL')"
However, it says "Image saved successfully!" in green at the top. I've seen that this has happened to others in the last couple of weeks, yet I haven't found a solution. I have tried clearning the cache, uninstalling IH, reinstalling, etc. No luck yet. Any ideas?
Re: Image Handler 2 Support
So this is the problem we are in the process of moving servers and doing a site redesign if you look at the images in the old server they look great http://www.music-skins.com/store/ind...e6b9ca553a9bd1
But if you look at the images on the new server they look really bad
http://208.69.127.226/store/index.ph...ndex&cPath=121
we are using Imagehander 2 zen cart 1.3
can some one please tell me what I have done wrong?
What happend is that I clicked on Remove Image Handler from database then I click the install image handler and now the images look bad
Re: Image Handler 2 Support
Sorry if I am in the wrong forum. I am having trouble understanding how to get help for the ZEN Cart project.
I have ZEN Cart installed and it has worked just fine until recently. There has been no changes made to affect the installation. My images no longer display in the shop. The images still exist on the site and I can open them using CUTE. If I upload them via editing the product to a different directory they are then displayed. Seems to be an issue with the directory that they are loaded in. I have used the UPLOADS directory.
Can someone give me an idea how to get them working again or do I have to re load them all again?
In anticipation
Regards
Re: Image Handler 2 Support
Quote:
Originally Posted by
Robinferguson
If I upload them via editing the product to a different directory they are then displayed. Seems to be an issue with the directory that they are loaded in. I have used the UPLOADS directory.
Images should be placed in the images directory not the uploads directory. If you use the product editing screen it knows this, which is why those show. You don't need to upload them all again, just use your FTP software to move them.
Re: Image Handler 2 Support
Hi Kuroi and thank you for your assistance.
When loading the products originally there was no option to select a directory called images. Also, all images have worked just fine until now. I don't understand why they just suddenly stopped being displayed. The images directory does exist on the site but is not in the drop down list when adding or editing a product.
hopefully you have another option.
Thanks
Re: Image Handler 2 Support
Quote:
Originally Posted by
Robinferguson
When loading the products originally there was no option to select a directory called images ... The images directory does exist on the site but is not in the drop down list when adding or editing a product.
The images folder in the site's root directory is the default location for non-template images, in particular product images. The folders that are selectable are the ones that sit inside it, though most people simply place their product images at the top level, i.e in the image folder.
The uploads folder is used for images uploaded by customers in response to product attributes.
Quote:
Originally Posted by
Robinferguson
Also, all images have worked just fine until now. I don't understand why they just suddenly stopped being displayed.
There's always a reason, however obscure or apparently unrelated. Unfortunately there's no information here to diagnose it.
Quote:
Originally Posted by
Robinferguson
hopefully you have another option.
Well you could hack your configure.php files to point to "uploads" instead of "images" as the default images folder. But I certainly wouldn't recommend it.
Re: Image Handler 2 Support
Hi All
First let me say I love this IH2 it certainly makes things easier. The problem I am having is this. I installed IH2 and everything seems to work fine. When I save a new image it shows all three created with their scaled sizes. When I click over on the right on the large image it comes up great in it's scaled size. So far so good. All the small images also work fine. But when I browse to my site with a internet browser and view a large image it does not appear to be scaled. Also I am using Slimbox to display the large images. I don't know if that creates a problem or not. Any help would be much appreciated. Thanks :frusty: