• Resolved olistic

    (@olistic)


    Hi,

    If I set an image as the featured image of a page (see https://imgur.com/a/FRche1r), the same image comes out in the normal view of the browser (see https://imgur.com/a/wHDoD0O), even if I don’t want it.

    If I delete the featured image from the dashboard of the page, the page looks fine (see https://imgur.com/a/VUPr9NF), as I want it.

    I’ve tried to ask to the author of the theme… But I’ve got no answer :-\

    As I want to set the featured image in all my pages, how can I correctly view the pages even setting the featured images?

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @olistic,
    You can do it in 2 ways.
    1. Applying CSS code : Need to find out the parent HTML elements of the featured image and write CSS code to hide it. Like, if your featured image markup in a div which has a class named ‘featured-img’, need to put a CSS code like this
    .page .featured-img: {display:none;}

    2. Modifying page template: You need to figure out where is your page template markup by which the front output is standing. Then need to remove the featured image markup accordingly.

    Hope this will help.
    Regards

    Thread Starter olistic

    (@olistic)

    Thank you for your suggestions.

    I’ve tried to search for that class but I haven’t been able to find it, same searching for the part to edit of this template.

    So, I’ve tried to search for some plugin able to do what I’m not able to do, and maybe I’ve fixed this is issue with this plugin: “Hide featured image on all single page/post” (there’s an alert as it is not tested with my version of wordpress, but it seems to work now).

    Do you correctly see my home page or do you see the featured image just under the header?

    I can see like this
    https://prnt.sc/h59F-JyenpLg

    Thread Starter olistic

    (@olistic)

    It works.

    Thank you again!

    @olistic , you are most welcome and glad to see, it works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with Featured Image’ is closed to new replies.