Social Stalking

GK User
Fri Oct 05, 2012 11:32 pm
I need help

Ican not configure the module social stalking ... how I can configure?

Cheers
User avatar
Junior Boarder

GK User
Sat Oct 06, 2012 9:29 am
Hi,

What do you mean writing about "module social stalking"?
User avatar
Administrator

GK User
Sat Oct 06, 2012 4:36 pm
Hi dziudek,

After that I changed the original configuration no longer able to display the icons.

Image


dziudek wrote:Hi,

What do you mean writing about "module social stalking"?
User avatar
Junior Boarder

GK User
Sat Oct 06, 2012 8:19 pm
Did you looked inside the HTML code in this Custom HTML module? It is also empty?
User avatar
Administrator

GK User
Sun Oct 07, 2012 3:33 pm
Yes, empty...

dziudek wrote:Did you looked inside the HTML code in this Custom HTML module? It is also empty?
User avatar
Junior Boarder

GK User
Mon Oct 08, 2012 12:02 pm
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>
User avatar
Administrator

GK User
Mon Oct 08, 2012 3:33 pm
Wow, thanks Dziudek,

I understand how to change the icons now, but do not understand how to insert a hyperlink.

Sorry for the ignorance, I'm just a photographer doing my own site.

Thanks for your attention

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>
User avatar
Junior Boarder

GK User
Mon Oct 08, 2012 4:50 pm
No problem ;)

In general you have to replace the following fragment:
Code: Select all
href="#"


with the proper URL. In example if I want to add an URL to http://www.gavick.com I will change the mentioned fragment to:
Code: Select all
href="http://www.gavick.com"
User avatar
Administrator

GK User
Mon Oct 08, 2012 5:01 pm
Thanks, last question.

Can I install the update My Folio and it does not change my layout?
User avatar
Junior Boarder

GK User
Mon Oct 08, 2012 5:03 pm
If you haven't modified the template files then the update shouldn't change your layout. If you are using one of the newer version of the template please check if you can save your configuration on the Basic settings tab - then your configuration will be totally safe.
User avatar
Administrator

GK User
Mon Oct 08, 2012 5:13 pm
The method is to update the download directly to FTP, correct?

Changed only words to English translation Portuguese but I have a copy of the translation.
User avatar
Junior Boarder

GK User
Mon Oct 08, 2012 9:40 pm
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).
User avatar
Administrator

GK User
Mon Oct 08, 2012 11:01 pm
Thanks Dziudek,

Look this: http://www.fotografiacostabrasileira.com.br

I can change the icon for Portuguese social facebook

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).
User avatar
Junior Boarder

GK User
Tue Oct 09, 2012 8:14 am
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 ;)
User avatar
Administrator

GK User
Tue Oct 09, 2012 2:03 pm
Thanks Dziudek,

Look I could change, it has an icon of instagram. Sorry, but the question is about something else.

The facebook button is in English and I want the button in Portuguese.

Image


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 ;)
User avatar
Junior Boarder

GK User
Tue Oct 09, 2012 2:28 pm
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";
User avatar
Administrator

GK User
Tue Oct 09, 2012 5:35 pm
Wow, thank you.

Portuguese of Brazil, including the code pt_BR (not pt_PT) and is perfect. The Portuguese of Portugal uses Taste "Gosto" in Brazil is "Curtir".

Congratulations care, admirable.

Cheers!


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";
User avatar
Junior Boarder


cron