-
AuthorPosts
-
January 14, 2021 at 10:14 am #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!
January 15, 2021 at 7:12 am #1272591Hey 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 ShannonJanuary 15, 2021 at 10:28 am #1272642Hi 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.13WP Fastet Cache is deactivated
But it doesn’t show anything if i clear cache and reload the site.
January 17, 2021 at 6:05 am #1273010Hi,
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,
RikardJanuary 17, 2021 at 9:48 am #1273044Hi,
Login is in private Content.
thank you for helping!
January 18, 2021 at 5:29 pm #1273388Hi Luisgasser,
I do not see the code in your functions.php. Did you remove it?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
