-
AuthorPosts
-
February 26, 2019 at 2:59 pm #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, 8 months ago by dsulkowski.
March 1, 2019 at 8:45 am #1072966Hey 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,
RikardMarch 1, 2019 at 11:24 am #1073035Even 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, 8 months ago by dsulkowski.
March 6, 2019 at 8:49 pm #1075614Hi dsulkowski,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaMarch 7, 2019 at 9:17 am #1075862Hi Viktoria,
Credentials should work now. Thank You!March 11, 2019 at 9:11 pm #1077475Hi dsulkowski,
Yes, credentials worked but I am not seeing WPML installed. Did you remove it?
Best regards,
VictoriaMarch 15, 2019 at 9:44 pm #1079255Hi Victoria,
Had some issues with wpml (error 500). its working now. Thank you!
March 17, 2019 at 7:39 am #1079551Hi,
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,
RikardMarch 18, 2019 at 11:27 am #1079827I’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, 7 months ago by dsulkowski.
March 20, 2019 at 7:26 pm #1080975Hi dsulkowski,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaMarch 21, 2019 at 11:21 am #1081331Hi Viktoria,
Credential updated to sth easier :) (private content)
March 26, 2019 at 4:04 am #1082954Hi,
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,
IsmaelMarch 28, 2019 at 2:33 pm #1084113Hi 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,
DominikApril 1, 2019 at 7:04 am #1085294 -
AuthorPosts
- You must be logged in to reply to this topic.