• Resolved donpro

    (@donpro)


    Hi,

    I am using the widget to display the language selector. There seems to be no option to display only the Language and Flag. When I select “list with flag” as the selector type, it shows the flag, language, and code.

    I would like to not show the code. Since this option is not yet available, can you tell me what file/code to edit so that I can manually make the change?

    Thanks / Don

    https://wordpress.org/plugins/wpglobus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Don,

    In your theme’s CSS or in the WPGlobus CSS box:

    .widget_wpglobus .list a span.code {
        display: none;
    }
    Thread Starter donpro

    (@donpro)

    Hi,

    I entered the code but it did not work. However, following your thought, I took a look at the source and the following code worked:

    #wpglobus-2 .list a span.code {
    display: none;
    }

    #wpglobus-2 has class widget_wpglobus, so both versions should work.

    Anyway, glad you solved this.

    Thanks for using WPGlobus!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Request for mnore flexibility in the Widget’ is closed to new replies.