[SOLVED] cmsms Themes Site and comments

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
peterbus

[SOLVED] cmsms Themes Site and comments

Post 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
Last edited by peterbus on Thu Sep 03, 2009 11:25 am, edited 1 time in total.
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm

Re: cmsms Themes Site and comments

Post by reneh »

Thx for notifying hte themes comment problem!
Should be fixed now...
ReneH 8-)
A search will save you hours waiting for an answer! Image
peterbus

Re: [SOLVED] cmsms Themes Site and comments

Post by peterbus »

THANKS! WORKS FINE NOW.
odysseyfan

Re: [SOLVED] cmsms Themes Site and comments

Post by odysseyfan »

i need this fixed too! I haven't been able to figure out how to use another image!
peterbus

Re: [SOLVED] cmsms Themes Site and comments

Post 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 */
Locked

Return to “CMSMS Core”