Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1050444

    Hi,

    I installed the WPML plugin and having some troubles with my burger header menu.
    #1 When on the landingspage it is as it should be, but when you go to the english translation, the header menu is not transparent anymore.
    I have used different css codes but I can not figure it out.

    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}
    
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
        /* Margin top value should be equal to header height*/
        margin-top: 0px;
      }
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }

    #2 Next to that i like to show the WPML flags left from the burger menu, is that possible?
    #3 I use a different font. In firefox this is displayed properly but in Internet Explorer or Edge not, is there a special reason for this?

    thnx

    #1051878

    Hey thinkdutchconcepts,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_sticky #main {
        padding-top: 0px;
    }
    

    If you need further assistance please let us know.

    You want to create a different language selector and put it in the header. Here are some links for you:
    https://wpml.org/tutorials/language-switchers/

    Language Switcher Options

    Can you please attach some screenshots of the font issue?

    Best regards,
    Victoria

    #1057452

    Victoria, thnx for your reply.
    The CSS code is working, only not when the screen is on tablet format (see PRT SCRN)
    Als you see the differance in font with firefox and Edge.

    Fonts

    #1057830

    Hi thinkdutchconcepts,

    https://cl.ly/b003eac979d1 Here is what I am seeing in FF on a Mac.

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.