skip to Main Content

Anybody ever have a problem with DIVI Builder, where the entire editor module does not show when you try and edit a page?

It just shows me the below

Page editor

2

Answers


    1. Clear Browser Cache/Cookies
    2. I found that by placing this code to your .htaccess will resolve the particular limit on Apache Service.
    < IfModule mod_substitute.c >
    SubstituteMaxLineLength 10M
    < /IfModule >

    (Make sure you remove the spaces on the < > tag )

    • Increase WordPress Memory Limit on your hosting
    • To address memory limit issues, there are two paths:

    • Adjust it yourself or Contact your hosting company

    • FTP to your web hosting and edit your wp-config.php file

    define('WP_MEMORY_LIMIT', '256M');
    Login or Signup to reply.
  1. Just had almost the same issue. Fixed by installing Divi Tweaker plugin and enabled “Display Clear Divi Local Storage Button” and “Enable Divi Builder on Custom Post Types”. Hope this makes someone’s life easier.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search