Viewing 2 posts - 1 through 2 (of 2 total)
    • Author
      Posts
    • 1dad1kid
      Guest

      I’d like to know how to:

      1. Set it up so that there is ONLY the floating bar, and the share buttons do not show up above or below the post. I’ve figured out how to remove one of them, but I’m still getting a horizontal bar.

      2. I use nrelate, and the bar on the bottom appears underneath the nrelate images. Is there a way of forcing them to appear immediately after the post and before the other plugin?

      Hello,

      1. Can get what you want to remove actually … the “social bookmarking buttons” or the “social sharing buttons”. You can check the “templates box”. Each button is represented with a “button code”. Just remove that code that’s all.

      2. Use the latest version of WP Socializer (v2.4.7)

      – Open wp-socializer.php

      – Replace lines,

      Code:

      add_filter(‘the_content’, array($wpsr_content_op, ‘output’));
      add_filter(‘the_excerpt’, array($wpsr_excerpt_op, ‘output’));


      with

      Code:

      add_filter(‘the_content’, array($wpsr_content_op, ‘output’), 1);
      add_filter(‘the_excerpt’, array($wpsr_excerpt_op, ‘output’), 1);

      Thank you.

    Viewing 2 posts - 1 through 2 (of 2 total)
    • The topic ‘Two-fold question about horizontal bar’ is closed to new replies.

    Subscribe for updates

    Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter