Hi,
I want to write ‘en’ ‘tr’ instead of country flags, how can I do it ?
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
Hi,
Thanks for the answer.
I tried and concluded, https://prnt.sc/whe9dt
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
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
Hi Nikko,
Super, bravo…
I have one more question?
Portfolio masonry gallery load more instead scroll ?
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
