• I am unable to find sharing buttons bottom of any blog post. can you please help me with that. Is there any option to embed without the hueman addon plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • No. Social sharing buttons is plugin territory and thus not part of the theme. See Hueman’s documentation.

    Hueman Addons is one of many plugins that offer this functionality. (I don’t use sharing buttons anymore on my website.)

    • This reply was modified 4 years, 5 months ago by yallaman.
    Thread Starter Ruma Dey Baidya

    (@holidaystory17)

    Ya, that’s ok, but the Hueman Addons is last updated 11 months ago. also, the floating buttons are taking huge space in mobile view.

    And dear I am asking, not complaining.

    When I used the original Hueman theme by Alexander Agnarson I didn’t like having the share bar on the right, inside the main content of each post. It made the text and the images narrower, and it didn’t make sense to me. Others had the same opinion, and they offered various code that placed the share bar at the bottom of posts.

    I used this code in my custom.css file:

    .entry.share { padding-right: 0; }
    .sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
    .sharrre-container span { text-align: left; }
    .sharrre-container > div { float: left; margin-right: 10px; }

    NB 1: As you might know, the new Hueman theme does not use a custom css file, but you can add custom code in the theme’s customizer.

    NB 2: The above code is 6 years old, made for an early version of Hueman, and thus probably doesn’t work in the current theme when using the Hueman Addons plugin. It might even break something on your site. But someone with the right skills should be able to make the share bar appear at the bottom (or perhaps top?) of each post instead of taking up valuable space to the right of the text. One can choose the position of the share bar using other social sharing plugins, so that might be an easier solution…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to find sharing buttons’ is closed to new replies.