kokers
kokers
Solution to access swiper object directly: ``` var elementorSwiper = document.querySelector('.swiper-container').swiper; elementorSwiper.params.autoHeight = true; ``` put this on `$(window).load(function(){})` or similar.
It's not error. If no new_keys have been added then this variable isn't set (that mean I just edited existing keys), OR if there is (that mean new keys where...
Thanks :o) I will check it this weekend and add some things (like switch between input/textarea for translation). Long form is indeed better readable. :o) I will keep it in...
Thanks for this, I will apply this changes this weekend. :o) I don't really remember why there is an alias (I'm trying to avoid that, if it's not necessary). probably...
@XhmikosR Unfortunately srcset doesn't work properly. Consider this example for html: `` After running grunt task it became: `` in the gruntfile I've added inside options.html this line: `'img[srcset]': 'srcset',`...
I would recommend [https://wordpress.org/plugins/wp-githuber-md/](https://wordpress.org/plugins/wp-githuber-md/) to write markdown in WP. You can enable it only for wedocs post type.
Hey @martinstoehr thanks for submitting this. This solution still depends on the JS library and ideally we wouldn't rely on any in this case. If you have a bit of...
Thank you for testing the solution. Much appreciated. Glad to hear it works without issues. Will look into adding this in future release.
@timotei-litespeed sure, let me pull this commit and test it. Will let you know if that fix it.
Sorry it took a bit but needed to make sure. Of course doing this on staging no worries. It doesnt work. I had originally just a code in `wp_head` hook...