Disable filters plugin on month view.

Home Forums Calendar Products Filter Bar Disable filters plugin on month view.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015054
    James
    Participant

    Is there a way to disable the filters plugin on the month view? Thanks.

    #1015325
    Nico
    Member

    Howdy James,

    Welcome to our support forums and thanks for reaching out to us.

    You can hide filter via CSS, targeting just month view. Try adding this snippet to your theme’s stylesheet:

    .events-gridview #tribe_events_filters_wrapper {
    display: none;
    }

    .events-gridview #tribe-events #tribe-events-content {
    padding-left: 0!important;
    width: 100% !important;
    }

    Please let me know if this does the trick for you,
    Best,
    Nico

    #1015929
    James
    Participant

    That worked! Thanks a lot for your help.

    -James

    • This reply was modified 8 years, 7 months ago by James.
    #1015934
    Nico
    Member

    Hey James, glad I could help you out with this one 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable filters plugin on month view.’ is closed to new replies.