Switcher is not showing properly
-
Hello,
I’ve implemented weglot on my website but it is not showing properly.Screenshot: https://i.ibb.co/rmHPwKT/image.png
I can’t publish website url because it’s hosted in localhost yet.
-
Hi @montino,
hope you’re fine ? Thanks a lot for reaching out to us! I’m really glad to help you. The issue is when you put the weglot switcher on menu ?
Can you tell me what version of weglot you use ?
You can also contact our weglot support and ask for me (Edson) to help you š
Regards
Hi,
it’s the last version because I’ve installed it yesterday.Now the website is published and you can see this bug by yourself: https://www.casavacanzesicilia.eu/
Hi @montino ,
hope you’re fine ? It seems that your theme style is not loaded : `https://www.casavacanzesicilia.eu/wp-content/themes/akomo/style.min.css?ver=5.8.2
It should contain the weglot style for the switcher. Can you fix that and tell me if you’re problem is resolved ?
Regards
Hello,
style.css is now loading but I still can’t see the switcher fixed.Hello,
swither is not working also on another website (which is mine): https://www.serinfnet.comHello,
I changed template on the first website (https://www.casavacanzesicilia.eu/) and switcher is working now, but I still have the same problem here: https://www.serinfnet.com/-
This reply was modified 4 years, 3 months ago by
svtmontagna.
Hi @montino ,
hope you’re fine ? Can you try this css on your theme and tell me if it fix the problem you’re facing :.weglot-language a{ padding-right: 42px; } .menu-area .navbar ul > li.menu-item-has-children.weglot-flags > a:before{ content: "" !important; }Regards
Hello,
I tried that CSS but anything change.I can’t even see the second language’s flag
Hi @montino ,
may you can contact our support and ask for me (edson), It able me to help you facing your issue ? I’ll have more option to help you šRegards
@glx77
It will be nice if you can keep the solution process on forums, none of the users here are your customers. they’re your open source collaborators.
If they are paying customers (such as people who bought a premium service/product from you) then by all means, direct them to your official customer support system. But in all other cases, you need to help them here on the forums.Thankfully are other ways to get information you need:
- Ask the user to install the Health Check plugin and get the data that way.
- Ask for a link to the http://pastebin.com/ or https://gist.github.com log of the user’s web server error log.
- Ask the user to create and post a link to their
phpinfo();output. - Walk the user through enabling WP_DEBUG and how to log that output to a file and how to share that file.
- Walk the user through basic troubleshooting steps such and disabling all other plugins, clear their cache and cookies and try again (the Health Check plugin can do this without impacting any site vistors).
- Ask the user for the step-by-step directions on how they can reproduce the problem.
You get the idea.
We know volunteer support is not easy, and this guideline can feel needlessly restrictive. It’s actually there to protect you as much as end users.
When you help users here and in public, you also help the next person with the same problem. They’ll be able to read the debugging and solution and educate themselves. That’s how we get the next generation of developers.Hi @montino ,
can you tell me the name of the theme you use here : https://www.serinfnet.com/I’ll try to get it on local to check where the problem come from
Regards
Hello,
I solved the problem adding this CSS, even if I don’t see the flag of the uncheked language but that’s not important:.menu-area .navbar ul li:last-child { margin: 0; padding-right: 0; } .menu-area .navbar ul > li.menu-item-has-children > a { position: relative; padding-right: 40px; } .menu-area .navbar ul li:last-child a:before{ content: "0"; font-size: 0; }I hope this can’t be useful.
Hi @montino ,
thanks for you reply it can be very helpful š
I’ll check if I find a solution for the missing flag and get you in touchRegards
-
This reply was modified 4 years, 3 months ago by
The topic ‘Switcher is not showing properly’ is closed to new replies.