Page 13 of 26 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 258
  1. #121
    Join Date
    Feb 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Hello yellow1912,
    Is it possible to let the additional images just show in the lightbox, but not the thumbs below the main image?

    Because I have to control my info page to 700px height. So I have to hide the normal additional images' thumbs.

    I have: item_LRG.jpg, item_01_LRG.jpg, item_02_LRG.jpg in the images/large folder already.
    And just item.jpg in the image folder. But the lightbox didn't have next image tab shown...

    Then I put item_01.jpg, item_02.jpg to the image folder too, and turn off the additional image in admin panel. The lightbox also no next tab shown.

    Wait and thanks for your help.

  2. #122
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Yellow.. Can you please post the link to this add-on because I got a little bit confused as to exactly where it is.. also are there easy-to-follow instructions for installation??

    _with great thanks

  3. #123
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Will someone please help me?

    So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying).

    Fual Slimbox shows up, too with a blank page.

    Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

    I need some major help. I would appreciate any help at all!

  4. #124
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by greengreetings View Post
    Will someone please help me?

    So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying).

    Fual Slimbox shows up, too with a blank page.

    Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

    I need some major help. I would appreciate any help at all!

    Copy and paste this sql parch in your admin/tools/install_sql_patches to get rid of Fual Slimbox in configurations
    /**
    * Fual Slimbox for Zen v1.0
    *
    * @author Brian Tyler ([email protected])
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: slimbox_uninstall.txt 2007-12-04 btyler $
    * @note All being good in the world this should remove Slimbox from the database
    */

    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title= 'Fual Slimbox';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    I don't know much about AJAX Banner Swapper. There is no un-install file. You will have to delete all files that deal with it
    AJAX_servers
    images/web_images
    includes/templates/YOUR_TEMPLATE/css/styles_ajax_banner_swapper
    includes/templates/YOUR_TEMPLATE/images/nav_next and nav_prev
    ncludes/templates/YOUR_TEMPLATE/jscript/jscript_banner_swapper
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #125
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Thanks so much! That worked perfectly. Would you happen to know why the JQLightbox Config was blank?

  6. #126
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by littlehawk View Post
    This is for use for uninstall file, the original file isn't included.
    Cheers
    The uninstall worked perfectly. No errors!

  7. #127
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by greengreetings View Post
    The uninstall worked perfectly. No errors!
    Glad you got it to work now.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #128
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Jquery Lightbox [Support thread]

    New JQLightbox (well, rather old) is released. It now uses a new version of CJ Loader which significantly boost site performance.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #129
    Join Date
    Jan 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by greengreetings View Post
    Will someone please help me?

    So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying).

    Fual Slimbox shows up, too with a blank page.

    Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

    I need some major help. I would appreciate any help at all!
    Were the filea and AJAX completely removed?
    you might want to reinstall your backuped SQL quries before you installed IH2 and AJAX.
    If there is anything left in configure, it is related to you SQL.
    So far, I find Jquery the fastest and simplest lightbox to use.

  10. #130
    Join Date
    Jan 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Futhermore, it is suggested to use phpmyadmin to install or uninstall SQL queires, the install patches in admin was only designed for installing simple SQLs. you might find some problem, such as duplicated queries if you install more modules or queires that are a bit complex. I guess becuase they don't read the tables clearly.

 

 
Page 13 of 26 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  3. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  4. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  5. Jquery Zoom [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 384
    Last Post: 11 Dec 2013, 02:41 AM

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