Jump to content

Hide Calendar Tags


docnzok

Recommended Posts

The sportsengine calendar is a great tool. Mainly because of the ability to tag events so that they show on aggregated calendar elements.

 

If you tag an event as 'Practice', 'Team A', 'Team B' the event will show up wherever you have calendar aggregators that select those tags.

 

One issue that we solved with CSS is the ability to remove the actual displaying of the tags while viewing the calendar.

 

If you have 25 teams and they all are tagged in a calendar item, it gets rather annoying to try and read all that.

 

Try adding this to the Cascading Style Sheet section (Options/Edit Head Code/Cascading Style Sheet)

 

<style>

#monthViewCalendar li.tags{

display: none;

}

</style>

 

The tags are displayed using the class 'tags' and they are a list item (li) so just turn that off and your calendar will be much easier to read no matter how many tags you have attached to the event.

 

Screen Shot 2017-03-06 at 6.45.20 PM.png  Screen Shot 2017-03-06 at 6.54.53 PM.png 

 

If the calendar does not display correctly (without the tags), remove the CSS code and message me and we can work on it together!

 

Hope this helps clear up some calendars!

 

 

2057758188_ScreenShot2017-03-06at6_45_20PM.png.56b8a2b20b2c2b7540486a44dfb1e5a9.png

659682886_ScreenShot2017-03-06at6_54_53PM.png.b8dd6542f6de9cf99a55b47eaf7e753a.png

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...