Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1314732

    Since updating Enfold, I have a strange problem with my calendar listings created by The Events Calendar plugin. Here’s the page:

    https://centerforworldmusic.org/event/2021-22-world-music-encounters/

    For some reason, the Details / Venue / Organizer box at the bottom of the page has become narrow, so that the dates and organizer name are forced onto two lines and the organizer email address extends beyond the right margin of the box and is thus partially hidden.

    Advice appreciated. Thanks! Lance

    #1315840

    Hey Lance,

    Thanks for contacting us!

    Could you please go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, clear cache and check if that helps? After that you can enable CSS file merging and compression option again.

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

    Best regards,
    Yigit

    #1316676

    Hi Yigit,

    Thanks for your response. (Incidentally, I am late in getting back to you because for some reason I have ceased to receive notifications of follow-up replies from this forum. Nothing in spam folder, either.)

    As to the problem described above, I’ve been through the process you indicated above (thanks for the clear instructions). Alas, no change.

    I’ve created a temporary login for you. See below.

    Lance

    #1316900

    Hi,

    Thank you for the info.

    We enabled the updated calendar design in the Events > Settings panel and remove the following css code from the Quick CSS field to correct the events layout. We also corrected a few css code in the field and formatted the rest.

    
    .av-single-event-content {
      width: 100% !important;
      float: left !important;
      margin-left: 0px !important;
      margin-bottom: 20px;
      clear: both;
    }
    
    .av-single-event-meta-bar {
      overflow: hidden;
      float: left;
      width: 100%;
    }
    

    Screenshot: https://imgur.com/CLusz0P

    Best regards,
    Ismael

    #1317189

    Hi Ismael,
    Thanks very much indeed. This is super helpful and much appreciated, especially as I’m not a coder myself.
    I’m having two further problems now:
    (1) Our calendar now reflects the generic “Tribe Events Styles” rather than the styling of the rest of the site.
    (2) Of immediate importance, and quite strangely, the heading color of all our blog posts (but not our pages) has changed from the color specified in our Enfold settings to white! See:
    https://centerforworldmusic.org/2021/01/instrument-voice-south-india/
    I’d appreciate suggestions for both of these issues.
    Thanks! Lance

    #1317457

    Hi,

    1.) That is actually the default layout of the updated calendar designs without extra styling from the theme. TEC has removed the old or legacy design since August 3, 2021.

    // https://theeventscalendar.com/knowledgebase/k/enabling-updated-calendar-views/

    2.) You have this code in the Quick CSS field, which sets the h1 color to white.

    h1, h1 a {
        color: #ffffff !important;
        text-transform: none;
    }
    

    Best regards,
    Ismael

    #1317524

    Hello, Ismael–
    Ah ha! That code was it. It wasn’t creating problems until recently, but be that as it may, it’s fixed now.
    Thanks very much indeed for your help!

    #1317708

    Hi Lance,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1318163

    Let’s close this one. Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘The Events Calendar and Enfold 4.8.6’ is closed to new replies.