Re: Image Handler 2 Support
thats not a css file issue.. thats a javascript issue.
please download the patched version from the ZC downloads center.. the one off of Tim's site (breakmyzencart) is an unpatched version. The fix can be found on the forums there but for convenience i patched it for everyone and updated the one in the ZC downloads center
Re: Image Handler 2 Support
Ok, let's get specific. Here is the link to the IH2 from ZC Downloads, last updated 09/16/2006. If there is another link with a newer or patched version available in the Downloads, please provide.
As to JS errors, there is a dir. called 'jscript' included with the IH2 install. I found that even when using Template overrides and uploading the 'jcript' dir. correctly, IH2 would not work unless the 'jscript' dir. was also uploaded to:
includes/templates/template_default
Re: Image Handler 2 Support
^^ thats the link i'm talking about.. just got a little lazy and didnt look around for it. Thanks for the link man
Re: Image Handler 2 Support
thanks :), Great help guys I solved the problem with the JS error by uploading the new file set to the site.
spottedhaggis: I switched so it displays 3 items per row works perfect..so now the next step where exactly in the CSS file should I look?
Re: Image Handler 2 Support
Anyone happen to know why I am still getting js errors?
It driving me nuts.
Here is the error.
Code:
Error: syntax error
Source File: http://2210media.com/zen_test/index.php?main_page=product_info&products_id=2
Line: 1, Column: 91
Source Code:
showtrail('bmz_cache/d/d4022f016994ac24e76848e7ed32b960.image.400x300.jpg','Porche',100,75,,,this,89,64,11,11);
Its this little part right here. Where are the extra ,'s coming from?
100,75,,,this
I have the latest patched install, the latest zen cart version, and this addtion does not work out of the box, period. :no: I'm about to scrap this whole thing...
Re: Image Handler 2 Support
I just found this contrib and had a question about installation. In the directions it said to merge tpl_main_page.php contents with your current template. Maybe I don't understand the overrides system enough, but it seems that the body tag would get messed up if I put the ID and onLoad in place of what's in my template. Would anyone explain how I can do this properly? Thanks!
Image Handler
Code:
<body id="popupAdditionalImage" class="centeredContent" onLoad="resize();">
<div>
<?php
// $products_values->fields['products_image']
echo '<a href="javascript:window.close()">' . zen_image($_GET['products_image_large_additional'], $products_values->fields['products_name'] . ' ' . TEXT_CLOSE_WINDOW) . '</a>';
?>
</div>
</body>
MyTemplate
Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Thanks in advance!
Wil
Re: Image Handler 2 Support
Solved my own questions. Installed without changing the file. One more small issue which I do not think has to do with the main_page file. Whenever I hover an image, the product name does not appear in the zoombox. I'll continue looking around, but any help would be great. Thanks.
Re: Image Handler 2 Support
Fixed my zoombox issue, I had to decrease the padding on the box. I guess it was being pushed outside of the area.
Wil
Re: Image Handler 2 Support
Hello,
have a fresh install of ZW 1.3.6, and have downloaded IH2 from the contrib section here (version 2 for 1.35)
after I copy all the files, but my admin index and main site index show up blank..no errors just a blank white page...
I've reloaded it twice and am getting the same results....
did some searching and am not finding any obvious solutions - anyone have an idea as to what the problem might be?
thanks!
Re: Image Handler 2 Support
Quote:
Originally Posted by
Corys8646
Hello,
have a fresh install of ZW 1.3.6, and have downloaded IH2 from the contrib section here (version 2 for 1.35)
after I copy all the files, but my admin index and main site index show up blank..no errors just a blank white page...
I've reloaded it twice and am getting the same results....
did some searching and am not finding any obvious solutions - anyone have an idea as to what the problem might be?
thanks!
ensure every single file gets uploaded.. your host may have error reporting off which is why you don't get info on the blank page. some FTP programs upload parts of files but never get around to doing the whole file.. i use FileZilla for all of mine and it hasn't failed me yet
if that still doesn't work.. redownload the contribution from the downloads section and upload a fresh one.. could be a bad archive download too