Hi
I want to create an header BEFORE the main menu.
I use this trick : https://kriesi.at/documentation/enfold/header/#toggle-id-3 to create a widget ‘header’
But how to display the content of a page into my widget ? It’s it possible to use a short code like [page_content id=’4′] or something like that ?
Thanks
Even if it is possible – would it look nice inside a 30% width of a sidebar?
you can use that existing page-content alb shortcode. But using fullwidth elements inside that page will break your widget area
f.e. code:
[av_postcontent link='page,45527']
Hi
Ok it’s working with this :
add_filter(‘widget_text’, ‘do_shortcode’, 20);
But now, the breadcrumbs is missing
Thanks
I want to do something like this :