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

Okay
  Public Ticket #2640401
JS version
Closed

Comments

  • alwaysresult started the conversation

    Good afternoon,

    We updated to the Wordpress 5.6. This broke the javascript files. So we renewed the licence for the bakery theme, but now the JS is still to high.

    Are you working for a fix on this?

  • alwaysresult replied

    The dropdowns of the menu are gone and the facebook add-in isn't working anymore. Below the html of the add-in.



  •  228
    Milingona replied

    Hello,

    1. You can fix the JS error by replacing the content of wp-content/themes/bakery/assets/lib/bootstrap/js/bootstrap.min.js with the content from https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js. Otherwise, this issue has been reported by some other clients as well and we're going to fix this in the upcoming theme update that will be released soon.

    2. You can fix the dropdown 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;
    }

    Best regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • alwaysresult replied

    Good afternoon,

    Thank you for your reply. 

    The dropdown is fix, but the Facebook add-on is not working still.


  •   Milingona replied privately
  •   alwaysresult replied privately
  •   Milingona replied privately