Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #116291
    Janet
    Participant

    In the Parallax Pro theme, a page and/or post’s featured image displays as the entire header image. I’m good with this on the regular pages of the site. Is there a way to NOT do this on single posts?

    For example a user adds an image to their post, the image shows as a thumbnail in the list of posts, but then when you go to that single post, you have the post thumbnail and post text with a portion of the thumbnail image stretched (parallax effect) across the top as a banner size header image. Is there something in the settings that I’m missing with this that I need to change? Or how can I just NOT show the header-featured-image on posts?

    Also, I’m updating the site and testing this in my local test environment, otherwise I’d share the url.

    Any help or guidance you can provide would be appreciated.

    Best Regards,
    Janet

    #116298
    Mahesh
    Keymaster

    @janetmmorris: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Disabled in Single Page/Post Image Layout option.

    Regards,
    Mahesh

    #116309
    Janet
    Participant

    Hi Mahesh!

    Thanks for your quick response! That is actually how I have it set already. Any other thoughts though? I’m trying to finish other updates and get it pushed back out to production. As soon as I do I can update this thread with the link. In the mean time though, if you have other suggestions I could try, please share.

    Best,
    Janet

    #116313
    Mahesh
    Keymaster

    @janetmmorris: Is the issue still persisting?

    Regards,
    Mahesh

    #116315
    Janet
    Participant

    yes. no change. any other suggestions? I appreciate your help!

    #116336
    Mahesh
    Keymaster

    @janetmmorris: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .single.single-post #header-featured-image {
    	display: none;
    }
    
    .single.single-post #masthead {
    	background-color: #000000;
    }
      
    .single.single-post #content {
    	margin-top: 78px;
    }

    Let me know further. If this didn’t work, we’ll need to check on your site.

    Regards,
    Mahesh

    #117309
    Janet
    Participant

    Sorry, just now getting back with you. This worked! Thanks!!

    Best Regards
    Janet

    #117361
    Mahesh
    Keymaster

    @janetmmorris: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/parallax-frame/reviews/#postform
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide header featured image?’ is closed to new replies.