New Landing How can we help? Cardinal Remove flags from WPML dropdown in header (the return)

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Cardinal
  • #115628
    Linka
    Member
    Post count: 10

    Hi there,

    I did try this code from a previous thread:

    #header-languages > li > a, #header-languages > li > div {
    color: #000!important;
    }

    but the flags still show up in the header
    ( I diseabled the show flag option in WPML as well)

    Any clue?

    Cheers ๐Ÿ™‚

    #115659
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Please add the code below to your theme custom css option.

    
    .menu .aux-languages{
    display:none!important;
    }

    -Rui

    #115802
    Linka
    Member
    Post count: 10

    hi Rui,

    The CSS code remove evrything from WPML dropdown menu, i just want to remove the flags from the dropdown menu, I just want the language text only, instead of the flag + language text.

    THe CSS that Ed gave me for Cardinal was:

    div#top-header nav ul.menu li img {
    display: none !important;
    }

    maybe it can help you..

    Cheers

    #115812
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sorry I misunderstood your request.

    Try the code below.

    
    div#top-bar nav ul.menu li img {
    display: none !important;
    }
    

    -Rui

    #115831
    Linka
    Member
    Post count: 10

    I’ve changed your code with the editor recommandation as :

    #top-bar nav .menu li img {
    display: none !important;
    }

    and it works! ๐Ÿ˜€

    Now is there a way to make the drop down menu kind of the size of the text and justify it on the right?
    It would be great!!

    Cheers! ๐Ÿ™‚

    #115832
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you try the code below.

    
    nav.std-menu ul.sub-menu {
    min-width: 120px!important;
    }

    -Rui

    #115864
    Linka
    Member
    Post count: 10

    it didn’t work, I tried to remove “nav” and “ul” as the editor recommend but still it didn’t work.

    Any other idea? ๐Ÿ™‚

    cheers

    #115865
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It should work. Can you provide me admin access so I can check it?
    Please use the private reply option.

    I’m still seeing the flags not sure if you have any cache plugin.

    -Rui

    #115868
    Linka
    Member
    Post count: 10
    This reply has been marked as private.
    #115871
    Linka
    Member
    Post count: 10

    what about cache pugin? what do you recommend?

    I thought it was because firefox change the use of cache that it take times to see the changes …

    any suggestion about a good way of doing change on the website and be able to see the change right away?

    cheers

    #115882
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you check again. Now it’s ok.
    It was the cache of the plugin.

    The WP-Super cache it’s ok, it’s better to active it only when the site is ready to avoid situations like this.

    -Rui

    #115895
    Linka
    Member
    Post count: 10

    Brilliant!!

    Such a fast and accurate answers !!

    Great support thank you very much!!

    ๐Ÿ˜€

    #115897
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

    – Kyle

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register