Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1071816

    I’m trying integrate wpml language switcher with no luck. would be perfect place it next to the menu icon (left side) There is solution for standard menu, not working with icon menu.
    Image

    • This topic was modified 5 years, 1 month ago by dsulkowski.
    #1072966

    Hey dsulkowski,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1073035

    Even better would be on the right between menu icon and social icons. It could be just html area with EN and ES linked to another address.
    Sample:
    https://ibb.co/GV7fTp1
    Thank you!

    • This reply was modified 5 years ago by dsulkowski.
    #1075614

    Hi dsulkowski,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1075862

    Hi Viktoria,
    Credentials should work now. Thank You!

    #1077475

    Hi dsulkowski,

    Yes, credentials worked but I am not seeing WPML installed. Did you remove it?

    Best regards,
    Victoria

    #1079255

    Hi Victoria,

    Had some issues with wpml (error 500). its working now. Thank you!

    #1079551

    Hi,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1079827

    I’m trying display WPML language switcher between menu icon and social media icons. Have found solution for standard menu, not working with icon menu. Victoria recently logged in my website, but those time had to temporary remove wpml because error 500. Now my problems with WPML are solved, plugin is up and running, but still have no solution for language switcher.
    Take a look this. https://ibb.co/3mv11jJ Here I’m trying place language switcher.

    • This reply was modified 5 years ago by dsulkowski.
    #1080975

    Hi dsulkowski,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1081331

    Hi Viktoria,

    Credential updated to sth easier :) (private content)

    #1082954

    Hi,

    Thanks for the update.

    You can add this hook in the functions.php file to render the language switcher inside the header container. You can then add css codes to adjust the switcher’s position.

    add_action( 'ava_main_header', 'ava_wpml_switch_to_header' );
    function ava_wpml_switch_to_header() {
    	echo do_action('wpml_add_language_selector');
    }

    Best regards,
    Ismael

    #1084113

    Hi Ismael,
    After research its the same solution as widget area to the header. Looks good but I need to change CSS a little.
    In examples there is CSS code to Add a widget area on the right side Logo left, Menu center.
    I need to Add a widget area on the right side Logo left, Menu RIGHT – this would be good.
    Will U help me change code to place widget area between burger menu and social icons and place it to the right – this would be perfect.

    Thank U,
    Dominik

    #1085294

    Hi Dominik,

    Please try the following in Quick CSS under Enfold->General Styling:

    #icl_lang_sel_widget-2 {
        position: absolute;
        left: 200px;
    }

    Best regards,
    Rikard

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