Events Settings – Breadcrumbs

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Events Settings – Breadcrumbs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19208
    suomi
    Participant

    Hi,

    could it be possible to not display breadcrumbs for the events page when we have activated Breadcrumbs in Pages?

    Thanks

    #19212
    suomi
    Participant

    Sorry to insist but in my opinion what is also missing in the Events Settings is the option to select a Custom Sidebar Choice if we select a page template like Two Column Left Navigation. Could it be possible?

    Thanks.

    #19241
    Veena
    Moderator

    1.Pls use the below custom CSS in themeoptions –

    body.archive.post-type-archive.post-type-archive-tribe_events #breadcrumbs {
        display: none;
    }
    
    #19256
    suomi
    Participant

    Thanks phoenix!

    I will also complete the code for single events:

    body.archive.post-type-archive.post-type-archive-tribe_events #breadcrumbs {
        display: none;
    }
    body.single.single-tribe_events #breadcrumbs {
        display: none;
    }

    Do you have one solution for the second point: option to select a Custom Sidebar Choice in the Events Settings?

    #19316
    Raghavendra
    Moderator

    The events already come with a custom sidebar widget area named “Events Sidebar” that you can use exclusively for populating the sidebar specific to events. Are you looking for something more than this? At present, it is not possible to set separate sidebar for each event. You will need to populate such an information as part of the event content itself instead of the sidebar. Hope this helps.

    #19413
    suomi
    Participant

    Ok thanks, the events sidebar through the widget will be ok.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Events Settings – Breadcrumbs’ is closed to new replies.