Skip Navigation

[Resolved] Toolset Blocks | Loop Style: Grid | Equal Heights?

This support ticket is created 3 years, 10 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 5 replies, has 2 voices.

Last updated by CSS Web 3 years, 10 months ago.

Assisted by: Waqar.

Author
Posts
#1670163
Screen Shot 2020-06-19 at 10.26.38 AM.png

Tell us what you are trying to do?

Aloha 🙂 I just want equal height cells, desktop and tablet, for Loop Style: Grid

Little surprised this isnʻt being offered as an option in the View Loop settings ... it seems a fairly fundamental user need?

I say the above with much respect for Toolset and the Team 🙂 LOVE this product!

Is there any documentation that you are following?

Iʻve failed to find a solution in Toolset Professional Support that I could employ.

Is there a similar example that we can see?

Please see screenshot

What is the link to your site?

Password protected during dev.

#1671831

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for your kind words and glad that our product is proving useful.

Your observation is correct and currently, there is no built-in feature to make the grid loop items show with equal heights.

I've shared this feedback to the concerned team and for now, a workaround can be to include the following custom CSS code in the view block's "Custom CSS" field:
( screenshot: hidden link )


.tb-grid .tb-grid-column .wpv-block-loop-item {
    height: 100%;
}

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#1675745

Aloha Waqar,

Is there a way to share a password protected link with you?

Your solution is SO close - but oddly not perfect for some reason.

Love it if you can take a quick look.

Thanks 🙂

Bill

#1676521

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Bill,

Thanks for writing back.

I'd be happy to take a look and you're welcome to share temporary admin login details and link to a page where this view can be seen.

Note: Your next reply will be private and as a precaution please make a complete backup copy, before sharing the access details.

regards,
Waqar

#1678095

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Bill,

Thank you for sharing the link.

The issue seems to the difference in how different browsers calculate the percentage heights.
( background reading: https://stackoverflow.com/a/35537510 )

To make this work, you can slightly update the CSS code to:


.tb-grid .tb-grid-column,
.tb-grid .tb-grid-column .wpv-block-loop-item {
	height: 100%;
}

regards,
Waqar

#1678603

My issue is resolved now. Thank you!

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