Comments renekreupl started the conversationMay 7, 2020 at 8:27pmHello Guys, we have 2 Bugs or Problems on our Site. 1. FIXED Some Icons from font awesome won´t load. - fixed with the hotfix here 2. On the Checkout it´s show 2 or more checkboxes. We attache some screens. THANKS for helping :) 228Milingona repliedMay 7, 2020 at 8:47pmHello,Please find below the answers to your questions.1. You can fix the FontAwesome issue by adding the following code at Bakery > Custom Code > Custom CSS. .vu_tb-list > li.menu-item-has-children > a:after, .vu_main-menu > ul > li.menu-item-has-children > a:after, .vu_main-menu ul.sub-menu li.menu-item-has-children > a:after, .widget_nav_menu .menu > li > a:after, .vu_blog-post.vu_bp-type-link:before, .vu_blog-post.vu_bp-type-quote .vu_bp-quote:before, .vu_list-with-icon[data-font="FontAwesome"] li:before, .vu_dropdown:after, .woocommerce-product-search:after { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; } .vu_latest-tweets ul li:before { font-family: "Font Awesome 5 Brands" !important; font-weight: 400 !important; }2. You can fix that by modifying wp-content/themes/bakery/assets/js/woocommerce.js line 66: if ( !$this.length ) { and replacing with: if ( ! $this.length || $this.prev('.vu_input-checkbox').length ) {Warm regards, Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello Guys,
we have 2 Bugs or Problems on our Site.
1. FIXED Some Icons from font awesome won´t load. - fixed with the hotfix here
2. On the Checkout it´s show 2 or more checkboxes.
We attache some screens.
THANKS for helping :)
Hello,
Please find below the answers to your questions.
1. You can fix the FontAwesome issue by adding the following code at Bakery > Custom Code > Custom CSS.
2. You can fix that by modifying wp-content/themes/bakery/assets/js/woocommerce.js line 66:
and replacing with:
Warm regards,
Milingona Support
Follow on Envato Facebook Twitter