Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Lightbox JS v2.0 implementation

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #61  
Old 12-16-2006, 06:11 AM
  ezi designs's Avatar 
ezi designs ezi designs is offline
 

Senior Member
  
Join Date: Sep 2006
Location: United Kingdom
Posts: 118
 

Exclamation Re: Lightbox JS v2.0 implementation

Can someone explain by what is meant by in 7dana instructions;

The same file(product.tpl), comment this out with a {* *}:

{if $active_modules.Detailed_Product_Images ne "" && ($config.Detailed_Product_Images.det_image_popup ne 'Y' || $js_enabled ne 'Y')}
<p />
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
__________________
x-cart 4.1.6

DSEFU PRO

http.www.demontemplates.com
Reply With Quote
  #62  
Old 12-16-2006, 06:48 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default Re: Lightbox JS v2.0 implementation

comment out is to deactivate the code in your tpl:

so it will be:

{*{if $active_modules.Detailed_Product_Images ne "" && ($config.Detailed_Product_Images.det_image_popup ne 'Y' || $js_enabled ne 'Y')}
<p />
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}*}

And that code won't function anymore. If you wan't to activate it later, just remove those *} brackets.
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote
  #63  
Old 12-16-2006, 07:49 AM
  ezi designs's Avatar 
ezi designs ezi designs is offline
 

Senior Member
  
Join Date: Sep 2006
Location: United Kingdom
Posts: 118
 

Default Re: Lightbox JS v2.0 implementation

Thank you Nightfire
__________________
x-cart 4.1.6

DSEFU PRO

http.www.demontemplates.com
Reply With Quote
  #64  
Old 01-06-2007, 10:29 AM
 
Camden Camden is offline
 

Member
  
Join Date: Jun 2006
Posts: 24
 

Default Re: Lightbox JS v2.0 implementation

I'm working on integrating this into my site and noticed the images don't seem to appear when I use the same image on more than one product. Is this normal? For example, two of my refrigerators might have spill safe shelves as a feature. Rather than have two unique images I'd prefer to just upload one. Unfortunately the image doesn't appear on the 2nd item.
__________________
X-Cart Version - 4.1.4
MySQL - 4.1.14
Reply With Quote
  #65  
Old 01-10-2007, 01:06 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default Re: Lightbox JS v2.0 implementation

Hello every one,

I must say this is a great mod to have and cuddos to 7dana.

The add-on is working great with IE, but is not working with FireFox (V. 2.0.0.1). I tested in 3 different computers and I am getting the same result.

What is happening is:

Once the Image link is selected the Image is been display in the same page the site was display before. The site is not been display in the background.

Carrie from Bcsenginerring has tested the site with FF 2.0.0.1 and she is not having the same problem as I am. She told me the mod is working the way it should be.

I am asking for your help from all you guy that are using FireFox and see if you are having the same problem as I am or is working properly.
If you had this problem accured to you, please point me in the right direction of the solution.

You can select any item in the store and look at the detail Images. The link is below.

http://www.totally-ballroom.com

Thank you for all your Help.

Kind regards,

Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote
  #66  
Old 01-10-2007, 01:12 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Lightbox JS v2.0 implementation

Quote:
Originally Posted by rjcbear
Carrie from Bcsenginerring has tested the site with FF 2.0.0.1 and she is not having the same problem as I am. She told me the mod is working the way it should be.

It ooks just fine for me on Firefox (mac) and Safari (mac).

I am a fan of Thickbox, and I know what it is supposed to look lke. Yours works fine.

Why don't you test with Firefox on your PC?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #67  
Old 01-10-2007, 01:18 PM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: Lightbox JS v2.0 implementation

Tried it using Firefox/2.0.0.1 and it worked fine.

Nice site by the way.
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote
  #68  
Old 01-10-2007, 01:44 PM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default Re: Lightbox JS v2.0 implementation

Quote:
Originally Posted by carpeperdiem
It ooks just fine for me on Firefox (mac) and Safari (mac).

I am a fan of Thickbox, and I know what it is supposed to look lke. Yours works fine.

Why don't you test with Firefox on your PC?


I did try in 2 of my computers at home and one here at my office the same result as home.

Kind regards,

Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote
  #69  
Old 01-11-2007, 12:24 AM
  NightFire's Avatar 
NightFire NightFire is offline
 

X-Adept
  
Join Date: Jul 2004
Location: The Netherlands
Posts: 561
 

Default Re: Lightbox JS v2.0 implementation

Just checked it with Firefox 2 and Internet explorer 7.
Works fine as it should be. Also using the mod for my store. Works great
__________________
Best regards,
Niki Buitenrust Hettema

X-Cart Gold 4.1.8 (Live & Loaded)
Royal Bhaktapur: Handmade products from Nepal - Pashmina's, scarfs, shawls, stola's and more...
Reply With Quote
  #70  
Old 01-11-2007, 05:06 AM
 
ranger82nd ranger82nd is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 159
 

Default Re: Lightbox JS v2.0 implementation

You know...
I've experienced the same issue a couple of times, and then it mysteriously disappears?
I thought it might be something with my site, so one day while it was doing it I went to the mommymakeup.com site (I know he uses it also) and the same thing happened! Waited a while tried again, and back to normal. Must be something with FF?
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting!
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:45 PM.

   

 
X-Cart forums © 2001-2020