Hello,
if validate https://palladium.life by https://validator.w3.org/nu/?doc=https%3A%2F%2Fpalladium.life%2F
there is errors related <time> tag:
==
The text content of element time was not in the required format: The literal did not satisfy the time-datetime format.
From line 219, column 992; to line 219, column 998
02.02.2018</time><span
==
How to completelly remove output date end time from blog’s journal element include html <time> tag? Thank you.
This is av-magazine element
Hi,
Try creating a folder in your child theme and call it shortcodes, then copy this file in the Enfold theme, config-templatebuilder > avia-shortcodes > magazine.php and paste it in the shortcodes folder of the child theme and find this line of code (line 675):
$output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";
try replacing it with a div. Hope this helps :)
Best regards,
Nikko