Page 1 of 1

Calendar module has lost connection to its stylesheet

Posted: Sat Jan 27, 2007 5:56 pm
by reidjazz
Running CMSMS 1.0.4 on an Apache 2.0 websever and using Calendar module 0.7.7

This morning, woke up to make some changes to calendar style sheet, and when I applied, lost all calendar styles.

I looked through my stylesheet to make sure there wasn't a stray '{' or '}', but found none (although I'll bet this is it, and I'm not seeing it).

I then, dettached, then REattached the stylesheet to the template I'm using...no go.

I then uninstalled, removed then reuploaded Calendar 0.7.7. and reinstalled it, reapplying the default Calendar CSS Example stylesheet...no go.

The page in question is http://www.reidjazz.com/sounds/gigs/

I suspect the answer is easy...but I've had no luck discovering it. :(

Any help is greatly appreciated

Kind regards,
Todd

Re: Calendar module has lost connection to its stylesheet

Posted: Sat Jan 27, 2007 7:10 pm
by heatherfeuer
Exactly what tag did you use on the page to call the calendar module?  Did you include a table_id='someid'?  If you don't put in the id, it can't pick up the correct styles from the calendar style sheet.

Re: Calendar module has lost connection to its stylesheet

Posted: Sat Jan 27, 2007 7:32 pm
by reidjazz
heatherfeuer wrote: Exactly what tag did you use on the page to call the calendar module?  Did you include a table_id='someid'?  If you don't put in the id, it can't pick up the correct styles from the calendar style sheet.
The tag I used to call the calendar module is:

{cms_module module="Calendar" table_id="big" first_day_of_week="0"}

Thanks,
Todd

Re: Calendar module has lost connection to its stylesheet

Posted: Sat Jan 27, 2007 7:37 pm
by reidjazz
Well, something in that tag was the culprit...I went to the Calendar help page, copied the following and pasted it into my page:

{cms_module module="Calendar" table_id="big"}

Thanks for pointing me to the tag...

Todd

Re: Calendar module has lost connection to its stylesheet

Posted: Sat Jan 27, 2007 8:55 pm
by heatherfeuer
Who knows?  :) Glad it's working now!  Although... it looks like there isn't anything different.  I've noticed too, that it sometimes helps to use single quotes in the tags.