苏醒 苏醒
  • 首页
  • 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,241
0

评论

空空如也
suxing
suxing
2014-11-10 0:42:55 广东

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

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

推荐 解决 wordpress 网站频繁出现 502 bad gateway 报错

WordPress网站出现”502 Bad Gateway”错误常见原因及解决方法如下: 1. **服务器过载**:资源不足、重启服务器 2. **网关或代理服务器问题**:Nginx配置错误、检查上游服务器 3. **PHP超时**:修 ...
  • WordPress 教程
  • WordPress 502 Bad Gateway
  • WordPress服务器配置
  • WordPress服务器问题
6,180 0
suxing
suxing
2018-12-12 11:31:42 广东

推荐 WordPress 5.0古德堡Block Editor切换回经典编辑器Classic Editor

智能摘要 DeepSeek WordPress 5.0发布后,用户若不想使用新版本的Block Editor,可通过以下步骤切换回Classic Editor ...
  • WordPress 教程
4,613 1
suxing
suxing
2019-04-16 14:56:04 广东

推荐 WordPress插件smartideo支持插入B站视频

智能摘要 DeepSeek Smartideo 2 是 WordPress 插件的全新版本,支持 iframe 引用和响应式播放器,解决了 CDN 缓存播放器 ...
  • WordPress 插件
  • WordPress 教程
  • smartideo
  • 视频
  • 跨屏
7,086 4
suxing
suxing
2019-01-05 10:36:25 广东

推荐 WordPress标题的分隔符-被转义为&#8211的解决办法

智能摘要 DeepSeek 在WordPress中,使用英文横杠“-”作为SEO分隔符时,会被wptexturize函数转义为HTML字符。为解决此问题,可停 ...
  • WordPress 教程
  • amp
  • wordpress
  • wptexturize
8,243 6

我用的 WordPress 主题

2021 年单栏 WordPress 主题

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