Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #275801
    wouwonline
    Participant

    Hi, I don’t want to show the featured image on top of alle pages: for example: https://mandika.nl/terrazzo-badkuip/

    Is there a code I can add in the CSS section?

    Thanks!

    #275810
    Skandha
    Participant

    @wouwonline: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .post-thumbnail {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #275836
    wouwonline
    Participant

    Yes, thank you!

    #275839
    wouwonline
    Participant

    Only now, the images are not visible on the homepage anymore,
    is it possible to show the featured image of a page on homepage, and NOT on it’s own page?

    #275882
    Skandha
    Participant

    @wouwonline: Hello there,
    Try replacing the above code with the code below

    .page .singular-section .post-thumbnail {
    	display: none;
    }

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

    #281384
    Anne Stephenson
    Participant

    This is related–Can you select/assign a featured image to a page, but not have it display on the page, only in the search results (otherwise there is a blank image next to the description which doesn’t look nice). I have gallery pages and do not want a large image at the top. However, I would like an image display in the search. Thank you.

    #281506
    Skandha
    Participant

    @annestephenson03: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #281767
    Anne Stephenson
    Participant

    https://annestephensonphoto.com/

    https://annestephensonphoto.com/?s=wedding

    If you enter “wedding” in the search, you will see pages that feature and album and a wedding gallery that show up without an image. They show a gray box with an image icon.

    I would like to have a featured image assigned to a page with a gallery, such as https://annestephensonphoto.com/wedding-photography/favorite-wedding-photos/ . It would not show up at the top as I want the grid of images to show. However, the one image could show up at left in the search.

    I’m hoping it’s something simple I’ve overlooked.

    Thank you for your help.

    #281800
    Skandha
    Participant

    @annestephenson03: Hello there,
    Can you please add a featured image to the page Favorite Wedding Photos and let me know so that I can help you solve the issue?

    Kind Regards,
    Skandha

    #281959
    Anne Stephenson
    Participant

    Sorry for the delay…While I signed up for email updates, I’m not receiving them, so I just checked in on here to see if there’s a response. I added a featured image to https://annestephensonphoto.com/wedding-photography/favorite-wedding-photos/

    I just want the gallery below to show, not the header. Although, the image now shows up in the search when you type in weddings. Let me know if this is what you were looking for and if further action should be taken on my part. Thank you.

    #282002
    Skandha
    Participant

    @annestephenson03: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-6941 .post-thumbnail {
        display: none;
    }

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

    #282069
    Anne Stephenson
    Participant

    Yes! It does work! Thank you. I have a few other gallery pages like this (family portraits, editorial portraits), so I can look up the page id and create additional CSS. Or would that slow down things down too much?

    #282091
    Skandha
    Participant

    @annestephenson03: Hello there,
    Yes, you can look up the page id and use the Code above for other pages as well.

    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/clean-fotografie/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

    #282144
    Anne Stephenson
    Participant

    Thank you! I will add the code with the other pages. Yes, the issue is resolved and I have left you a 5-star review. Thanks again. Anne

    #282158
    Anne Stephenson
    Participant

    I do have one more question! Is there a way to not show a published page in search? I just determined that the “thank you for subscribing” shows up when you search https://annestephensonphotocom.bigscoots-staging.com/?s=thank+you

    That really shouldn’t happen as it is a page returned upon form submission. Is there a setting to suppress those? If I have “hidden” content, I don’t necessarily want those pages to show up in search.

    Thanks again for your help.

    Anne

    #282210
    Skandha
    Participant

    @annestephenson03: Hello Anne,
    Thank you for your wonderful review.
    I am afraid for that you will need to use a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

    #282280
    Anne Stephenson
    Participant

    Can you confirm that every published page on the site, except for drafts show up in search? I had to remove two PRIVATE pages yesterday that I was working on as I don’t want those to accidentally show up when someone searches. So search feature is not controlled by the theme? What type of plug-in would manage that? I’m really not sure what to search for in the WP Repository search field.

    #282348
    Skandha
    Participant

    @annestephenson03: Hello Anne,
    Yes, every published page on the site except for drafts show up in search. You can give this plugin a try. https://wordpress.org/plugins/mpress-hide-from-search/

    Kind Regards,
    Skandha

    #283459
    Anne Stephenson
    Participant

    Thanks Skandha for the information on the plug-in. It was very helpful 🙂 Glad to have my pages hidden from the search.

    #283525
    Skandha
    Participant

    @annestephenson03: Hello Anne,
    Glad I could help you out. Have a good day!:)

    Kind Regards,
    Skandha

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Delete featured image from page’ is closed to new replies.