When adding anything from this plugin it does not show up on the page at all. When I inspect the element I can see it is there but has no styling.
In the component did you set "Load Style Sheet" to true? Also see: https://octobercms.com/plugin/support/kurtjensen-mycalendar/newby-no-list-component-visable-and-no-css-attached-to-the-month-component
Last updated
KurtJensen said:
In the component did you set "Load Style Sheet" to true? Also see: https://octobercms.com/plugin/support/kurtjensen-mycalendar/newby-no-list-component-visable-and-no-css-attached-to-the-month-component
Doesn't seem to matter what I set that value to, still doesn't show.
{% styles %} & {% scripts %} are in the layout and in the correct positions.
KurtJensen said:
Is there a "calendar.css" loading in the page?
Looking on the Network tab in Developer Tools I don't see any calendar.css loading. This could be an issue.... :P
I have to believe this has something to do with the template. For some reason your page is not loading the css.
What theme are you using?
Perhaps you could post your template and page or send it to me as a text file @ kjensen@iaff106.com so I can try reproduce issue.
I found that Event form in backend was broken by recent changes made to October timepicker widget.
This caused errors in Occurrence creation and also caused a Carbon error.
IT has been fixed now.
I added following code to onRun() method and styling works fine.
if ($this->property('loadstyle')) {
$this->addCss('/plugins/kurtjensen/mycalendar/assets/css/calendar.css');
}
1-8 of 8