• I used to find share buttons in

    Aspect > Theme Options > Blog > Social Buttons > Disable

    But with the update I do not have “Theme Options” anymore!

    Where can I activate/disactivate the share buttons??

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    In new versions of Hueman , There is no “Theme Options”. It has been transferred completely to customizer panel.
    Read this

    Thread Starter andrbarbieri

    (@andrbarbieri)

    Thanks, but nothing is said about share buttons!
    I mean this:

    https://screencast.com/t/ukdGXyGYfMr

    How can I remove that buttons????

    Thanks!!!!

    Which version do you use?

    Thread Starter andrbarbieri

    (@andrbarbieri)

    last version, updated yesterday 3.1.0

    I know “Share buttons” and “Shortcodes” transferred to a separate plugin.
    Read this.
    If you want to remove them, put this code in your child theme css:
    .entry.share {
    padding-right: 0;
    display: none;
    }
    Please feedback us .

    Thanks mehrdads, I encountered the same issue and tried to figure out how to turn off the empty column left by an inactive Share bar. I’m running Hueman v3.1.0 + Hueman Addons 1.0.1.

    I installed the Hueman Addon plugin only because of the shortcodes, the Share bar is of no interest to me.

    Putting this snippet in my child theme:

    .entry.share {
    padding-right: 0;
    display: none;
    }

    … actually hid all the content of my posts, but it works fine when leaving out ‘display: none’

    So, putting this in my child theme made the empty space at the right side of my posts disappear:

    .entry.share {
    padding-right: 0;
    }

    I believe it goes without saying that the space for the Share bar better should disappear automatically whenever the Share feature is not activated.

    Hi ids29,
    I’m sorry for my mistake code.
    Have you solved your issue?

    Yes, .entry.share {padding-right: 0;} solved the issue ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Share Side Buttons –> Where are gone????’ is closed to new replies.