Hi Guys,
Hope all of you are well!
I’ve faced with an issue in IE 11 (have no chance to check on another browser now) – when I click on “Add/Seelct from gallery” button to select pictures from gallery then nothing happens. Gallery doesn’t appear. And I can see error in the console:
SCRIPT5045: Assignment to read-only properties is not allowed in strict mode
File: avia-media.js, Line: 136, Column: 5
And this is from debugger:
// click event upload button
$body.on('click', '.aviabuilder-image-upload', function( event )
{
event.preventDefault();
var clicked = $(this),
options = clicked.data();
parent = clicked.closest('.avia-modal-group-wrapper');
ERROR: Assignment to read-only properties is not allowed in strict mode
if( parent.length == 0 )
{
parent = clicked.closest('.avia-form-element-container');
}
Current ENFOLD version is the latest one – 4.4.1, PHP version is 7.19
to lift up the topic…
Hi,
Please try this solution
Best regards,
Mike
Hi Mike, thank you so much! Will this fix be incorporated into the next Enfold update? And do you know the expected date of the next stable release?