Remove Sidebar on Single Event

Home Forums Calendar Products Events Calendar PRO Remove Sidebar on Single Event

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #44732
    leadlinker
    Participant

    I simply cannot seem to remove the sidebars that seem to automatically populate on single event views.

    I have entered the following CSS edit on the Style sheet and still no success:
    .events-single #sidebar {display: none;}

    Any other idea’s for me to try?!

    #44739
    Barry
    Member

    Removing the sidebar by CSS probably isn’t the best route – because the sidebar is still being generated and sent to the browser (even though it appears not to be visible).

    That said, something like this should do the trick:

    .single-tribe_events aside.sidebar.right-sidebar { display: none; }

    #44780
    leadlinker
    Participant

    Thanks Barry, worked perfectly.

    #44781
    Lori
    Participant

    I am having the same issue, which sheet would you be making this addition to?

    #44783
    leadlinker
    Participant

    It has been suggested in the past to add that to your css stylesheet, but sadly that doesn’t work, I believe because the naming convention in the plugin has changed since that fix was advised, so I’m still non the wiser!

    #44784
    Lori
    Participant

    I just saw another post with this:

    .events-single #sidebar {
    display: none;
    }

    I just added this to my theme’s stylesheet and it worked:)

    #44785
    leadlinker
    Participant

    Sorry Lori, ignore my last post, I was being an idiot not reading the thread. Yes that fix worked for me to – I thought I was commenting on a different, current issue I have regarding removal of the main plugin title on each sheet!

    #44786
    Barry
    Member

    OK … so in relation to the sidebar issue is everyone happy here? 🙂

    #44788
    Lori
    Participant

    Super happy:) thanks!

    #44804
    Barry
    Member

    Great!

    #978899
    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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Remove Sidebar on Single Event’ is closed to new replies.