This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi, I asked for help last time about adding the social media icons to the top left corner. I was giving the share code, but I dont want the share icons. I want the icons that will link to my social media pages.
Please help! Thanks
Hello,
In this case you need edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product” on line 1701), to change links you need edit the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank">
and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.'
with a link to your Twitter account.
Regards,
Eva Kemp.
I dont know where to find this section or where to go
Hello,
You need connect to your server via FTP. Ask your host for FTP login details if you don’t know them and edit the file shortcodes.php in the directory wp-content/themes/woopress/framework.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up