Home Forums Pro Themes House State Pro Featured image should be at the Header Image.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #152441
    James Marak
    Participant

    Dear TP,

    I have found one strange thing under this House State Pro Theme again. I could place a Featured Image for each page/post and it displays there at the Header Image side always. Now, as I putting a relevant image to each post/page on my site, I am finding that featured image right above my page/post texts. I don’t actually like that part. Check my given screenshot below:

    Featured Image shouldn't be at the top above the page/post, but it should be at the Header Image automatically.

    Featured Image should be at the top under Header Image.

    Kindly look at this issue and let me know at the earliest. Thank You.

    #152537
    Psink
    Keymaster

    Hello James,

    We have added an option called Use Featured Image In Banner inside Theme Options >> Single Page/Post

    Screen record of demo
    https://www.awesomescreenshot.com/video/4115195?key=f1bd0a58d886848e002096d8a48d4e5e

    Enable to set the featured image as header image in a single page and single post

    The theme will be live within 24 hrs please update the theme after it get live in the Theme Palace site

    Regards

    #152548
    Rajasimla Church
    Participant

    D/Keymaster,

    Thank you for the updated theme. Of course, now it’s working perfectly but the featured image above the body isn’t removing yet. Check the image link below:

    Featured Image above the body text is not removing yet. I want to remove it as well.

    Thanks!

    #152552
    Psink
    Keymaster

    Hello There

    Please add this CSS in Additional CSS

    
    .single #primary article img,
    .page  #primary article img {
    	display:none;
    }
    

    Regards

    #152554
    Rajasimla Church
    Participant

    TP,

    Thanks for your intimate suggestions and prompt replies. The featured image above the body text has gone once I put/add your given CSS as below:
    .single #primary article img,
    .page #primary article img {
    display:none;
    }
    but all the related images which have been attached to my posts are gone away (missing again). Check this image link given below:
    The attached image(s) has been missing again if I add the given CSS in Additional CSS.

    Again, if I remove that given CSS from the Additional CSS panel, all the attached images come back again. So there’s a CSS issue or something else beyond my imagination. Kindly look at this matter asap.

    Thanks!

    #152556
    Psink
    Keymaster

    Oh yes, the previous code remove all the image from the content too

    Please add this one

    
    .single #primary article img,
    .page  #primary article img {
    	display:none;
    }
    
    .single #primary article .entry-content img,
    .page  #primary article .entry-content img {
    	display:block;
    }
    

    Regards,

    #152559
    Rajasimla Church
    Participant

    Thank You!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.