• I have been working on a WP site for a few weeks now and everything was fine. A few days ago I wanted to customize the footer (copyright text). When I clicked the cogwheel, I didn’t get customization options but everything was empty. Same thing with a couple of plugins. There are no customization options, and whatever button I click nothing happens.
    In example of Ninja forms, when I try to create a new form. As you can see everything is empty, with no fields, inputs, etc. When I click the buttons Email & Actions, Advanced, etc nothing happens. I get the same thing with other plugins or parts of WP. I have tried clearing cookies and cache, different browsers, and updating WP and plugins but nothing seems to work. IS there a bug in WP or is there something else I’m missing?

    Thank you in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    It sounds like your server *might* be running out of memory. You could try to increase the amount of memory available to PHP.

    To do this, edit wp-config.php file just before the line that says That’s all, stop editing! Happy blogging.

    Add this line:

    define( 'WP_MEMORY_LIMIT', '256M' );

    If this has no effect, try 512M

    You host might be limiting the amount of memory available, so also contact their support to find out whether it can be increased.

Viewing 1 replies (of 1 total)
  • The topic ‘Wp Bug where customization fields are not visible’ is closed to new replies.