Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 80
  1. #41
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by yaritai View Post
    I know that Image Handler 4 has a auto install method. And since you mention nothing about going back to compare the magnific files I can only assume that you did not merge back in the core files that both of them share? So go back and treat magnific as a reinstall and see what files need to be modified and it will work after that.
    Not the "fault" of the auto-installer.. In the IH4 instructions it is stated that in order to use with certain lightbox mods some merging "pre-install" might need to be done..
    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.

  2. #42
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by picaflor-azul View Post
    I posted a moment too soon! I removed the code for image handler (image handler is not installed in the template package) in includes/modules/override/additional_images.php and now all seems to be working ;)

    Thanks,

    Anne
    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.

  3. #43
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by DivaVocals View Post
    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..
    No, the image handler code was in the module package file. Since image handler is not installed in the template package by default, I had to remove the code .

    Thanks,

    Anne

  4. #44
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by picaflor-azul View Post
    No, the image handler code was in the module package file. Since image handler is not installed in the template package by default, I had to remove the code .

    Thanks,

    Anne
    Interesting.. that's exactly how Zen Colorbox and Zen Lightbox are and they do not have issues when IH4 is not installed.. Hmmmmmmmm...
    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.

  5. #45
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by picaflor-azul View Post
    No, the image handler code was in the module package file. Since image handler is not installed in the template package by default, I had to remove the code .

    Thanks,

    Anne
    Quote Originally Posted by DivaVocals View Post
    Interesting.. that's exactly how Zen Colorbox and Zen Lightbox are and they do not have issues when IH4 is not installed.. Hmmmmmmmm...

    Okay well I'm GUESSING that the code in question is here: includes/modules/YOUR-TEMPLATE-FOLDER/additional_images.php lines 84-88.

    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 2
    This looks like OLD outdated IH2 code.. IMAGE HANDLER TWO?????????????????????????????????? WHAT????????????????

    Should probably be (taken from Zen Colorbox):
    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
    Haven't tested this but given the roots of this module, I think it will work..
    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.

  6. #46
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Zen Magnific Support Thread

    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

  7. #47
    Join Date
    Mar 2011
    Location
    Pensacola, FL
    Posts
    88
    Plugin Contributions
    4

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by rbarbour View Post
    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
    Very awesome, Ray. Sounds quite thorough. Let me know if I can be of any assistance.

  8. #48
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Zen Magnific Support Thread

    Time for my free contributions has been very limited lately, I could use a second set of eyes testing and hands documenting!

    Quote Originally Posted by mutinyzoo View Post
    Very awesome, Ray. Sounds quite thorough. Let me know if I can be of any assistance.

  9. #49
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Magnific Support Thread

    Quote Originally Posted by rbarbour View Post
    Time for my free contributions has been very limited lately, I could use a second set of eyes testing and hands documenting!
    **slowly raises hand** my time is limited too, but now that I have a proper place to do testing I can/will volunteer..
    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.

  10. #50
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Zen Magnific Support Thread

    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

 

 
Page 5 of 8 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. Apple Zen Support Thread
    By jettrue in forum Addon Templates
    Replies: 3041
    Last Post: 26 Jun 2015, 08:44 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg