Hide "Repeats" from Recurring Events

Home Forums Calendar Products Events Calendar PRO Hide "Repeats" from Recurring Events

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1135565
    jsgd
    Participant

    I’m looking for a way to hide “Repeats” after the event time in the meta for recurring events (in single event view). Have searched multiple forums and have not found an easy or ideal solution.

    #1135836
    Cliff
    Member

    Hi. Are you wanting to hide this text?

    If yes, please check out this CSS code:

    body.single-tribe_events .tribe-events-schedule .recurringinfo .event-is-recurring,
    body.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1135972
    jsgd
    Participant

    Hi Cliff,

    No, I’m looking to hide the word “Repeats” that shows up next to the date on a single event view. See example here: http://westsidelounge.net/TOAD/event/eleanor-bigsby

    #1136143
    Cliff
    Member

    Thanks for that link.

    I see the word “Repeats” on your site, but that’s not from our plugin.

    You can see what a recurring event looks like on our Demo Site: http://wpshindig.com/event/coffee-code/2016-07-07/

    The word “Repeats” is not on there. It’s not on my local test site running TwentySixteen either.

    Therefore, I’m guessing your theme, theme override, or your own code customization might be at play here.

    Also, that event’s URL doesn’t look like a recurring event (compare to the Demo Site link, above).

    #1136318
    Mathew
    Participant

    jsgd,

    It looks like you are using the All-In-One Event Calendar and not The Events Calendar. You might want to reach out to Time.ly’s support on this one.

    Best of luck.

    #1136356
    Cliff
    Member

    Ah, sure enough, thanks Mathew!

    I see the ai1ec_event class at that link.

    jsgd, please let me know if it’s okay to close this thread.

    #1142519
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide "Repeats" from Recurring Events’ is closed to new replies.