Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #978887

    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

    • This topic was modified 6 years, 3 months ago by Alex.
    #979317

    to lift up the topic…

    #979666

    Hi,
    Please try this solution

    Best regards,
    Mike

    #980319

    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?

    #980353

    Hi,
    I’m sure that it will be. Sorry I don’t have a ETA on the next release.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

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