WPML widget and footer

I have two language on my site. 

1. How to Display Different Widgets and footer Per Language
2. How do I have different copyright text?

I have installed wpml & widget logic. But it's not working.

Thanks for your help.



Comments

  • Hey,

    as far as we know, it is not possible to set different footers per different languages.
  • edited June 2015
    Hi ! 

    It's not possible to set different footers, but it would be a great feature to add (as multi custom sidebars system).

    For now, you need to install widget logic plugin and have to double each widget for each footer.
    Then paste this code in widget logic box: ICL_LANGUAGE_CODE == 'fr'

    You also have to tag your originals widgets with the site main language code, so every widget have to be tagged.

    Main widget : ICL_LANGUAGE_CODE == 'fr'
    Translated widget : ICL_LANGUAGE_CODE == 'en'


  • We'll consider this feature while future updates.
  • Thank you both.
Sign In or Register to comment.