Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #133390
    Glen Pavelich
    Participant

    I have theme-options/layout-options set to (show full content – no feature image), but the site origin post carousel will not work without the featured images it seems (for which I am using a 350×500 medium thumbnail size showing 2 at a time). See here…under Upcoming events: https://tangledgardenherbs.ca/tangledgardenherbs.ca/ (test site)

    When featured images are added to a post the images show up on the post (front end), (which I don’t want) and are distorted in size to a full default size which I don’t know how to set differently (see. https://tangledgardenherbs.ca/tangledgardenherbs.ca/home/blog-updates/)

    If I have the setting for layout as (show full content – no feature image) why are they showing up on the posts.

    Is there a way to hide them from posts and pages, and have the images within the post content show up instead.

    I have set the Single Page/Post Image Layout to full or disabled, but neither makes a difference.

    On the blog page –
    https://tangledgardenherbs.ca/tangledgardenherbs.ca/home/blog-updates/
    ‘The day with roses’ post has the featured image removed so is showing properly, but then
    it is not showing up in the slider here:
    https://tangledgardenherbs.ca/tangledgardenherbs.ca/ (test site)

    #133406
    Skandha
    Participant

    @fireflywebs: Yes, To use the layout option(show full content-no feature image) you will need to add a featured image, only then the option will work.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To mend the distorted image

    .has-post-thumbnail .archive-post-wrap img {
        width:unset;
    }

    To use the (show full content-no feature image) option you will need to insert a feature image while editing your posts. If you insert images using other ways the layout option won’t effect those images.

    Is there a way to hide them from posts and pages, and have the images within the post content show up instead.
    Can you elaborate what you mean by this?

    Again to use the single post/page image layout option you will need to insert a featured image to a post or page. You seem to have directly added image to your post/page using add media option. To make use of layout option use featured image option which lies to lower right while editing a post or page.

    Let me know if this solves your issue.

    Regards,
    Skandha

    #133460
    Glen Pavelich
    Participant

    Re: Is there a way to hide them from posts and pages, and have the images within the post content show up instead.
    Can you elaborate what you mean by this?

    Yes, I guess I was hoping that the (show full content-no feature image) would allow me to use the feature image option on the right panel, but that it wouldn’t show up on a post.

    I do find the feature image quite limiting. It sits at the top of the page and has no text options or text wrapping. Therefore it really creates a problem with the desired page layout. It’s a nice feature for widgets, and if necessary for post loops to be called on to another page, but I really don’t want them on the posts.

    On another site with featured images

      not used

    and turned off in the layout settings, I have used the

      featured content module

    on the home page and the first image on the page was imported instead (because there is no featured image). See: https://debden.ca/ It would be nice if featured images responded on the actual pages in like manner.

    So I believe you are saying that if a featured image is inserted on the right panel of a post, then there’s no way to have it NOT show up on the post. What then is the purpose of (show full content-no feature image) if all you have to do is NOT insert them. [Sorry – feeling a little dense on this one.]

    Thanks for the fix for the image sizes.

    #133534
    Skandha
    Participant

    @fireflywebs: When you use the (show full content-no feature image) option that is archive content layout it applies for list of posts like blog, categories and tags but when you individually open a post or page then the featured image will show up unless you have selected the disable option in (Single post/page image layout).

    I does not limit text wrap. You can wrap the text in the desired manner using a little bit of additional css.

    If you add a featured image to a post and don’t want to show it in the post you can do it using (show full content-no feature image) for archive and disable option for single post/page image layout. The point I was making was the options won’t effect the images you add directly to the content.

    Check out the link to know clearly about the layout-option.

    Let me know if this clears the issue.
    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Images showing on posts’ is closed to new replies.