This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Same Height

ਵੇਰਵਾ

Sometimes we want to display to boxes side by side and they have to look the same. CSS doesn’t always help.

This plugin will use jQuery to detect the boxes you want and force them all to have the same size. The size is uses is the size of the tallest box.

If you have a some parts of your content that need to have the same height, simply wrap them with the [sameheight/] shortcode like this:
[sameheight]
This is a short text
[/sameheight]
[sameheight]
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]

When the html renders on your screen, both parts content parts will look equally height. This is very useful if they are floating next to each other and they have a background.

What if I have different sizes in the same page?

You can group shortcodes like this:
[sameheight group=”1″]
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight group=”1″]
This is a short text
[/sameheight]
[sameheight group=”2″]
This is another short text
[/sameheight]
[sameheight group=”2″]
This text is long, but not quite as long as the previous one. So, I don’t want these to parts to look as long. But they should still look the same.
[/sameheight]

What if I have a responsive site and I only want the same height to apply in wide-screen, side-by-side configurations?

You can add a breakpoint like this.
[sameheight breakpoint=”xs” ] (You could even use no breakpoint at all)
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight breakpoint=”xs” ] (You could even use no breakpoint at all)
This text always has to use the same height than the previous one.
[/sameheight]
[sameheight breakpoint=”md”]
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight breakpoint=”md”]
This text only has to use the same height when it is next to the previous, but not when it is underneath on smarphones.
[/sameheight]

You have these breakpoints (those familiar with bootstrap know them):

  • “xs” forces same height for all window widths (extra small window – smartphone). Alternatively, you can use no breakpoint
  • “sm” forces same height for window widths > 768px (small window – small tablet)
  • “md” forces same height for window widths > 992px (medium window – table or small desktop)
  • “lg” forces same height for window widths > 1200px (large window – desktop)

Names and widths are based on bootstrap.

Please, note that shortcodes with different “breakpoint” will be in different groups regardless of the “group” setting. You can still use “group” to separate to groups with the same “breakpoint”.

I have some styles in CSS for my classes. How can I apply classes to the content?

Easy:
[sameheight additional_classes=”my-class1 my-classA”]
This is a short text
[/sameheight additional_classes=”my-class2 my-classB”]
[sameheight]
This is a very, very, very, very, very, very long text
[/sameheight]

Can I use all the possibilities together?

Sure:
[sameheight group=”1″ breakpoint=”md” additional_classes=”my-class1 my-classA” /] will work.

Do I need to use the shortcode?

No! If you are editing your html, you can put the right properties in it. That’s all tha shortcode does. Make sure you add the class ‘same-height’. If you use a break point, add it with a hyphen (-) like this: ‘same-height-xs’, ‘same-height-sm’, ‘same-height-md’, or ‘same-height-lg’. The Javascript is looking for those classes to identify the html elements it has to work on.
If you are grouping boxes, use the ‘same-height-group’ property. Like <div class="same-height" same-height-group="1" >

ਸਕਰੀਨਸ਼ਾਟ

  • To boxes side to side with the same height

ਸਥਾਪਤੀਕਰਨ

  1. On the left side menu select Plugins > Add New
  2. In “Search Plugins” field enter “same height” and search
  3. Press “Install Now” button of the “same height”

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

What if I have different sizes in the same page?

You can group shortcodes like this:
[sameheight group=”1″]
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight group=”1″]
This is a short text
[/sameheight]
[sameheight group=”2″]
This is another short text
[/sameheight]
[sameheight group=”2″]
This text is long, but not quite as long as the previous one. So, I don’t want these to parts to look as long. But they should still look the same.
[/sameheight]

What if I have a responsive site and I only want the same height to apply in wide-screen, side-by-side configurations?

You can add a breakpoint like this.
[sameheight breakpoint=”xs” ] (You could even use no breakpoint at all)
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight breakpoint=”xs” ] (You could even use no breakpoint at all)
This text always has to use the same height than the previous one.
[/sameheight]
[sameheight breakpoint=”md”]
This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very, very long text
[/sameheight]
[sameheight breakpoint=”md”]
This text only has to use the same height when it is next to the previous, but not when it is underneath on smarphones.
[/sameheight]

You have these breakpoints (those familiar with bootstrap know them):

  • “xs” forces same height for all window widths (extra small window – smartphone). Alternatively, you can use no breakpoint
  • “sm” forces same height for window widths > 768px (small window – small tablet)
  • “md” forces same height for window widths > 992px (medium window – table or small desktop)
  • “lg” forces same height for window widths > 1200px (large window – desktop)

Names and widths are based on bootstrap.

Please, note that shortcodes with different “breakpoint” will be in different groups regardless of the “group” setting. You can still use “group” to separate to groups with the same “breakpoint”.

I have some styles in CSS for my classes. How can I apply classes to the content?

Easy:
[sameheight additional_classes=”my-class1 my-classA”]
This is a short text
[/sameheight]
[sameheight additional_classes=”my-class2 my-classB”]
This is a very, very, very, very, very, very long text
[/sameheight]

Can I use all the possibilities together?

Sure:
[sameheight group=”1″ breakpoint=”md” additional_classes=”my-class1 my-classA” /] will work.

Do I need to use the shortcode?

No! If you are editing your html, you can put the right properties in it. That’s all tha shortcode does. Make sure you add the class ‘same-height’. If you use a break point, add it with a hyphen (-) like this: ‘same-height-xs’, ‘same-height-sm’, ‘same-height-md’, or ‘same-height-lg’. The Javascript is looking for those classes to identify the html elements it has to work on.
If you are grouping boxes, use the ‘same-height-group’ property. Like <div class="same-height" same-height-group="1" >

ਸਮੀਖਿਆਵਾਂ

29 ਜੂਨ 2017 1 reply
It easy and works great for same height text boxes. If only i have found it before i lost 2 hours playing with paddings.
12 ਸਤੰਬਰ 2016 1 reply
I was targeting divs in the header and the content areas. Other plugins failed and my hand coding that would work if the divs were on the same page failed as well. Happy now
3 ਸਤੰਬਰ 2016 1 reply
If you use it in php code, just use "same-height", not "sameheight". I´m using Plugin Version 1.1.1
3 ਸਤੰਬਰ 2016 2 replies
The plugin is going to put an extra JS file on your page which will find all the entities that were wrapped with the shortcode and force them to be as heigh as the heighest
Read all 4 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Same Height” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Same Height” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.4.0

  • We make this plugin compatible with Automattic’s AMP plugin https://wordpress.org/plugins/amp/

1.3.0

*We load the minified JS by default. If SCRIPT_DEBUG is set to true, the non minified is used
*We remove deprecated jQuery functions

1.2.0

  • When blocks are marked to have the same height with a breakpoint, the window widths measurement is improved to have consistency with bootstrap: In stead of usind window.widht, we now use window.matchMedia. For older browser without support to .matchMedia, .width is used.

1.1.0

  • When blocks marked to have the same height contained images, the previous version could do the calculations without taking it into account. Now, all images will be taken into account after they load.

1.0.0

  • First release