-
AuthorPosts
-
December 10, 2015 at 1:43 pm #550359
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.
December 10, 2015 at 4:51 pm #550545Hey!
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!
JosueDecember 11, 2015 at 9:00 am #550893That code didn’t work Josue :(
Got Syntax errors.
December 11, 2015 at 10:55 am #550931Hey!
Make sure you’re not copying the code from the mail notification message but from the forum reply.
Cheers!
JosueDecember 11, 2015 at 11:06 am #550938I did copy from the forum. Im using a child theme. Does it make a difference?
December 11, 2015 at 11:17 am #550943What error did you get?
December 11, 2015 at 11:39 am #550949Hi Josue. Thank you for the reply! I did everything again. No syntax errors. But I now i cant see the form. Link below.
December 11, 2015 at 12:14 pm #550966Hey!
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!
JosueDecember 11, 2015 at 12:22 pm #550975Thanks Josue. Still nothing :(
Ive added the blank secondary menu and set it to the left in the Enfold header options.
December 11, 2015 at 6:20 pm #551224Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 11, 2015 at 9:43 pm #551288Hi Josue. Thanks again for the reply! Details below:
December 13, 2015 at 12:43 pm #551597Hey!
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,
JosueDecember 14, 2015 at 8:49 am #552018Awesome! Thanks Josue!
December 14, 2015 at 12:23 pm #552133You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
