rowiro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Product Archive SidebarOK. Update. And I must say I am sorry for confusion.
I just realized that I accidentally after revisting issue second time around opened the incorrect files (backup files) and therefore did not see expected results.
You are correct it is doable through customizer.
Thanks.
All good now.Forum: Themes and Templates
In reply to: [Blocksy] Product Archive SidebarI also tested with
function blocksy_remove_sidebar_for_woo_archives() {
if (is_shop() || is_product_taxonomy()) {
remove_action('blocksy:sidebar', 'blocksy_render_sidebar');
}
}
add_action('wp', 'blocksy_remove_sidebar_for_woo_archives');Forum: Themes and Templates
In reply to: [Blocksy] Product Archive SidebarThanks Eduard @cteduard ,
I have been looking through all documentation. There is no way of turning off sidebar. It only mentions to edit sidebar with widgets. But no matter what i do. I end up with <aside></aside>.Forum: Themes and Templates
In reply to: [Blocksy] Product Archive SidebarFollow up.
I used.woocommerce.archive .ct-sidebar {
display: none;
}
.woocommerce.archive .ct-content {
width: 100%;
}which results in
and I would like Product Cards at 100% of page which is obviously not working.
So, like i mentioned before help/advice is appreciated.
Thanks again.
Awesome! Thank you, @xootix for prompt solution. CSS Snippet works as intended. ??
Forum: Themes and Templates
In reply to: [Blocksy] Border Radius Blocksy/WooCommmerce Mini Cart DrawerThanks for prompt help. Yep, that rounded them border corners just the way I want ’em… Well done. So I guess I was just missing the !important;. Keep reaching for the stars! Over and out!