Home Forums WoodMart support forum Shop Home

Shop Home

Viewing 11 posts - 1 through 11 (of 11 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

    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

    Hello,

    Please provide the page URL we will check.

    Best Regards

    #471273

    applied-quill-0t
    Participant

    URL: rnexplained.com/shop/

    Thank you!!

    #471980

    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

    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’;
    }

    #472462

    Hello,

    We are glad you have solved the problem.

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

    Best Regards

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

The topic ‘Shop Home’ is closed to new replies.