Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #303830

    Hi

    The sharebuttons do not appear underneath my posts.

    The program does not react on the Blog Layout settings (adding posts etc.)

    What is wrong?

    Thanks for your help
    Ingrid

    #304073

    Hey!

    Please update the theme to the latest version (2.9.1).

    Best regards,
    Josue

    #304242
    This reply has been marked as private.
    #304248

    Ok, let us know how it goes.

    Cheers!
    Josue

    #304634
    This reply has been marked as private.
    #304640

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #305020
    This reply has been marked as private.
    #305050

    Hey Ingrid!

    Share buttons only appear on single posts by default. Try adding this at the very end of your theme functions.php file:

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if(!is_singular('post')) avia_social_share_links();
    }
    

    Cheers!
    Josue

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