Skip to content

Commit

Permalink
[ #288 ] elementor tabs columns view
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Sep 7, 2023
1 parent 2c91c7b commit a420992
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
@@ -1,5 +1,6 @@
= 3.1.9 - TBD -
- Fixed: Automatic excerpt elipsis[...] always hidden after first readmore lick ( [#413](https://github.com/WPChill/strong-testimonials/issues/413) )
- Fixed: Automatic excerpt elipsis[...] always hidden after first readmore click ( [#413](https://github.com/WPChill/strong-testimonials/issues/413) )
- Fixed: Compatibility with Elementor tabs ( [#288](https://github.com/WPChill/strong-testimonials/issues/288) )

= 3.1.8 - 18.08.2023 -
- Changed: Removed plugin tracking ( [#394](https://github.com/WPChill/strong-testimonials/issues/394) )
Expand Down
12 changes: 12 additions & 0 deletions public/js/lib/strongslider/jquery-strongslider.js
Expand Up @@ -304,6 +304,18 @@
}
};

/**
* Fix for Elementor/ Elementor PRO tabs compatibility.
*/
$(window).on( 'elementor-pro/motion-fx/recalc', function(){
if (reallyVisible() && compatCheck()) {

// perform all DOM / CSS modifications
setup();

}
});

/**
* Performs all DOM and CSS modifications
*/
Expand Down

0 comments on commit a420992

Please sign in to comment.