You are here: Home
Support site for Tips and Tricks HQ premium products
I had the same problem and i’ve fix that.
Simply add this code to a js of your theme, i’ve add it to my custom.js file:
jQuery(function ($) {
$(‘.dropdown-toggle’).dropdown()
});
I hope this help. Cheers
I had the same problem and i’ve fix that.
Simply add this code to a js of your theme, i’ve add it to my custom.js file:
jQuery(function ($) {
$(‘.dropdown-toggle’).dropdown()
});
I hope this help. Cheers