Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024353
    GDBE
    Participant

    Hi I would like to add an image that links to our shop page to the end of the social icons in the top bar – how can I accomplish this? Thank you!

    #1024735
    Prasant Rai
    Moderator

    Hello 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.

    Thanks.

    #1025813
    GDBE
    Participant
    This reply has been marked as private.
    #1026360
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery("<a href='#'><img src='https://new.ashlandhealthrx.com/wp-content/uploads/2016/01/logo.jpg'>

    Hope that helps.

    #1026746
    GDBE
    Participant

    Hi that didnt do anything. Im new to Jquery but I dont see how this would do anything, how is this going to put the image where I want it to display IE: at the end of the social icons in the top bar?

    #1027317
    Rad
    Moderator

    Hi there,

    It’s cut, please update it to this with your image and URL.

    jQuery("<a href='#'><img src='https://new.ashlandhealthrx.com/wp-content/uploads/2016/01/logo.jpg'></a>").appendTo('.x-topbar .x-social-global');

    Thanks!

    #1028170
    GDBE
    Participant

    Gotcha- now it makes sense and worked perfectly – thank you for the quick help! 🙂

    #1028403
    Jade
    Moderator

    You’re most welcome.

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