Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Sep 2015
    Location
    Hong Kong
    Posts
    45
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by mc12345678 View Post
    Honestly, there is little that can be determined with that information, but if I may explain a few things. 1) before adding any other plugins that interact with the front end, the template should resolve satisfactorily with an html validator such that the page has no errors. There are some errors that will have no effect on javascript, but it is far easier to say that you are starting with a clean slate that functions.
    2) Whatever jquery/javascript or the like is loaded, there should be only one version that is loaded not multiple.
    3) The most up-to-date version of whatever software should be loaded which if it is located on github may include some additional fixes that have been discussed either in the forum or perhaps the issues area of the github copy of the program.
    4) IH4 as provided on github had been rewritten to make the path to the image "human" readable. Regarding the above, that means that things were done well enough to get the correct filename.
    5) If using a merge utility to combine two or more files, understand that javascript can appear to be a minor modification that can end up being ignored instead of say php related code which turns out to be more major changes, so there could be a chance of missing a merge if manually performed at some point.
    Thank you for your explanation!
    It is out of my knowledge to modify the code. Finally, I just installed the "worked" template after the "problem" template, then the lightbox run properly again even I shifted to the "problem" template.

    On the other hand, I found the lightbox may have a little problem when running with mobile device. With clicking the image, there is lightbox displaying, but the image is off center when zoom in, and it cannot be drafted to left or right. Click image for larger version. 

Name:	Screenshot_2017-04-08-11-20-21.jpg 
Views:	94 
Size:	22.3 KB 
ID:	17025 Could you advise me how to fix it?

    Thank you!

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by jay2015 View Post
    Thank you for your explanation!
    It is out of my knowledge to modify the code. Finally, I just installed the "worked" template after the "problem" template, then the lightbox run properly again even I shifted to the "problem" template.

    On the other hand, I found the lightbox may have a little problem when running with mobile device. With clicking the image, there is lightbox displaying, but the image is off center when zoom in, and it cannot be drafted to left or right. Click image for larger version. 

Name:	Screenshot_2017-04-08-11-20-21.jpg 
Views:	94 
Size:	22.3 KB 
ID:	17025 Could you advise me how to fix it?

    Thank you!
    And there it is... The advice for that issue which has been the case for the last what, 4 years is to uninstall lightbox and instead install colorbox. The link is posted several times over the last few pages. Colorbox was made/modified to handle that situation. This plugin (really the foundation to its operation) unfortunately has not been maintained to be able to support/fix that issue.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Sep 2015
    Location
    Hong Kong
    Posts
    45
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by mc12345678 View Post
    And there it is... The advice for that issue which has been the case for the last what, 4 years is to uninstall lightbox and instead install colorbox. The link is posted several times over the last few pages. Colorbox was made/modified to handle that situation. This plugin (really the foundation to its operation) unfortunately has not been maintained to be able to support/fix that issue.
    Thanks!

    Today I tested with Colorbox, in mobile device, the image showing in lightbox can be drafted to left or right, but when releasing my finger, the image will run off the screen!

    Then I tested with Fual Slimbox, in mobile device, the image just sticked to the left side of the screen, left part of the image can never be seen.Click image for larger version. 

Name:	Screenshot_2017-04-09-18-20-24.jpg 
Views:	166 
Size:	26.7 KB 
ID:	17029. And there is no pre/next button at the image.

    Seems I should keep finding another lightbox.

  4. #4
    Join Date
    Aug 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    I apologize if I missed this somewhere in the thread. I am adding additional photos to product pages (http://completelydevoteddesigns.com/...&products_id=2)

    I know there is a way to add a line of code to make the other photos open in lightbox but I cannot remember where it needs placed. Any help?

  5. #5
    Join Date
    Aug 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by gsallen101289 View Post
    I apologize if I missed this somewhere in the thread. I am adding additional photos to product pages (http://completelydevoteddesigns.com/...&products_id=2)

    I know there is a way to add a line of code to make the other photos open in lightbox but I cannot remember where it needs placed. Any help?
    If it helps anyone adding rel="lightbox-g" did the trick for example in a table:

    <td style="vertical-align: top; width: 106px;"><a
    href="http://completelydevoteddesigns.com/images/solematemini/image000000_24.jpg"
    rel="lightbox-g"><img
    style="border: 0px solid ; width: 135px; height: 115px;" alt=""
    src="http://completelydevoteddesigns.com/images/solematemini/image000000_24.jpg"></a><br>
    </td>

  6. #6
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by jay2015 View Post
    Thanks!

    Today I tested with Colorbox, in mobile device, the image showing in lightbox can be drafted to left or right, but when releasing my finger, the image will run off the screen!

    Then I tested with Fual Slimbox, in mobile device, the image just sticked to the left side of the screen, left part of the image can never be seen. And there is no pre/next button at the image.

    Seems I should keep finding another lightbox.
    Same here Jay,
    My Colorbox lately started to make problems on Chrome mobiles/Ipads...opens on the side and sometimes shrinks etc'...
    Maybe because of moving to SSL.
    Looks like JS problems as MC wrote.
    So I am also looking for a solution or for another "lightbox" to fit ZC 1.5.5
    If you have anything, please share...

  7. #7
    Join Date
    Sep 2015
    Location
    Hong Kong
    Posts
    45
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by gunni View Post
    Same here Jay,
    My Colorbox lately started to make problems on Chrome mobiles/Ipads...opens on the side and sometimes shrinks etc'...
    Maybe because of moving to SSL.
    Looks like JS problems as MC wrote.
    So I am also looking for a solution or for another "lightbox" to fit ZC 1.5.5
    If you have anything, please share...

    You may try magic toolbox. But it is not free :)
    Its lightbox function is very great either for pc or mobile. You may try their trail version before purchasing it.

  8. #8
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Zen Lightbox addon [Support Thread]

    Quote Originally Posted by jay2015 View Post
    You may try magic toolbox. But it is not free :)
    Its lightbox function is very great either for pc or mobile. You may try their trail version before purchasing it.
    Thanks Jay
    Hoped for free module...

  9. #9
    Join Date
    May 2007
    Posts
    85
    Plugin Contributions
    1

    Default Re: Zen Lightbox addon [Support Thread]

    I have zen_lightbox 1.6.5 working ok with 1.5.5e. It needs to have the includes/classes/zen_lightbox folder added. There are three files in that. autoload_default.php, options.php, slimbox.php. It must come from some earlier version I had. Good luck.

 

 

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

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