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?
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
Hi Yigit,
Pls find user details in the private content box.
Kind regards,
Sebastian
FTP details…
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
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