Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1474066

    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

    #1474073

    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']

    #1474086

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1474220

    Hi

    Ok it’s working with this :

    add_filter(‘widget_text’, ‘do_shortcode’, 20);

    But now, the breadcrumbs is missing

    Thanks

    • This reply was modified 1 day, 10 hours ago by nicolass91.
    #1474224

    I want to do something like this :

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