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

    (@stephenharris)

    Hey,

    Thanks, glad you like it ??

    This is known issue and I hope to relsase an update shortly.

    Thread Starter fenomeno0chris

    (@fenomeno0chris)

    Ok good to know, that its just a bug.

    I have another problem. Maybe you can help me with that.

    One of my users has subscribed to my calendar and each entry is displayed like this on his google calendar:

    Releasetermin: 29.11.2013 ? Medientyp: Blu-ray Disc, Download Genre: Action-Adventure Entwickler: Ubisoft Herausgeber: SCEE ? ? ? ? Die Story Asssassin’s Creed 4: Black Flag erz?hlt die Geschichte von Edward Kenway, einem jungen britischen Mann, der weder Gefahren noch Abenteuer scheut und im Dienst der Royal Navy Kaperfahrten durchführt. Als sich der Krieg der bedeutenden K?nigreiche dem […]

    The post Assassin′s Creed 4 Black Flag appeared first on PS4source.

    Is there a way to change what actually will be visible on google calendar? In my case it would be totally sufficient, if there is just the title visible in google calendar.

    Plugin Author Stephen Harris

    (@stephenharris)

    I’ve just realised that this should have already been fixed in 2.3.1. If you’re still getting this after you’ve upgraded, would you mind linking to your site?

    Regarding the Google calendar, could you link to that event so I can take a look?

    Thanks!

    Thread Starter fenomeno0chris

    (@fenomeno0chris)

    Here is the link to my calendar:
    https://www.ps4source.de/release/

    You can also just book this link to your google calendar and have a look at it:
    webcal://www.ps4source.de/release-date/xbox-one/feed/eo-events

    I hope you can somehow help me.
    cheers Chris

    Plugin Author Stephen Harris

    (@stephenharris)

    Thanks, I’ll look into that.

    You can remove the description by copying templates/ical.php into your theme and editing it to remove:

    <?php
    	$excerpt = get_the_excerpt();
    	$excerpt = apply_filters('the_excerpt_rss', $excerpt);
    	if( !empty($excerpt) ):
    		echo eventorganiser_escape_ical_text( html_entity_decode( "DESCRIPTION: $excerpt" ) ) . "\n";
    	endif; ?>

    But you can also determine the text that appears by explicitly setting an excerpt for the event.

    Plugin Author Stephen Harris

    (@stephenharris)

    Regarding the calendar, your theme has:

    .entry-content a {
         color: #236CBF !important;
    }

    The !important part means nothing can over-ride it. Generally isn’t considered a good thing to use.

    Thread Starter fenomeno0chris

    (@fenomeno0chris)

    Actually I can’t find the code in my style.css

    .entry-content a {
         color: #236CBF !important;
    }

    Could you also help me with the ical.php?

    Like I said I just want the user to see the “event” (release date) like this:
    Assassins Creed 4 Black Flag (Just the title)
    https://www.ps4source.de/release-date/spiele/assassin′s-creed-4-black-flag/ (the description should just display the link to my page)

    Of course this entry should be listed in their calendar on 29.11.2013, because thats the release date of the game.

    Cheers Chris

    Thread Starter fenomeno0chris

    (@fenomeno0chris)

    Hello I have still the problem with the blue links. Is it now with the current update of event organizer more easily to solve it?

    The big calendar displays all events with blue text links:
    https://www.ps4source.de/release/

    cheers Chris

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Big calendar shows event links in blue’ is closed to new replies.