You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use jquery-match-height and everithinbg working fine until i use Woocommerce Ajax-Enabled, Enhanced Layered Navigation plugin to filter products. After filtering my products are not same height (i need to refresh the page to get products same height again). Can somebody help me?
I use jquery-match-height and everithinbg working fine until i use Woocommerce Ajax-Enabled, Enhanced Layered Navigation plugin to filter products. After filtering my products are not same height (i need to refresh the page to get products same height again). Can somebody help me?
Script i use:
`<script type="text/javascript">
$(".product_name").matchHeight({
byRow: true,
property: 'height',
target: null,
remove: false
});
</script>`
The text was updated successfully, but these errors were encountered: