It depends, where you want to do it. If you mean single post page, then you need to modify includes/content-single.php file. Under line which looks like:
We have modified the box to show social icons we needed. Does not look perfect since we have long names (VKontakte). But what about product pages? They still show the default icons. And by the way, it would be a nice thing to add a little bit of customization to а share box within your theme, say, position, scale, etc. Looks like this is one of the few drawbacks your theme has.
What you ask for requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
Has the location or name of the file that needs amending changed since this post was made, the file includes/content-single.php file has no reference to "<span class='st_pinterest_vcount' displayText='Pinterest'></span>"
having read through a couple of threads on this topic now, I found the theme-functions.php file under /wp-content/themes/betheme/functions, downloaded it, removed the whole pinterest-reference at around line 570 ($output .= '<a target="_blank" class="pinterest ...) and replaced "pinterest" with "linkedin" a few lines further down ($output .= '<span class="st_linkedin_vcount"></span>';). The word "pinterest" is not mentioned anywhere in that file anymore. Then I saved the file and uploaded it to /wp-content/themes/betheme-child/functions (which I first created), since I am using the child theme. Still I see Facebook, Twitter, and Pinterest in the share box (see https://www.christine-lins.net/renewables-risingin-latin-america-and-caribbean/). Where did I go wrong?
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says: Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio
Aha. Imho I was following the instructions that were given here earlier on that same question, but without the desired result, so I was thinking maybe these instructions are not correct anymore. But I figured it out. Thanks anyway.
Hi, how do I remove Google + as an option in the blog share box? I can only see how to hide the share box completely, but I just want to remove Google + since it is no longer available.
Comments
<span class='st_facebook_vcount' displayText='Facebook'></span>
<span class='st_twitter_vcount' displayText='Tweet'></span>
<span class='st_pinterest_vcount' displayText='Pinterest'></span>
Where can I find php files?
Thanks!
Hi,
it was moved to betheme/functions/theme-functions.php
thanks
As it was mentioned many times in this forum and this topic, you cannot add more items to the sharebox. It has only 3 share options.
thanks
having read through a couple of threads on this topic now, I found the theme-functions.php file under /wp-content/themes/betheme/functions, downloaded it, removed the whole pinterest-reference at around line 570 ($output .= '<a target="_blank" class="pinterest ...) and replaced "pinterest" with "linkedin" a few lines further down ($output .= '<span class="st_linkedin_vcount"></span>';). The word "pinterest" is not mentioned anywhere in that file anymore. Then I saved the file and uploaded it to /wp-content/themes/betheme-child/functions (which I first created), since I am using the child theme. Still I see Facebook, Twitter, and Pinterest in the share box (see https://www.christine-lins.net/renewables-risingin-latin-america-and-caribbean/). Where did I go wrong?
Thanks!
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:
Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio
thanks