Ok. Here’s what I’ve got.
Main Gallery page with this on it:
<div id="center">
<h1><img alt="Dzyn Lab - Portfolio Gallery" src="
http://www.dzynlab.com/assets/images/dl-gallery_crushed.png" title="Dzyn Lab - Portfolio Gallery" />
</h1>
</div>
{{onecol-gallery}}
Where the {{onecol-gallery}} is:
<div id="tricols">
[!MaxiGallery? &display=`childgalleries`!]
</div>
then I duplicated the {{onecol-gallery}} chuck and named it: {{onecol-gallery-child}} which then looks like this:
<div id="tricols">
[!MaxiGallery!]
</div>
Then I duplicated the Main gallery page three times and on each is this:
<div id="center">
<h1><img alt="Dzyn Lab - Portfolio Gallery" src="
http://www.dzynlab.com/assets/images/dl-gallery_crushed.png" title="Dzyn Lab - Portfolio Gallery" />
</h1>
</div>
{{onecol-gallery-child}}
What I now want to do is place three images on the main gallery page one for each category of portfolio items that would correlate to the other gallery pages I’ve created and link them to their respective gallery page. Will this work?
The final outcome will be main gallery page with three category icons linked to the gallery page for each category.