So for anyone trying to find a solution to this issue, I have created a work-around.
- Install the plugin: Insert PHP Code Snippet (this will allow you to drop in the original header)
- Using an ftp client login and go to wp-content/themes/claue/header.
- Open the header file in a text editor and copy the line <?php jas_claue_header(); ?> (or if you don’t want to dig in to your file structure you can always just copy it from here. <?php jas_claue_header(); ?>
- Go back to the plugin and create a new php script. Paste it in, save and copy the shortcode.
- Go to templates, create a new header template name it and open it in elementor editor.
- Search for shortcode, drag it in to the middle to create a section and paste your shortcode in.
- Bob’s your uncle.