Thread: Zen Colorbox

Page 11 of 34 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 337
  1. #101
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Colorbox

    Quote Originally Posted by g2ktcf View Post
    Would it not be prudent to add Zen Colorbox to the IH4 readme by name and vice versa? I am not sure it would have helped me with my issue. But I am sure that I will not be the only one to miss this important connection.

    Thanks
    Chris
    Sure.. and if you look at the date Zen Colorbox was submitted, and the last IH4 update, you'd know that Zen Colorbox was submitted AFTER the last IH4 update..

    Submitting an IH4 update JUST to add this to the readme wasn't IMHO a compelling reason to submit and update.. With the recent v1.5.4 release I will be submitting an IH4 update and I WILL update the readme to INCLUDE Zen Colorbox, and also to suggest that folks NOT install Fual Slimbox OR Zen Lightbox anymore in favor of this module..
    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. #102
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Zen Colorbox

    Quote Originally Posted by DivaVocals View Post
    Not part of the core code.. Images only.. There is a BETA version in the authors Github repo which is in response to this issue: https://github.com/daniel-hopkins/zen-colorbox/issues/9.

    Be advised that the code is UNTESTED and INCOMPLETE, and there is NO SUPPORT for it here really. In order to have continuity across a shop using this module, the plan was to address ALL the popups in the list. 3 remain outstanding, and the author has been busy and has not been able to do any further work on this feature. ANYONE who wants this feature fully functioning to fork his repo and pick up where he left off on this feature would be a hero! SHARE IT with the community!

    I will be submitting an update to Zen Colorbox soon. The updated code is in my Zen Colorbox Github fork of the Zen Colorbox repo.. I submitted a pull request with my modifications to the master repo, but because the author has been busy he has not yet approved and incorporated my changes into his master repo.. So just know that IF you decide to install this version with this code and you also want the LATEST and greatest version, there will be discrepancies between my fork and the author's repo so you will have to merge them together..
    Thanks for the headsup. I will look into it over the next few days.

  3. #103
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: Zen Colorbox

    FWIW, I just downloaded the Colorbox repository and installed it on a Zen Cart v1.5.4 demo site without issue.

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

    Default Re: Zen Colorbox

    Quote Originally Posted by lat9 View Post
    FWIW, I just downloaded the Colorbox repository and installed it on a Zen Cart v1.5.4 demo site without issue.
    Cool.. BUT there's a caveat.. Can you test some of the popups to make sure they work.. when I tested the code from the main repo, Daniel had started working on code to make the popups work inside a lightbox.. (See: https://github.com/daniel-hopkins/zen-colorbox/issues/9) It's not ALL popus, but the issue link I posted tells you which ones.. I tested it BRIEFLY, and got some errors (details of which escape me.. I just rolled back the popup code..) Let me know if the popups are working for you..
    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. #105
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: Zen Colorbox

    Is there a setting that causes the colorbox interface to be used. I'm not seeing the colorbox-type popup shopping-cart help.

  6. #106
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Colorbox

    Quote Originally Posted by lat9 View Post
    Is there a setting that causes the colorbox interface to be used. I'm not seeing the colorbox-type popup shopping-cart help.

    Hmmmmmmmmmmmmmmmmmmm.. To be honest I don't remember.. I didn't realize that Daniel had committed the popup code to the repo (Github did not notify me) until I went to grab the latest from his repo for my latest client install.. I installed tested, failed, and then rolled back.. Decided to go back at testing when I wasn't on a deadline..
    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.

  7. #107
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: Zen Colorbox

    Now I've got myself confused! I "think" that I downloaded the master from your fork rather than from the danielhopkins account.

    Certainly looking at the danielhopkins account, there are changes for the shopping_cart page that aren't reflected in the version I downloaded. I'll get the danielhopkins "master" installed and let you know ...

  8. #108
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Colorbox

    Quote Originally Posted by lat9 View Post
    Now I've got myself confused! I "think" that I downloaded the master from your fork rather than from the danielhopkins account.

    Certainly looking at the danielhopkins account, there are changes for the shopping_cart page that aren't reflected in the version I downloaded. I'll get the danielhopkins "master" installed and let you know ...
    That's because I didn't include Daniel's popup changes in my fork.. I plan to submit my fork this weekend.. Daniel just accepted the changes from my pull request in his repo, and they will be included i nmy update.. I am submitting my fork because Daniels popup changes are incomplete (3 popups are not "done" yet) and untested..
    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.

  9. #109
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: Zen Colorbox

    Okie-dokie. I'll play with the additional pop-ups and report back. Meanwhile, I made the following changes to /includes/templates/YOUR_TEMPLATE/jscript/jscript_jquery_min.php to correct the HTML validation errors:
    Code:
    <?php
    //Load jQuery ONLY if jQuery has not been loaded. This is to support versions of Zen Cart prior to v1.5.4 because jQuery was not part of core code
    //Also want to prevent jQuery from loading again if bundled with a plugin or template package
    ?>
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
        document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));
    }
    </script>
    Other than that, all looked good. Tested on a fresh ZC1.5.4 install, no IH4, PHP 5.4.35.

  10. #110
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Colorbox

    Quote Originally Posted by lat9 View Post
    Okie-dokie. I'll play with the additional pop-ups and report back. Meanwhile, I made the following changes to /includes/templates/YOUR_TEMPLATE/jscript/jscript_jquery_min.php to correct the HTML validation errors:
    Code:
    <?php
    //Load jQuery ONLY if jQuery has not been loaded. This is to support versions of Zen Cart prior to v1.5.4 because jQuery was not part of core code
    //Also want to prevent jQuery from loading again if bundled with a plugin or template package
    ?>
    <script type="text/javascript">
    if (typeof jQuery == 'undefined') {
        document.write(unescape('%3Cscript type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"%3E%3C/script%3E'));
    }
    </script>
    Other than that, all looked good. Tested on a fresh ZC1.5.4 install, no IH4, PHP 5.4.35.
    Awesome.. Will include the validation change (thought I caught that) and submit this weekend..
    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.

 

 
Page 11 of 34 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. v155 Attribute image swapped for main image using Colorbox
    By soxophoneplayer in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Jun 2016, 02:34 PM
  2. Trying to fix inline code with colorbox...
    By toomanyknots in forum General Questions
    Replies: 2
    Last Post: 5 Apr 2015, 04:26 PM
  3. IH and Zen Colorbox vs Zen Lightbox?
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 28 Jan 2015, 02:29 AM
  4. Lightbox OR Colorbox
    By Rizla in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 2 May 2014, 11:55 AM
  5. LightBox, SlimBox, ColorBox, which one is better?
    By waterbender in forum General Questions
    Replies: 0
    Last Post: 13 Aug 2013, 07:32 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR