Hi, thanks a lot for your suggestions. I apologize for the delay in responding, I have been in poor health. Thanks greetings. René
*** As you indicated, install the plugin: Easy jQuery plugin Pro, the licensed version, but, after several attempts to solve by the plugin developer, it was not possible to solve 100%, because the problem more Serious was related to the component JS Locator ... I sent the suggestions of the plugin developer "Easy jQuery Pro" ...
I did check your page again.
Thank you for pointing me out to the jsplocation component. This is, indeed, the problem after all.
I have noticed a file was loading an additional jQuery library. Once removed with jQuery Easy, it showed me there is a file with bad javascript code.
The file /components/com_jsplocation/scripts/jQuery.equalHeights.js is the source of your problems. It does not take into account potential additionnal libraries like MooTools. It uses the $ symbol instead of jQuery. That script is very old (2008). You should contact support for jsplocation.
They need to update the scripts to allow for the use of additional libraries alongside jQuery.
Probably a good way to fix this would be to encapsulate the code like this:
(function ($) {
$.fn.functionhere = function() {
};
})(jQuery);
Anyway, it is up to them to fix it!
Sincerely,
Olivier.
-------------------------------------------------------------
I went to your site but frankly, I don't see what is wrong. First, the code for the cookie consent crashes (from the template). Then Virtuemart then json from your search field.
jQuery Easy seems to be setup correctly for your contact page. Although, you need to extend its coverage to all pages.
Be careful your template has different settings for logged and not logged users. So what is fixed now may not work once users are not logged in (since one can only test your website when logged in).
I would suggest you contact support for those extensions. They may have an idea of what is going wrong.
Sincerely,
Olivier.
-------------------------------------------------------------------
* I send two images to illustrate somes problems: 1) In the search text box, only in the Menu of the Store Locator, when I look for a product, it is underlined. 2) Previously if I was looking for a product not present, the texbox said to me: "product not found", now it says nothing, in this case, it happens all over the site ... Do you have any idea ?, thank you thousand, I wish you happy Parties, greetings from Italy. René
IMAGE_1_SUBRAYADO_AA.jpg
IMAGE_1_NO_MENSAJE_BB.jpg