• Resolved Kacper Perun

    (@kacperstory)


    Hey guys,
    I just started my adventure with wordpress, and imidieatly run into problems. I configured whole theme as provided with documentation, but I can’t find where to change settings for social media share buttons under the posts. I installed some 3rd party plugin, but they don’t solve problem. So, is there easy way to change this?

    Site Im working on:
    https://www.lamacorn.pl

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    – Unfortunately, your currently used theme is not in the www.ads-software.com/themes/ directory.
    – Since that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best. – These forums are for free themes/plugins available in the WordPress theme directory at https://www.ads-software.com/themes/ and WordPress plugins directory at https://www.ads-software.com/plugins/. So please contact the developer/vendor directly for support with your question. You’ll be more likely to find a good answer from them, for they have the access to its code. Forum volunteers are not given access to commercial/custom products, so they would not know why your /custom/commercial theme or plugin is not working properly. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code. See https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

    Thread Starter Kacper Perun

    (@kacperstory)

    Thanks for the replay! Your awesome ?? I will definitely follow your suggestions. I’m totally fresh in all this, and even process of getting help is tricky for me. But! In the meantime I tinkered a little, and I found how to fix my problem. So for the future generations:
    To change which of your social media buttons will display under each post, you have to go to
    Appearance>Editor> In top right corner choose your theme > on the right sidebar pick functions.php

    Then you will have to find this line of code, and delete it (to get rid of facebook in this particular case). Be sure to make backup of thi whole file (just copy paste it somwhere)
    $social .= '<a class="addthis_button_facebook" addthis:url="'.esc_url($link).'" addthis:title="'.esc_attr($title).'" ><i class="fa fa-facebook"></i></a>';

    I’m not sure this is proper way to deal with problems in wordpress, but it definitely worked for me ?? Act at your own responsibility.

    • This reply was modified 7 years, 9 months ago by Kacper Perun.
    Moderator t-p

    (@t-p)

    Glad you got it sorted ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t find share buttons in my “amory” theme’ is closed to new replies.