Re: IThemes Themes For IP 1.2.0.27
A couple of things,
overall_footer.tpl
These either break the shadows, or the footer itself.
Find x2: width="250"
Change to: width="25%"
Find: </body>
Move to: above </html>
Find: {BOTTOM_HTML_BLOCK}
Move to above: </body>
{THIS_TPL_NAME} (From Memory) Doesn't show anything ?
###########
All .css files have:
input.altoption, * html input.altoption {
border: solid 1px #888888;
color: #225566;
}
missing as a block?
Find: input.post, textarea, select, input.liteoption {
Replace: input.post, textarea, select, input.liteoption, input.altoption {
Find: input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
Replace: input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover, input.altoption:hover {
Find: input.post:focus, textarea:focus {
Replace: input.post:focus, textarea:focus, input.altoption:focus {
That's all for now.