Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    did you try updating recently? I actually removed that line along with other unnecessary ones because the other clients didn’t need it either.

    Also, it would be nice if we could get some admin control over the buttons (I have to restyle them to match every time there’s an update) or at least have the same style of look for both iCal and Google, since most would list both if they’re listing them I think.

    how are you styling these? you could just use e.g. #_EVENTICALURL and #_EVENTGCALURL in your formats as links and then style them with css on your theme, they shouldn’t change that way.

    How would you do this programmatically, Marcus? I mean so that the #_EVENTICALURL placeholder output on the page is somehow transferred into a button link that can be coded once in the formats and works across all events without having to code the .ical url into the css for each event?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    To modify the placeholder, you’d do as described here – https://wp-events-plugin.com/tutorials/modifying-placeholder-default-information/

    However, the best way would be to use HTML/CSS to make this work in your formats e.g.

    <a class="yourclass" href="#_EVENTICALURL">text</a>

    The CSS would be added at a higher level e.g. in your theme styles.css file or using a plugin like jetpack to add custom CSS to your theme.

    Great – that works perfectly for me. I couldn’t work out how to include the link. Thanks Marcus.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] iCal feed Not Properly Displaying Multiple Events in Outlook’ is closed to new replies.