Page 261 of 373 FirstFirst ... 161211251259260261262263271311361 ... LastLast
Results 2,601 to 2,610 of 3721
  1. #2601
    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

  2. #2602
    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

  3. #2603
    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

  4. #2604
    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.

  5. #2605
    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

  6. #2606
    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?

  7. #2607
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    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. #2608
    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. #2609
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    as suspected, dodgy html.... should have been:

    <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>

  10. #2610
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi folk,

    I'm redoing my retail site. I've installed both Fast & Easy Checkout and Zen Lightbox. Both install the file jquery-1.4.4.min.js

    Zen Lightbox puts it into includes/templates/MyTemplate/jscript/

    FEC puts it into includes/templates/MyTemplate/jscript/jquery/

    My editor says the files are identical. Can I remove one of them? If so, which one?

    Thanks,

    Rob

 

 

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