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

suxing

管理员
每天清晨有多少双眼睛睁开,有多少人的意识苏醒过来,便有多少个世界。
IP归属地: 广东
文章
214
评论
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,072
0

评论

空空如也
suxing
suxing
2019-04-16 14:56:04 广东

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

智能摘要 DeepSeek Smartideo 2 是 WordPress 插件的全新版本,支持 iframe 引用和响应式播放器,解决了 CDN 缓存播放器 ...
  • WordPress 插件
  • WordPress 教程
  • smartideo
  • 视频
  • 跨屏
6,895 4
suxing
suxing
2014-11-10 0:50:47 广东

推荐 WORDPRESS常用固定链接(伪静态)格式

智能摘要 DeepSeek WordPress伪静态设置可提升网站优化,固定链接可根据主机类型(Linux或Windows)进行设置。Linux下支持多种永久 ...
  • WordPress 教程
14,266 3
suxing
suxing
2015-05-04 23:54:36 广东

推荐 苏醒主题 & WordPress 配置全指南

智能摘要 DeepSeek 这篇文章介绍了如何使用WordPress主题,涵盖从安装到配置的全过程。主要内容包括: 1. **WordPress基础**:W ...
  • WordPress 教程
  • wordpress教程
  • wordpress配置
15,344 3
suxing
suxing
2018-12-30 17:35:18 广东

推荐 古登堡Gutenberg编辑器中如何添加短代码Shortcode

智能摘要 DeepSeek 在Gutenberg编辑器中,拖动短代码块至加号按钮后的小部件区域,点击“插入”即可将短代码添加到页面中,保存后即可发布。 ...
  • WordPress 教程
4,171 1
suxing
suxing
2019-12-20 12:39:34 广东

推荐 解决WordPress 文章英文单词溢出/单词断词等问题

智能摘要 DeepSeek 本文指出WordPress中文主题开发中常出现的排版问题:长英文、长链接溢出,英文单词断行。解决方案包括:1)在文章内容样式表中增加`word-wrap: break-word;`和`white-space: ...
  • WordPress 教程
4,550 1

我用的 WordPress 主题

2021 年单栏 WordPress 主题

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