Hi Enfold Kriesi team!
I have a Danish site with the possibility to turn English with the Polylang plugin, but are having problems with getting a second footer version for our English version of the site.
Regarding the Danish footers, I’m using the Enfold option where I choose two columns, and two footer-widgets appeared under ‘appearance–>widgets’ which have Danish menus.
I have already prepared widgets with custom English menus, but I can’t find a way to display them on the English site ([www.sitename.dk]/en/)
Help would be greatly appreciated – and thanks for a great theme.
All the best,
Mark
Hey markbenfeldt,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Here it is. Hope you can figure it out – the backend is in Danish :)
All the best,
Mark
Hey!
You would like to display different widgets on both languages, is that correct? If so, please try adding following code to Functions.php file
function show_current_language() {
global $curlang;
$curlang = $this->curlang->slug;
}
then install this plugin – https://wordpress.org/plugins/widget-logic/ and try entering conditions as following
$curlang == "en"
If that is not what you meant, please elaborate.
Best regards,
Yigit
Got the same problem. Did as you suggested, just explain where to set the conditions…..
Thanks.
Found out! its in Design, Widgets! Thanks
Hi,
Glad that you found it, let us know if you need more assistance :)
Best regards,
Nikko