Viewing 3 replies - 1 through 3 (of 3 total)
  • In home page, the theme excerpt function, surfarama_excerpt() is limiting the share buttons to show, as it is clipping the post content. The quick possible fix is to manually insert the widget in wp-contents/themes/surfarama/content.php line 62

    if ( function_exists( ‘addthis_display_social_widget’ ) ) {
    echo addthis_display_social_widget( ” );
    }

    In single post pages, unfortunately we are unable to reproduce the issue. It would be helpful, if you can share the plugins you used and addthis settings.

    If you want to manually insert the widget, please put the code above in your theme file wp-contents/themes/surfarama/content-single.php line 36, inside the div <div class=”entry-content post_content”> before or after the <?php the_content(); ?>

    Hello, I have the same problem. Can you please check my site out also. https://ulrikamassor.se.

    Strange thing AddThis works only in one page, Produkter. Why it’s so?
    Doesn’t work in widget either. (right side bar)
    Thanks!!

    @aliceph: It is considered impolite to interrupt another poster’s ongoing thread unless you are posting a solution or suggestion. As per the Forum Welcome, please post your own topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buttons not showing’ is closed to new replies.