Page 351 of 373 FirstFirst ... 251301341349350351352353361 ... LastLast
Results 3,501 to 3,510 of 3726
  1. #3501
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Image Display Size Restriction

    Quote Originally Posted by mc12345678 View Post
    Nothing really different than the last two pages. I think/thought there was something about instructions at the following post. http://www.zen-cart.com/showthread.p...03#post1226003

    I could be wrong.
    Yes Seeing that is what prompted my query. I had visited and quickly scanned the GH page, and also downloaded the zip. However, for the likes of me such wonders are cursed with "many a slip between cup and lip".

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

    Default Re: Image Display Size Restriction

    Are the files on GH the updated and newest files?

    If so, their seems to be allot of unnecessary code copied from the slimbox.php file from google groups that is not needed and may cause issues.

    That file is generic and the custom options may/may not override options.php (ADMIN Configurations).

  3. #3503
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Display Size Restriction

    Quote Originally Posted by rbarbour View Post
    Are the files on GH the updated and newest files?

    If so, their seems to be allot of unnecessary code copied from the slimbox.php file from google groups that is not needed and may cause issues.

    That file is generic and the custom options may/may not override options.php (ADMIN Configurations).
    I thought the discussion of GH and Zen LightBox got moved to elsewhere. My understanding is that one person setup GH, another had posted the update here on ZC, so not sure (without comparing the two filesets) if they are/were the same. That said, the GH files are there for mod/continued improvement if an issue has/will be identified. Please feel free to evaluate for the issues of concern and contribute back the changes/suggestions.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #3504
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Image Display Size Restriction

    Quote Originally Posted by rbarbour View Post
    Are the files on GH the updated and newest files?

    If so, their seems to be allot of unnecessary code copied from the slimbox.php file from google groups that is not needed and may cause issues.

    That file is generic and the custom options may/may not override options.php (ADMIN Configurations).
    I have used this lightbox for a very long time and the only real problems that have been written about are when the user accidently installs both lightbox and slimbox together, they do not play nice so only one is needed for the store.

    Aside from that and the occasional corrupt file or missing file I have not had any problems with this mod at all...in my own store or the ones I have installed it on.

  5. #3505
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Display Size Restriction

    Quote Originally Posted by DarkAngel View Post
    I have used this lightbox for a very long time and the only real problems that have been written about are when the user accidently installs both lightbox and slimbox together, they do not play nice so only one is needed for the store.

    Aside from that and the occasional corrupt file or missing file I have not had any problems with this mod at all...in my own store or the ones I have installed it on.
    Darkangel, if I understand correctly, you are indicating that the Zen LightBox as provided here in ZC has been good; however, in the last couple of days, a "solution" for it working better on mobile devices was proposed. The result of incorporating that appears to have been the incorporation (in full?) of a file into the package. What rbarbour was indicating was that perhaps the included file contains more code than necessary, and may (or may not) be fully compatible with options.php. That is something still to be determined, unless those that proposed the change(s) have already addressed that issue.

    Btw, where's that other thread to discuss things like this further?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Image Display Size Restriction

    Quote Originally Posted by mc12345678 View Post
    I thought the discussion of GH and Zen LightBox got moved to elsewhere. My understanding is that one person setup GH, another had posted the update here on ZC, so not sure (without comparing the two filesets) if they are/were the same. That said, the GH files are there for mod/continued improvement if an issue has/will be identified. Please feel free to evaluate for the issues of concern and contribute back the changes/suggestions.
    I did not see a link to another thread or I would have posted their.

    However, the same code exists in the latest version uploaded to the plugins.

    Just making a mere suggestion that this should be re-evaluated. That's all.

  7. #3507
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Image Display Size Restriction

    Quote Originally Posted by rbarbour View Post
    Are the files on GH the updated and newest files?

    If so, their seems to be allot of unnecessary code copied from the slimbox.php file from google groups that is not needed and may cause issues.

    That file is generic and the custom options may/may not override options.php (ADMIN Configurations).
    You are absolutely right about the extra unnecessary code.
    I took the zip file posted here, and the comments from others that said "It works!" and blindly committed it to the project.

    While it does "work", I do not want to use the eval() method that was used in the responsive "fix".
    Today I have been manually un-minifying that code so that I can use basic minified JS instead.

    GH has been updated just now, with some code & structure updates. Proceed with caution though, it still needs some testing

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

    Default Re: Image Display Size Restriction

    Quote Originally Posted by niestudio View Post
    You are absolutely right about the extra unnecessary code.
    I took the zip file posted here, and the comments from others that said "It works!" and blindly committed it to the project.

    While it does "work", I do not want to use the eval() method that was used in the responsive "fix".
    Today I have been manually un-minifying that code so that I can use basic minified JS instead.

    GH has been updated just now, with some code & structure updates. Proceed with caution though, it still needs some testing
    Is there a discussion forum or such on GH where we can continue the discussion of GH and Zen LightBox???
    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. #3509
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Display Size Restriction

    Quote Originally Posted by DivaVocals View Post
    Is there a discussion forum or such on GH where we can continue the discussion of GH and Zen LightBox???
    "Issues" I think can be brought up with comments (discussion) associated.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #3510
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Image Display Size Restriction

    Quote Originally Posted by DivaVocals View Post
    Is there a discussion forum or such on GH where we can continue the discussion of GH and Zen LightBox???
    Quote Originally Posted by mc12345678 View Post
    "Issues" I think can be brought up with comments (discussion) associated.
    Check out: https://github.com/niestudio/zen_lightbox/issues/3
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 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