通知-已更新div在没有提示的情况下四处移动

时间:2021-01-25 作者:brasofilo

我有一个div.notice.updated 这是在DOM上移动,我找不到执行此操作的代码。禁用所有插件并更改为默认主题,但没有结果。

我正在将元素打印到主内容块上,页面加载完成后,它会跳转到侧栏(显然是jQuery在运行):

<div class="notice updated">Form sent</div>
result of the error

我正在使用Frank Bueltge\'s Admin Style plugin 获取后端的标准WP HTML代码。

1 个回复
SO网友:brasofilo

正在搜索.notice 在WP源代码中,我发现罪魁祸首位于wp-admin/js/common.js:

$( \'div.updated, div.error, div.notice\' ).not( \'.inline, .below-h2\' ).insertAfter( $headerEnd );
添加inline 类解决了以下问题:

<div class="notice updated inline">Form sent</div>

相关推荐

WordPress wp-admin重定向和异常

在我输入正确的登录凭据后,Wordpress网站继续重定向到登录页面。当我输入错误的凭据时,它会显示一个错误,指出凭据不正确。因此,我启用了调试模式以查看错误消息,并且每当我尝试在启用调试模式的情况下访问wp admin时,都会产生以下错误。当我禁用调试模式时,将显示登录页面。Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to