Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #915993

    Hello,

    We have a problem with the WP AMP module and the En-Fold page builder.
    There is ‘datetime’ in ‘span’ when we add the content element “Post blog”
    It is not possible to delete this option in the settings.
    Do you have a piece of code to give us?

    Best regards

    #916017

    Hey spidclic,
    Try this code in the General Styling > Quick CSS field:

    .slide-meta-time.updated {display:none !important;}
    div[itemprop="dateModified"]{display:none !important; }
    p[itemprop="datePublished"]{display:none !important; }

    Best regards,
    Mike

    #916027

    Thank you for your quick help
    With this css, I have the error : ‘datetime’ in ‘p’

    #916068

    Hi,
    Where did you see this error, where did you add the css?
    I would like to see this.

    Best regards,
    Mike

    #916094

    I add this css in general styling quick css.
    This error is given by the google test, see link

    #916107

    Hi,
    This error is not from the css, it is pointing to the code in your page which is created by the WP AMP module.

    Best regards,
    Mike

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