Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1318271

    Hi
    We use Enfold with the The Events Calendar plugin.
    Now, they updated the plugin and it seems, that the design of the events is broken.
    For example, the additional infos (details and map) is too narrow on desktops, the enumerations are yellow instead of black, the buttons for the Google calendar and iCal export look special, and so on.
    Also on the mobiles it does not look very nice.
    What can we do here? Will there be an Enfold update for that it works fine again with The Events calendar?
    See an example in the private content section.
    Thanks very much.
    Best regards
    Mike

    #1318688

    Hey Mike,

    Could you please go to /enfold/config-events-calendar/event-mod-css-dynamic.php and replace it with – https://pastebin.com/VfxiAJH4
    Then replace event-mod.css file with this one – https://pastebin.com/pgdUrixP and then go to Enfold theme options and save? This should increase the content width, set list color to content color.

    Buttons and mobile version look fine on my installation – https://imgur.com/a/AnXNQf2. If applying changes above and clearing cache does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1318700

    Hi Yigit
    Before I do this.
    Will this be fixed in a later Enfold version? Or why do I have to replace the files directly in the enfold folder (instead of enfold-child)?
    Thanks.
    Best regards
    Mike

    #1319118

    Hi Mike,

    Yes, these will be updated in later Enfold version, files will be overwritten that is why we update the files on parent theme :)

    Best regards,
    Yigit

    #1319128

    Hi Yigit
    Thanks very much.
    It is a little bit better. How can I increase the left box content width a little bit more?
    The buttons still looks special.
    There are some black icons on the left side of the button.
    Look at the example in the private content section with a desktop.
    Best regards
    Mike

    #1319135

    HI yigit
    A little addition to my last post.
    The lieft box content ist still a little bit too small, especially the title “Veranstaltungskategorien:” and “Veranstalter-Website anzeigen” and the E-Mail-Address give problems, see another example in the private content section.
    Specially the buttons on this example are ok, not like in the other example I sent before…
    Best regards
    Mike

    #1319140

    Hi,

    1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top.tribe-theme-enfold.single-tribe_events .av-single-event-content {
        width: 50%;
    }

    This would help with additions as well.

    2- There is not such background on my installation and I cannot see them on example site either but you can remove them by adding following code to Quick CSS

    .tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
        background-image: none;
    }

    Regards,
    Yigit

    #1319144

    Hi Yigit
    Thanks for the css codes.
    the second one works fine, but the first one does not change anything.
    Best regards
    Mike

    #1319153

    Hi Mike,

    Could you please try adding !important rule as following

    #top.tribe-theme-enfold.single-tribe_events .av-single-event-content {
        width: 50% !important;
    }

    If that does not help, could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    #1319157

    Hi Yigit
    Thanks, this code works!
    Should this last css code not be default of the Enfold Theme? Because this problem will be on all websites, or not?
    Regards
    Mike

    #1319162

    Hey Mike,

    You are welcome!

    Changes in the files will be included in upcoming update however sidebar/content ratio on single event pages will remain at 60%/40% as that has been the default and we have not received requests to change it. If we do, we will surely consider :)

    Regards,
    Yigit

    #1319163

    Hey Yigit
    Okey, thanks very much.
    You can close this issue.
    Regards
    Mike

    #1319166

    Hi!

    You are welcome, Mike! Let us know if you have any other questions and enjoy the rest of your day :)

    Regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘The Events Calendar Design broken’ is closed to new replies.