Tagged: enfold, media uploader
Hi, there is a “possible” bug I encountered in enfold/framework/js/avia_media.js?ver=3.8
due to this bug, no images where uploaded into posts
this line should be changed : window.original_send_to_editor = window.send_to_editor;
to window.avia_original_send_to_editor = window.send_to_editor;
error: Maximum call stack size exceeded error due to infinite loop
as this plugin http://codecanyon.net/item/map-list-pro-searchable-google-maps/2620196
uses same window.original_send_to_editor = window.send_to_editor;
after changing plugin to window.mapro_original_send_to_editor = window.send_to_editor;
bug gone away
thank you
Hey ecesara!
Thank you for the hint :)
Regards,
Peter