New Landing How can we help? Themeforest Theme Support Joyn how to place the breadcrumb below the title? Currently, it is above

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Joyn
  • #215225
    mengeco
    Member
    Post count: 558

    Hello,

    how to place the breadcrumb below the title?
    Currently, it is above

    Best regards

    #215226
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #215238
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please enable breadcrumb to adjust it through CSS.
    Thanks
    Mohammad

    #215298
    mengeco
    Member
    Post count: 558

    This is enabled.

    And in Breadcrumb> Settings> General> Home Breadcrumb: if I disable this option, the text is not displayed on the home, ok, but the gray band is still present

    Thanks

    #215311
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this code at functions.php of child theme.

    remove_action( 'sf_main_container_start', 'sf_breadcrumbs', 30);
    remove_action( 'sf_main_container_start', 'sf_page_heading', 30);
    add_action( 'sf_main_container_start', 'sf_page_heading', 99);
    add_action( 'sf_main_container_start', 'sf_breadcrumbs', 99);
    

    Thanks
    Mohammad

    #215321
    mengeco
    Member
    Post count: 558

    Thanks but it don’t work
    Is not missing a line of code that begins with “function …”?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #215328
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It should work. I need login detail to check.
    Thanks
    Mohammad

    #215331
    mengeco
    Member
    Post count: 558
    This reply has been marked as private.
    #215368
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I added this code to resolve the issue.

    add_action( 'init', 'sf_process_post' );
    function sf_process_post() {
    remove_action( 'sf_main_container_start', 'sf_breadcrumbs', 20);
    remove_action( 'sf_main_container_start', 'sf_page_heading', 20);
    add_action( 'sf_main_container_start', 'sf_page_heading', 99);
    add_action( 'sf_main_container_start', 'sf_breadcrumbs', 99);
    }

    Thanks
    Mohammad

    #215402
    mengeco
    Member
    Post count: 558

    Perfect Mohammad !! thank you for your patience and time you spend on help me for all my problems !!!

    #215405
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I am glad to help you.
    Thanks
    Mohammad

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register