• Resolved haloheathr

    (@haloheathr)


    After updating the plugin to the new 2.0, my calendar feed lost the custom styling I had in place. I did update my class name to the new feed number, but that didn’t fix it. The calendar on my site is ignoring all the custom styles, so I think it is not referencing my custom style sheet at all anymore. The old plugin version had a place where I could tell the plugin the URL for the style sheet, but I can’t seem to find that setting in the new version.

    Here’s a link to my site: https://mums.laumc.org
    The calendar is in the sidebar. Before the update, there was no gray background for the events, and I had added colors and spacing.

    Thanks!

    https://www.ads-software.com/plugins/google-calendar-events/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter haloheathr

    (@haloheathr)

    Ok, I was able to solve my own problem. In case anyone else has this issue…

    I took the styles I had in my custom style sheet and pasted them into my theme’s style sheet. Some of them still weren’t working though, but when I added the class gce-feed-XX unique feed number to the style, it worked. For instance…

    This is what the style was before the update:
    .gce-page-list .gce-list .gce-list-event{ /* The event title */
    background-color: transparent;
    }

    And this is what it is now:
    .gce-page-list .gce-list .gce-feed-80 .gce-list-event{ /* The event title */
    background-color: transparent;
    }

    And now it works. Thanks for the great plugin!

    I think this should be marked as not resolved. The reason there was an option in the old version to link to an alternative CSS-file was to prevent this from happening when updating the plugin. Therefore there should be an solution to this problem so that it will not happen again at next update.

    Could someone please come up with a solution that does not need to be applied at each update?

    Plugin Contributor Phil Derksen

    (@pderksen)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS styling lost after update to 2.0’ is closed to new replies.