Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Barry

    (@barryhughes-1)

    Hi there!

    Looks like that page is password protected so I can’t view it. However, I’ve got a pretty good idea as to what you are talking about.

    First of all, though, it’s important to note that all Event Rocket is doing in this situation is letting you add Events Calendar PRO’s existing calendar widget to a page via a shortcode.

    So, really, this question would be better suited to the Events Calendar PRO forum since what you’re really asking about here is how to customize the calendar widget: the fact that you happen to be adding it via a shortcode doesn’t really matter.

    There is actually a method you can use to disable this altogether – TribeEventsPro::disable_recurring_info_tooltip() – or else you could do something like:

    add_filter( 'tribe_events_recurrence_tooltip', '__return_empty_string' );

    The only downside to such an approach is that it will remove that text from everywhere, not just the widget – if that’s a problem you’ll need to do a little more work.

    Thread Starter centurypixel

    (@centurypixel)

    That makes sense. By the way, the password is 2014 (sorry about that, I had forgotten)

    Thank you Barry!

    Hello, I’m trying to remove the line “see all” but not from PRO events version, if tryed everything from forums but it doesntwork on my site.

    Plugin Author Barry

    (@barryhughes-1)

    Not too sure what you mean, Capitanz.

    Could you create a new topic and perhaps point me to a specific example?

    Sorry for my English.

    What I’d like to do is to embed my events calendar in my main web but without showing the link that is below the list (“see all events”). Hope it makes sense for you..

    Thank you!

    Plugin Author Barry

    (@barryhughes-1)

    So are you using the [event_rocket_calendar] shortcode?

    If so I’d again stress that it is just a wrapper around a widget generated by Events Calendar PRO. Please follow their recommended steps for customizing it!

    https://theeventscalendar.com/knowledgebase/themers-guide/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove "Recurring Event (See all)" label?’ is closed to new replies.