This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Robert Hall
hello,
share shortcodes are working fine, but how to change the link ref for the footer icon ? i.e. it should point to the site URL instead of the current page URL.
Thanks for your support,
Hello,
You can change url in \themes\woopress\framework\shortcodes.php file.
Find // ! Share This Product
section and you’ll see the code
For example:
<a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank">
<i class="ico-twitter"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
</svg>
</a>
You need to change the link in href
attribute.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up