Hi Anmari,
Could you (also) make it work for absolute URLs please (if that is of any interests)?
In fact I ran into the same issue, sort of. I recently forced an area of my site in https. On the page displaying ical event the style was borked because of CSS refered to via http.
my “workaround” was to:
– define( ‘WP_PLUGIN_URL’, ‘/wp-content/plugins’ );
– (select the plugins’ default css – not the one in uploads)
– change amr-ical-events-list-main.php, following line (350ish) as follow:
if (stristr($amr_options['cssfile'],'http://') || $amr_options['cssfile'][0] == '/')
BTW, many thanks for your great plugin.
I only use a very small portion of it, only to display a cal from a davical public/ticket link (‘would have so loved a more “accomplished” caldav client but that’s another story) and it works perfectly fine.
So many, many thanks again.