language switcher in the drop-down list on the profile page

Home Forums Legacy Support Support queries How-to & Troubleshooting language switcher in the drop-down list on the profile page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #386741
    kezalkoatlj
    Spectator
    1. tell me how to insert a language switcher in the drop-down list on the profile page. Thank you https://prnt.sc/Xf9WU-fj0l9t
    #386773
    Veronica
    Moderator
    hi this feature is not available but if you want then you can create a feature request for the same on the basis of upvotes it will be consider for development.
    #386863
    kezalkoatlj
    Spectator
    Ripul, promised to fix this flaw, 3 weeks ago and now does not respond to our messages. Three weeks we write... write.... and to no avail. Here is a screenshot of the correspondence that we were promised and did not keep our word: https://prnt.sc/fZ3FOEwDMSDd
    #386892
    Anshuman Sahu
    Keymaster
    HI you can add language switcher in profile menu or in logged in menu with the help of this tip : https://wpml.org/forums/topic/how-to-add-language-switcher-in-menu-bar/
    #386990
    kezalkoatlj
    Spectator
    ??????
    #387044
    kezalkoatlj
    Spectator
    Hi. Is this paid support??? Do you only answer the easy questions? I specifically tell you that your employee promised to fix this one 1 month ago. We even paid for support, and now paid support behaves the same way as Ripul. https://prnt.sc/GpB1KUXai3en
    #387046
    MrVibe
    Keymaster
    working on this...
    #387047
    MrVibe
    Keymaster
    The fix is already there in your site. Only activation is required. Logging in and adding fix to your site.
    #387048
    MrVibe
    Keymaster
    i do not have edit access in your site. Adding this code would solve.
    
    add_filter('vibebp_vars',function($args){
      ob_start();
      do_action('wpml_add_language_selector');
      $args['profile_grid_promo'] = ob_get_clean();
      return $args;
    });
    also add following css in customizer - custom css .start_block{position:relative;} .profile_grid_promo { position: absolute; right: 0; top: 2em;z-index:99999; } result is the languages appear in the top bar : https://prnt.sc/SiahXYc-Eqo8 Video : https://drive.google.com/file/d/1YlgRvtBUe_oWJVNs8B4px78P0-aYXHf-/view?usp=drivesdk
    #387364
    kezalkoatlj
    Spectator
    hello. thanks .... but it's strange that you don't have access ... we gave you all the access to do this ... please make a screenshot of what it says to you so that we can understand and give access again.
    #387418
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘language switcher in the drop-down list on the profile page’ is closed to new replies.