Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208571

    Hi guys,

    I posted about this a few days ago but no responses in the last couple of days and still trying to sort this out.

    I would like to set this up to be fixed on the left side of the page just to the left of my content, and fixed about halfway down the page.

    This is the code from Shareaholic to insert it into the site –

    <?php echo do_shortcode(‘[shareaholic app=”share_buttons” id=”4766761″]’); ?>

    <?php echo do_shortcode(‘[data-app-id=”4766761″]’); ?>

    And here’s an example of some CSS that I found of someone positioning this plugin

    p.pos_fixed {
    position:fixed;
    top: 30px;
    left: 50px;
    }

    I’m not sure how to fit the css into the <?php code and I’m also not sure which .php template file to put it in.

    Thanks in Advance

    Jonny

    #208575
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Manual Positioning of Shareaholic Floating Vertical Sharebar’ is closed to new replies.