After Last update, filter bar will no longer appear in vertical position

Home Forums Calendar Products Filter Bar After Last update, filter bar will no longer appear in vertical position

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1187325
    Todd May
    Participant

    My filter bar even though set to vertical always shows horizontal on the pages. It was and always has been set to vertical, But now changing the position has no affect. Will not show veritical anymore.

    Thoughts?

    #1187660
    Todd May
    Participant

    Note of other thread by another customer on this same issue, I have tried deactivating other plugins to no avail. Thanks- Todd
    https://theeventscalendar.com/support/forums/topic/latest-update-seems-to-have-broken-my-layout/

    #1187940
    Andras
    Keymaster

    Hello Todd,

    Thanks for reaching out! I’m sorry about this issue. This bug has been discovered and reported first time only recently. We already have a bug ticket on this with highest priority, so a fix should be along soon.

    Meanwhile the temporary fix is to paste the following into your theme’s style.css file:
    .tribe-events-filters-vertical {
    float: left;
    width: 25%;
    }

    I hope this helps until the fix comes out. Let me know.

    Cheers,
    Andras

    #1188747
    Todd May
    Participant

    Andras, thanks for the suggestion – but that did not work –
    xTheme on Panthoen as a ref.

    Todd

    #1189347
    Andras
    Keymaster

    Hi Todd,

    Sorry to hear that didn’t do the trick. Please try adding “!important” after both declarations, like this:
    .tribe-events-filters-vertical {
    float: left !important;
    width: 25% !important;
    }

    Check and let me know. Even if it doesn’t work, please leave the code in so I can check.

    Thanks and cheers,
    Andras

    #1189368
    Mark
    Participant

    I’m having the same problem. The vertical filter bar appears for a brief moment, and then collapses. I used temporary fix, but it didn’t resolve it.

    #1189624
    Andras
    Keymaster

    Hi Todd,

    I don’t see the css code on your page did you leave it in, so I can check?

    Please also check if you are having the issue with a default theme like twentysixteen and other plugins deactivated. (I saw that you already checked with the plugins off, but I’m not sure if you tested with a default theme.)

    Thanks,
    Andras

    #1189625
    Andras
    Keymaster

    This reply is private.

    #1193629
    George
    Participant

    This reply is private.

    #1203227
    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 ‘After Last update, filter bar will no longer appear in vertical position’ is closed to new replies.