Page 193 of 373 FirstFirst ... 93143183191192193194195203243293 ... LastLast
Results 1,921 to 1,930 of 3726
  1. #1921
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by badger64 View Post
    Hi DA

    Solved the problem now thankyou... I decided to uninstall the lightbox in the end and went with the jqzoom instead, now everything works perfect thx again for your help.

    Rgds
    B

    you are very welcome...sorry i wasn't much help though...but that would have been my last suggestion to do for I have found that on some ---especially paid for java templates--that the lightbox from zen will not behave.

    that is mainly due to the coders of the template changeing the coding about or adding/deleting much that zen lightbox gets lost.

  2. #1922
    Join Date
    Dec 2009
    Location
    Austin, Texas
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hello there,

    I'm having an issue with something and was hoping someone might know the solution:

    Basically, i've installed zen lightbox within my site and everything has worked wonderfully.

    Recently i added a feature to my product image page allowing the product information to be displayed in a four tabbed AJAX menu box. Since the addition of this, lightbox no longer works and the large images just load in a popup window like default.

    I have narrowed the problem down to three lines of code that work in conjuction to cause the proplem with light box, but are necessary for the AJAX menu to function.

    The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php

    And the three lines of code causing the problem are:

    <script type="text/javascript" src="scripts/prototype.lite.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.pack.js"></script>


    Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?

    I apologize for the poor explanation and will try my best to clarify if asked... :)

    Any help is welcomed!! Thank You!!

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Jdavidb0216 View Post

    The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php

    And the three lines of code causing the problem are:

    <script type="text/javascript" src="scripts/prototype.lite.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.pack.js"></script>


    Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?

    I apologize for the poor explanation and will try my best to clarify if asked... :)

    Any help is welcomed!! Thank You!!
    it would seem that the tab add on has overridden the mootools js for lightbox, which is what some will do.

    have you tried removing the js scripts for tabbing to see if it will still work?

    or you might have to install jquery lightbox instead

  4. #1924
    Join Date
    Dec 2009
    Location
    Austin, Texas
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    it would seem that the tab add on has overridden the mootools js for lightbox, which is what some will do.

    have you tried removing the js scripts for tabbing to see if it will still work?

    or you might have to install jquery lightbox instead

    Thanks for the reply DarkAngel!

    Yes, i have tried removing the js scripts for the tab add on and it causes it not to function.

    I will try jquery lightbox. Does it not use mootools...?

    Thanks again!

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Jdavidb0216 View Post
    Thanks for the reply DarkAngel!

    Yes, i have tried removing the js scripts for the tab add on and it causes it not to function.

    I will try jquery lightbox. Does it not use mootools...?

    Thanks again!

    yes i think so remember to uninstall lightbox first before you try jquery.

    and if possible and there are any files that need to be overwritten try winmerge to merge the two files.

  6. #1926
    Join Date
    Dec 2009
    Location
    Austin, Texas
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    yes i think so remember to uninstall lightbox first before you try jquery.

    and if possible and there are any files that need to be overwritten try winmerge to merge the two files.
    Thanks will do!

    Is one last question, is jquery lightbox on the zencart contribs site?

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Jdavidb0216 View Post
    I will try jquery lightbox. Does it not use mootools...?
    In short... no! jquery and mootools are two different libraries. and don't play will with each other.

    Quote Originally Posted by Jdavidb0216 View Post
    The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php

    And the three lines of code causing the problem are:

    <script type="text/javascript" src="scripts/prototype.lite.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.pack.js"></script>


    Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?
    Loading the code within the body tag vs the head could be one problem.... and if the name means it's using the mootool core, then its loading in the wrong spot and over writing as DA stated.. you may be able to run the script just by using the 'prototype.lite.js' file and leaving the others out... ZenLightbox is using both modified and default mootool core files version 1.2.1..
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Zen Lightbox...

    Any ideas if ZenLightbox well be ported over to 1.2.4 version of mootools anytime??

    I want to convert my tree menu over to mootools, it be nice to have both running on version1.2.4... Already tried a quick switch out of the core and it didn't work out.
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Jdavidb0216 View Post
    Thanks will do!

    Is one last question, is jquery lightbox on the zencart contribs site?

    it is located here:

    http://eazyecommerce.com/platforms/z...query-lightbox

    it is free

  10. #1930
    Join Date
    Jul 2009
    Location
    Prague, Czech Republic
    Posts
    530
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Jdavidb0216 View Post
    Hello there,

    I'm having an issue with something and was hoping someone might know the solution:

    Basically, i've installed zen lightbox within my site and everything has worked wonderfully.

    Recently i added a feature to my product image page allowing the product information to be displayed in a four tabbed AJAX menu box. Since the addition of this, lightbox no longer works and the large images just load in a popup window like default.

    I have narrowed the problem down to three lines of code that work in conjuction to cause the proplem with light box, but are necessary for the AJAX menu to function.

    The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php

    And the three lines of code causing the problem are:

    <script type="text/javascript" src="scripts/prototype.lite.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.js"></script>
    <script type="text/javascript" src="scripts/moo.fx.pack.js"></script>


    Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?

    I apologize for the poor explanation and will try my best to clarify if asked... :)

    Any help is welcomed!! Thank You!!
    Not sure if this is of any use to you, Slimbox... http://www.zen-cart.com/index.php?ma...roducts_id=830 - I prefer it over the full Lightbox add-on as it is a stand alone mod, easy to install, easy to uninstall - I only had problem after problem with the full Lightbox mod and gave up on it after a short while

    You can see the slimbox version in action here - http://www.bwe-invest.cz/index.php?m...&products_id=1

 

 

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