Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beyondskins.responsive breaks JQuery FullCalendar Views #4

Open
brett-kimball opened this issue Jun 6, 2012 · 4 comments
Open

beyondskins.responsive breaks JQuery FullCalendar Views #4

brett-kimball opened this issue Jun 6, 2012 · 4 comments

Comments

@brett-kimball
Copy link

Enabling this Diazo theme results in the JQuery calendar not displaying. I have tested with version 0.3 on a fresh install of Plone 4.1.5. I am using Solgema.fullcalendar 2.1.1.

When this theme is enabled, the <div id="calendar"... on the Solgema Fullcalendar view does not get populated with the calendar table.

Other Diazo themes that I have tested are not causing the problem.

By the way... the @media screen management of the search and globalnav is very cool!

@brett-kimball
Copy link
Author

I found the problem and a quick fix...

In the rules.xml replace this:
<before css:content="head meta" css:theme="head meta" />

with this:
<before css:content="head style, head link, head script, head meta" css:theme-children="head" />

Did I mention that this theme is awesome?

@Tamosauskas
Copy link
Contributor

Thanks brett-himball :)

We'll use your fix for the next release.

@brett-kimball
Copy link
Author

Re-examining the rules.xml file, there were 2 other lines that I removed. The section looks like this now:

<!--Head-->
<copy css:content="html" css:theme="html" attributes="lang dir" />
<before css:content="head style, head link, head script, head meta" css:theme-children="head" />
<replace css:content="head title" css:theme="head title" />
<copy css:content="head base" css:theme="head base" />
<drop css:content="head link[rel='shortcut icon']" />
<drop css:content="head link[rel='apple-touch-icon']" />

@dherbelin
Copy link

Hello,
I'm using sunrain free diazo theme from Quintagroup and it breaks JQuery FullCalendar views. I have tested all free Quintagroup theme and founded the same problem.
I'm using Plone 4.2.3, Solgema Fullcalendar 2.1.2 and jQuery FullCalendar plugin 1.5.2.2.
Do you have a fix for this diazo theme ?
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants