Can't remove breadcrumbs

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Can't remove breadcrumbs

This topic is: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #953

    Kenny Van den Bosch
    Participant

    Hi,
    I want to remove the breadcrumbs on my shop page but it is not possible.

    I used all sorts of actions in the functions.php for example:
    add_action( ‘init’, ‘jk_remove_wc_breadcrumbs’ );
    function jk_remove_wc_breadcrumbs() {
    remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_breadcrumb’, 20, 0 );
    }

    remove_action( ‘woocommerce_before_main_content’,’woocommerce_breadcrumb’, 20, 0);

    include( ‘core/bootstrap.php’ );
    /** Remove Showing results functionality site-wide */
    function woocommerce_result_count() {
    return;
    }

    add_action( ‘init’, ‘jk_remove_woo_wc_breadcrumbs’ );
    function jk_remove_woo_wc_breadcrumbs() {
    if ( is_woocommerce() || is_cart() || is_checkout() ) {
    remove_action( ‘woo_main_before’, ‘woo_display_breadcrumbs’, 10 );
    }
    }

    I don’t know what to do anymore…

    Can you help me? does it has to do with the pojo theme?

    Thanks!

    Kind regards,
    Kenny

    #954

    Yakir Sitbon
    Keymaster

    Can you give us link to your page? We are want to see what you need there..

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

The forum ‘Support (Legacy)’ is closed to new topics and replies.