Support

Home Forums Event Espresso Premium Remove iCal

Remove iCal

Posted: May 10, 2016 at 2:58 pm


Alexander Quesada

May 10, 2016 at 2:58 pm

Hey,

I know this has been asked before, but I searched and tried some options which I found in this forum to no avail. I am trying to get rid of the iCal icons on this page:

http://prestigemedical.org/online-enrollment/

I tried entering:

.ee-ical-sbmt {
display: none;
}

As well as:

add_action( ‘template_redirect’, ‘my_remove_ical_link’ );
function my_remove_ical_link() {
remove_filter( ‘FHEE__espresso_list_of_event_dates__datetime_html’, array( ‘EED_Ical’, ‘generate_add_to_iCal_button’ ), 10 );
}

into My Custom CSS, but they did not work. Any help?

Thanks


Lorenzo Orlando Caum

  • Support Staff

May 10, 2016 at 4:34 pm

Hello,

Thanks for letting us know what you have tried. That helps speed up troubleshooting so we can help you get back on track.

I looked at your site and I did not see the iCal buttons appearing. What page are they appearing on?

Also, the sample function that you shared isn’t CSS so it would not go into My Custom CSS. It would go into a site specific plugin (https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/). I wasn’t sure where that was applied so I wanted to mention that.


Lorenzo


Alexander Quesada

May 10, 2016 at 4:36 pm

Hey,

Actually it is working now. Maybe it was caching so I couldn’t see it.

Thanks!

The support post ‘Remove iCal’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso