Tagged: the events calendar
-
AuthorPosts
-
November 11, 2020 at 8:36 am #1259788
Dear team,
I just updated the events calendar to their new design and it broke the single event design.
The calendar view is fine, only the single event is a huge thing..
Can you please check it here and advise?November 16, 2020 at 12:46 pm #1260693Hey Asterios,
Thanks for contacting us!
Please go to Events > Settings > Display and uncheck “Use updated calendar designs” :)
Best regards,
YigitNovember 16, 2020 at 1:47 pm #1260713Hello Yigit,
thanks. That worked but now I notice another problem.
The calendar goes behind the menu.
I have a screenshot for you to see hierDo you know how to fix this?
Thank you
AsteriosNovember 20, 2020 at 5:17 pm #1261827Hello again,
I can see in the forum that you have a lot of messages from all the people using Enfold.
Stil I would like to express my dissapointment and please forward this to Kriesi.
I have been with Enfold since 2016 and I have never experienced such a slow support.
I only receive an answer every 4-5 days!
It used to be much faster than that and I can´t say it makes your customers happy.Thank you
AsteriosNovember 25, 2020 at 3:58 pm #1263021Hi Asterios,
I added following code to bottom of Quick CSS field
.datepicker.dropdown-menu { z-index: 999 !important; } #tribe-bar-form .tribe-bar-filters { padding: 0 20px; }
First line is to fix z-index issue and second one is to add padding to both sides.
We are sorry about that. Unfortunately, our response times have increased a bit lately. I will discuss how we can improve it with the team and will forward it to Kriesi.
Please review your website
Best regards,
Yigit- This reply was modified 3 years, 12 months ago by Yigit.
November 27, 2020 at 2:26 pm #1263523Hello Yigit,
thank you for the fix, it helped.
One more thing: Although it helped, whe I change the calendar to “month view”, the problem still remains.
If you could possibly have a solution for this, it would be great.
Otherwise I will just leave it as it is.Finally I wanted to say that I was not trying to offend you or the other support members.
This was supposed to be a “message” for Kriesi, as he is the one who decides about the people working here.Thank you
AsteriosDecember 5, 2020 at 10:57 pm #1265210Hi,
Sorry for the very late reply and thanks for the login, I believe I found the correct page, but it looks like you are testing the Modern Events Calendar Lite plugin instead of the Events Calendar plugin, has this helped your situation?Best regards,
MikeDecember 6, 2020 at 12:39 am #1265212Hello Mike,
I just had to use another plugin since the TEC is not representing what I am looking for and I spent many hours trying to solve the problems.
Could you please help with one thing?
The css needs your help since the event details look awful. Have a look here:All the details on the right sid of the page need to get fixed and especially on smartphones the breadcrumb are missing.
And please write to me as soon as possible. I don´t know what is going on but this is not the support I used to know.
Thank you
AsteriosDecember 6, 2020 at 3:45 am #1265215Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.mec-events-template-default dt,.mec-events-template-default dd { float: unset !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 6, 2020 at 1:40 pm #1265270Hello Mike,
Thank you so much for the fast reply! So glad I didn’t have to wait long again.
Yes, the code fixed the sidebar with the event details.
Last question:
Is there maybe a quick fix for the breadcrumb on mobiles? One can only see the bottom of it.Best regards
AsteriosDecember 6, 2020 at 2:43 pm #1265273Hi,
Thank you for the feedback, for your breadcrumbs on mobile I found these two css rules which I believe is added to your custom css:@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 0!important; margin: 0; } }
and
@media only screen and (max-width: 989px) and (min-width: 768px){ .responsive.html_mobile_menu_tablet.html_header_top #top #main { padding-top: 0!important; margin: 0; } }
If you can find these and remove them it would correct your issue, but if you can’t find them you can use this css to override them, I recommend adding this css to the WordPress > Customize > Additional CSS field, as it has the highest priority.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_header_top #top #wrap_all #main { padding-top: 88px !important; } } @media only screen and (max-width: 767px){ .responsive #top #wrap_all #main { padding-top: 88px !important; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 6, 2020 at 4:06 pm #1265278Hello Mike,
thank you thousand times, it worked!
Thanks for your help and the time you spent here.
My issues are done.Have a nice day
AsteriosDecember 6, 2020 at 4:53 pm #1265281Hi,
Glad we were able to help and sorry again for the very late reply, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘The events calendar breaks design’ is closed to new replies.