Re: Image Handler 2 Support
OK, problem solved, thank you very much for advice.
Solution for those with same problem "no / in image paths":
check your includes/configure.php file and check if DIR_FS_CATALOG is correct.
I had:
PHP Code:
define('DIR_FS_CATALOG', '/');
I changed it to:
PHP Code:
define('DIR_FS_CATALOG', '');
and it worked.
Re: Image Handler 2 Support
And in admin area admin/includes/configure.php there was:
PHP Code:
define('DIR_FS_CATALOG', '/');
I changed to:
PHP Code:
define('DIR_FS_CATALOG', '//');
Now it works fine.
I do realize that in other installations and hostings those lines may look different but sollution will be similar I think.
Re: Image Handler 2 Support
I am getting this error.
Fatal error: Cannot redeclare class base in /home/lorig0/public_html/shoppe/includes/classes/class.base.php on line 17
I have uploaded all the files again but it is still not working.
Thanks for the help.
Re: Image Handler 2 Support
Quote:
Originally Posted by
travel124
Fatal error: Cannot redeclare class base in /home/lorig0/public_html/shoppe/includes/classes/class.base.php on line 17
Not really the thread to post this issue.
Anyway, go to Troubleshooting section in downloads area and get the debug error log utility, follow instructions.
Also see tutorial on blank pages.
Re: Image Handler 2 Support
Hello,
I have installed image handler 2 and it's working. I was wandering if it is possible to change the pop up window that pop's up when you click on the larger image option in my online store. I do not like how it pop's out into it's own window, I would rather something else, like a zoom in possibly, I have the zoom in feature for the small and medium ( which only zooms to the same size as the actual image of itself - can that be changed? ) which i have turned off as I do not like how it only zooms to it's same size.
I have put all the recommended settings into the admin/config/images and still can't get that window to stop popping up or the zoom to actually zoom to a larger size than itself.
Below is my website, if you click on the ' online store ' hyperlink and then click one of the images it will take you to another screen with just that image, when you click on that image the dreaded pop up window appears ( yuk )
http://www.soulkreed.com
Re: Image Handler 2 Support
Quote:
Originally Posted by
Soulkreed
Hello,
I have installed image handler 2 and it's working. I was wandering if it is possible to change the pop up window that pop's up when you click on the larger image option in my online store. I do not like how it pop's out into it's own window, I would rather something else, like a zoom in possibly, I have the zoom in feature for the small and medium ( which only zooms to the same size as the actual image of itself - can that be changed? ) which i have turned off as I do not like how it only zooms to it's same size.
I have put all the recommended settings into the admin/config/images and still can't get that window to stop popping up or the zoom to actually zoom to a larger size than itself.
Below is my website, if you click on the ' online store ' hyperlink and then click one of the images it will take you to another screen with just that image, when you click on that image the dreaded pop up window appears ( yuk )
http://www.soulkreed.com
You should start a seperate thread.. this is stock Zen Cart functionality, and not something fixed by Image Handler..
Re: Image Handler 2 Support
I have image handler installed and it seems to be working great. The one concern I have is the gallery on the product. It seems to create duplicate thumbs (maybe so it's easier to scroll or maybe for aesthetics). Is that by design or do have something borked?
One set of those images opens correctly, the other set opens by it's self in the original window, which is annoying. Any ideas?
You can see it working here: http://driller.com/v2/used-reedrill-44.html
Re: Image Handler 2 Support
Quote:
Originally Posted by
Wandererx
I have image handler installed and it seems to be working great. The one concern I have is the gallery on the product. It seems to create duplicate thumbs (maybe so it's easier to scroll or maybe for aesthetics). Is that by design or do have something borked?
One set of those images opens correctly, the other set opens by it's self in the original window, which is annoying. Any ideas?
You can see it working here:
http://driller.com/v2/used-reedrill-44.html
Although I am a fairly new user of Image Handler, I haven't seen any additional image functionality like that in this contribution (if so, I have no clue where it is hiding).
It looks like you are using the ZJ Black 2 template and I believe that template package comes with a bunch of jquery additions, such as that scrolling image navigation bar for additional images. Also, I am not sure if that template comes with a lightbox mod built-in, but I have not seen that style of lightbox before (it doesn't look like zen lightbox or fual lightbox).
I think this is a lightbox / template compatibility issue and not image handler as I have run into something VERY similar trying to get a lightbox contrib to work with a template (first additional image is duplicated in the lightbox gallery navigation).
If you don't get any response on this here you might search the ZJ Silver/Black support thread or the support thread for that lightbox contrib you are using.
Hope this helps a little bit.
Re: Image Handler 2 Support
It is indeed the ZJ Black Template. The scrolling image bar never showed up before IH was installed, nor was there a place to upload more than one image (short of the standard of embedding them in the product description). The template however is loaded with jquery additions, although the standard Zen Lightbox 1.5 is installed and works well on the main product image.
I'll browse the ZJ Silver/Black support thread and see what comes up there. Thanks for the idea.
Re: Image Handler 2 Support
I have this contribution working almost to the point I want it - my last problem area is getting the mouseOver effect to work (large-image preview) on the product page itself. It currently uses the default zenCart behaviour (opens in a new window). Did I miss a step somewhere?