I need help
Ican not configure the module social stalking ... how I can configure?
Cheers
dziudek wrote:Hi,
What do you mean writing about "module social stalking"?
dziudek wrote:Did you looked inside the HTML code in this Custom HTML module? It is also empty?
<div class="iconBlock">
<a class="iconFacebook" href="#">Facebook</a>
<a class="iconTwitter" href="#">Twitter</a>
<a class="iconVimeo" href="#">Vimeo</a>
<a class="iconMobyPicture" href="#">Moby Picture</a>
<a class="iconYoutube" href="#">Youtube</a>
<a class="iconSkype" href="#">Skype</a>
</div>
dziudek wrote:Please toggle the editor to the HTML mode and then paste the following code:
- Code: Select all
<div class="iconBlock">
<a class="iconFacebook" href="#">Facebook</a>
<a class="iconTwitter" href="#">Twitter</a>
<a class="iconVimeo" href="#">Vimeo</a>
<a class="iconMobyPicture" href="#">Moby Picture</a>
<a class="iconYoutube" href="#">Youtube</a>
<a class="iconSkype" href="#">Skype</a>
</div>
href="#"
href="http://www.gavick.com"
dziudek wrote:You can also try to install the template again - it should upgrade automatically, but in my opinion the FTP replacement is better way (you can also then create a backup of your current template version).
dziudek wrote:The icons are located here: http://www.fotografiacostabrasileira.co ... _icons.png
You can edit it in the source PSD files - please just replace the current Facebook icon to avoid the CSS changes
js.src = "//connect.facebook.net/en_US/all.js#appId=177111755694317&xfbml=1";
js.src = "//connect.facebook.net/pt_PT/all.js#appId=177111755694317&xfbml=1";
dziudek wrote:Oh sorry, small misunderstanding - in this case you have to open html/com_k2/templates/default/item.php file and replace fragment:
- Code: Select all
js.src = "//connect.facebook.net/en_US/all.js#appId=177111755694317&xfbml=1";
to:
- Code: Select all
js.src = "//connect.facebook.net/pt_PT/all.js#appId=177111755694317&xfbml=1";