Forums
Forums / Plugin: Ultimate Addons for Elementor / Get_Header() is not working
(@saikatsr)
8 years, 6 months ago
I was trying to access WP header (created using Header Footer Elementor) outside of the WP but It’s showing the texts but not formatted/designed. Mostly, its unable to import the CSS.
You can find my code here. https://stackoverflow.com/questions/47622686/unable-to-import-wordpress-header-outside-of-wp
Any help is appreciated. Thanks in advance.
The page I need help with: [log in to see the link]
(@nikschavan)
Hello @saikatsr,
This is mostly out of scope of this plugin. There is a function in this plugin that renders the markup for the header.
if ( function_exists( 'hfe_render_header' ) ) { hfe_render_header(); }
The topic ‘Get_Header() is not working’ is closed to new replies.