Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Make Items Equal Height – not working

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,

I'm using ZenTools2 (v2.3.7) in Grid layout and have the Make items equal height option set but for some reason it doesn't seem to be working:

windsor.cloudaccess.host/producer-services

Probably user error but can't figure out what's wrong so thanks in advance for your help!
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I'm getting a 404 on this page at the moment

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry … they updated the page title: windsor.cloudaccess.host/services
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
Last Edit: 6 years 7 months ago by bodeinvenice.
The administrator has disabled public write access.
Hi

Is this site on a ticket?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes: E048F498OP
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Sorry for the delay on this - I'm getting a 404 on this page now
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I think you're loading the wrong URL … further down the thread there is a revised link as this was reported previously.

Here it is again: windsor.cloudaccess.host/services
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
yep sorry about that :(
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

Just following up to see if there is any update on this item.

Thanks!
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Nick,

I thought I had replied to this somewhere?

Think it was in regard to checking if there was an error in the Typekit and if you could test with typekit turned off

to see if there was a js error and if it was a factor

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I disabled the Typekit and tested again but unfortunately got the same results.

LMK if you want me to try anything else.

Thanks,
Nick
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
hmm ok

Looking again at this and the design does seem a problem
rather than re-code that try adding a min height

@media (min-width:1200px) {
#zentools-1259 h5 a {min-height: 185px;}
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I tried that an although it equalizes the box heights, the text is no longer centered within the boxes.

In addition, I'm seeing the same type of problem with equalized box sizes on the Home Page with module #1233: windsor.cloudaccess.host/

~ n
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
With the full-screen example, there is always going to be a problem

you could try

@media (max-width:1750px) {
#zentools-1233.zentools .zt-text-intro {min-height: 320px;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
with the other one you try flex to align it

@media (min-width:1200px) {
#zentools-1259 h5 a {min-height: 185px;
display: flex;
flex-direction: column;
justify-content: center;}
}

Does that work?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: bodeinvenice
Worked like a charm!
Thank you!!
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
This also worked … thanks again!
  • bodeinvenice's Avatar
  • bodeinvenice
  • LIfetime Developer - Big Bamboo
  • 73 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Cheers :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers