$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Appearance -> Menu editor completely unresponsive|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Appearance -> Menu editor completely unresponsive

matteradmin10PV0评论

As you can see in the image below, I am unable to edit any of my menus (French & English). When login in the dashboard of my website today, the menu editor in appearance was completely unresponsive. Aside from editing some page titles, nothing else was done to the site. In addition to the structure not displaying, none of the links are actually working. Clicking on the drop down arrows or links just does not do anything.

Would anyone be able to help me solve this issue.

Thank you in advance!

As you can see in the image below, I am unable to edit any of my menus (French & English). When login in the dashboard of my website today, the menu editor in appearance was completely unresponsive. Aside from editing some page titles, nothing else was done to the site. In addition to the structure not displaying, none of the links are actually working. Clicking on the drop down arrows or links just does not do anything.

Would anyone be able to help me solve this issue.

Thank you in advance!

Share Improve this question edited Jun 15, 2020 at 8:21 CommunityBot 1 asked Jan 23, 2019 at 10:58 Eliott WertheimerEliott Wertheimer 1 1
  • The responsive topic is not relevant. I think you have an error on javascript. Check the console (F12 -> Tab Console) of your browser for a error hint. – bueltge Commented Jan 23, 2019 at 11:02
Add a comment  | 

1 Answer 1

Reset to default 0

It seems that there is a conflict with your plugins. That's why, you are seeing this blank page. Follow these steps to solve the issue:

  1. Purge the cache content of your cache plugin or server cache.
  2. Deactivate all the plugins. Then reactivate them one by one. In this way, you can find the defective one, which you have to replace with an alternative option.
  3. Clear your browser history. Then head to Appearance > Menu. You will find that the issue has been fixed.
Post a comment

comment list (0)

  1. No comments so far