Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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?

    #1260693

    Hey Asterios,

    Thanks for contacting us!

    Please go to Events > Settings > Display and uncheck “Use updated calendar designs” :)

    Best regards,
    Yigit

    #1260713

    Hello Yigit,

    thanks. That worked but now I notice another problem.
    The calendar goes behind the menu.
    I have a screenshot for you to see hier

    Do you know how to fix this?

    Thank you
    Asterios

    #1261827

    Hello 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
    Asterios

    #1263021

    Hi 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, 8 months ago by Yigit.
    #1263523

    Hello 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
    Asterios

    #1265210

    Hi,
    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,
    Mike

    #1265212

    Hello 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
    Asterios

    #1265215

    Hi,
    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,
    Mike

    #1265270

    Hello 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
    Asterios

    #1265273

    Hi,
    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,
    Mike

    #1265278

    Hello 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
    Asterios

    #1265281

    Hi,
    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘The events calendar breaks design’ is closed to new replies.