Viewing 7 posts - 1 through 7 (of 7 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 month ago by nicolass91.
    #1474224

    I want to do something like this :

    #1474345

    Are you shure that it is (breadcrumbs) not there? because on inserting that page to header – you had to adjust the padding-top of #main.

    #1474675

    Hi,
    I don’t expect the short code in a header widget to add the breadcrumbs, perhaps as Guenni007 posted the original breadcrumbs are hidden by padding or margin from the widget or they are disabled on the page. We would need to login to see.
    I don’t see any breadcrumbs on your example site link.

    Best regards,
    Mike

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