Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #243844

    Hi, for some kind of reason, when i go on pages that have the advanced layerslider implemented, the menu acts strange. I’ve included some pictures:
    This is how menu changes on Internet explorer (i think mainly the font changes)
    http://imgur.com/3bJ2DRi

    And this is how it changes in Chrome
    http://imgur.com/oFYmL0O

    I’ve tried modifying Websafe fonts fallback for Windows but gave no results. I repeat, it only changes when i’m on pages with the advanced leyerslider. The rest pages have the same header-style.

    Also, aside this, i’d like to know how to move the flags i have in the header above the separating-line, so under the logo in this case. If this is not possible, then i’d like to know how to align them at center in the line they are at the moment.
    Thanks in advance!

    #243845
    This reply has been marked as private.
    #244557
    This reply has been marked as private.
    #244715

    Hi!

    Sorry for the delay and thank you so much for using the theme!

    The new enfold release 2.6.2 includes a lot of IE fix which might take care of the problem you’re having right now. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    If you want to center align the language flags you can add this on your custom.css or Quick CSS:

    #top ul.avia_wpml_language_switch li {
    margin: 0px 0px 0px 5px;
    display: inline-block;
    float: none;
    }
    
    .avia_wpml_language_switch {
    text-align: center;
    }

    Make sure that you add this on every languages’ Quick CSS or add it on custom.css.

    Regards,
    Ismael

    #245425

    Thank you very much, this worked like a charm. One last question, is there a way to move it with coordinates? like not only left-center-right, but maybe between center and right etc?

    #245639

    Hi!

    Glad it worked.

    I checked the site but I don’t see the modifications that we suggested above. Anyway, you can try this code in order to move the the switcher 100px from the left.

    .avia_wpml_language_switch {
    left: 100px;
    }

    You can also use right css property if you want.

    Best regards,
    Ismael

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