Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1369677

    Hi Team,

    After update to Enfold 5.2, the Event Meta of events is displayed twice (above + below the related events section). For our website, it should only be displayed above the related events section which is more intuitive to the user (according to feedback that we received).

    Is there a fix planned?

    #1369680

    Hey LMS,

    We are sorry for the inconvenience!

    Adding following code to Quick CSS in Enfold theme options > General Styling would fix the issue

    
    .av-single-event-meta-bar.av-single-event-meta-bar-desktop {
      display: none;
    }
    

    However, that should have not been necessary. I am not sure if we have overlooked something or this is related to your installation. I would like to look into it. If you do not mind, could you please create temporary WP admin and FTP logins and post them here privately? :)

    Regards,
    Yigit

    #1371757

    Hi Yigit,

    Pls find user details in the private content box.

    Kind regards,
    Sebastian

    #1371758

    FTP details…

    #1373121

    Hi Sebastian,

    Sorry for the late reply.

    I checked CSS file via FTP and everything seems okay. Though, I could not login to WP dashboard. Could you please temporarily disable 2FA?

    Best regards,
    Yigit

    #1373413
    This reply has been marked as private.
    #1373529

    Hi,

    Thanks!

    I found out that the issue was related to modified event-mod.css file on your child theme. I edited the file on your child theme and added CSS code I suggested here – https://kriesi.at/support/topic/event-calendar-event-meta-displayed-2x-above-below-related-events/#post-1369680 to the bottom of the file.

    Please review your website :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.