Page 338 of 338 FirstFirst ... 238288328336337338
Results 3,371 to 3,373 of 3373
  1. #3371
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    633
    Plugin Contributions
    4

    Default Re: Zen Lightbox...

    FYI

    Revisiting how to move the Prev/Next buttons clear above image and then restore truncated bottom of image within the popup, as first raised for v1.6.2 in http://www.zen-cart.com/forum/showpo...postcount=2791, I made the following changes in stylesheet_zen_lightbox.css for v1.6.4:

    Code:
    #lbImage {
    	position: absolute;
    	left: 0;
    	top: 22px; /* was 0, may need to be increased to 32px to clear border thickness, if coloured differently. */
    	border: 10px solid #fff; /* if desired */
    	background-repeat: no-repeat;
    	padding-bottom:12px; /* added to restore bottom of image */
    	}
    
    #lbPrevLink, #lbNextLink {
    	display: block;
    	position: absolute;
    	top: -32px; /* 0 */ /* Note the minus sign */
    	width: 50%;
    	height:auto;
    	outline: none;
    	}
    
    
    #lbCaption, #lbNumber {
    	clear:both; /* added */
    	text-align:center; /* added */
    	}
    Cheers

  2. #3372
    Join Date
    Feb 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I have a installed of Zen Cart 1.5.1 and upgraded my database from v1.3.9d.

    My old Zen Cart had several mod installed including Lightbox.

    I installed the classic template and reset the layout boxes then installed IH4. Everything is fine at this point and I get no error logs.

    I then transferred the zen_lightbox-v1.6.4_1.5 after remaining the appropriate folders and install the Sql patch using the facility on the Tools menu. At this point I get this error WARNING: An Error occurred, please refresh the page and try again.

    I checked the DEBUG file and it starts with: PHP Fatal error: 1062uplicate entry 'ZEN_LIGHTBOX_STATUS' (I have attached the full file) DEBUG.zip

    The line it mentions 120 says this:
    trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);

    As far as I can see the result of this error is that the configuration menu is not showing the controls.

    Does anyone know how I can fix this?

    Sorry If this has already been answered but I haven't been able to find it and sorry if I have posted in the wrong forum most of the reply's to my post direct me to a different thread.

    Thanks
    Dawn

  3. #3373
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    7,056
    Plugin Contributions
    27

    Default Re: Zen Lightbox...

    Quote Originally Posted by MrsDusty View Post
    I have a installed of Zen Cart 1.5.1 and upgraded my database from v1.3.9d.

    My old Zen Cart had several mod installed including Lightbox.

    I installed the classic template and reset the layout boxes then installed IH4. Everything is fine at this point and I get no error logs.

    I then transferred the zen_lightbox-v1.6.4_1.5 after remaining the appropriate folders and install the Sql patch using the facility on the Tools menu. At this point I get this error WARNING: An Error occurred, please refresh the page and try again.

    I checked the DEBUG file and it starts with: PHP Fatal error: 1062uplicate entry 'ZEN_LIGHTBOX_STATUS' (I have attached the full file) DEBUG.zip

    The line it mentions 120 says this:
    trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql, E_USER_ERROR);

    As far as I can see the result of this error is that the configuration menu is not showing the controls.

    Does anyone know how I can fix this?

    Sorry If this has already been answered but I haven't been able to find it and sorry if I have posted in the wrong forum most of the reply's to my post direct me to a different thread.

    Thanks
    Dawn
    Run the uninstall SQL and then try running the install SQL again..
    My Site
    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.

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 33
    Last Post: 8 Nov 2012, 10:42 AM
  2. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  3. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  4. [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
  5. zen lightbox addon - how do I install?
    By provida in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Jan 2010, 01:11 AM

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
  •