Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Carlos

    (@carlos_a_sanz)

    If you add an id and class when calls the function, the code should be the same.

    qts_language_menu($type, $args);
    $type = 'text', 'image', 'dropdown', 'both'
    $args = array(
        'id' => 'qts-lang-menu', // ID of html oputput
        'class' => 'qts-lang-menu',  // class / classes of the html output
        'short' => false // if true, display text as short 'English' -> 'en'
    )
    Thread Starter teonsight

    (@teonsight)

    I’ll try, thanks

    Plugin Author Carlos

    (@carlos_a_sanz)

    Comment if works for you and we close this topic ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Qtranslate Slug] qts_language_menu html’ is closed to new replies.