Skip Navigation

[Resolved] Different sizes columns

This support ticket is created 7 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 0.78 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Christian Cox 7 years, 3 months ago.

Assisted by: Christian Cox.

Author
Posts
#478860

Hi

I'm trying to set a view in bootstrap with alternated sizes

1st line ==> col-sm-7 + col-sm-5
2nd line ==> col-sm-5 + col-sm-7
3rd line ==> col-sm-7 + col-sm-5

I tried this, but it doesnt work ,

Can you please give me a hint ?

<wpv-loop wrap="2" pad="true">
<div class="row">
[wpv-item index=1]
<div class="col-sm-7">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
[wpv-item index=2]
<div class="col-sm-5">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
</div>
<div class="row">
[wpv-item index=3]
<div class="col-sm-5">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
[wpv-item index=4]
<div class="col-sm-7">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
</div>
<div class="row">
[wpv-item index=5]
<div class="col-sm-7">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
[wpv-item index=6]
<div class="col-sm-5">[wpv-post-body view_template="Loop item in Accueil-projets"]</div>
</div>
</wpv-loop>

#478939

I got it...

<wpv-loop wrap="4" pad="true">

#478952

Hi Miguel, glad to see you were able to get this working. Please let me know if you need further assistance with your loop layout.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.