Hi,
- Joomla 3.6.5
- PHP 7.0.14
- Hikashop 3.0.0
- Hikamarket 1.7.2
The mega filter does not display any item on the page.
I can see these errors on the page:
[Error] Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404) (vm-ltr-site.css, line 0)
…/components/com_virtuemart/assets/css/vm-ltr-site.css
Failed to load resource: the server responded with a status of 404 (HTTP/2.0 404)
[Log] JQMIGRATE: Migrate is installed, version 1.4.1 (jquery-migrate.min.js, line 2:556)
[Error] TypeError: $ is not a function. (In ‘$(document)’, ‘$’ is undefined) Code général (mega:80)
$(document).ready(function() {
$(window).keydown(function(e){
if(e.keyCode == 44){
e.preventDefault();
}
});
$(window).focus(function() {
$("body").show();
}).blur(function() {
$("body").hide();
});
});