Okay
  Public Ticket #1713801
secondary menu, adding Google Translator
Closed

Comments

  • Dan started the conversation

    I have installed Google Translator plugin and added to the footer widget 1 but would like to move it to the top of the page and place it in the secondary menu to the right of the social icons. Is this possible and can you help?

  •  3,030
    Andrew replied

    Hi Dan,

    The theme does not have widget areas on the header area that would assist with this.

    You would need to do your own modifications to get it to that location you want.
    It's not something we can help with as support as its customization.

    Hope you understand.

  • Dan replied

    I have looked through Tickets and have come across many discussions with specific solutions and css snippets provided by support. I have tried a few ideas myself but need a little more css knowledge to make it work. Not sure why you're reply has not provided me with the same level of support ?

    I tried this but it didn't work:

     <?php echo do_shortcode('[google-translator]'); ?>
    <?php }

    ?>

  •  3,030
    Andrew replied

    Hi Dan,

    You can modify the header.php with the do_shortcode('[google-translator]'); . We can then assist you with the CSS. 

    For the modification you should copy the header file to your child theme. You can then place it before the following code like, in the div element with ID header-secondary-outer

    ...
    <?php echo do_shortcode('[google-translator]'); ?>
    <?php if($secondary_header_text) {...
    

    Kind Regards