My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 524: Theme roller integration
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jun 2010


Sign in to add a comment
 
Reported by Michel...@gmail.com, Jun 16, 2010
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
Jun 16, 2010
Project Member #1 adamrs...@gmail.com
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 luck
Status: Done
Labels: -Type-Enhancement Type-Question
Sign in to add a comment

Powered by Google Project Hosting