Hi,
just bought this theme and am quite comfortable with it. However, I cannot get the social icon for Bitcoin to work.
If I enter a bitcoin-URL (bitcoin:14JHnWVYks1Wbjfvk55sTQYe8nCck9YxS5), it adds a link with no href and no icon:
<a href="" class="social-button sb-bitcoin shape-none sb-dark" target="_blank"><i class="socicon-bitcoin"></i></a>
If i just enter the wallet address, it adds http:// in front of it (which is bullshit) and still doesn’t show the icon:
<a href="http://14JHnWVYks1Wbjfvk55sTQYe8nCck9YxS5" class="social-button sb-bitcoin shape-none sb-dark" target="_blank"><i class="socicon-bitcoin"></i></a>
Then I got the idea to create a php file, that redirects to the correct bitcoin url and link that one. This works, but it isn’t clickable because the theme doesn’t show the icon:
<a href="./bitcoin.php" class="social-button sb-bitcoin shape-none sb-dark" target="_blank"><i class="socicon-bitcoin"></i></a>
Please fix this bug so that:
- One can enter the wallet address and a correct, working Bitcoin link is produced (bitcoin:address)
- A Bitcoin icon is shown so visitors can actually click something