Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #147448
    suzannecarree
    Participant

    Hello,
    I have Helena Pro and I want to show the featured image at the same size as the slider on the front page. This is good. But know he shows the same pictures in twice in the content underneath the “slider”image.
    Do you what I do wrong in my settings?
    http://www.leanmind.nl

    Regards, Suzanne

    #147490
    Skandha
    Participant

    @suzannecarree: I checked your site and everything seems to be fine. Can you please elaborate what your issue is?

    Kind Regards,
    Skandha

    #147503
    suzannecarree
    Participant

    Hello Skandha,
    The support of wordpress helped me to fix the settings on my site.
    They have shown me a CSS code and when I had this it was gone.
    /** Hide the entry thumbnail */ .page .entry-thumbnail { display: none; }

    But on the blog it is not oke yet.
    https://leanmind.nl/2018/05/16/angsten-en-fobieen/
    And when you press on the button of category the page looks like this:
    https://leanmind.nl/category/angst/
    Can you help me further with this?

    Regards, Suzanne
    http://www.leanmind.nl

    #147512
    Skandha
    Participant

    @suzannecarree: You seem to add featured image as well as the same image using Add Media option in this post https://leanmind.nl/2018/05/16/angsten-en-fobieen/ due to which two images are showing up.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    #147548
    suzannecarree
    Participant

    Hello Skandha,
    Maybe a stupid question, but how do I turn this Add media off then?
    Because the only thing I did was add the featured image.
    When I remove the featured image then he is gone twice.

    And second question when you press on the button of category the page looks like this:
    https://leanmind.nl/category/angst/
    Can you help me further with this?

    Regards, Suzanne
    http://www.leanmind.nl

    #147566
    Skandha
    Participant

    @suzannecarree: To remove the other image
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .attachment-disabled.size-disabled.wp-post-image {
        display:none;
    }

    About the category page try disabling all your plugins and check if this resolves the issue.
    Let me know if this help you out.
    Kind Regards,
    Skandha

    #153116
    suzannecarree
    Participant

    I have placed the CSS code, it was gone but now i am placing blogs again and there it is again! Featured image is shown twice on the page.

    Can you help me further with this?
    Regards, Suzanne
    http://www.leanmind.nl

    #153148
    Skandha
    Participant

    @suzannecarree: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-thumbnail.from-metabox.helena-slider {
            display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #153191
    suzannecarree
    Participant

    Dear Skandha,
    It al worked out very well.
    The second pisture is gone!

    Thank you very much.

    I have not added categories, but next week i want to ad them.
    I let you know if that works out.

    Kind regards,
    Suzanne

    #153236
    Skandha
    Participant

    @suzannecarree: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/helena/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Featured image is shown twice on the page’ is closed to new replies.