cscheltinga

Results 3 comments of cscheltinga

Had the compatible issues with Visual Composer as well. Fixed it with @cooms13 solution: **Original** `$.each(['show', 'hide'], function (i, ev) {` **Replace with** `$('.cmb2-row').each(['show', 'hide'], function (i, ev) {` On...

As far as I know, this is still an Open issue. But I've created a workaround: In a multisite you can use _switch_to_blog(id)_. So this way we can create a...

> Hi @cscheltinga, did you try that workaround and it is actually working? Have you tried that with dynamic settings? Will this work? For example (to save you time) if...