UIKIT 2.24.3 issue… dirty solution…


Hey, this week-end I found that there was an issue with uikit 2.24.3 on slideset with filters, apparently it doesn't support data-uk-filter="" to me, anyway my app get stuck really quick anytime. So I went througt tm-beans: in lib/api/uikit/src/js/components/slideset.min.js, open it and replace all the content with slideset.min.js version 2.27.1 then everything get back in ordnung. I did the same with parallax.min.js because it doesn't play grayscale filter.

I'd like to know the rigth way to replace what is in place, there's explaination on it in documentation, but it doesn't ring a bell to me. I probably have to use this first:

beans_flush_compiler( 'uikit', get_template_directory() . '/lib/api/uikit/src/js/components/slideset.min.js' );

to me it doesn't do very much, I've tryied with smooth-scroll.min.js, and it is still active? What did I missed?


I had this one working:

beans_compiler_add_fragment( 'uikit', get_stylesheet_directory_uri() . '/lib/api/uikit-2.27.1/js/components/grid-parallax.min.js', 'js');

probably because it's not part of the package.

Write a reply

Login or register to write a reply, it's free!