• Resolved Svilen Zhelev

    (@svilen-zhelev)


    Hi,

    I have a problem with Title of the event page. There is a string ‘tribe_events’ in the title and can’t find it in the code. The site is https://chitalishte.to/events/ and can see it if i described it wrong.
    Please, give me an advise, because I lost two days and can’t solve this.

    Thank you in advance for your attention

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Svilen Zhelev

    (@svilen-zhelev)

    Sorry, I forgot to write that the WordPress version is 4.6.1, the plugin is The events calendar and the theme is Mesocolumn.

    Hi @svilen-zhelev,

    It looks like the theme is set up to show the name of the post type in that space by default. The theme author might be able to provide more guidance here, but you could hide the title with CSS:

    h2.header-title {
      display: none;
    }

    Cheers,
    Geoff

    Thread Starter Svilen Zhelev

    (@svilen-zhelev)

    Thanks, but i want to translate it, not to hide.
    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t translate tribe_events in the calendar title’ is closed to new replies.