Shape 5

Joomla Templates => Eventfull - Club => : yans December 03, 2015, 09:01:19 AM



: Some Help for (Venue) Module In front page
: yans December 03, 2015, 09:01:19 AM
Hi Shape 5 Team

Is It Possible to have 8 pictures and to be responsive also?
What will be the code if I want instead of link to another page just to trigger a light box?
In General I want to make is something like a small gallery

Link: http://www.taekwondoetu.org/#Hall of Famepage

I Call the Module: Hall of Fame

My regards
Yan


: Re: Some Help for (Venue) Module In front page
: jonahh December 03, 2015, 02:35:28 PM
Hello,

Can you explain a bit more on the 8 pictures, do want 4 pictures per row with a total of 2 rows?

For adding lightbox code please see the follow tutorial. You basically just need the href and the class on the href in order for it to work:

http://www.shape5.com/documentation/Vertex-Framework/Core-Features/Javascript-Effects

Thanks,


: Re: Some Help for (Venue) Module In front page
: yans December 03, 2015, 03:11:47 PM
Hi
yes 4 per row will be fine

to add 1 more row i will be happy if this possible?


: Re: Some Help for (Venue) Module In front page
: jonahh December 04, 2015, 12:27:47 PM
Ok so just change the 33.3 to 25 in your com_content.css (line 687) as I have done below and this will get you 4 per row:

.services_wrap {
    float: left;
    margin-bottom: 80px;
    text-align: center;
    width: 25%;
}


: Re: Some Help for (Venue) Module In front page
: yans December 04, 2015, 12:32:46 PM
thanks
and if i want 3 rows?


: Re: Some Help for (Venue) Module In front page
: jonahh December 22, 2015, 01:52:37 PM
If you wanted 3 per row then you would just leave the above at 33.3 instead of swapping it to the 25 as I had suggested for the 4 per row