I don't see a problem by doing this, in fact this is what I do with all my templates.
M
Printable View
I do see your point.
But cause the problem lies in the main core overrides system it is important to have it fixed. Corrupted core features lead sto many other problems. I allready found a lot of problems cause of the corrupted override feature, like many modules were not working at all.
What I ended up doing was restored my old backup and got override feature working again. The backup did not include some of google modules, so I must add them carefully to make sure those where not the cause of the problem.
It can be that some core files just got corrupted for some reason and have nothing to do with module?
Well anyways the core files are now fixed using my backup.
Looks ok at least with my browser: http://fotonapakymppi.fi/index.php?m...ex&language=en
1.
Don't you have backup?
If you do use the backup and reinstall the module.
2.If you dont check what files is included in 1.2 version as well 1.3 version and move them out from ZC. Do not delete incase you still need them for some reason.
NOTE you might also need to remove 1.2 and 1.3 data from database. I presume 1.2 and 1.3 IH modules has apropriate uninstall sql scripts.
After this you reinstall the module.
After this if you are unlucky you lost som merged file and some other modules stop working.
Well then you need to check the other modules install instruction what code need to be added.
Note: if you have no backup remember to backup next time.:wink:
I have just installed IH2 and i have a few interesting bugs.
1. Suppose i have a big product list which is needed to scroll down in order to view all the products. When i hover over small products pictures without scrolling showtrail works fine. I can see the large image near the small image.
However, when i scroll down a bit i the the big picture stays in a cretin place and not near the small product picture (See Screenshot attached).
2. My website has two different languages. Hebrew (Right to Left) and English. In the Hebrew language there is a weird bug. Show trail works only for some of the pictures. On the others it just doesn't show the large picture. When i switch to English, everything works like a charm.
Hope you could help me fixing these issues.
Tzachi
Marksu, thank you for following the issue..
I had some issues with IH2 and had to go back and reverse install IH2. I found that I may have initially installed the earlier version intended for 1.2.xx, and then over wrote it with the more recent version for 1.3.xx. After comparing all of the files in the two contribs, I noticed that there was an equivelant IH series of lines floating in the /Admin/Configuration/Images/ area after all was said and done, with all images fully crippled from any showing on any area of the test site. I di restore my backups, one level, attempting to get to an earlier version of IH2, as it had worked briefly before something went awry.
At this point, I took the version that was just showing 'place holders' and reloaded IH2 for 1.3.xx.. For the most part, at this moment, most is working, except the hover feature, the enlargement feature and some product pages.. I have reloaded Zen more than once so far and have learned things the hard way each time, I guess with out the "Zen Bible", I will flounder until I buy it and flounder until I reload ZC one more time, being way more attentive to each contrib, working it through until completion before I add another one.
I admit, 3 weeks ago, I thought the contribs were time tested and flawless to be in position, so I loaded several at one time, without cautiously following each one through.
I appologize to you, to the authors of each contrib that I have scrutinized and humbly will start over again.. or at least two or three backups back.
Right now, even though the hover is not working and I remember having to dig the resolution out for that, when I select a product, only the header appears, until I hit refresh again to get the side boxes and main page to appear.. I'll return, a stronger Zenner, soon.
Thanks to all.
Just have to say i love the mod but i recently had to debug a problem where large res images where causing the product listing page to be empty.
after following the flow for a long time with echo statements it came down to that the following function was crashing: (bmz_image_handler.class.php)
$image = @imagecreatefromjpeg($src_name);
so i found this fix:
ini_set('memory_limit', '50M');
$image = @imagecreatefromjpeg($src_name);
perhaps this can be coded into the next release ???
:clap:
Has anyone tried to add the description of the product to the mouse over window? So in addition to the product title and the product Image I would like to add the product description as well.