Hi guys,
I'm using the gantry5 helium theme to create a basic site but I want to use image grid in it. Imagegrid dpesn't come as part of helium so I'm trying to add it in by taking file from the proton template I use on another site.
I've copied over files imagegrid.html.twig & imagegrid.yaml to the /particles/ folder in the template and I've copied over _imagegrid.scss to /scss/helium/particles/
I can create the imagegid modual fine now by going to modules > new selecting 'Gantry5 Particle' and picking 'Image Grid'> I can add my images and configure it as I normal would in other sites that it came with. Proble is that when i look at the module on the frontend is just shows the images fullsize in a column with now effect (hover over etc.) When I click the images they open in a Rokbox as I would expect.
I have recopiled the css on my template but it just doesn't want to apply the styles to the images ont he fronend even though in the HTML I can see the relevant classes are all there. I've done all I can think of including clearing caches etc. but it makes no difference.
Can someone please tell if if I'm missing sonething.
Thanks,
Aran
WHAT I SEE INTHE HTML:<div class="g-imagegrid ">
<div class="g-imagegrid-wrapper g-imagegrid-2cols">
<div class="g-imagegrid-item">
<a class="g-imagegrid-link" href="/images/elite-wakes-ext.jpg" data-rokbox="" data-rokbox-album="Test" data-rokbox-caption="Entry Hall"><img src="/images/elite-wakes-ext.jpg" alt="Entry Hall" class="">
<div class="indicator"><div>+</div></div>
</a>
</div>
<div class="g-imagegrid-item">
<a class="g-imagegrid-link" href="/images/elite-wakes-hall.jpg" data-rokbox="" data-rokbox-album="Test" data-rokbox-caption="Outside"><img src="/images/elite-wakes-hall.jpg" alt="Outside">
<div class="indicator"><div>+</div></div>
</a>
</div>
</div>
</div>
WHAT I SEE ON THE SITE:
This image is hidden for guests.
Please log in or register to see it.