help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Recurring events warning icon shows in front end

Recurring events warning icon shows in front end

7 years 5 months ago
#24000
I've set up some a recurring event using JEM 2.2.1 and a warning icon appears against the event on both the administration pages and the front end. The warning is: 'This event is the first one of a set of recurring events' or in subsequent events 'This event is part of a set of recurring events'.
The warning is intended for the administrator and so I want to remove it from the front end events, especially as the first one contains an exclamation mark so it looks like an error. How can I remove the icon from the front end events please?

Attachments:

Please Log in or Create an account to join the conversation.

Re: Recurring events warning icon shows in front end

7 years 5 months ago
#24002
The easiest way is to use custom css to just hide these icons. This way is update safe.
Another way is to override/edit thie views itsel but in your case i wouldn't do that.

so add to you css following:
Code:
#jem .eventtable img.icon-inline { display: none; }
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: Recurring events warning icon shows in front end

7 years 5 months ago
#24012
Thanks Egnarts for your advice. The code that worked for me in the custom.css file was:
div#jem .icon-inline {
display: none;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.429 seconds