Archived topic
Display "Before Header Content" hook on mobile
11 replies · Started by themedleb on November 22, 2017
Hello,
I'm wondering how I can display "Before Header Content" hook on mobile.
By the way, I'm using Mobile Header option.
Hi there,
Unfortunately the mobile header strips the normal header element which includes before header content hook.
You can use this hook instead: https://docs.generatepress.com/article/generate_inside_mobile_header/
Thank you Leo and Tom,
How can I use this hook? I just see names "generate_inside_mobile_header" and "#mobile-header", where am I going to insert my HTML code?
Oh, okay I think I know how, I will put this thread as resolved when I'm done.
Thank you.
I tried it, It worked, but shortcodes are not supported.
Shortcodes are supported in hook.
Can you show me the full code?
add_action( 'generate_inside_mobile_header','mobile_header_extra' );
function mobile_header_extra() { ?>
<div class="user-area-menu">
[elementor-template id="5408"]
</div>
<div class="social-media-menu">
[elementor-template id="5415"]
</div>
<?php }
Thank you, it worked.
No problem!