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!