I have been looking for a lightbox type gallery viewer that can be used within an EZ page, does something like this exist that is up to date for v150?
I have been looking for a lightbox type gallery viewer that can be used within an EZ page, does something like this exist that is up to date for v150?
expages can accept html code
So any html gallery code can be added
As most of the "gallery" systems employ javascript and css (in addition to the HTML DIV identifier on the actual page itself), the key is to get the JS and CSS to load when a relevant EZ page is called up.
In MOST cases, this will involve placing the javascript file into the MODULES area of the system. In zencart, you will probably need to get the js file(s) into:
/includes/modules/pages/page folder.
(If Jquery is needed, then you could either put the Jquery file into your template's javascript folder, or call it in from Google, or similar, by referencing the URL in your template's html_header.php file).
Next, you may need to add a CSS file to your template's css folder.
Basically that's it in terms of file loading. Bear in mind that javascript files need a certain NAMING CONVENTION for Zecart... jscript_yourfile.js
Then - according to the gallery you are using, the HTML on the page itself needs to obey the DIV identifiers specified by the gallery, so that images in that DIV will have the JS and CSS applied to them.
20 years a Zencart User