Home › Forums › Ticket Products › Event Tickets Plus › mobile
- This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago by
Fred.
-
AuthorPosts
-
July 15, 2016 at 8:39 pm #1140629
Fred
ParticipantHi Support.
Could you please access one of our pages below;
https://www.primeeducation.com.au/events/category/year-12/This page is shown differently in a desktop and a mobile device.
All content is shown in desktop , but only the filter bar is shown in mobile devices.Looking forward to get a resolution for this.
Cheers, Fred
July 15, 2016 at 11:56 pm #1140669Geoff B.
MemberGood evening Fred and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the mobile version not displaying properly on your install.
I would love to help you with this topic.It looks like there are CSS issues at play here. One of them being the z-index of the content.
As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
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 ?
Best regards,
Geoff B.
July 16, 2016 at 12:48 am #1140677Fred
ParticipantThis reply is private.
July 18, 2016 at 11:13 pm #1141349Geoff B.
MemberThis reply is private.
July 21, 2016 at 5:51 pm #1142781Fred
ParticipantThis reply is private.
July 22, 2016 at 12:23 am #1142845Geoff B.
MemberGood evening Fred,
Thank you for writing back and for the files.
Based on that, I ran some tests and the following CSS rule worked for me
@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: 573px;
}
}Let me know how that goes.
Best regards,
Geoff B.July 22, 2016 at 1:08 am #1142852Fred
ParticipantYeah! That works for my site. thank-you!
Just one minor question for you, did you mean two ending curly brackets required as in your code snippet above?July 22, 2016 at 10:28 am #1143069Geoff B.
MemberGood afternoon Fred,
I’m super stoked that this worked for you.
Yes, I did mean the 2 curly brackets.
This is necessary with @media CSS rules:- One opening curly bracket for the @media declaration
- One opening curly bracket for the CSS rule
- One closing bracket for the CSS rule
- One closing bracket to close the @media declaration
You are welcome back on our support forums any time 🙂
For now, I am going to close this thread.
Have a great weekend!
Geoff B.
-
AuthorPosts
- The topic ‘mobile’ is closed to new replies.
