Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1272349

    Hi,

    is there an way to insert a shortcode next to the menu?

    I’m using the favorites plugin from Kyle Phillips for my blog favorites. It would be nice to shoe the added favorites in the header next the navigation so that the user can see the favorites everytime, no matter on wich site he is.

    Thank you for helping!

    #1272591

    Hey Stefan,

    Maybe you could try this, add a widget area to the header and you could then add the phone number there: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Jordan Shannon

    #1272642

    Hi Shannon,

    thank you for helping!

    I used this code in my child them functions.php :

    //——————————–

    // Header widget area

    //——————————–

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

    Add a widget named “header” in a custom widget area and type some text with an text element to see how it works. Also i disabled the shrink function in the header behavior settings.

    Wordpress version 5.6
    Theme version 4.7.6.4
    PHP-Version: 7.4.13

    WP Fastet Cache is deactivated

    But it doesn’t show anything if i clear cache and reload the site.

    #1273010

    Hi,

    Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1273044

    Hi,

    Login is in private Content.

    thank you for helping!

    #1273388

    Hi Luisgasser,

    I do not see the code in your functions.php. Did you remove it?

    Best regards,
    Victoria

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