Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1079190

    Hello!

    My client does not want to display meta-data in his posts. That’s why I removed all checkmarks under “Blog Meta Elements” in “Theme Options / Blog Layout”. In the contributions that works, in the layout element “blog posts” unfortunately not. The creation date will continue to be displayed. Even if you enter “.entry-date display: none! Important;” in Quick CSS, the date remains visible, as does the “Enfold Child Latest News” widget, so how can the date be prevented there, too to change the order of posts?

    Best regards

    Morcy

    #1079543

    Hey Morcy,

    Where can we see the element in question?

    Best regards,
    Rikard

    #1079566

    Hello Rikard,

    thank you for your prompt reply. Here is the link to the page:

    https://www.pfarrei-goerllitz.de

    This is the site of a parish. Among other things, she publishes invitations for events. If then in the blog element on the start page first the creation date of the post, this leads to irritation.

    Best regards

    Morcy

    #1080714

    Hi,

    I clicked the web site URL you have shared and it does not work.

    Best regards,
    Basilis

    #1080775

    Hi,

    I’m sorry, an “l” too much.

    Pfarrei Görlitz

    Best regards

    Morcy

    #1082283

    Hi,

    You can alos add .slide-meta { display: none; }
    which should remove it from this section also

    Best regards,
    Basilis

    #1082297

    Hi!

    Unfortunately that does not work.

    Best regards

    Morcy

    #1082613

    Hi!

    With the plugin “wp-author-date-and-meta-remover” the problem is solved on the start page, but not in the widgets (sidebar blog).
    A general solution would be better.

    Best regards

    Morcy

    #1084362

    Hi,

    Thanks for the update.

    You can use this css code to remove the posts date from the news widgets.

    #top .news-time {
        display: none;
    }

    Best regards,
    Ismael0

    #1084514

    Hi!

    Great. now everything works as the customer wishes.

    Best regards

    Morcy

    #1084654

    Hi Morcy,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Meta data in posts’ is closed to new replies.