Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Thread Starter svtmontagna

    (@montino)

    Hi,
    it’s the last version because I’ve installed it yesterday.

    Thread Starter svtmontagna

    (@montino)

    Now the website is published and you can see this bug by yourself: https://www.casavacanzesicilia.eu/

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Thread Starter svtmontagna

    (@montino)

    Hello,
    style.css is now loading but I still can’t see the switcher fixed.

    Thread Starter svtmontagna

    (@montino)

    Hello,
    swither is not working also on another website (which is mine): https://www.serinfnet.com

    Thread Starter svtmontagna

    (@montino)

    Hello,
    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.
    Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Thread Starter svtmontagna

    (@montino)

    Hello,
    I tried that CSS but anything change.

    Thread Starter svtmontagna

    (@montino)

    I can’t even see the second language’s flag

    image: https://i.ibb.co/tx1SFnR/image.png

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Moderator Yui

    (@fierevere)

    永子

    @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:

    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.

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Thread Starter svtmontagna

    (@montino)

    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.

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    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 touch

    Regards

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Switcher is not showing properly’ is closed to new replies.