Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    If you have a backup (before the installation of Links Manager) try restoring that to see if Zen Lightbox works again.

    I would also prevent jscript_tpp.js from loading on your product_info pages, as this may be causing issues.

    Also, double check to make sure none of the Zen Lightbox files have recently been modified or removed.

    It may also be wise to check file permissions on the Zen Lightbox files and/or folders.

  2. #2
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Alex Clarke View Post
    If you have a backup (before the installation of Links Manager) try restoring that to see if Zen Lightbox works again.

    I would also prevent jscript_tpp.js from loading on your product_info pages, as this may be causing issues.

    Also, double check to make sure none of the Zen Lightbox files have recently been modified or removed.

    It may also be wise to check file permissions on the Zen Lightbox files and/or folders.
    I just happened to have backed up everything right before installing it. I can delete jscript_tpp.js as I'm not using that add on, although it wasn't interfering with anything.

    What would be the correct permissions for Lightbox?

    Thanks for looking.

  3. #3
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    First I recommend restoring the backup.

    If that doesn't sort the problem you could try setting all Zen Lightbox file permissions to 755.

    Let me know how you get on... and goodluck!

  4. #4
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Alex:

    You're a bloomin' genius. I have a quick question, I'm more comfortable with define pages both HTML and edior mode than with ez pages. how can i add this effect to linked images within the product info description? can jscript_zen_lightbox.php be added to /editor/htmlArea/ or should it go somewhere else?

  5. #5
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by newagekat View Post
    Alex:

    You're a bloomin' genius. I have a quick question, I'm more comfortable with define pages both HTML and edior mode than with ez pages. how can i add this effect to linked images within the product info description? can jscript_zen_lightbox.php be added to /editor/htmlArea/ or should it go somewhere else?
    if comfortable with HTML, add rel="lightbox-g" to the <a> link and place caption in title. I did not add the above file to /editor/htmlArea/

  6. #6
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Alex Clarke View Post
    First I recommend restoring the backup.

    If that doesn't sort the problem you could try setting all Zen Lightbox file permissions to 755.

    Let me know how you get on... and goodluck!
    Alex, I had to finally uninstall LM and now LB is working fine again.

  7. #7
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi

    Firstly, love this mod, totally changes the look and feel of the site

    Secondly...

    Quote Originally Posted by CharInLasVegas View Post
    Alex, I had to finally uninstall LM and now LB is working fine again.
    It took me a while to get LB working, I previously had links manager mod running. When i installed LB mod all it did was open the images as a new page rather than a lightbox. I then found this post.
    I uninstalled Links Manager and LB works perfectly.

    So this is to confirm the 2 mods are not compatible.

    Finally, Alex, just some feedback on the new SQL code - I was getting errors on the code that came with the download as mentioned by others in previous posts.
    I ran your new code you posted a couple of pages back and it installed perfectly.

    Thanks again, love it!

  8. #8
    Join Date
    Feb 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Apologies, should have mentioned. To get lightbox to work I literally just ran this code to uninstall links manager... before I removed any LinksManager pages I tested lightBox - it worked perfectly, so it purely something incompatible with what the 2 sql codes do.

    Alex, I hope this code helps to find the incompatibility issue...

    Code:
    #Links Manager SQL Uninstall
    # For Zen-Cart 1.3.8
    # Version: 3.5.0
    # Updated: 1/7/2009
    
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'Links Manager'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';
    
    INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, now(), NULL, 'zen_cfg_textarea_small(');
    
    DROP TABLE IF EXISTS `links_status`;
    
    DROP TABLE IF EXISTS `links_to_link_categories`;
    
    DROP TABLE IF EXISTS `link_categories`;
    
    DROP TABLE IF EXISTS `link_categories_description`;

 

 

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