fizi / gaming_2024_1

e107 Theme for gaming, news, blog websites.
0 stars 0 forks source link

language switched #3

Open Jimmi08 opened 1 month ago

Jimmi08 commented 1 month ago

I am changing shortcode name to: {THEME_LANGUAGE_SWITCHER}

The reason: when somebody looks at code (theme.html) it should be clear that it is theme shortcode, not plugin one.

Bug: it was displayed with one language too. Fixed

fizi commented 1 month ago

Can You modify the shortcode that the selected language show the flag?

Jimmi08 commented 1 month ago

Yes, if you style it if it is needed ... I could try to use images from the userlanguge_flags menu but this should be theme preference (configuration).

Do you mind using (try) a more advanced solution for theme preferences?

fizi commented 1 month ago

The theme images has flags. Only need the flag from it.

Jimmi08 commented 1 month ago

The theme images has flags. Only need the flag from it.

Oh. I missed this. OK.

Jimmi08 commented 1 month ago

Done, you need to style it .

image

    width: 20px;
    height: auto;
    margin-right: 5px;
fizi commented 1 month ago

Done. language