Home Forums WoodMart support forum Shop Home

Shop Home

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #470107

    applied-quill-0t
    Participant

    Can I change this “home” to be the shop-home page, not the site’s homepage?

    Attachments:
    You must be logged in to view attached files.
    #470401

    applied-quill-0t
    Participant

    Bump on this — can I use CSS on the shop to hide this?

    #470534

    Elise Noromit
    Keymaster

    Hello,

    It is not possible to use CSS or set different breadcrumbs in different places on the site, unfortunately.

    If you have any questions please feel free to contact us.

    Best Regards

    #470667

    applied-quill-0t
    Participant

    can I hide “home” at least?

    #470950

    Elise Noromit
    Keymaster

    Hello,

    Please provide the page URL we will check.

    Best Regards

    #471273

    applied-quill-0t
    Participant

    URL: rnexplained.com/shop/

    Thank you!!

    #471980

    Elise Noromit
    Keymaster

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #471982

    applied-quill-0t
    Participant

    Attached below

    #472281

    Elise Noromit
    Keymaster

    Hello,

    Owing to the Jatpack, I cannot enter the site with these credentials. Please deactivate this plugin for a while.

    Best Regards

    #472314

    applied-quill-0t
    Participant

    Fixed it myself. Easy fix, add the code below

    /**
    * Replace the home link URL
    */
    add_filter( ‘woocommerce_breadcrumb_home_url’, ‘woo_custom_breadrumb_home_url’ );
    function woo_custom_breadrumb_home_url() {
    return ‘url here’;
    }

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