• 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 ) ” Line

    Any ideas what could have caused this?

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    I have this same problem after upgrade wodpress to 4.5.1

    ??

    Make sure you’ve updated your Divi Theme. Once I did that it worked fine.

    This all sucks when you’re new to it. The learning curve is crazy.
    Mine won’t delete sections, etc and I don’t know how to update these things you’re mentioning and don’t even know how I got into this forum so I’ll never get any help because I won’t know how to get back here for answers.

    From what I can tell is a compatibility issue between WordPress 2.5.1 or 2.5.2 and Divi.
    Update your Divi theme to the latest version and all these should be solved.
    Remember to backup before updating, and get ready to fix some css issues after update ( mainly forms, but the Divi update can also affect menus, blurbs and so on ).
    Also, try contacting the guys from elegant themes – they can be pretty helpful in situations like these.
    For a quick and messy fix: try disabling the sections you can’t delete ( Mouse 2 over the section->Disable ). This will not fix the issue, but it will make the unwanted sections “disappear”.

    The reason why you can’t delete the sections is most probably because you left an unclosed <div> somewhere in the sections above. Re-read all your code in the previous sections and let me know if it worked.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can not Delete Sections on Divi’ is closed to new replies.