Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    It looks like you are running other theme. This support channel aimed only for Sydney. For your theme, you should go to its own support channel at https://theme.co/x/support/.

    Regards,
    Kharis

    Thread Starter WP_User

    (@amarudare)

    No!
    Kindly check the link I shared in the “Page I need help with” section. The website is https://radiogyan.com.
    The other one I shared to let you know what I am looking for. I know that is not subdney. I need help for my website https://radiogyan.com

    Thanks.

    Hello there,

    Thank you for clarification. Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    #google_translate_element {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9999;
    }
    
    .site-header.float-header {
      padding-top: 17px;
    }
    

    Regards,
    Kharis

    Thread Starter WP_User

    (@amarudare)

    Thanks Kharis for the prompt reply yet again!
    But this makes the translate thing float above the menu. Looks a bit weird. Isnt there a way I can integrate within the menu as it is done on the example page (https://www.officinaberte.it/azienda/)

    Thanks

    Hello there,

    Firstly add this jQuery code with the TC Custom JavaScript plugin.

    
    ;(function($) {
    
      if( $('#google_translate_element').length ) {
        $('#google_translate_element').remove().clone().appendTo('.mainnav ul.menu').wrap('<li class="menu-item" />');
      }
    
    })(jQuery);
    

    Then you would move the Google Translate widget into footer widgets area instead of sidebar. Because footer will always be visible on all pages.

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google Translate in Menu’ is closed to new replies.