WebsiteBaker Community Forum

WebsiteBaker Support (2.12.x) => General Help & Support => Topic started by: rumen on April 13, 2019, 07:16:23 PM

Title: Social Baker - multilingual issue
Post by: rumen on April 13, 2019, 07:16:23 PM
Hi there,

I have issue with Social Baker when using 2 languages. The menu is build like 2 trees (https://imgur.com/MPJ9qur) and when use BG language everything is OK (https://imgur.com/TuvqNwO), but  when I use EN (same article but in EN (http://ucc-bg.com/pages/posts/business-continuity-management-bcm-47.php)) there is a problem (https://imgur.com/NddkqdC). How can I fix it?   

I made upgrade from 2.8.3 to 2.10 and after that from 2.10 to 2.12 and changed the template before 2 days. No other changes. It worked before that in both languages.

Regards,

Rumen
Title: Re: Social Baker - multilingual issue
Post by: dbs on April 14, 2019, 10:05:26 AM
Hi, seems your canonical URL for the EN page is different to the BG page.

edit: But at the moment it should work. Both urls are correctly.
Title: Re: Social Baker - multilingual issue
Post by: rumen on April 14, 2019, 09:24:27 PM
No, it doesn't same result (https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fucc-bg.com%2Fpages%2Fen%2Farticles.php).

I thought something. Is it connected to the HTML tag
Code: [Select]
<html lang="bg"> now I changed to
Code: [Select]
<html lang="<?php echo $sPageLang?>">  but the result is the same.