• Resolved Dan Fung

    (@danfung915)


    Dear Sir,

    May I know from where can make this 2.6 version function setting for “Polylang language URL compatibility” , i am using PolyLang, so i want to see how this update benefits to Polylang users , hopefully can see a screenshot for how to achieve this benefit, thanks!

    • This topic was modified 6 years, 6 months ago by Dan Fung.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @danfung915,

    That is made automatically, if you have the Polylang installed it will use the language url instead a fixed url.

    This is the piece of code inside class-wp-mboile-menu-core.php

    if ( '' === $titan->getOption( 'logo_url' ) ) {
        if ( function_exists( 'pll_home_url' ) ) {
    	$logo_url = pll_home_url();
        } else {
    	$logo_url = get_bloginfo( 'url' );
       }
    } else {
    	$logo_url = $titan->getOption( 'logo_url' );
    }
    Thread Starter Dan Fung

    (@danfung915)

    Dear Rui,

    Is that mean under “Mobile Menu Options” -> “Left Menu Option” / “Right Menu Option” -> Because there is only 1 drop-down menu available for choosing “Left Menu” ; now even the Menu is chosen as “Chinese Language” version ,it will know convert to “Engish Language” version for the Left Menu?

    Thanks for verification.

    Plugin Author Rui Guerreiro

    (@takanakui)

    This is just for the URL of the Logo/Text of the Header.

    Can you provide me an url?
    If you want to keep it private send me an email to [support AT wpmobilemenu DOT com]

    Thread Starter Dan Fung

    (@danfung915)

    Thanks, i got what you mean then, suggested to add “URL for Logo/Text of the Header” for 2.6 version release notes.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks, @danfung915, will do that.
    Apologize for any inconvenience.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2.6: Polylang language URL compatibility’ is closed to new replies.