Hi Guys!
I really like your page builder, but I found a bug. When I’m editing my pages with the page builder and click on the “Live editor” I got JavaScript errors. Some of my plugins use Modernizr and also responsive calculations when the page loads. The problem is that Page builder JS hides the iframe when refresh the live preview and displays it after it is loaded.
It works fine in most browser, but Firefox is being lazy and when the iframe is hidden, it makes everything in the iframe display:none which prevents any calculation on page load.
Here is a related ticket on Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=795520
A simple fix would be to remove the line which hides the iframe:
//this.$(‘iframe#siteorigin-panels-live-editor-iframe’).hide();
I tested it and it worked as expected on Firefox and other browser too.
Best regards,
Roland Soos
smartslider3.com