I have this running with one css class and it works great. As soon as I add another class (separated with a comma) it stops working even for the first class. I have tried with just a single comma and no space as well as comma and space, But nothing seems to work.
I can see it vars set in the page
var matchVars = {“mh_inner_array”:{“mh_selectors”:”.reading-box-center,.imageframe-align-center”}};
But its not working. At the moment this site is on a staging site and cannot be asccessed.
Any ideas would be much appreciated.
Just curious. Because this plugin has a very nice feature hard to find elsewhere. But I don’t want to use it, if nobody stands behind to maintain it.
]]>Sir,
How can I make equel the hight of all category page product’s coloumn.
Please suggest me the css class or id elements for this.
Thanks
Site- ijewelmart.com
*Attached here product coloumn screenshot image url
https://ijewelmart.com/wp-content/uploads/2017/11/ijmcategorypage.jpg
Hi there,
This plugin does just what I need, except the pages appear distorted until after everything has loaded. Is there a simple way to make the plugin load before other page content?
]]>Hi!
I just installed the matchHeight WordPress plugin after futzing around with a failed attempt at the script itself. My intention is to have it work with a few blocks in the template itself. But for some reason, it doesn’t seem to be working.
This is the example page I’m working on: https://palmetto-grill.com/wp/
I would like the three blocks below to be of equal height. I set the class for those blocks under settings > Matchheight, but it doesn’t seem to be taking it. Am I doing something wrong?
Thanks!
]]>Hi neilgee,
any chance that you can provide the following enhancement in your excellent working WP-PlugIn:
more line/group support … that means:
CSS selector elements group 1: css-element-no-1, css-element-no-2
CSS selector elements group 2: css-element-no-3, css-element-no-4
background: selector elements group 1 has a different height as selector elements group 2
Notice: That makes your WP-Plugin much more powerful for very individual & modulare webdesign work!!
Thanks very much for your support & assistance!
Best regards
I noticed that matchHeight works prior to a “load more” button. Once the “load more” button is clicked and additional listings are added, the matchHeight JS doesn’t re-arrange the height for the new listings.
How to make it work with the “load more” …?
Please advise. Thank you.
]]>Is it possible to change the plug-in to use “min-height” instead of “height” when it adds the inline css? I have accordions in some of my columns and since it gives it a height property when you expand the accordian the content overflows into the next section.
Thanks
]]>Hi,
I’ve got the plugin to work on one page with a different selector. I’ve then added and tried multiple selectors, and can’t seem to get the plugin to work here on this page – https://restaurantsalesgroup.com/
In a responsive view, this is what is showing – https://screencast.com/t/FxMyCw6QXGaz
What would the css selector be?
Thanks.
]]>This plugin is awesome but it isn’t working properly for my website. When I use the web inspector in Chrome, I noticed that the CSS style is added to the class selectors when the webpage is loading. But they immediately disappear after the webpage has completely loaded.
Please advise soon. Thank you.
]]>Hello! I’ve looked high and low for a plugin that will give me equal height for my masonry grid. I’m using CSS to generate the masonry grid layout (see below).
/* Masonry container */
body.blog div#primary {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}
/* Masonry bricks or child elements */
body.blog article {
background-color: #fff;
display: inline-block;
margin: 0 0 1em;
padding: 1em;
width: 100%;
}
body.blog .paging-navigation {
background-color: #f56991;
-webkit-column-span: all;
column-span: all;
}
/* Some ad hoc CSS useful for many themes */
body.blog .site-content {
margin: 1em;
}
h1, h2, h3, h4, h5, h6, a {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
I got it online from wpmudev
I’ve installed your plugin and I’ve tried the above CSS selectors and it’s not working. Help please!
]]>