Hello,
i use the social share button from the template builder and realized that there are for sharing the site. But i want just to link to the social profil. Where can i change that (in php?). For example: Just facebook.com/mysocialpage
Hi kopf-und-stift!
Can you please enable social icons in footer or header firstly so we can provide you accurate code?
Regards,
Yigit
i enabled it in the footer
hi yigit,
i dont want the social icons in the footer or header. see the screenshot for position. i used the social share shortcode to position it. but these links are share links. but i cant find the file where to change the php code.
Hey!
Do you mind creating a temporary admin login and posting it here privately? They should be social icons and not share buttons by default – http://kriesi.at/themes/enfold-photography/
Regards,
Yigit
here it is!
Hi,
You are using the social share element to display the that section so that is the expected behaviour, not sure if this is going to work but you can try this in a code block element.
<ul class='noLightbox social_bookmarks icon_count_2'>
<li class='social_bookmarks_facebook av-social-link-facebook social_icon_1'>
<a target='_blank' href='http://facebook.com/kriesi.at' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Facebook'>
<span class='avia_hidden_link_text'>Facebook</span></a></li><li class='social_bookmarks_twitter av-social-link-twitter social_icon_2'><a target='_blank' href='http://twitter.com/kriesi' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Twitter'><span class='avia_hidden_link_text'>Twitter</span></a></li>
</ul>
Thanks,
Rikard
yeah! You just copied the html code. good coding skills!