• Resolved stayxclassy

    (@stayxclassy)


    Hello,
    I want to add another language to my website and I use the Polylang plugin. Everything seems to work except of the language icon in the social menu. It only shows a generic icon. Can you help?
    Best, Chris

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    I’m sorry, but social menu was designed to display social icons only, it is not suitable for language switcher. But if you want to display language switch in there, use this custom CSS to override the theme styles:

    .lang-item .screen-reader-text {
    	clip: auto;
    	position: static !important;
    	height: auto;
    	width: auto;
    }
    
    .social-links .lang-item a::before {
    	display: none;
    }
    

    For faster ticket resolution please use official support center at https://support.webmandesign.eu/forums/forum/receptar/

    Regards,

    Oliver

    Thread Starter stayxclassy

    (@stayxclassy)

    Awesome. Exactly what I needed. Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flags for languages’ is closed to new replies.