Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2393698
FA Icons and Checkout Checkboxes
Closed

Comments

  • renekreupl started the conversation

    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 :)

  •  228
    Milingona replied

    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.

    .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