Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1173322

    setTimeout( modal.trigger( 'change' ), 300 ); should be setTimeout( function(){ modal.trigger( 'change' ); }, 300 ); on line 712

    Enfold Version: 4.7.1
    WP Version: 5.3.2

    Also AviaBuilder::VERSION hasn’t been updated from 4.6.3 to 4.7.1 in template-builder.class.php so assets are being enqueued with same query string as the previous version, meaning some people could be getting served cached assets which could cause problems.

    #1173393

    Hey,

    Thanks for the heads up!

    I have forwarded suggested changes to our devs and it will be included in upcoming update.

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.