• Hi,

    I know I must be doing something simple wrong .. but I can’t get the month and day heading to show on the fullcalendar – [eo_fullcalendar]

    I have changed every possible style sheet including “event-organiser/css/fullcalendar.css”
    and my themes style sheets. When I highlight the text, and paste it into a word document I can see it. This led me to believe the text is white – but when I change themes (to twentyten) I can see the month/day headings and the style is not white. I can change the colour of the text … however no matter what colour I change it to it will not display in my custom theme.

    Please let me know if you have any ideas. Thanks!

    http://wordpress.org/extend/plugins/event-organiser/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Bisrandom,
    Woul you be able display a post to your website? Also, how are you using the shortcode [eo_fullcalendar] (i.e. what attributes are passing to it?)

    Many thanks

    Thread Starter bisrandom

    (@bisrandom)

    Hi Stephen,

    Thanks for your reply. I have added the shortcode to a page (Calendar) and I am not passing it any attributes.

    The test page is:

    http://www.gduleyengineers.com/whitelotustest/calendar/

    Thanks!

    Hi bisrandom,
    The problem is in your theme… and it’s not the colour, but text-indent. On your ‘calendar’ css file, line 18, you have:

    h1, h2, h3, h4, h5, #blurb, #site_name, #intro_blurb_title, #call_to_action, .light_gradient.dropcap1, .widgettitle, .dropcap2, .dark_gradient, th {
        text-indent: -9999px;
    }

    This is applying to the the Calendar headers too, and the text-indent is pushing it off the page. You will have to remove that or ‘reset’ it for the calendar elements (the calendar is contained within div with class ‘eo-fullcalendar’).

    Hope that helps :D.

    Thread Starter bisrandom

    (@bisrandom)

    Wow – I tried to figure it out for so long without success. Thank you so much for solving it for me. Your plugin is great. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Event Organiser] can not see month and day headings on calendar’ is closed to new replies.