Hi
I have this plugin installed > Mailchimp for WP. I want the shortcode to display next to my contact number in the top header.
I found this article > http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
But currently its displaying in the header.
Could you please assist.
Hey!
Try changing the PHP code to:
add_action( 'avia_meta_header', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
}
Cheers!
Josue
That code didn’t work Josue :(
Got Syntax errors.
Hey!
Make sure you’re not copying the code from the mail notification message but from the forum reply.
Cheers!
Josue
I did copy from the forum. Im using a child theme. Does it make a difference?
What error did you get?
Hi Josue. Thank you for the reply! I did everything again. No syntax errors. But I now i cant see the form. Link below.
Hey!
Seems that hook is not being enabled as you don’t have an active menu in that area, try creating an empty menu and assign it to “Enfold Secondary Menu”.
Cheers!
Josue
Thanks Josue. Still nothing :(
Ive added the blank secondary menu and set it to the left in the Enfold header options.
Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Hi Josue. Thanks again for the reply! Details below:
Hey!
Check it now, seems you needed to place an empty menu item too, i also added some CSS fixes to your child style.css.
Regards,
Josue
Awesome! Thanks Josue!
You are welcome, glad to help :)
Regards,
Josue