-
AuthorPosts
-
March 3, 2016 at 10:19 am #592523
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
March 4, 2016 at 7:41 am #593149Hey 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,
RikardMarch 4, 2016 at 11:35 am #593214Here it is. Hope you can figure it out – the backend is in Danish :)
All the best,
Mark
March 4, 2016 at 7:26 pm #593472Hey!
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,
YigitNovember 20, 2017 at 12:03 am #878906Got the same problem. Did as you suggested, just explain where to set the conditions…..
Thanks.Found out! its in Design, Widgets! Thanks
-
This reply was modified 7 years, 11 months ago by
wackernagelw. Reason: solved
November 20, 2017 at 4:36 am #878953Hi,
Glad that you found it, let us know if you need more assistance :)
Best regards,
Nikko -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
