Eliza

Results 6 comments of Eliza

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.