Home › Forums › Calendar Products › Filter Bar › Filter controls hidden by
- This topic has 9 replies, 4 voices, and was last updated 9 years, 8 months ago by
David Sharpe.
-
AuthorPosts
-
July 7, 2016 at 2:59 pm #1136968
David Sharpe
ParticipantI’m having a problem with the filter reset button being hidden by the Tribe bar on mobile. I’ve tried a few CSS edits, but they create different problems when the filter options are collapsed.
Any suggestions?
July 8, 2016 at 12:07 am #1137115Geoff B.
MemberGood evening David and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
We are sorry to hear about the filter reset button being hidden on mobile.
I would love to help you with this topic.One approach that seems to fit the issue on your site would be to add the following CSS rule in your mobile Stylesheet (or @media section):
.tribe-bar-disabled {
top: 35px;
}Let me know if that helps.
Have a great day!
Geoff B.
July 8, 2016 at 4:33 am #1137160David Sharpe
ParticipantThanks, Geoff.
That works fine when the filters are expanded, but when the filters are collapsed the current month title is covered by the bar
July 8, 2016 at 7:46 am #1137218Geoff B.
MemberGood morning David,
I am sorry that this did not work for you.
If you don’t mind, as a next step. Could you please send me a copy of your WordPress theme / child theme in a .zip file link (via Dropbox or Google Drive) so that I can run some tests on my end ?
Have a good week-end,
Geoff B.
July 8, 2016 at 10:22 am #1137383David Sharpe
ParticipantThis reply is private.
July 11, 2016 at 3:18 pm #1138409Geoff B.
MemberGood evening David,
Thank you for the files.
That allowed me to run a bunch of tests.
Interestingly enough, even with your child-theme in place, my display is significantly different than yours (as far as element placement goes). In fact, the top: 35px CSS rule I gave out earlier actually makes the display worst on my end 🙁
This is when I figured out that we might be using different stylesheets. It turns out I was right.
Could you remove the previous CSS rule and head over to Events -> Settings -> Display ?
Once there, try switching the stylesheet from Tribe Events Styles to Full Styles and see if you like that better.Let me know how that goes.
Best regards,
Geoff B.July 22, 2016 at 5:49 am #1142892David Sharpe
ParticipantChanging styles doesn’t fix this for my site. If I change the filter layout to vertical, the filters display correctly on mobile, but I’m not interested in using the vertical layout for desktop views.
Thanks for your help, Geoff. This seems like a bug so maybe it will be corrected in a future update.
July 22, 2016 at 11:14 am #1143095Geoff B.
MemberHello David,
Thank you for writing back.
Actually, I might have a solution for you. Could you try the following CSS rule instead of the previous one ?
@media only screen and (max-width: 767px) {
.tribe-filters-open #tribe_events_filters_wrapper, .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
max-height: 384px;
}
}Let me know how that goes.
Best regards,
Geoff B.August 13, 2016 at 9:35 am #1151314Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Filter controls hidden by’ is closed to new replies.
