| Issue 2437: | EC CUBE + fullcalendar issues | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, all. I'm trying to put fuucalendar into EC CUBE at http://en.ec-cube.net 's admin pages. First problem is that the part displaying "Day of Week" doesn't shown in proper width. I dig into HTML found that the use al class named "fc-widget-header", but I couldn't find that class in full calendar.css . Second problem is as you can see in the attached screen capture, the EC CUBE's menu popover is shown back of the calendar. How can fix these problems? Any helps are gratefully appreciated. Thank you, Masaru
Feb 9, 2015
This problem will be impossible to debug without an online demo that can be inspected. Please try your best to post a demo, with jsfiddle or some other means. It is likely an overly-aggressive CSS rule in some other stylesheet.
Status:
Invalid
Feb 9, 2015
Thanks you for your kind comment. I'll try to do it. Thanks again. |
|
| ► Sign in to add a comment |
I've found that fullcalendar's structure as below. <div id="calendar" class="fc fc-ltr fc-unthemed"> <div class="fc-toolbar">~~~~</div> <div class="fc-view-container" style=""> <div class="fc-view fc-month-view fc-basic-view" style=""> continues... Found that class "fc-view-container" doesn't contain the expanded Day Of Week header as I attache to this comment captured with FireBug. And I also can't find fc-month-view.312 KB View Download