Page 1 of 1
[SOLVED] cmsms Themes Site and comments
Posted: Wed Sep 02, 2009 9:57 pm
by peterbus
Hello,
I installed the Green theme (by Xoplex). Almost got it working (rounded corners in the header are missing).
I'm not able to leave a comment / question on the detail page.
Is there a limit on the amount of comments that can be placed on these pages?
How to contact Xoplex for assistance?
Thanks
Re: cmsms Themes Site and comments
Posted: Wed Sep 02, 2009 10:45 pm
by reneh
Thx for notifying hte themes comment problem!
Should be fixed now...
Re: [SOLVED] cmsms Themes Site and comments
Posted: Thu Sep 03, 2009 11:26 am
by peterbus
THANKS! WORKS FINE NOW.
Re: [SOLVED] cmsms Themes Site and comments
Posted: Mon Sep 28, 2009 8:45 pm
by odysseyfan
i need this fixed too! I haven't been able to figure out how to use another image!
Re: [SOLVED] cmsms Themes Site and comments
Posted: Tue Sep 29, 2009 7:41 am
by peterbus
Hi,
Take the Green stylesheet and look for: this is the place to put the new image
div.Header-png
{
position: absolute;
z-index:-2;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.png');
background-repeat: no-repeat;
background-position: left top;
}
div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 886px;
height: 200px;
background-image: url('uploads/green/images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */