Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875478

    Malcolm G
    Participant

    Hi,

    when I try to add a woocommerce product shortcode – [product id=”5225″] – to a post page, it doesn’t display the image etc…pls see:

    https://www.laganum.com/2016/03/29/cultivar-carolea/

    why is this?

    thanks,

    #875970

    Christopher
    Moderator

    Hi there,

    Please find and remove following CSS from customizer :

    .single .entry-featured {
        display: none;
    }

    Thanks.

    #876957

    Malcolm G
    Participant

    thank you – it works but it also restores the featured image at the top of the post which I had wanted to hide…?

    #877690

    Christopher
    Moderator

    Hi there,

    You’ve removed the shortcode, so I’m not sure if I’m recommending you proper CSS.

    Please keep previous CSS and add this as well:

    .entry-content.content .entry-featured {
        display: block;
    }

    Hope it helps.