• I’m having no luck styling the sidebar widget. It doesn’t seem to have a CSS class that I can reference (unlike other widgets – WP and 3rd party).

    Has anybody else found a way to get around this?

    Can we have this in an update please? ??

    Also – ‘Next month’ and ‘Prev Month’ calendar buttons aren’t working for me.

    I’m running WP 2.5.1

    Otherwise, a very promising plug-in.

    Cheers peeps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m running WP 2.6
    I really like the plugin but would love to see that the widget in the sidebar adapts to the active theme.
    Any chance on this in an update or has anyone found a way to do this?

    Thx

    There are a couple of bugs in the code that you need to fix in order for it to conform to the the theme and look better overall. Here are the fixes and hopefully the author will include them in the next release:

    Within the file ics-import.php do the following:
    1. Change line 325 from:
    print "<h2>".$widget['widget_title'].'</h2><ul>';
    to: print $widget['widget_title'].'<ul>';
    2. Add the line: extract($args, EXTR_SKIP);
    somewhere after: global $dl_pluginICS; (probably around line 296)

    That should make it work like any other sidebar widget. Hope it helps!

    Peace,
    Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ICS Calendar] Styling the sidebar widget?’ is closed to new replies.