问题标签 [wordpress-3.9]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1355 浏览

wordpress - 使用 JavaScript 调用 WordPress 自动保存

带有版本的 WordPress3.9重构了自动保存功能#25272

是否仍然可以使用 JavaScript 手动触发自动保存?

最近我们可以使用autosave()当前模拟的函数:

0 投票
4 回答
3526 浏览

mysql - 升级到 3.9 后 Wordpress 插件出错

将我的 Wordpress 安装更新到 3.9 后,我不断收到以下错误:

我无法完全弄清楚出了什么问题。这是 3.9 之前的代码:

我已经剪掉了其余部分,因为它似乎与错误无关:)

解决方案:

找到了。

错误出现在 3.9 升级中。

http://make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/

“在 WordPress 3.9 中,我们为 WPDB 添加了一个额外的层,使其在使用 PHP 5.5 或更高版本时切换到使用 mysqli PHP 库。

对于插件开发者来说,这意味着你绝对不应该再使用 PHP 的 mysql_*() 函数——你可以使用等效的 WPDB 函数。”

0 投票
1 回答
97 浏览

image-scaling - 如何在 Wordpress 3.9 中将图像缩放到 60%?

在以前版本的 Wordpress 中,图像可以一键自动缩放到 60%。现在在 Wordpress 3.9 中,唯一的自动缩放是缩略图、中等和全尺寸。我可以选择自定义大小或将其拖动到我想要的近似大小,但自定义大小需要我自己计算 60%,并且拖动它是不精确的。

我所有的图像都是不同的高度和宽度。它们是书面字体的图像,因此每个图像的字体大小都需要相同,即使高度和宽度不同。在过去,我只是让我所有的图像显示为 60%。有没有办法在 Wordpress 3.9 中做到这一点?

0 投票
1 回答
677 浏览

php - WordPress 3.9 多站点数据库连接错误

我安装了 ZendFW 应用程序和 WPMU。Zend 应用程序的管理员有一个界面,他们可以在其中创建新的 MU 站点。

我包括wp-load.php然后打电话wpmu_create_blog等等......

将 WP 更新到 3.9 后,建立数据库连接时出现错误。

此测试代码适用于 3.8,但在尝试 WP 3.9 时会出现 db 错误。

blog38是 WP 3.8

blog39是 WP 3.9

有谁知道问题是什么?如何解决此连接错误?

0 投票
1 回答
121 浏览

javascript - 列表框在 wordpress3.9 中返回错误值

我在 Wordpress 3.8 中使用了列表框 UI 元素,但它在较新的版本 (3.9) 中不起作用。我写了这段 JS 代码来测试它:

这创建了一个列表框,但是当我单击菜单项而不是提醒“ICON”数组的最后一个元素时,它会显示列表框中的所有元素。如何提醒我单击的列表项?

0 投票
1 回答
4911 浏览

custom-post-type - 如何将摘录框添加到函数中的自定义帖子类型?

我只想要标准的摘录框 - 而不是我自己创建的元框,添加到自定义帖子中。该框显示在帖子中,但不在自定义帖子中。我已经尝试了这两种较旧的解决方案,但都没有奏效(可能是 WP 3.9 的问题):

自定义帖子类型名称为“独家新闻”

我将此添加到register_post_type_scoop() $labels = array

但它没有用 - 这也没有:

0 投票
1 回答
1491 浏览

wordpress - tinymce.WPWindowManager 已弃用。如何在 TinyMCE 4 和 WordPress 3.9 中使用默认的 editor.windowManager?

我有一个 TinyMCE 插件,它使用以下代码打开一个 popin:

自从我更新到 WordPress 3.9(嵌入 TinyMCE 4)后,我在控制台中收到以下错误:

如果我wpDialog : true从上面的代码中删除“”部分,我的 popin 将不再出现(没有错误)。

我需要更改什么才能在 TinyMCE 4 中使用默认的 windowManager?我检查了他们的网站,但找不到有关从 div 打开 popin 的文档,但只能从外部 HTML 页面中找到,请参阅:

0 投票
1 回答
1393 浏览

wordpress - How do I add the fullpage tinymce plugin to the standard tinymce editor in wordpress for a plugin?

I want to use the tinymce fullpage plugin normally included with a standardard tinymce install.

to add the tinymce full page plugin i have tried adding the following:

However upon inspection doing that makes it so that tinymce is looking for the tinymce fullpage plugin that does not exist naitive tinymce location it would expect ( /wp-includes/js/tinymce/plugins/fullpage/plugin.min.js ).

I then tried downloading tinymce and extracting just the fullpage plugin directory and placing that plugin in my wordpress plugin i am creating at the path /fullpage_plugin/plugin.min.js. I then tried referencing it doing the following:

It is indeed seeing the file, however for some reason tinymce is still looking for the plugin at ( /wp-includes/js/tinymce/plugins/fullpage/plugin.min.js )

Anybody out there possibly know the right way to enable fullpage support for the standard tinymce wp_editor included with wordpress 3.9.1?

Thanks!

0 投票
0 回答
167 浏览

html - Wordpress - 选择标签会自动附加

我想在我的 wordpress 帖子中添加一个下拉列表。所以我把它放在文本编辑器中

但是,一旦我切换到可视化编辑器,然后再回到文本编辑器,我就会看到这个,

为什么 wordpress 会自动将选择标签附加到每个选项值?

我正在使用 wordpress 3.9.1 二十十二主题

0 投票
2 回答
1936 浏览

tinymce-4 - TinyMCE 4.x editor.windowManager.open autoscroll and overflow issue

I am having problem with TinyMCE 4.x custom plugin js for editor.windowManager.open. I used autoScroll: true, height: 500, width: 800 and few more parameters but only height and width gets effect. I can see the scrollbar but it doesn't work and body content are visible.