Viewing 7 replies - 1 through 7 (of 7 total)
  • Go to the Plugin Editor, select the “Hide Featured Image”, and in “hide-featured-image/index.php” change:
    .has-post-thumbnail img.wp-post-image{ display: none !important; }

    To:
    .has-post-thumbnail img.wp-post-image, img.featured{ display: none !important; }

    mariodacosta

    (@mariodacosta)

    There’s a comma ( , ) missing on the original code

    The replacement code should be

    .has-post-thumbnail, img.wp-post-image, img.featured{ display: none !important; }`

    jason1984

    (@jason1984)

    After entering the replacement code posted by mariodacosta, and clicking in the post, I can’t see anything, not only the featured image…

    None of the above codes are working. As Jason mentions, text and featured image disappear after replacing with the new code. Any other help? :-/ @mariodacosta @prccp

    RESOLVED!!!

    Replace this lone of code

    .has-post-thumbnail img.wp-post-image{ display: none !important; }

    with:

    .has-post-thumbnail figure.g1-mediabox{ display: none; }

    Tested, tried it, it works!

    Hello,
    I used the code as described and featured images disappeared from the blog homepage
    No thumbnail anymore as you can see here:

    https://www.algerie.deals/blog/

    But featured image still in posts (see below):

    https://www.algerie.deals/points-a-verifier-avant-dacheter-une-voiture-doccasion/

    I deleted completely the plugin but the blog will not be back to normal.

    Please help.

    • This reply was modified 7 years, 11 months ago by AlgerieDeals.

    Ok forget about my post I figured it out I changed something in my custom.css. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Just Simply Skip This Plugin! It CANNOT give what you need.’ is closed to new replies.