| Issue 524: | Theme roller integration | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, I made a theme in themeroller, downloaded the zip file and am having trouble with figuring out what files to link to, it is unclear whether I should change the links in the header tags or create new link files somewhere. Also where do you place the Boolean part of the script in on the page to enable theme use? Thanks. Best Regards, Dean |
|
| ► Sign in to add a comment |
the css file is in your zip, in the css/<theme-name>/jquery-ui-1.8.2.custom.css file. add the following tag into the <head> section of your html page: <link rel='stylesheet' type='text/css' href='jquery-ui-1.8.2.custom.css' /> then initialize fullcalendar with something like this: $('#calendar').fullCalendar({ theme: true }); beyond this, i will not be able to help you. hoping to post better examples to the website at some point. good luckLabels: -Type-Enhancement Type-Question