Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #392569

    We really like the share buttons that show on the bottom of the blog entries. How can we have it show on all the pages as well?

    #392750

    Hi hobart!

    Please see here, http://kriesi.at/documentation/enfold/enable-social-share-section-for-pages/.

    Best regards,
    Elliott

    #407541

    Thank you!

    #407548

    I have attempted adding this:

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    $content .= avia_social_share_links(array(), false);
    $content .= ”;
    return $content;
    }

    to the template file and a code block within the avia editor. Does not seem to be doing anything. Where exactly should this be palced to make it work on pages?

    #408077

    Hi!

    You should add the code to Functions.php file of the theme in Appearance > Editor

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.