Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1309004
    s_mocko
    Participant

    Hi,

    I would like to ad a trusted or secure site image under the ad to cart button on product pages.

    Is this possible?

    here is an image as to where I would like it.

    Thanks

    #1309005
    s_mocko
    Participant

    Huh, the link image never appeared in the first post. Here it is.

    http://pasteboard.co/1zNf6TzcD.png

    #1309008
    Rahul
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1309033
    s_mocko
    Participant

    Hi,

    I also am looking at adding text or image just under the tags and SKU texts as shown here:

    http://pasteboard.co/fMgalzgYE.png

    Sorry, here is the link http://eurekawellness.com.au/shop/uncategorized/organic-turmeric-black-pepper/

    #1309428
    Rupok
    Member

    Hi there,

    Thanks for writing back. It’s not usually possible but I can give you a solution to add images there.

    You can add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) { 
      $('.product_meta').append('<img src="http://placehold.it/350x50" alt="Image after SKU" />');
      $('.product_meta').prepend('<img src="http://placehold.it/350x50" alt="Image before SKU" />');
    } );

    Then add this under Custom > CSS in the Customizer.

    .product_meta > img {
      display: block;
      margin: 10px 0;
    }

    Don’t forget to change the image URLs.

    Cheers!

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