By Peter Spiegelenburg on Tuesday, 14 February 2017
Posted in General
Likes 0
Views 182
Votes 0
Hello, the facebook like button and share button are in English, but my website is in Dutch.
Can you show me where to change this?

Example

Regards, Peter
It seems like this causing from this module -> JoomlaFolder/public_html/modules/mod_facebook_page_display/default.php

I already help you updated it and update following css block of code into your custom css file
../templates/shaper_helix3/css/custom.css

div#fd.eb .is-large .eb-share-facebook.has-sendbtn {
width: 47px;
}

/* replace to */
div#fd.eb .is-large .eb-share-facebook.has-sendbtn {
width: 89px;
}

It should work fine now.
·
Wednesday, 15 February 2017 20:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

I have checked your site and it looks like there are some other modules on your site that is rendering en_US locale for Facebook, http://take.ms/iv8TX . I believe it could be coming from your sp modules.

To ensure that your page doesn't load very slowly, EasyBlog will try to detect if a Facebook resource is already loaded on the site. If it is, it will not try to load another JS because it is redundant and slows your site down. However, in this case, since the other module on your site is rendering the en_US locale, it causes this translation issue.

Ideally, if your site is in Dutch, the SP modules should render Facebook connect libraries in the respective locale.
·
Tuesday, 14 February 2017 21:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I have found this info on a topic from Joomshaper (builder of the SP-Pagebuiilder):


if you are not afraid to touch code please try:
1) Open: templates\shaper_eventum\html\layouts\joomla\content\comments\engine\comments\facebook.php
2) Find line 18:
js.src = "//connect.facebook.net/en_US/sdk.js

Change to

js.src = "//connect.facebook.net/nl_NL/sdk.js


In my case I have only changed the path to my current template
templates/shaper_helix3/html/layouts/joomla/content/comments/engine/comments/
and changed to
js.src = "//connect.facebook.net/nl_NL/sdk.js


But it is still not working.
Do you have any more ideas?

Regards, Peter
·
Wednesday, 15 February 2017 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

this is working fine now!!
Thanks for the support.

Regards, Peter
·
Wednesday, 15 February 2017 22:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Peter, glad that your issues are resolved now
·
Wednesday, 15 February 2017 22:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post