Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1277128

    On our Homepage we start the pages with a coloursection.
    If we activate the breadcrumb it is shown above the coloursection.

    How can i place the breadcrumb after the coloursection of our content?

    #1278046

    Hey Almo,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes and add it to your page as a shortcode :)

    Best regards,
    Yigit

    #1278066

    is it the whole breadcrump ? including Title?
    another thing : what if he has a transparency header – or a fullwidth-slider on top?

    it would be nice to have a filter on that to have breadcrumbs even on transparency header or slider on top. – Then place breadcrumb under it!
    There is still on functions-enfold.php line 1192 :
    if(!empty($transparency)) $header['header_title_bar'] = 'hidden_title_bar';

    #1279524

    Thanks for the link.
    I have put it in functions from our child theme, nothing happens.
    If i put it in the enfold functions it works.

    How can i set it center or right? Now it is left….

    #1280060

    Hi,

    @Almo: Did you actually add the shortcode below the color section? You can use a text or code block for it. This is the custom breadcrumb shortcode.

    [av_breadcrumbs]
    


    @Guenni007
    : It only renders the breadcrumb and it will still work even if the header has transparency set because the condition that you posted above only applies to the actual avia_title function. You might be referring to the following condition?

    //disable breadcrumb if requested
    if($header_settings['header_title_bar'] == 'title_bar') $args['breadcrumb'] = false;

    Best regards,
    Ismael

    #1287388

    I add the shortcode and it works.
    But as i said it before: Even though we use a child theme, I had to add the code in the functions of the original theme.

    After the last update, i had to add the code to the functions of the original theme again.

    How i set up the child theme:
    1. I have installed the enfold and the child theme.
    2. I have activated the child-theme
    3. I have uploaded the settings i set before in the enfold-theme

    Do i have made a mistake?

    • This reply was modified 3 years, 8 months ago by Almo.
    #1288996

    Hi,

    Sorry for the late reply!

    I just checked the code once again in a child theme on my local installation and it worked fine on my end.

    Could you please create temporary admin logins and post them here privately so we can look into it? :) If Appearance > Editor is disabled, please post FTP logins privately as well.

    Best regards,
    Yigit

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