My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Given that others have reported that this module and IH4 work together, perhaps an errant merge might be at the root of the issue???
Getting ready to post an enhancement update to IH4 (thanks to some cool new code contributed by a fellow Zenner). Since we've looked at integration with other lightbox modules, I'll look at this one too and include any instructions/insight in the readme as has been done for other lightbox modules..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Okay well I'm GUESSING that the code in question is here: includes/modules/YOUR-TEMPLATE-FOLDER/additional_images.php lines 84-88.
This looks like OLD outdated IH2 code.. IMAGE HANDLER TWO??????????????????????????????????Code:// Begin Image Handler changes 1 of 2 //next line is commented out for Image Handler // $flag_has_large = file_exists($products_image_large); $flag_has_large = true; // End Image Handler changes 1 of 2WHAT????????????????
Should probably be (taken from Zen Colorbox):
Haven't tested this but given the roots of this module, I think it will work..Code:// Begin Image Handler changes 1 of 2 if (function_exists('handle_image')) { $newimg = handle_image($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT, ''); list($src, $alt, $width, $height, $parameters) = $newimg; $products_image_large = zen_output_string($src); } $flag_has_large = file_exists($products_image_large); // End Image Handler changes 1 of 2
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I have an updated version of this plugin I will be uploading soon.
Complete with install files for IH4 and without.
Detailed install instructions for ez-pages, listing pages, center-boxes, side-boxes, existing popups.
Added admin config to use hosted jquery, google CDN or none
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
v2.0
Just to recap
New Features
* Fully Compatible with IH4
* New Magnific Image Lightbox Zoom In/Out Feature
* Comes with latest version jQuery
* Option to use packaged jQuery, jQuery CDN or none (for those already using jQuery)
* Option to use on New, Specials, Featured, All, Advanced Search Result and Product Listing Pages
* Option to use on New, Specials & Featured Side-boxes
* Option to use on New, Specials & Featured Center-boxes
* Option to use on all ZC stock popup windows
New Admin Configs
* Use Magnific Lightbox for New Products Side-box
* Use Magnific Lightbox for Specials Products Side-box
* Use Magnific Lightbox for Featured Products Side-box
* Use Magnific Lightbox for New Products Center-box
* Use Magnific Lightbox for Specials Products Center-box
* Use Magnific Lightbox for Featured Products Center-box
* Use Magnific Lightbox on Product Listing Pages
* Use Magnific Lightbox on Advanced Search Result Pages
* Use Magnific Lightbox on New Products Pages
* Use Magnific Lightbox on Specials Products Pages
* Use Magnific Lightbox on Featured Products Pages
* Use Magnific Lightbox on All Products Pages
* Use Magnific Lightbox for Shopping Cart [help (?)] Popup
* Use Magnific Lightbox for Checkout Shipping Estimator Popup
* Use Magnific Lightbox for Checkout Coupon Help Popup
* Use Magnific Lightbox for Checkout Credit Card CVV Help Popup
* Use Magnific Lightbox for Log-In Page [More Info] Popup
* Use Magnific Lightbox for Product Info Attributes Qty Price Popup
* Use Magnific Lightbox for Advanced Search Search Help [?] Popup
* jQuery Options
* Lightbox Zoom In/Out Setting
DEMO
I added better quality images to DVD Movies Categories to better show off the Demo
@DivaVocals, thank you for offering, I will forward to you via email.
Last edited by rbarbour; 19 Jun 2014 at 04:06 AM. Reason: Better Demo