• Resolved playa4thee

    (@playa4thee)


    Hello and good day to all.
    I just want to say that I love your theme and how you let us use for free. I am thinking about purchasing the full once I get better at this one.
    My problem is that I keep getting the FEATURE IMAGE showing up twice on single post. I have tried several things such as the REMOVE FEATURE IMAGE plugin to no avail.
    Can someone please let me know how to stop the featured image from appearing on a single post? It’s like having the same photo twice on one post.
    Thanks for your responses and help in this matter.

    • This topic was modified 7 years, 2 months ago by playa4thee.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Playa4thee,

    thanks for using MH Magazine lite and we’re happy that you like the theme.

    What you could do is create a custom child theme and then copy the file content-single.php to your child theme and delete this line of code in that file:

    mh_magazine_lite_featured_image();

    That will remove the featured image on posts, while still using the featured image for the thumbnails on archives and widgets. Of course you could also just delete the image which you’ve manually embedded into your post in the post editor to prevent duplicate images on posts.

    As an alternative (in case you don’t want to touch code), the premium version of MH Magazine includes an option to disable the featured image on posts, as well as several other additional features, options and custom widgets to configure your website.

    Thread Starter playa4thee

    (@playa4thee)

    WOW! Thank you so much for this rapid response and awesome tip. I finally got it working and it looks great now. The steps you told me worked flawlessly.
    You guys rock rock ROCK!

    You’re very welcome and we’re happy that you like the theme. If you want to leave a nice rating, you can do that here. Thanks! ??

    Thank you for a great theme.

    How can I remove the featured image from my homepage altogether please?

    Sorry I found it here:

    https://www.mhthemes.com/support/hide-image-placeholders/

    The CSS is

    .mh-image-placeholder { display: none; }

    and you simple go to theme customise and add it under ADDITIONAL CSS

    Thread Starter playa4thee

    (@playa4thee)

    Hello.
    For some reason, the Featured images are appearing once again on my post. Any reason why this is happening? I thought removing the code had resolved this but now they are showing back up.
    Please help again..
    Thanks

    @playa4thee You probably have modified core theme files. You shouldn’t do that because these kind of changes will be lost after theme updates anyway. If you’re familiar with coding, you should code a custom child theme instead to add code modifications.

    In case you’re not comfortable with coding a child theme and doing more complex code modifications, then you could also just hide the featured image on posts with a line of CSS:

    .entry-thumbnail { display: none; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS.

    Thread Starter playa4thee

    (@playa4thee)

    Hello.
    Yes, I read about doing the custom edits but it was a bit too difficult for me since I do this part time while working. In either case, I added the custom code and it appears to have worked.
    Once the site begins to monetize some I will go ahead and purchase the Theme in pro version since I really like it and the support I receive.
    Thanks once again for your help and time to answer my questions.
    Have an awesome day!

    You’re very welcome and good luck with your website.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Feature Image’ is closed to new replies.