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

    Hey guys,

    I’ve read most of the post re: dates removed, but none of the codes are working for me (or I’m clearly missing something haha)

    I’d like the dates to be removed on all the post sliders (home and events page)

    And also — when we share it on our social media options, al the meta data is still included in the preview text (when it’s shared) how do I remove that?

    THANKS! Love this theme.

    #642237

    Hey creatiffco!

    Please add the following code:

    .slide-meta { display: none }

    Let us know if that works out for you.

    Thanks a lot

    Regards,
    Basilis

    #642558

    it worked for the post slider area — but didn’t work for the masonry grid (on the events page)

    Thank you!

    #642570

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-masonry-date {
        display: none;
    }
    

    Best regards,
    Yigit

    #642703

    Great, thanks for all your help! But how do I make sure the meta information isn’t being including when I share the post on social media (in the text place — try sharing on Facebook.

    #642707

    Hi,

    I guess you cannot remove the meta info as it is part of the post it self. Please refer to this link https://blog.kissmetrics.com/open-graph-meta-tags/ and scrape it again from the debug tool here https://developers.facebook.com/tools/debug/

    Best regards,
    Vinay

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