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?
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 ?
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
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?
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.
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 }
?>
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
Kind Regards