• Resolved JohnStaples

    (@johnstaples)


    I have several pages with calendar grids and each displays only events for a certain category.

    Is there any way to hide the event time on one of the calendar grids and leave it active on other grids?

Viewing 1 replies (of 1 total)
  • Thread Starter JohnStaples

    (@johnstaples)

    The plugin author gave me a slick way to do this so I wanted to mark this as resolved and share the solution.

    —————–
    1) edit the calendar shortcode (where you want this effect) to look something like this,
    [my_calendar id=”no_time_calendar”]

    2) go to My Calendar Settings and click the Text tab

    3) for “Event title (Grid)” change it from this,
    {time}: {title}
    to this,
    <span>{time}: </span>{title}
    and save

    4) then add this CSS to your custom stylesheet,
    #no_time_calendar .event-title a span { display: none; }
    —————–

    And that’s it! Now the calendar you chose will hide the times on events on the grid while your other calendars will continue to display it normally.

    Huge THANK YOU to the plugin author for a Great Plugin and Outstanding support! I strongly encourage everyone using this plugin to support the author!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Event Time on Grid’ is closed to new replies.