Hello again Marksu,
Well, I guess if I spent my first few weeks thoroughly scouring every detail within the Admin area of ZC, when it was 1st installed, I would have found out that my "Ghost IH" lines in /Admin/Configuration/Images/ would have been there from a fresh install, which I wound up having to do over the past couple of days ? Sorry to have you jump in for something that didn't 'click' with me in the previous beginning.. they are there, before installing IH2 has an upgrade..
Things are stabilized now, I am backing up every, or every 2-3 contribs, depending on the complexity. I have yet to add product, so that I don't have to fight image manipulation for the moment, but there is a light still burning at the end of the tunnel.
Thanks again for you concerned willingness to help.
Wow, more than 300 pages in this thread! IH2 is such a popular contribution, perhaps it deserves it's own sub-forum...?
Anyway, I just noticed an issue with IE7: When I click on a medium image on a product description page, the window that opens to display the large image is not properly sized---it's only 100px high.
It works flawlessly in FF3.
I see this code in the head:
It seems like IE is calling the first function rather than dynamically sizing the window to the image size.Code:<script language="javascript" type="text/javascript"><!-- function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } function popupWindowPrice(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=150,screenY=150,top=150,left=150') } //--></script>
ZC 1.3.7.
Any ideas?
TIA!!
Hi guys!
I fix it!!! Stupid me: it was just the option in
Configuration>Images>IH resize images... it was "no"... so it was easy... once I found it!
Try to check this one too because a lot of people seem to loose this nice effect just because they just play with some options that don't really know [see my case]
And about the problem with the additional images: the swap was caused by a stupid *.js that I forgot there from previous tries... so... again, my fault! Hi hi!!
I would like if comebody can tell me how can I make the additional images to be seen on the product info page and if I can make them hover... on top of everything... I would like to put my category description in the product info page and to take of the name of the category, to just let there the image...
Anyone?
If you help me I promis I will help you with nice graphics for your site :)
Thanks mate!
Great help :)
Regarding question (1), I am getting closer to the solution. Because I am using the Hebrew language i need to use the Quote Mark (") in the header some times. The problem occurs only for the products with quote mark. I wonder how I change it in the JavaScript code so it won't make a difference.
Tzachi
HAHA! I made it. I found the solution for (1).
The function gettrail() uses the (') sign to display the image alt where it should use the (") sign. I.E The function should use the following code:
onmouseover="showtrail('images//b12.jpg',"B12 CHESS INFORMANT Caro-Cann by Sirawan",56,80,235,331,this,0,0,56,80);"
Instead of:
onmouseover="showtrail('images//b12.jpg','B12 CHESS INFORMANT Caro-Cann by Sirawan',56,80,235,331,this,0,0,56,80);"
Hope it helps anyone :)
Bookmarks