Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1270569

    Hi,

    I want to write ‘en’ ‘tr’ instead of country flags, how can I do it ?

    #1270575

    Hey mumince,

    Can you try adding this CSS Code in Quick CSS, located in Enfold > General Styling:

    #top .avia_wpml_language_switch li .language_flag {
        display: none;
    }
    
    #top .avia_wpml_language_switch li .language_native {
        display: block;
    }

    Best regards,
    Nikko

    #1270582

    Hi,

    Thanks for the answer.
    I tried and concluded, https://prnt.sc/whe9dt

    #1270618

    Hi mumince,

    Can you give us a link to the site? so we can inspect further and check why the code didn’t work.

    Best regards,
    Nikko

    #1270628

    Hi

    #1270683

    Hi mumince,

    Thanks for providing the link, please use this code instead and also try to flush the cache:

    #top .avia_wpml_language_switch li .language_flag,
    #top .avia_wpml_language_switch li .language_native {
        display: none;
    }
    
    #top .avia_wpml_language_switch li .language_code {
        display: block;
    }

    Best regards,
    Nikko

    #1270818

    Hi Nikko,

    Super, bravo…

    I have one more question?

    Portfolio masonry gallery load more instead scroll ?

    #1270978

    Hi mumince,

    There’s no Load More option for the Portfolio Grid however you can use Masonry then select Portfolio Entries.
    Then set Pagination to Display “Load More” Button.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.