View Single Post
  #88  
Old 09-02-2013, 05:29 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by DavyMac
I've just noticed that the register page is missing some useful javascript that is available on the default XC. Specifically, the XC default register page has a javascript that provides an information block that explains why the email address is required

TXS support solved this for us!
Thanks, Max!

in file, /skin/xtreme_gear/css/altskin.css

add the following block of CSS code:

Code:
/*** 'Note' box for email popup at registration ***/ div.note-box { position: absolute; border: 1px solid #000; background-color: #f6f5eb; margin: 0 0 0 30px; padding: 3px; width: 150px; line-height: 15px; white-space: normal; overflow: hidden; }

(I changed the width to 200px and the background color to match my site design) -- it appears that the div css was simply missing from xTreme. Problem solved!
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote