I'm getting the same result as you but I also see a JavaScript error in the console. I think you've uncovered a bug. There is an undefined variable in Formidable's code. I suggest you open a ticket with Strategy 11. This is the error:
Uncaught TypeError: boxChildArgs is undefined
getLayoutBuilderBox http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:297
children http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:220
map http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
each http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:24
map http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
getListingPageWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:220
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
get http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
getListingPageWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:219
getLayoutBuilderAreaWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:219
processActivePageContent http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:217
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
get http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:309
poll http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
each http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:24
poll http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
handleSuccessCallback http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
success http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:26
jQuery 4
editor.min.js:297:203
getLayoutBuilderBox http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:297
children http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:220
map http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
each http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:24
map http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
getListingPageWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:220
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
get http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
getListingPageWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:219
getLayoutBuilderAreaWorkingSpace http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:219
processActivePageContent http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:217
placeholder http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
get http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:309
poll http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
each http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:24
poll http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:308
handleSuccessCallback http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:25
success http://localhost/public_html/wp-content/plugins/formidable-views/js/editor.min.js?ver=5.6:26
jQuery 4
Thanks. Yes, they've confirmed it's a bug, and suggested that I roll back to a previous version of Views.
Please login or Register to submit your answer