苏醒 苏醒
  • 首页
  • WP主题
  • WP插件
  • WP教程
  • 是日一记
  • 博客
    • 留言
    • 唠叨
    • 盆友圈
    • 栏目推荐

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
216
评论
236
suxing
2015-05-08 12:22:48 广东

wordpress 4.2顶部”显示选项”无法打开解决办法

文章字数:468
阅读时间: 2 分钟
智能摘要 DeepSeek
After updating WordPress to version 4.2, users encountered an issue where the top menu could not be opened. The problem stemmed from the display options in the WordPress后台菜单设置,右上角的"显示选项"菜单无法下拉。 The solution involves modifying the functions.php file with a custom function to remove help tabs, as explained by a workaround provided by a developer named 方总 on his blog.

wordpress 4.2顶部

 

 

WordPress4.2版本更新后..相信大家都发现顶部菜单无法打开..

前几天,有不少朋友问苏醒..

位于WordPress后台【外观】-【菜单】中,右上角的【显示选项】无法下拉。开始我还以为我刚更新的traveler主题哪里出问题了。。

今天,群里的大神方总找到了顶部菜单无法打开的问题所在,并给出了解决方式。

说直观点就是关掉显示选项旁边的帮助选项卡即可(4.2以上版本的\wp-admin\nav-menus.php文件有问题)

将下面代码放在主题的functions.php文件之前任意位置即可。

function Uazoh_remove_help_tabs($old_help, $screen_id, $screen){
    $screen->remove_help_tabs();
    return $old_help;
}
add_filter('contextual_help', 'Uazoh_remove_help_tabs', 10, 3 );

以上代码转自:方总http://www.uazoh.com/archives/1700.html

  • WordPress 教程
  • WordPress4.2顶部菜单无法打开
  • 显示选项无法下拉
  • 显示选项无法打开
等 人表示很赞
6,204
0

评论

空空如也
suxing
suxing
2021-02-09 16:27:33 广东

推荐 如何解决 WORDPRESS 内存耗尽

智能摘要 DeepSeek WordPress内存错误提示允许内存大小耗尽,可通过增加PHP内存限制解决。方法一:在wp-config.php文件末尾添加`d ...
  • WordPress 教程
4,710 0
suxing
suxing
2014-11-26 14:11:52 广东

推荐 如何修改wordpress主题的样式和文件

智能摘要 DeepSeek 这篇文章介绍了如何通过浏览器检查元素、使用notepad++修改CSS代码等方法,帮助用户在WordPress主题中调整样式。具体 ...
  • WordPress 教程
18,486 5
suxing
suxing
2014-11-10 0:42:55 广东

推荐 解决WordPress中数字英文字符串不能自动换行的问题

智能摘要 DeepSeek 在WordPress编辑器中,长字符串无法自动换行,溢出到侧边栏或隐藏。解决方案是添加CSS样式代码<code>wor ...
  • WordPress 教程
  • WordPress英文换行
8,982 1
suxing
suxing
2015-12-30 11:49:08 广东

推荐 关于WordPress后台加载速度慢的问题

智能摘要 DeepSeek 该问题主要因谷歌字体和头像加载问题导致,具体解决方案如下: 1. 禁止加载谷歌字体:在`functions_suxingme.p ...
  • WordPress 教程
  • Gravatar头像
  • Gravatar头像无法显示
  • wordpress主题
  • wordpress教程
8,317 0
suxing
suxing
2016-04-23 9:55:54 广东

推荐 WordPress菜单导航功能设置教程

智能摘要 DeepSeek 初次使用WordPress主题建站时,建议按以下顺序操作:新建分类目录、几篇文章、页面、菜单和小工具,调整功能选项。特别提醒不要在 ...
  • WordPress 教程
  • WordPress导航教程
  • WordPress导航设置
  • wordpress教程
  • WordPress菜单教程
  • WordPress菜单设置
12,617 2

我用的 WordPress 主题

2021 年单栏 WordPress 主题

Copyright © 2012-2026 苏醒. All rights reserved. Designed by nicetheme.
  • 首页
  • 主题
  • 教程
  • 博客
  • 唠叨
  • 留言