Skip to content

Commit

Permalink
[ #413 ] ellipses removed from read more
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Sep 7, 2023
1 parent 547c34b commit 2c91c7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,3 +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) )

= 3.1.8 - 18.08.2023 -
- Changed: Removed plugin tracking ( [#394](https://github.com/WPChill/strong-testimonials/issues/394) )
- Changed: Removed license tab added by premium extensions ( [#397](https://github.com/WPChill/strong-testimonials/issues/397) )
Expand Down
7 changes: 6 additions & 1 deletion public/js/lib/readmore/readmore.js
Expand Up @@ -119,7 +119,12 @@

excerptWrapper[0].style.display = 'block';

// 3. do stuff at end of animation (the event listener above)
// 3. Add back the elipsis if needed.
if (ellipsis) {
ellipsis.style.display = 'inline';
}

// 4. do stuff at end of animation (the event listener above)
fireCustomEvent();
}

Expand Down
2 changes: 1 addition & 1 deletion public/js/lib/readmore/readmore.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions readme.txt
Expand Up @@ -206,6 +206,9 @@ No. If you already have testimonials in another plugin or theme, you will have t
8. View editor

== Changelog ==
= 3.1.9 - TBD -
- Fixed: Automatic excerpt elipsis[...] always hidden after first readmore lick ( [#413](https://github.com/WPChill/strong-testimonials/issues/413) )

= 3.1.8 - 18.08.2023 -
- Changed: Removed plugin tracking ( [#394](https://github.com/WPChill/strong-testimonials/issues/394) )
- Changed: Removed license tab added by premium extensions ( [#397](https://github.com/WPChill/strong-testimonials/issues/397) )
Expand Down

0 comments on commit 2c91c7b

Please sign in to comment.