Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: WPML Customization #471689

    Hi Josue,

    thanks for that. Just needed to adjust the px to my mobile settings. Works.

    Cheers
    Robert

    in reply to: WPML Customization #468823

    just saw, that on a mobile, the language code is visible now. before it was part of the mobile menu.

    in reply to: WPML Customization #468814

    Looks perfect now! Thanks Josue!
    Not sure about child themes and performance impact. I don’t want any negative impact.
    Quick CSS is always well preserved on updates.
    The avia.js and functions.php changes are done quickly. So…

    Best
    Robert

    in reply to: WPML Customization #468239

    somehow private content only is not allowed anymore…

    in reply to: WPML Customization #467662
    in reply to: WPML Customization #467434

    Hi Josue,

    I did the change. Unfortunately no effect.

    Best
    Robert

    in reply to: WPML Customization #466953

    Sure…

    in reply to: WPML Customization #465932

    Hi Josue,

    I did that. There is a new entry for the elements in your template which I ignored (deleted).
    And it had an effect. But still not working properly.

    Best
    Robert

    in reply to: WPML Customization #365912

    Perfect now! Thanks a lot! Also for providing the avia.js changes, cause this would have been my last question now ;)

    Best regards
    Robert

    in reply to: WPML Customization #364628

    Hi Josue,

    thank you so much. The scroll speed works fine now.

    1. the switcher top position is now different than the main menu (offset). Seems like you eliminated the quick-css “top” settings.
    How to dynamically (all browsers, resolutions and devices) orientate it the same way as the main menu?

    2. the switcher font size seems to be smaller than the main menu, isn’t it? How/Where to correct it?

    3. in my iphone6 menu I see the language now three times. 1. native language, 2. translated language, 3. language code
    How to limit it to code only?

    Cheers
    Robert

    in reply to: WPML Customization #362005

    Hi,

    thanks so far! Combining your changes with the settings I had, it’s pretty much how I want it.
    But…the language code is not shown on the mobile menu (e.g. iphone).
    Is there a way to influence the speed of the language code offset when scrolling down
    so it behaves the same as the rest of the menu items?

    (is there a reason why you removed the latest code dealing with the issue of an inactive secondary menu?)

    Best
    Robert

    in reply to: WPML Customization #356630

    Hi Ismael,

    I did the change. No positive impact. I did the change with FileZilla on the FTP with the user I gave you. Are you able to connect?

    Best
    Robert

    in reply to: WPML Customization #354201

    Hi Ismael,

    I can’t see the extra closing curly brace! There is only one I see in my notepad editor.
    I was also able to do changes on the functions.php with the user I gave you already. The user should have admin rights already.
    Am I doing something wrong?

    Best
    Robert

    in reply to: WPML Customization #353729
    This reply has been marked as private.
    in reply to: WPML Customization #352910

    Hi Ismael,

    I replaced the code, but doesn’t look better.
    What you mean by “How did you add the flags?”. There shouldn’t have been any. I deactivated
    the flags in the WPML menu and used the same code as you:

    .language_flag img {
    display: none !important;
    }

    Did you mean the code? It’s easy to edit the translation for the language in the WPML menu.
    Anyway, I set it back to default.

    Best
    Robert

    in reply to: WPML Customization #352408

    Hi Ismael,

    I don’t get you with “bumping”. I was providing additional information since I got things solved by my own so you could sort out some points I was asking for. So I had the intention to save time.

    The way I want to look the menu bar incl. switcher is exactly as it is on the mentioned page
    http://www.eos.info/

    Best
    Robert

    in reply to: WPML Customization #352128

    I did some changes by my own. still need to know about
    – the borders between the WPML langage codes in the main menu
    – the padding from the language codes to the new border
    – the distance of the 1st langage code to the menu items
    – the font color and text-decoration of the active/current language code

    that’s my current Quick CSS:

    .language_flag img {
    display: none !important;
    }

    .av-main-nav > li:first-child .avia-menu-text{ border-left: 0; }
    .av-main-nav > li:last-child .avia-menu-text{ border-left: 0; }
    .avia-menu-fx{ display: none; }
    .av-main-nav > li > a > .avia-menu-text{ border-left: 1px solid #666666; padding-left: 20px; }

    .header_color .main_menu ul:first-child > li > a { font-size: 14px!important; color: black!important; }

    .header_color .main_menu ul:first-child > li > a:hover { color: #1e73be! important; text-decoration: underline; }

    .header_color .sub-menu > li:hover > a {
    color: #1e73be! important; text-decoration: underline;
    }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #1e73be! important; text-decoration: underline; }

    in reply to: WPML Customization #352125
    This reply has been marked as private.
Viewing 18 posts - 1 through 18 (of 18 total)