Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #497397

    I updated to the most recent theme and see a few issues with the social share buttons, please advise. Thank you

    1 – the social share is now at the top of the page, how do I move it back to the bottom and on all pages by default?
    2 – is this code still valid?
    ////////////////////////////////////////////////Add Avia Builder to Custom Post Types
    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, ”, false);
    $content .= ”;
    return $content;
    }

    3 – and this?
    ////////////////////////////////////////////////Change Share Bar Title
    function modify_share_title() {
    return “Share this…”;
    }
    add_filter(‘avia_social_share_title’, ‘modify_share_title’);

    Thank you

    #497751

    Hey finchkelsey!

    I see it on the bottom on my end. Did you get it sorted? If your still having problems then send us a link to the exact page / post.

    Regards,
    Elliott

    #498060

    Hi Elliot,

    I had a presentation so I reverted back to the older theme..I will update now.

    Could you please help me now?

    Thank you

    #498571

    Hi!

    It’s still displaying on the bottom for me. Take a screenshot and highlight what your trying to do so we can get a better idea.

    Regards,
    Elliott

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