Can not Delete Sections on Divi
-
I was able to make and delete modules(sections) on the page builder for a while, now all of the sudden it’s not allowing me to “X” out or delete sections that I’ve created.
I cleared my catche, tried different browsers and still nothing. I currently use Chrome.
After inspecting the source, it pointed out that this code is wrong:
_.each( views, function( view, key ) { if ( view['model']['attributes']['parent'] === parent_id ) child_views[key] = view; } );
Specifically the ”
if ( view['model']['attributes']['parent'] === parent_id )
” LineAny ideas what could have caused this?
Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can not Delete Sections on Divi’ is closed to new replies.