• wilbert schaapman

    (@wilbertschaapmancom)


    If i change the microsite logo per page per language it is not saving, only the last one will be shown on both pages?

    Looks like a bug..

    How to solve?

Viewing 9 replies - 1 through 9 (of 9 total)
  • But should the logo be translated?
    Do all tnemes have the same logo settings?
    Add additional logo setting.
    Using ‘wpm_get_language()’ for getting language, show needed logo image.

    Thread Starter wilbert schaapman

    (@wilbertschaapmancom)

    the situation is:

    There are different pages with different logos (images) and there are also pages with different languages and different logos

    so you have a page

    page 1 , which has dutch logo and englisch logo;
    Page 2 , which has an other logo then page 1 and a logo in englisch and dutch

    Use wpm_get_language() and switch logo image.

    
    switch (wpm_get_language()) {
      case 'en':
        //for English
        break;
      case 'de':
        //for Germany
        break;
      default:
       //for others
    }
    
    Thread Starter wilbert schaapman

    (@wilbertschaapmancom)

    ?
    As i told you there isnot only a englisch and dutch logo for every page.
    every page has also his own specififc logo

    page 1 logo A, and then different in En and Dutch
    page 2 logo B, and then different in En and Dutch

    I am using microsite to change logo, not working at all.

    Hello VaLeXaR!
    Where I can see the little flag to switcn in the front-office ?
    Is there an shortcode associated for example ?

    Thread Starter wilbert schaapman

    (@wilbertschaapmancom)

    www1.nbip.nl

    is there any way to make it as e select option html tag ?

    In ‘select’ tag can’t be another tags except ‘option’.

    @wilbertschaapmancom add custom field for show different logo on page. This is question not for WP Multilang.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Different logo per language and different page’ is closed to new replies.