Page 1 of 2 12 LastLast
Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Zen Lightbox...

    Quote Originally Posted by aozhaver View Post
    ....If no, then make sure you download the lightbox 1.5 files again and overwrite your existing files and then do my little fix......
    I had lightbox 1.5 installed on 2 of my stores and it would not work with Chrome 7.

    davewest's advice works a treat (see my post above).

    Just one tip: clear your cache and then reload Chrome....

  2. #2
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Well mine didnt work for the past two weeks - then I left it to today, and it works. So Google must have fixed it.

  3. #3
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I'm sure Dave's advice works great its just that I couldn't figure out his English.

    If you or anyone would be kind enough to write a proper detailed step by step guide including some sample files all in one post perhaps other people would also benefit from this.

    Just writing cryptic advise, getting confused questions, writing some cryptic answers and repeating the whole process until finally some people succeed, some people fail and some people despair isn't really that helpful, although any input is of course voluntary and very much appreciated but why not do it properly...
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  4. #4
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I can write what Dave's fix is:

    1) replace includes/classes/zen_lightbox/slimbox.php with this slimbox.php from his previous post.

    2) Download the mootools update here (http://mootools.net/download/get/moo...full-compat.js).

    3) Rename mootools-core-1.3-full-compat.js to zen_lightbox_mootools_custom.js.

    4) Make a copy of zen_lightbox_mootools_custom.js and rename it zen_lightbox_mootools_default.js.

    5) Upload zen_lightbox_mootools_custom.js and zen_lightbox_mootools_default.js to replace these files in includes\templates\YOUR-TEMPLATE-FOLDER\jscript


    I have a very strange probelm with this however. The fix works perfectly on my test site at www.mygamedemos.com/store but does not work on my main site usig the same method: http://www.cocobeau.co.uk I have checked all the filese many times. I dont know what the problem is.

  5. #5
    Join Date
    Sep 2010
    Posts
    129
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi I did what you are saying which is basically replace the *content* of the custom.js file and the default.js file with the new mootools 1.3 file content. Then upload that slimbox file...

    IT DOESNT WORK!!!! It makes no difference only makes things worst! If you will check the content of Dave's slimbox file and the new mootools you will see there is no relationship, Zen Lightbox defines and wants to use 2 unique mootools files and dave's solution gives it one!! Please don't take this the wrong way but do you really think the people who wrote Zen Lightbox are slightly retarded that they made 2 files for no reason? even not being a programmer I realise this....

    In the end of the day that "solution" won't work on your real site.

    Well my solution isn't mine at all its that guy from before that upgraded to slimbox 2 that uses the Jscript library.
    BUT HE DIDNT SAY HOW TO DO IT! OR INCLUDE FILES!!!

    I give people an easy option as long as they didnt spoil their original lightbox files with other "solutions".

    Having said all of that I commend you for taking the time to confirm what dave meant in the solution if that's indeed what he meant (he told me DIRECTLY you can DELETE the old mootools he never said rename them).

    We may never know what he really means unless we learn his Mage language
    Silver Jewellery

    RESPECT to the Zen Cart Team, I'm PERFECTLY Zenned!

  6. #6
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    To be more clear, the fix for me works on every browser for my test site at www.mygamedemos.com/store. However, with the same setup, it doesnt work on Internet Explorer 8.0.6001.18702 for my main site www.cocobeau.co.uk

  7. #7
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Zen Lightbox...

    Quote Originally Posted by Monsunemoon View Post
    To be more clear, the fix for me works on every browser for my test site at www.mygamedemos.com/store. However, with the same setup, it doesnt work on Internet Explorer 8.0.6001.18702 for my main site www.cocobeau.co.uk
    Accessed your live site with IE 8.0.6001.18702. Can safely report that you have no problem with your zen lightbox setup.

    Try clearing your cache and browser history and try again.

  8. #8
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Zen Lightbox...

    Quote Originally Posted by limelites View Post
    What values are allowed in the admin "Resize Transition" field, other than FALSE?

    Are there different options for the animation effect when the box opens?
    Mootools is where the effects are coming from... If you followed my 'English' and upgraded to the full mootools, then Fx.Transition is available to you... If you stuck with the old custom version of mootools that came with ZenLightbox, then none.

    Just tried this one and it works grate
    Fx.Transitions.Elastic.easeInOut

    Possibles easeIn, easeOut, easeInOut
    Types... linear, quad, cubic, quart, quint, pow, expo, circ, sine, back, bounce, elastic

    Easier to Google for Fx.Transitions then to get into code here... with the full mootools build, it's all open... I've tried bounce and elastic they work, some of the others may slow Slimbox down.... By the way... Slimbox is still an active project in Google groups and coders... supported in both jQuery and Mootools libraries.
    Dave
    Always forward thinking... Lost my mind!

  9. #9
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by davewest View Post
    Mootools is where the effects are coming from... If you followed my 'English' and upgraded to the full mootools, then Fx.Transition is available to you... If you stuck with the old custom version of mootools that came with ZenLightbox, then none.

    Just tried this one and it works grate
    Fx.Transitions.Elastic.easeInOut

    Possibles easeIn, easeOut, easeInOut
    Types... linear, quad, cubic, quart, quint, pow, expo, circ, sine, back, bounce, elastic

    Easier to Google for Fx.Transitions then to get into code here... with the full mootools build, it's all open... I've tried bounce and elastic they work, some of the others may slow Slimbox down.... By the way... Slimbox is still an active project in Google groups and coders... supported in both jQuery and Mootools libraries.
    Thanks for the replay, I'm still on zen_lightbox-v1.5-20081218

    Can't seem to find a download for MooTools. I'll keep looking.

  10. #10
    Join Date
    Jun 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Monsunemoon View Post
    I can write what Dave's fix is:

    1) replace includes/classes/zen_lightbox/slimbox.php with this slimbox.php from his previous post.

    2) Download the mootools update here (http://mootools.net/download/get/moo...full-compat.js).

    3) Rename mootools-core-1.3-full-compat.js to zen_lightbox_mootools_custom.js.

    4) Make a copy of zen_lightbox_mootools_custom.js and rename it zen_lightbox_mootools_default.js.

    5) Upload zen_lightbox_mootools_custom.js and zen_lightbox_mootools_default.js to replace these files in includes\templates\YOUR-TEMPLATE-FOLDER\jscript
    followed these instructions when lightbox wasn't working in firefox 4 beta. works great now. thank you!
    :) emily
    http://store.inspiritcommon.com/
    ZC 1.3.8a on Godaddy :: EP 1.2.5.4 :: Adv Search 1.1 and a buncha other stuff

 

 
Page 1 of 2 12 LastLast

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