Home › Forums › WoodMart support forum › Breadcrumbs
Breadcrumbs
- This topic has 17 replies, 2 voices, and was last updated 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 31, 2024 at 11:50 am #594095
sushmaha0802ParticipantHi,
How can i edit breadcrumbs to change divider plz
Thanks
August 31, 2024 at 2:25 pm #594127
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards
August 31, 2024 at 8:18 pm #594176
sushmaha0802ParticipantSeptember 2, 2024 at 9:46 am #594337
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.breadcrumbs>:is(a,span):after { content: "-" !important; }
Best Regards
September 2, 2024 at 5:29 pm #594576
sushmaha0802Participantthere seem to be 2 kind of dividers, want to get rid of one which is >>. Where do i change it?
Thanks
SushmaSeptember 2, 2024 at 7:36 pm #594612
sushmaha0802ParticipantAlso, breadcrubs should be moved to page title section just like about us page. plz suggest.
Thanks
SushmaSeptember 2, 2024 at 8:46 pm #594623
sushmaha0802ParticipantI 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"]‘);
}September 3, 2024 at 9:47 am #594744
Aizaz Imtiaz AwanKeymasterHello,
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
September 3, 2024 at 3:55 pm #594941
sushmaha0802ParticipantThanks,plz find details
September 4, 2024 at 9:22 am #595054
Aizaz Imtiaz AwanKeymasterHello,
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
September 4, 2024 at 12:50 pm #595167
sushmaha0802ParticipantCss – 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
SushmaSeptember 4, 2024 at 3:47 pm #595233
Aizaz Imtiaz AwanKeymasterHello,
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
September 4, 2024 at 9:05 pm #595292
sushmaha0802Participantwhy is the shop page not loading when logged off?
Also, breadcrumbs divider at line 83 is just styling which i added much later.Thanks
SushmaSeptember 5, 2024 at 10:14 am #595398
Aizaz Imtiaz AwanKeymasterHello,
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
September 5, 2024 at 9:10 pm #595576
sushmaha0802ParticipantHi,
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
SushmaSeptember 6, 2024 at 10:00 am #595666
Aizaz Imtiaz AwanKeymasterHello,
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
September 9, 2024 at 7:04 pm #596267
sushmaha0802ParticipantHi,
on mob, how to disable sticky footer tabs(shop, cart etc)? plz suggest
Thanks
SushmaSeptember 10, 2024 at 11:15 am #596371
Aizaz Imtiaz AwanKeymasterHello,
You can disable it in the Theme settings > General > Mobile bottom navbar. Screenshot for clarification: https://postimg.cc/ThhMsGtc
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register