Put pictures on the homz page

http://demo.theme.co/gym/trainers/

Hey,
I wanna do 6 pictures on the home page exactly like the link: http://demo.theme.co/gym/trainers/

thanks

Hi There,

In this case, you have to create 2 sections with the 3 columns, then insert the classic card element to each column:

Hope it helps :slight_smile:

1 Like

Hey,
i did what you told me , but i didn’t get the same result like the link that i sent you :http://demo.theme.co/gym/trainers/

Thanks

And oone more thing i wanna make all the pic on one size

Thank

That what i get

Hi There,

Please provide your URL so we can take a closer look.

Thanks

Sorry i work on local
i think its clear
I want the same pictures like the link .How can i procced
Thanks

Hey @Fayssal90,

In that case, you will need to import the Gym demo to your dev site so you could see the setup. We have no means to check local sites. The Gym demo and all the Expanded demos also includes all the content like the pictures and it also contains some CSS so it’s best that you import the demo. For more details, please see https://theme.co/apex/forum/t/setup-demo-content/56

Thanks.

What is this answer???

I didn’t need all the demo MAN.I just want do like the pictures on the link
i think its just easy for the support
you should know the configuration i’m not the one who create that demo to know the configuration

CAN ANYONE HELP ME DOING LIKE THIS

Hi there,

You have to add a classic element, add a front title and content, then add back the title and content too, as well as a button. Then change its background colors. Nothing special, or you can download this template https://www.dropbox.com/s/8o23l1s1o5nrgdy/TRAINERS.csl?dl=0 and import it to your builder.

I also tried that with other title and content, as well with different images with exact same options and I did get the same result.

Thanks!

THIS IS CRAZY ???

CAN ANYONE GIVE ME STEP BY ETEP TO DO THIS WITHOUT COMPLICATIONS OR IMPORT ANY CODE JUST WITH CORNERSTONE: ***I WANT GALLERY WITH 6 PICS 3 under 3 ***

I DIDT IT WITH CLASSIC CARTE BUT THE PICS DIDN’T TAKE ALL THE CARTE DIMENSIONS AND THE CARDS CHANGES DIMENSIONS IN DEPEND ON THE PICS :I want the photos to fill all the frame of the card and the cards remain all in the same size, no matter the size of the image*

Hello,

You can download the template block from here :

Download it - Import to Cornerstone Templates.

After that go to Cornerstone CSS and place the following code:

.x-card-outer {
  max-width: 250px;
  margin: 0 auto;
}

.x-card-outer .x-face-title,
.x-card-outer .x-face-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

Hope it helps

how can i import the file to cornerstone template?

Thanks

Hi There,

Please click on the template icon in the cornerstone panel.

After that click on upload icon.

The file will upload and import to the page.

Hope this helps.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.