• Resolved padna11

    (@padna11)


    I was able to get social buttons to work with short code, but the “show icons after post” on question 3 is also checked and the buttons don’t appear at the end of the post. This is a post, not a page. Would be great if you could help me to figure out how the icons can be inserted automatically. Otherwise loving this plugin! Thanks so much for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for your question. Is it a custom made themes? Does it have the hooks according to WP guidelines?

    Thread Starter padna11

    (@padna11)

    Thank you for your speedy reply! The theme is Weaver Xtreme 4.3.1.5 and it has only been customized through the theme customizer, not theme editor. Is there someplace I can check to see how hooks are configured? Thanks much!

    Plugin Contributor socialtech

    (@socialtech)

    You can add the USM shortcode in your posts template, which usually is named “single-post.php” (see more info here https://developer.www.ads-software.com/themes/template-files-section/post-template-files/) with this code:

    <?php echo do_shortcode( ‘[DISPLAY_ULTIMATE_SOCIAL_ICONS]’ ); ?>

    Then the social icons will be added to all your website’s posts.

    Please let us know if that works for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show icons after posts not working’ is closed to new replies.