Hi everyone,
I installed IH2 last night (I didn't go to IH3 because I was put off by the too many files but I will probably do so once I get more familiar). I run 1.3.9h on a test environment and therefore I can not provide a link but I have some screen shots to describe a small issue I face.
Before going to the issue, I will share my experience in case it proves useful to other users. I must confess that I didn't read all posts in this thread (almost 700 pages) and tried to work on the basis of the readme file.
I listed two test products and created a thumbnail (named thumbsize.jpg), a medium size (named mediumsize.jpg) and a large size (named largesize.jpg) image for each. I added the images for each product from the IH2 manager, only to find out that the images of the second product were overwriting those of the first product because of the identical file names which were saved in the /image folder. Adding the proper path in the box provided (see the red arrow in screenshot1 below, solved the problem. It took me some time to understand the reason, but it seems that the brain of a 64-year old doesn't work very fast in our days.
Now, I have New Products and Featured Products listed at the bottom of main page. See the values as entered in the Configuration > Index Listing in the screenshot2 and how it actually appears in screenshot3 below. The heading New Products is actually a modified "New Products for ... (month)" of the standard ZC.
As you can see in screenshot 4, the hover effect works fine with Featured Products but it doesn't with the New Products section and this is the reason for my post. Can anyone understand what could be wrong and either suggest a solution or give me a clue as to where I should search?
I read in post #6868:
Hovering over the image of Second Test Product it only shows the /index.php?main_page=product_info&cPath=7_16_23&products_id=12 in both New and Featured products, while if I right click on Chrome and then click Inspect Element, I get:
<img src="images/products/movies/documentary/history/test2/thumbsize.jpg" alt="Second test product" title=" Second test product " width="120" height="96"> in the New Products and
<img src="images/products/movies/documentary/history/test2/thumbsize.jpg" alt="Second test product" title=" Second test product " width="120" height="96" style="position:relative" onmouseover="showtrail('bmz_cache/6/68a5c18a0ab6cc9ffa54908bc8b8ca26.image.250x250.jpg','Second test product',120,96,250,250,this,0,0,120,96);" onmouseout="hidetrail();"> in Featured Products.
The hover effect works with New Products in page /index.php?main_page=products_new and the Inspect Element shows:
<img src="images/products/movies/documentary/history/test2/thumbsize.jpg" alt="Second test product" title=" Second test product " width="120" height="96" style="position:relative" onmouseover="showtrail('bmz_cache/6/68a5c18a0ab6cc9ffa54908bc8b8ca26.image.250x250.jpg','Second test product',120,96,250,250,this,0,0,120,96);" onmouseout="hidetrail();">
The hover effect works also fine in pages /index.php?main_page=featured_products and /index.php?main_page=products_all.
Sorry for the long post which is probably tiring to read. I hope that someone out there will come up with an explanation for which my thanks are advanced.