Delete Filterboxes in my Calendar

Home Forums Calendar Products Filter Bar Delete Filterboxes in my Calendar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1293604
    Alexander
    Participant

    Hi,

    I have short question. How can I delete the two filter boxes in the attached picture (in the red circle, “Veranstaltungen in..” Anzeigen als…”). Or are the selected filters dependent on the upper filter?

    Thank you very much.

    Best regards,

    Alex

    #1294201
    Jennifer
    Keymaster

    Hi Alex,

    Thanks for reaching out!

    You can remove those two boxes by adding this to your “Custom CSS” area under Appearance > Customize (if you have one) or in the style.css file of your theme (note that it is preferable to use a child theme for this to avoid losing your changes with future theme updates):


    #tribe-events-content-wrapper .tribe-bar-disabled {
    display: none;
    }

    Let me know how that works for you!

    Thanks,

    Jennifer

    #1305862
    Alexander
    Participant

    Hi Jennifer,

    is it possible that the code is not completed? It is not working.

    Thank you.

    #1308151
    Jennifer
    Keymaster

    Hi Alexander,

    I’m sorry that didn’t work for you…did you add this under Appearance > Customize > Additional CSS? You can also try this instead:

    #tribe-events-content-wrapper .tribe-bar-disabled {
    display: none !important;
    }

    If that doesn’t work for you, please send me a link to the page you are trying to change, and I’ll take another look. I tested this out on the site associated with this account, and it did remove the filter box (see screenshot).

    Thanks,

    Jennifer

    #1308415
    Alexander
    Participant

    This reply is private.

    #1308417
    Alexander
    Participant

    This reply is private.

    #1309898
    Jennifer
    Keymaster

    This reply is private.

    #1313600
    Alexander
    Participant

    Thank you very much Jennifer. Good support. Yes, Shelby answered. Thank you.

    #1314863
    Jennifer
    Keymaster

    No problem!

    It sounds like you were able to get it working? If there’s anything else I can help with, please let me know!

    Thanks,

    Jennifer

    #1324910
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Delete Filterboxes in my Calendar’ is closed to new replies.