shudh – hide featured image in messages

Home Forums Shudh theme support shudh – hide featured image in messages

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #129342
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hello,

    If I select a featured image in a messasge, then it display’s in the message itself and also in the overview of the blog. That is very good!

    But in certain messages I want to hide it (and display eventually another image). How can I hide the featured image in a message in shudh?

    Thank you, Wilfried

    #129407
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #129427
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    https://www.bemiddelaars.vlaanderen/

    On the memu item: “Opleidingen en workshops” there is the list of messages with the featured images. So that is fine.

    Then if you click one of the messages to read it completely you see also the featured image. That is good.

    But in some of the messages I want to hide it and show for example another of maybe none.

    Thank you, Wilfried

    #129430
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #129450
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Yes of course. Here you see all messages if you choose in menu “Opleidingen en workshops”: https://imgur.com/QJbNXPF
    You see there the featured image with text: Mediation week

    If you click the ‘Lees meer’ button you see the whole message with the same featured image: https://imgur.com/tPsQZXr

    This is in most cases very good. But in some of the messages I want to hide this latter featured image.

    #129492
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .single .blog-post .post-thumb {
        display: none;
    }

    Regards,
    Dave

    #129494
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hi Dave,

    Then they will be all gone. I want to hide it only in some of the messages.

    rgds, Wilfried

    #129514
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Okay, kindly show us the particular page URLs where you want to hide featured images.

    Regards,
    Dave

    #129521
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    On this page for example:

    https://www.bemiddelaars.vlaanderen/ik-zie-ik-zie-wat-jij-niet-ziet/

    Regards Wilfried

    #129523
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    For some strange reason there are 2 url in previous post. It is the page:

    /ik-zie-ik-zie-wat-jij-niet-ziet/

    #129588
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .postid-165 .attachment-post-thumbnail {
        display: none;
    }

    Regards,
    Dave

    #129594
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you. Now I can do this with every post-id that I want. Thanks.

    #129597
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Yes 🙂

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