I found an error; not displayed WWW button.
Solution:
Edit template postbit-www and replace:
by:
Edit global.css -> .postbit-www y .postbit-www:hover
Replace in URL: postbit_www2.png by postbit_www.png
Greetings and thanks for the theme!
Solution:
Edit template postbit-www and replace:
<a class="postbit-www" href="{$post['website']}" target="_blank">{$lang->postbit_website}</a>
by:
<a class="postbit-www" href="{$post['website']}" target="_blank"></a>
Edit global.css -> .postbit-www y .postbit-www:hover
Replace in URL: postbit_www2.png by postbit_www.png
Greetings and thanks for the theme!