Dear Support Team,
Thanks for this great theme I just purchased! I’m currently building a website with multiple languages. For this purpose I use WPML plugin. As I wouldn’t like to have a sidebar I want to insert the language switcher into the header(right lower corner). WPML Plugin suggests to insert the following code: <?php do_action(‘icl_language_selector’); ?> Where do I need to insert this code?
@pixelandmore Go to this file Theme folder->library folder->structure folder->header-extensions.php file. Look for the attitude_headerdetails function and place your code inside it in appropriate place. Also, make a child theme to make this changes so that you don’t lose the changes when you update the parent theme.