Since the last update in Feb 2021, the mobile menu doesn’t work anymore!
There’s an error in the bootstrap implementation of the latest update of this theme, as the devs upgraded from 3.6 to 4.0.
Delete bootstrap.min.js and rename bootstrap.bundle.min.js to bootstrap.min.js
Use your favourite FTP tool to upload your local “bootstrap.min.js” and replace “bootstrap.min.js” in the folder /wp-content/themes/activello/js/vendor/ in your wordpress installation on your webserver.
Dirty but DONE!
CLEAN SOLUTION:
Download Bootstrap 4.6 (see link above)
Download Compiled CSS and JS.
Unzip the file
in the resulting folder navigate to /js/
Use your favourite FTP tool to upload “bootstrap.bundle.min.js” and “bootstrap.bundle.min.js.map” to the folder /wp-content/themes/activello/js/vendor/ in your wordpress installation on your webserver
Change`the line 203 of activellos finctions.php from:
p_enqueue_script( 'activello-bootstrapjs', get_template_directory_uri() . '/assets/js/vendor/bootstrap.bundle.min.js', array( 'jquery') );
ope that the devs include the solution in the next release
In our case this almost helped. The menu is visible for a short time and than disappears again. (and bootstrap was online 200 but that is minor detail). What else is needed to solve this?