• Mel

    (@brhaspati)


    I have the calendar widget in my sider bar.
    The functionality looks good.

    However, the appearance seems to be overridden by my theme.
    See http://innersenseyoga.com.au/
    Ie. calendar entries are not highlighted or easily visible and the dates do not change colour when hover.

    I know this is not event organiser problem, but I want the ‘in the box’ appearance of your plug in. How do I get this?

    Also, I have a course running weekly for 6 weeks. In the events list it displays 6 times, instead of once with the date range. Is it possible to have it as a single course rather than 6 separate events. When I created it I said it was recurring weekly and gave the end date.

    Thanks very much.

    https://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi Mel,

    I couldn’t find the widget calendar on your site. Event Organiser doesn’t provide any styling for the widget calendar, this is done entirely by the theme so that it looks identical to WordPress’ “posts calendar” widget.

    But you can add styling:

    .widget_calendar table td a{
       background: #ff000; //blue background for links
       color: white;
    }
    .widget_calendar table td a{
       background: #000ff; //red background on hover
       color: white;
    }

    (obviously you might want to tweak those colours 😉 ).

    Is it possible to have it as a single course rather than 6 separate events.

    Yes, when using the event list widget/shortcode there is a ‘group occurrences’ option. For the events pages. there is a ‘group occurrences’ option in Settings > Event Organiser. That will display only the first occurrence matching the query.

    You can then alter the appropriate templates to display the schedule date range rather than the start date. How this is done will depend on whether you’re editing the events pages / widget event list / shortcode event list.

    Thread Starter Mel

    (@brhaspati)

    Thankyou very much!

    Sorry, yes, I took the calendar off in the end. Now I know how to tweak it I can re-add it.

    All the best and many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar appearance overriden’ is closed to new replies.