Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1046961
    upular
    Participant

    I added this code but want to have it on the left of the post. How do I do this?

    function x_add_social_sharing () {
    if ( is_singular(‘post’) ) {
    echo do_shortcode(‘[x_share title=”Share this Post” facebook=”true” twitter=”true” google_plus=”true” linkedin=”true” pinterest=”true” reddit=”true” email=”true”]’);
    }
    }
    add_action(‘x_before_the_content_end’, ‘x_add_social_sharing’);

    #1047143
    Rahul
    Moderator

    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.

    #1047448
    upular
    Participant
    #1047642
    Jade
    Moderator

    Hi there,

    Do you mean you want to align the share buttons to the left? If so, please add this code in the customizer:

    .entry-wrap .x-entry-share {
        text-align: left;
    }

    Hope this helps.

    #1052515
    upular
    Participant

    Hi, no sorry, i mean, like this post, the share buttons are on the left of the page and follow the scrolling. http://www.thekitchn.com/recipe-kale-bistro-salad-232441

    #1052675
    Thai
    Moderator

    Hey There,

    That is technically possible. However, that would fall beyond the scope of our support since it would require custom development.

    Thank you for understanding.

    #1052707
    upular
    Participant

    I understand thanks

    #1052817
    Thai
    Moderator

    If you need anything else please let us know.

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