Hiding events archive breadcrumps & Upcoming>category name on category page ?

Home Forums Calendar Products Events Calendar PRO Hiding events archive breadcrumps & Upcoming>category name on category page ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1144260
    jazzinconcert
    Participant

    Hi there,

    i would like to get rid of these:

    Veranstaltungen > Viewing archives for “Veranstaltungen” (“Veranstaltungen” is a link to events page)

    Anstehende Veranstaltungen › Ludwigs Empfehlungen (“Anstehende Veranstaltungen” is a link to upcoming events)

    It appears on my category page “Ludwigs Empfehlungen”.

    Do you have any idea to hide these two lines on my category page : /events/category/ludwigs-empfehlungen/

    Thanks
    Thomas

    #1144458
    Hunter
    Moderator

    Hello and welcome back 🙂

    The first thing I’d try is visiting Events > Settings > Display and try different options under ‘Basic Template Settings‘ (see screenshot below)

    If none of those options produce desirable results, you can always try “hiding” what you don’t want displayed via CSS. This YouTube Video has saved me on numerous occasions.

    If you’d rather completely remove the code, the best approach would be a template override as explained in our Themer’s Guide. If you need help locating any specific files, let me know and I’d be glad to help.

    I hope one of these solutions does the trick for you and best of luck with the customizations. Take care and enjoy your day.
    Cheers!

    #1144517
    jazzinconcert
    Participant

    Hello Hunter,

    thanks for your help. Finally i got 🙂

    “hiding” what you don’t want displayed via CSS.

    That is the way i worked it out.

    post nav was delivered by my theme:

    .post-nav,
    .current_posts_info {
      display: none;
    }

    page title was delivered by events calendar:

    .tribe-events-page-title {
    	display: none
    }
    

    Again thanks for your help
    best
    Thomas

    #1144865
    Hunter
    Moderator

    Hey Thomas,

    Thank you for keeping me updated and I’m glad to hear you got the issue resolved! Feel free to open a new thread if you come across anything else. Have a good upcoming weekend!

    Cheers 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding events archive breadcrumps & Upcoming>category name on category page ?’ is closed to new replies.