Position of tags and share icons

  • Posted in : Read WP
  • CrocusReview
    Participant

    I recently installed a plugin (Shareaholic) to display “share” icons at the bottom of my posts. The customization option I chose for the position of the share icons was “below content”. But the share icons appear above the Read theme’s tag icon and tags, and I’d like them to appear below the tags (but above the “Previous Post” info).

    See this page to see what I’m talking about:
    http://crocusreview.com/david-foster-wallace-2003-zdf-interview/

    Is there a simple css fix here, or is this a request I should send to the plugin author?

    Thanks,

    Gary

    Mehmet S.
    Keymaster

    Hi,

    – use this in your Theme Options > External JS box:

    jQuery(document).ready(function($)
    {
    var shareaholic = $( '.shareaholic-canvas' );
    
    $( 'body.single article' ).append( shareaholic );
    });
    
    CrocusReview
    Participant

    That worked! Thanks again, Mehmet. – Gary

    Mehmet S.
    Keymaster

    You are welcome.

    CrocusReview
    Participant

    Hi Mehmet,

    When I allow comments on a blog page, how can I get the comments form to appear below the tags icon but above the Shareaholic share icons. (See same page noted in my Jan 28 post above.)

    Thanks,
    Gary

    ahmetsali
    Keymaster

    Hi, not sure this will work but give it a try;

    – use this in your Theme Options > External JS box:

    jQuery(document).ready(function($)
    {
       var commentForm = $( '#comments' );
       $( 'body.single article .shareaholic-canvas' ).before(commentForm);
    });
    
    CrocusReview
    Participant

    That worked! Thanks, Ahmet.
    -Gary

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register