Issue 2437: EC CUBE + fullcalendar issues
Status:  Invalid
Owner: ----
Closed:  Feb 2015
Reported by tachi.si...@gmail.com, Feb 8, 2015
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
FirefoxScreenSnapz001.png
240 KB   View   Download
Feb 8, 2015
#1 tachi.si...@gmail.com
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.   
FirefoxScreenSnapz002.png
312 KB   View   Download
Feb 9, 2015
Project Member #2 adamrs...@gmail.com
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
#3 tachi.si...@gmail.com
Thanks you for your kind comment.

I'll try to do it.

Thanks again.