Hi!
Sorry for my English, I’m from Argentina, Spanish speaker…
I have this problem with Polylang in Flash Theme:
<span style=”margin-left:0.3em;”>Español</span>
This code is wrong
title=”Español” alt=”Español” style=”width: 16px; height: 11px;” width=”16″ height=”11″
But I don’t know where to change that… maybe in css?
Thanks!!! for you help
This is the page http://www.baredessa.com.ar/web
Hi @isabelganuza,
Have you setup polylang on your menu? If not, then please setup polylang on the menu and let us know. Thanks.
Hello Premi,
Yes, I have two menus, these are displayed correctly and work well, but the flags do not appear, if the text is displayed but not the corresponding image.
The error that I detect inspecting the element is the following:
//
// <img src=”data:image/png;base64,iVBOR . . .” title=”Español (es_AR)”
// alt=”Español” style=”width: 16px; height: 11px;” width=”16″ height=”11″>
// <span style=”margin-left:0.3em;”>Español</span>
This is the problem: “style=”width: 16px; height: 11px;” width=”16″ height=”11″
The page is http://www.baredessa.com.ar/web
Thank you very much for your help.
Hi @isabelganuza,
Please use this custom CSS:
#site-navigation ul li a img {
padding: 0;
}
Hope this works for you. If it didn’t work then let us know. Thanks.
Hi Premi!
Thank you!
It was perfect!
It works perfectly and the flags are displayed correctly.
Thank you again for your help!
Thread Starter
met45
(@met45)
Maybe I can get help too?
-
This reply was modified 2 years, 6 months ago by
met45.
Hello met45
I think you can try because when I saw your site it presented the same problem as what was proposed.
Regards!
Thread Starter
met45
(@met45)
Hello isabelganuza,
I don’t undeer stand what happen 🙁
I insert this code
#site-navigation ul li a img {
padding: 0;
}
The flags are not showing.
Delete this code and the flags are showing.
@media (max-width: 980px) {
#site-navigation ul.sub-menu li a {
color:#30afb8;
}
I don’t remember this code what doing.
BUT
I insert the deleted code back and the flags are still showing.
Hi @met45,
While checking your URL, flags are working fine. Please let us know if you are still having this issue. Thanks.
Thread Starter
met45
(@met45)
Yes, the flags are still visible:)
Hi @met45,
I got little confusion here, you want flags to be visible or not? If yes, then great it’s working, if not then please let us know. Thanks.
Thread Starter
met45
(@met45)
Hi!
I want to be visible flags.
It’s working and I hope will not change:)
Hi @met45,
Glad to hear that your issue has been solved. Please let us know for further queries. Thanks.