-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
Hi,
Need to get rid of
jQuery(function($) {
SqueezeBox.initialize({});
SqueezeBox.assign($('a.modal').get(), {
parse: 'rel'
});
})
;
On Hikashop configuration I have it set
Use bootstrap design: YES
Popup mode: Bootstrap
Use Chosen library: YES
I thought it would use bootstrap modal instead of squeezeBox. It seems to be using the wrong modal library. Or at least it is loading the script.
The problem is that it is causing conflict with other stuff.
1 - Should it be loading the script above? Even it is set to use Bootstrap modal in the configuration?
2 - How can I stop it loading without having to worry about the extension being updated and loosing that hack?
Thank you