Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1138287

    Hi. How can I add a widget to the Header Secondary Menu?

    I have figured out how to add a widget to the main header using the following:

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    But I need the widget to appear in the Header Secondary Menu.

    I read on another post if I change ‘ava_after_main_menu’, to ‘avia_meta_header’, then the widget will display in the Header Secondary Menu

    But it does not work (nothing displays).

    Is there a way to add a widget to the Header Secondary Menu?

    Thank you for your help.

    #1139256

    Hey monopsony,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

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