Home Forums WoodMart support forum Breadcrumbs

Breadcrumbs

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #594095

    sushmaha0802
    Participant

    Hi,

    How can i edit breadcrumbs to change divider plz

    Thanks

    #594127

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards

    #594176

    sushmaha0802
    Participant
    #594337

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .breadcrumbs>:is(a,span):after {
        content: "-" !important;
    }

    Best Regards

    #594576

    sushmaha0802
    Participant

    there seem to be 2 kind of dividers, want to get rid of one which is >>. Where do i change it?

    Thanks
    Sushma

    #594612

    sushmaha0802
    Participant

    Also, breadcrubs should be moved to page title section just like about us page. plz suggest.

    Thanks
    Sushma

    #594623

    sushmaha0802
    Participant

    I have added a light blue banner, want it under shop title(before main content)

    add_action( ‘woocommerce_before_main_content’, ‘custom_shop_banner’, 40 );
    function custom_shop_banner(){
    echo do_shortcode(‘[html_block id="16774"]‘);
    }

    #594744

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #594941

    sushmaha0802
    Participant

    Thanks,plz find details

    #595054

    Hello,

    01. You are using the custom css code for page title breadcrumbs separator. Navigate to Appearance > Customize > Additional CSS and identify the CSS.

    02. Try to use the Theme’s Layout Builder you can create Custom Layouts for WooCommerce pages like Shop, Category, Single Product page, Cart, and Checkouts. You can use that to create your own custom layout for the shop page and add the banner under the page title.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards

    #595167

    sushmaha0802
    Participant

    Css – Its under div , free text..not sure how to hide it?

    Layout – I tried creating new layout, my banner showing up ok now but title is missing. any advice?

    Thanks
    Sushma

    #595233

    Hello,

    01. Navigate to Appearance > Customize > Additional CSS > Check the code on 82 line.

    02. Try to use the page title widget in the layout and check the issue.

    Best Regards

    #595292

    sushmaha0802
    Participant

    why is the shop page not loading when logged off?
    Also, breadcrumbs divider at line 83 is just styling which i added much later.

    Thanks
    Sushma

    #595398

    Hello,

    01. Try to disable the maintenance mode in WooCommerce Settings > Site visibility and check the issue.

    02. Try to temporarily remove the all custom css code and check the issue.

    Best Regards

    #595576

    sushmaha0802
    Participant

    Hi,
    Would like to move safe checkout image below ppl viewing section, plz suggest.
    https://gogetmobi.co.uk/shop/washing-machines/bosch-8kg-washing-machine-wan28250gb/

    Also, breadcrumbs is still not resolved..styling is not getting reflected.
    Thanks
    Sushma

    #595666

    Hello,

    01. You are using a Custom Single Product layout, which is built with WoodMart WooCommerce builder. Navigate to Layouts > Layout to edit Single product layouts and configure the sections.

    02. Try to temporarily remove the all custom css code and check the issue.

    Best Regards

    #596267

    sushmaha0802
    Participant

    Hi,
    on mob, how to disable sticky footer tabs(shop, cart etc)? plz suggest
    Thanks
    Sushma

    #596371

    Hello,

    You can disable it in the Theme settings > General > Mobile bottom navbar. Screenshot for clarification: https://postimg.cc/ThhMsGtc

    Best Regards

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