Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #431285

    Hello,

    I am using the Enfold “Photography” theme. My WPML language switchers are correctly displaying at the bottom of the menu (just above the social media icons) but I also have 2 little flags showing on the top left corner of the Menu Column (on top of the logo).

    Is it possibile to remove those 2 flags above? I can’t figure out how from the Dashboard and I figure I need some code, although I am not sure which one by reading other threads.

    Thank you so much!!

    #431295

    Hey raffaellamonaco!

    Can you please post the link to your website?

    Regards,
    Yigit

    #431368
    This reply has been marked as private.
    #431376

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_wpml_language_switch_extra {
      display: none;
    }

    Best regards,
    Yigit

    #431417

    Wow thank you so much for the quick reply!!!

    Only one more thing: I have selected the “horizontal” display of the flags but they are showing vertically.. not sure if I should contact WPML about this or if you have tips?

    Thanks again

    #432092

    Hey!

    You can try this in the Quick CSS field:

    .avia-menu .menu-item-language {
      width: 20px;
      float: left !important;
      clear: none !important;
      margin: 0 10% !important;
    }
    
    .avia-menu .menu-item-language:nth-last-child(1) {
      margin-left: -5% !important;
    }

    Cheers!
    Ismael

    #433366

    Thanks, that worked!!! My last question on this topic, I promise: is it possibile to align the flats with the rest of the texts/logo? The flags appear closer to the left border at the moment

    Thank you again, cheers

    #433432

    Hi!

    Please change Ismael’s code to following one

    .avia-menu .menu-item-language {
      width: 20px;
      float: left !important;
      clear: none !important;
      margin: 0 13% !important;
    }
    
    .avia-menu .menu-item-language:nth-last-child(1) {
      margin-left: -5% !important;
    }

    Regards,
    Yigit

    #433649

    Fantastic, your support is great!
    Thank youu
    Case closed

    #433684

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold Photography Theme – language switcher wpml’ is closed to new replies.