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

TelaFirma Dynamic Image Mod + Thickbox 2.2

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #41  
Old 06-10-2007, 08:18 PM
 
mmoville mmoville is offline
 

Advanced Member
  
Join Date: Feb 2007
Posts: 33
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

@ dfawdown you got pm! interested on 4.1.7 integration.
__________________
X-Cart 4.4.2
Litecommerce 2.2.41
X-cart 4.1.8
Linux Server
Reply With Quote
  #42  
Old 06-14-2007, 03:25 PM
 
membot membot is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 55
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

Quote:
Originally Posted by dfawdon
This is all complete now and tested for 4.1.7, those that have asked for this please check your PM's. Thanks.

Hi Dfawdon.

Have PM'd you. Am interested in finding out more. Please reply at your earliest convenience.

Chris
__________________
X-Cart Version 4.1.10
www.memedia.com.au
Reply With Quote
  #43  
Old 07-05-2007, 07:14 PM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

For anyone who got the mod from dfawdon and is interested in upgrading the thickbox portion to version 3, simply download the thickbox.js and thickbox.css files from here:

http://jquery.com/demo/thickbox/

Edit the thickbox.css file and change line 4 from:

Code:
*{padding: 0; margin: 0;}

to

Code:
/*{padding: 0; margin: 0;} */

Upload the two files to the skin1/thickbox/files directory.

This worked well for me. Backup your original files just in case it doesn't work for you.

Cheers,
Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote
  #44  
Old 07-06-2007, 12:41 PM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

I had to do one other tweak to get the loadingAnimation.gif graphic working with thickbox 3.

In thickbox.js, on line 49:

change:

Code:
<img src='"+imgLoader.src+"' />

to:

Code:
<img src='skin1/thickbox/files/loadingAnimation.gif' />

I tried setting it in the tb_pathToImage variable on line 8, but it didn't work for some reason.

Cheers,
Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote
  #45  
Old 07-18-2007, 04:50 PM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

Has anyone tried playing with the code from the mod from dfawdon to get it to display variant images in 4.1.x? With the mod, variant images are broken.

Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote
  #46  
Old 07-19-2007, 09:09 AM
  Jayk's Avatar 
Jayk Jayk is offline
 

eXpert
  
Join Date: Nov 2003
Location: Calgary, Alberta, Canada
Posts: 333
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

If there's enough interest, maybe we could approach Qualiteam to find out how much it would cost to get this working with variant images in 4.1.x. I know I definitely would like to see this.

Jason
__________________
X-Cart Gold 4.4.3
Blog: www.flashinthepan.ca
Reply With Quote
  #47  
Old 08-03-2007, 12:02 PM
 
naemsmommy naemsmommy is offline
 

Senior Member
  
Join Date: Jul 2007
Posts: 144
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

I'd be interested to have this working with variant images in 4.1.x too
__________________
Danielle
Reply With Quote
  #48  
Old 08-04-2007, 07:00 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

Under 4.1.8 I get this error now when I go to display a product:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 900000 bytes) in /home/vacsew/public_html/cart/Smarty-2.6.12/plugins/function.thumb.php on line 280

It is a clickable link and when I click on that link I get:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4188 bytes) in /home/vacsew/public_html/cart/Smarty-2.6.12/plugins/function.thumb.php on line 279

If I delete the images the product will display properly.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #49  
Old 08-04-2007, 07:04 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

That means your allowed memory is to low on your server. Get your host to bump it up for you.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #50  
Old 08-04-2007, 07:07 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: TelaFirma Dynamic Image Mod + Thickbox 2.2

Hmm - What is weird is that we are running 4.0.16 (heavily mod-ed) on the same server, with much larger images and it works fine...
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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:10 PM.

   

 
X-Cart forums © 2001-2020