Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.

    #550545

    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

    #550893

    That code didn’t work Josue :(

    Got Syntax errors.

    #550931

    Hey!

    Make sure you’re not copying the code from the mail notification message but from the forum reply.

    Cheers!
    Josue

    #550938

    I did copy from the forum. Im using a child theme. Does it make a difference?

    #550943

    What error did you get?

    #550949

    Hi Josue. Thank you for the reply! I did everything again. No syntax errors. But I now i cant see the form. Link below.

    #550966

    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

    #550975

    Thanks Josue. Still nothing :(

    Ive added the blank secondary menu and set it to the left in the Enfold header options.

    #551224

    Hi,

    Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #551288

    Hi Josue. Thanks again for the reply! Details below:

    #551597

    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

    #552018

    Awesome! Thanks Josue!

    #552133

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.