Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030526
    bezambar
    Participant

    Hi, when creating a blog post, the single product id short-code does not display the product picture. The theme seems to recognize the code, as it displays the product name and read more button in the cornerstone display, but when actually viewing the page, there is nothing.

    I’m trying to use these short-codes to no avail:
    [product id=”6078″]
    [product_category per_page=”6″ columns=”3″ orderby=”” order=”” category=”ring-of-fire”]

    Ive used other woo-commerce short-codes editing through cornerstone, and they have worked so i don’t can’t figure out the issue.

    Example:

    http://www.diamondlosangeles.com/difference-yellow-gold-white-gold-rose-gold/

    #1030548
    bezambar
    Participant
    This reply has been marked as private.
    #1031324
    Christopher
    Moderator

    Hi there,

    Please find this code and remove it :

    .single-post .entry-featured {
        display: none !important;
    }

    And add this :

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

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1030526 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>