View Single Post
  #7  
Old 10-30-2006, 02:59 PM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default Re: x-cart 4.1.3 Xmas Lights, Snow, countdown to xmas auto start in December

philJ, i am testing it at the moment with other scripts, so thats why i have got it working today, if you look now its turned off until December.

As for slowing the site down, yes it does, thats why i have been just looking at the snow effect on the header only and not all the page, and below is the mod for this.

Attached is the snow_header.js file, its currently set at 150 height, just adjust to your setting.

Then in the head.tpl file at /your_shopcart/skin1/head.tpl place the code:

Code:
{if $smarty.now|date_format:"%m" > 11 } <script language="JavaScript" src="{$SkinDir}/snow_header.js" type="text/javascript"></script> {/if}

The > 11 means it only will work in December PhilJ

Attached are some snow flakes you might want to use, naturally the small the file size the better it will load.

I loaded the snow flakes into /your_shopcart/skin1/images/ directory.

Oh and PhilJ, I am not insane, just testing to see if it works, there is a difference
Attached Images
    
Attached Files
File Type: zip snow_header.zip (1.1 KB, 588 views)
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote