Skip to content

Instantly share code, notes, and snippets.

@djrmom
Created September 8, 2020 15:14
Show Gist options
  • Save djrmom/f2b9f7edb52d9a9c6b6ee56e917cc84f to your computer and use it in GitHub Desktop.
Save djrmom/f2b9f7edb52d9a9c6b6ee56e917cc84f to your computer and use it in GitHub Desktop.
facetwp flatsome equal heights
/** for using flatsome equal heights setting
** see https://facetwp.com/how-to-use-hooks/#hooks-link for how to add this js
** in a snippets plugin or functions.php
**/
(function($) {
$(document).on('facetwp-loaded', function() {
Flatsome.attach("equalize-box", $(".facetwp-template"));
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment