0
I’m creating a joomla site and now I’ve stumbled upon a bug that I can’t fix. I use the SP pagebuider page builder and Helix3 template and added the Simple Image Gallery extension to the website in an article. The thumbnails appear perfectly, but by clicking on them instead of the image appearing in lightbox, it opens a new window with the original static image.
On the Chrome console the following error appears:
Uncaught TypeError: Cannot read property 'top' of undefined
at HTMLDocument.<anonymous> (main.js:96)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.K (jquery.min.js:2)
This.js file is from the Helix3 template that I use for the entire site.
We forums I read where they talk about the problem, tried the alternatives cited and nothing worked.
I have already installed the extensions Easy jquery and jqueryintegrator without success.
I already added noconflict code and error also continued.
Does anyone know what I can do to solve this problem?
Thank you for any reply
Did you check the order of the plugins? Try reversing the SP Page Builder plugin with Simple Image Gallery. I’ve had some similar problems and solved only by changing the order in which Joomla loads a plugin.
– Wesley
Thanks @Wesley for the answer, how would I do it? never reversed the order of plugins in joomla, do not know how to do
– GOLX
https://www.regularlabs.com/blog/242-plugin-order-is-important go to the plugins page on your admin panel, click on the plugin you want to change the order, and on the right side you will see "Order". In the link I sent you can see a video of how to do.
– Wesley