• Hi Events Manager,

    Great plugin.

    I am finding that the Events Manager styling is only showing when I am logged in. So for example, the above link is to a single event and when I am logged in I can see the Add to calendar drop down is visible. When I am logged out I see the webcal hyperlinked.

    This also happens for the Events list. I see the styled version only when logged in.

    Can you help?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you modifying the single event styling in the Formatting tab in Events Manager Settings? Or are you copying the single event template and then modifying the template?

    In your modified styling are you using #_EVENTADDTOCALENDAR? Or are you using something else?

    Thread Starter gleanreport

    (@gleanreport)

    I’m using the following code in Settings -> Single event page format

    {has_location}

    Location
    #_EVENTLOCATION #_LOCATIONLINK

    {/has_location}

    Add to calendar: #_EVENTWEBCALLINK

    _EVENTNOTES

    {has_bookings}

    Bookings

    _BOOKINGFORM

    {/has_bookings}

    Although I’m not sure now why I have the Bookings section…

    To fix the problem with the “Add to Calendar” pointing to weblink change this line:

    Add to calendar: #_EVENTWEBCALLINK

    To this:

    #_EVENTADDTOCALENDAR
    Thread Starter gleanreport

    (@gleanreport)

    Fantastic! This works a treat.

    I also used #_EVENTADDTOCALENDAR in the Events list page: https://www.gleanreport.com/wellington/

    Is there a way to make the text black instead of white for the Add to Calendar on this page?

    Thank you!

    Add the following css:

    button.em-event-add-to-calendar {
        color: #000;
    }
    Thread Starter gleanreport

    (@gleanreport)

    That is fantastic, thank you. It now looks great.

    I am also using the following for an RSS feed: _EVENTDATES #_EVENTTIMES #_EVENTLOCATION #_LOCATIONNAME #_EVENTEXCERPT{0.1, } #_EVENTADDTOCALENDAR

    In MailChimp it adds the following – ie all spelt out:

    Add To Calendar Download ICS?Google Calendar?iCalendar?Office 365?Outlook Live

    Any suggestions on how to improve this?

    And the iCalendar doesn’t have a link, while the others do.. Any suggestions of why this may be?

    The iCalendar link is there but I don’t think it does anything if you don’t have an Apple device. I don’t know what to do about the MailChimp issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Styling problem – new style only appears when logged in’ is closed to new replies.