Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #907526

    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.

    #907530

    This is av-magazine element

    #907692

    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

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