Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #593149

    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

    #593214

    Here it is. Hope you can figure it out – the backend is in Danish :)

    All the best,

    Mark

    #593472

    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

    #878906

    Got 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 6 years, 12 months ago by wackernagelw. Reason: solved
    #878953

    Hi,

    Glad that you found it, let us know if you need more assistance :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.