Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1035479

    Hi,

    I have this code in my functions.php file from your documentation:

    //-------------------------------
    // Add Enfold Breadcrumb via shortcode
    // [av_breadcrumbs]
    //-------------------------------
    
    function av_breadcrumbs_shortcode( $atts ) {
    return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    }
    add_shortcode( 'bread_crumb', 'av_breadcrumbs_shortcode' );

    When I insert that shortcode to pull through the breadcrumb, it does not display.

    Please could you kindly assist.

    Thank you.

    • This topic was modified 5 years, 8 months ago by cordellbrewer.
    #1036048

    Hi,

    Sorry. You can close this thread for now.

    Thanks.

    #1036049

    Hi,

    Thank you for using Enfold.

    Is this fixed? Please open a new thread if you need additional help.

    Best regards,
    Ismael

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