• Hello!
    I doing a multilingual website (catalan, spanish and english) with enfold template and WPML.

    I am using your widget to put some clients logos in the footer, I have been able to translate the footer text (through string translation), but I would like to also change, some images of the footer (for example, one logo is in catalan and another is in spanish, I would like the catalan logo to be displayed in the catalan version of the web and the spanish in the spanish and english version).

    Also, I would like to change one of the links (For a specific logo that can lead to different versions of the same web, ex. In the englih version the link would lead to the english version of the website, in the spanish version to the spanish version of the website, etc.)

    I’ve tried with widget logic adding this code (according to WPML support)

    //english
    ICL_LANGUAGE_CODE == 'en'
    
    //spanish
    ICL_LANGUAGE_CODE == 'es'
    
    //catalan
    ICL_LANGUAGE_CODE == 'ca'

    But it doesn’t work. Can this be done?

    This is the webpage:
    http://www.binoclelab.com/

    Thanks and sorry for the longest post ever!
    Nora

    http://wordpress.org/plugins/image-widget/

The topic ‘Translate widget’ is closed to new replies.