Support » Theme: Hueman » Share bar into pages?

Viewing 10 replies - 1 through 10 (of 10 total)
  • what do you mean by share bar? Any website example?

    Thread Starter Noodweer

    (@noodweer)

    Chris, just the sharre bar that we find into posts of the theme Hueman. I want those into indivudual pages 🙂

    Thread Starter Noodweer

    (@noodweer)

    Nobody with a proper answer?

    Anonymous User 12851872

    (@anonymized-12851872)

    Hello,

    I do not have a bar sharing under Articles with Huema just links to my pages of social networks in the sidebar.
    Can you give the address of your site?

    You need to be more spcific… there are tones of plugins adding kinds of “sharebars”. Could you provide website url, or link to example sharebar?

    He means the share bar included with the full version.

    You would need to edit page.php or /page-templates/child-menu.php with a child theme and locate:

    <div class="entry themeform">
    <?php the_content(); ?>

    Replace with:

    <div class="entry <?php if ( ot_get_option('sharrre') != 'off' ) { echo 'share'; }; ?>">
    <div class="entry-inner">
    <?php the_content(); ?>
    </div>
    <?php if ( ot_get_option('sharrre') != 'off' ) { get_template_part('inc/sharrre'); } ?>

    Anonymous User 12851872

    (@anonymized-12851872)

    hello,
    there are two versions of Hueman?
    thank you

    Hi, yes there are two versions because a few features would not pass review here on wordpress.org, mainly because they are seen as plugin territory.

    The wordpress.org version is missing:
    – Shortcodes
    – Header Image option
    – Tracking code field
    – custom.css option
    – Article sharing buttons

    Thread Starter Noodweer

    (@noodweer)

    Exactly Alexander! Outstanding support

    Another small question: this theme has a good inbuilt SEO? 🙂

    Anonymous User 12851872

    (@anonymized-12851872)

    hi,

    I do not know where is the version with these features?
    thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Share bar into pages?’ is closed to new replies.