Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1657
Robert Kavgić
Participant

Yes, there is.

Use the following code instead of echo $l['translated_name']. ' ';:

echo $l['language_code']. ' ';

To get all the uppercase letters, add the following css code in the “Elvyre options -> Appearance – Custom CSS” box:

#wpml-header-language-selector {
    text-transform: uppercase;
}

Robert