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

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Thanks Rob,
    I have it on my to-do list for the next version to add a check to see if jQuery is already loaded (from another plugin) and if so, then not to load the one for ZLB. That should resolve this issue too.

    daniel
    Not sure exactly how you plan to go about your checking but here is something to consider.

    jQuery must load before any scripts to be used with it. As Linux will list alphabetically and thus, Zen Cart will load alphabetically, I've had to use a naming schema like: jscript_1jquery.js in order to have a correct a load sequence.

    HTH

  2. #2
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am very new to this, I have just installed light box and it is working great, but my issue is with the gallery

    How do I link the images together so you can scroll through them?
    Sorry if this has been asked before but could not find the answer

    thanks

  3. #3
    Join Date
    Aug 2008
    Posts
    40
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I've installed the module and run the sql query but the Lightbox menu in Admin -> Configuration is not showing up. Lightbox functionality is working on my site, but it's just not configurable in the admin panel. If anyone has run into this problem, please let me know how you fixed it.

    I'm running version 1.3.9a

  4. #4
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by joe.davila View Post
    I've installed the module and run the sql query but the Lightbox menu in Admin -> Configuration is not showing up. Lightbox functionality is working on my site, but it's just not configurable in the admin panel. If anyone has run into this problem, please let me know how you fixed it.

    I'm running version 1.3.9a
    Never seen that before. On most of the installs I have done it shows as the last menu option in the configuration menu. Never tried it on 1.3.9a specifically, but 1.3.9h (the current) it works fine.

    daniel

  5. #5
    Join Date
    Aug 2008
    Posts
    40
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I've checked the database tables configuration and configuration_group and they have all the references to zen_lightbox in them 1 additional row in configuration group and 21 additional rows in configuration. But it's still not showing on Admin panel.

    Could it be because my installation of zen cart is in a directory other than the root? My installation is in www.mermagica.com/store... wouldn't think this would come into play, but I'm not sure.

  6. #6
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by joe.davila View Post
    I've checked the database tables configuration and configuration_group and they have all the references to zen_lightbox in them 1 additional row in configuration group and 21 additional rows in configuration. But it's still not showing on Admin panel.

    Could it be because my installation of zen cart is in a directory other than the root? My installation is in www.mermagica.com/store... wouldn't think this would come into play, but I'm not sure.
    Hi Joe,
    I just made a test installation of 1.3.9a and installed ZLB and it shows in the menu just as it should.
    Did you run the install in phpMyAdmin or in the ZC admin area?
    You could run the uninstall.sql file (preferably in phpMyAdmin) and then re-run the install.sql (preferably in phpMyAdmin) file and see if that helps.
    Not sure where the issue could be coming from as the sub directory shouldn't be a problem as far as I know.

    Daniel

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by joe.davila View Post
    I've checked the database tables configuration and configuration_group and they have all the references to zen_lightbox in them 1 additional row in configuration group and 21 additional rows in configuration. But it's still not showing on Admin panel.

    Could it be because my installation of zen cart is in a directory other than the root? My installation is in www.mermagica.com/store... wouldn't think this would come into play, but I'm not sure.
    Quote Originally Posted by niestudio View Post
    Hi Joe,
    I just made a test installation of 1.3.9a and installed ZLB and it shows in the menu just as it should.
    Did you run the install in phpMyAdmin or in the ZC admin area?
    You could run the uninstall.sql file (preferably in phpMyAdmin) and then re-run the install.sql (preferably in phpMyAdmin) file and see if that helps.
    Not sure where the issue could be coming from as the sub directory shouldn't be a problem as far as I know.

    Daniel
    In my experience if you run scripts to support any add-on in phpMyAdmin, the result is that things will not work correctly.. I ALWAYS run install, update, and uninstall scripts that come with any add-on from the Zen Cart SQL Query Executor in the admin area.

    Running the ZLB script in phpMyAdmin instead of the SQL Query Executor, would insert the records into the DB without the table prefix (unless you manually modify the ZLB script to include the table prefix). This would mean that the ZLB configuration menu will be missing..

    If you run the script from the Admin > Tools > Install SQL Packages then it will properly append the table prefix and the ZLB configuration setting will appear in Admin > Configuration.

    If joe.davila did indeed install the ZLB script from phpMyAdmin, I suggest running the uninstall from phpMyAdmin (to remove the errant entries from his DB) and then go to Admin > Tools > Install SQL Packages and copy and past the contents of the ZLB install.sql file there and re-run the install script this way. ZLB should then show up in the Admin > Configuration menu.
    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.

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

    Default Re: Zen Lightbox...

    Since I upgraded from 1.5 to 1.6 my lightbox no longer works on custom pages. Obviously somehting to do with my html. When I was using 1.5, this worked well:

    <a href="http://www.silkblooms.co.uk/map%20coverage.jpg" rel="lightbox"

    <img border="2" src="http://www.silkblooms.co.uk/map%20coverage.jpg" width="300" height="301"></a>

    Now I'm just seeing a blank where the image used to be.... What should I change it to now?

  9. #9
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by psvialli View Post
    I am very new to this, I have just installed light box and it is working great, but my issue is with the gallery

    How do I link the images together so you can scroll through them?
    Sorry if this has been asked before but could not find the answer

    thanks
    Generally you just need gallery mode enabled in the ZLB admin area.
    can you post a link to your site?

  10. #10
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Generally you just need gallery mode enabled in the ZLB admin area.
    can you post a link to your site?
    I have it turned on in Admin , dso they have to be named the same but with the _1, _2 etc..

    Test tite ATM

    www.moon-dream.co.uk

 

 
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