11
questions
5
votes
1
answer
2k
views
tinymce.WPWindowManager is deprecated. How to use the default editor.windowManager instead in TinyMCE 4 and WordPress 3.9?
I have a TinyMCE plugin that opens a popin using the following code:
editor.windowManager.open({
id : 'popin-div-id',
width : 500,
height : "auto",
wpDialog : true,
title : 'Edit ...
2
votes
4
answers
4k
views
Error in Wordpress plugin after upgrade to 3.9
After I've updated my Wordpress install to 3.9, I keep getting these errors:
Warning: mysql_query(): Access denied for user 'www-data'@'localhost' (using password: NO) in /home/sites/wordpress/site/...
1
vote
0
answers
180
views
Wordpress - Select tag gets automatically appended
I wanted to add a drop down list to my wordpress post. So i put this in the text editor
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
&...
1
vote
1
answer
692
views
WordPress 3.9 Multisite db connection error
I have a ZendFW application and WPMU installed. Admins at Zend app has an interface where they can create a new MU site.
I included wp-load.php and then called wpmu_create_blog and so on...
Once I ...
0
votes
2
answers
2k
views
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 ...
0
votes
1
answer
6k
views
How do I add an Excerpt box to custom post types in functions?
I just want the standard Excerpt box - not a metabox of my own creation, added to a Custom Post. The box shows up in Posts but not in Custom Posts. I've tried both of these older solutions but ...
0
votes
1
answer
127
views
listbox return wrong value in wordpress3.9
I used the listbox UI element in Wordpress 3.8, but it does not work in its newer version (3.9). I wrote this JS code to test it:
(function() {
var ICONS;
var icon = function(id) {
return '<i ...
0
votes
1
answer
2k
views
Call WordPress autosave with JavaScript
WordPress with 3.9 version has refactored autosave feature #25272.
Is it still possible somehow to trigger autosave manually with JavaScript ?
Recently we could use autosave() function which is ...
0
votes
1
answer
156
views
How activate custom plugin in WordPress on virtual box "host only adapter" and no internet connection?
I'm running WordPress in Virtual Box CentOS 6.5 on a laptop without an internet connection. I am able to get the CMS in a web browser by running the virtual box using a "host only adapter". however, ...
0
votes
1
answer
2k
views
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:
<?php
function ...
0
votes
1
answer
99
views
How do you scale images to 60% in Wordpress 3.9?
In previous versions of Wordpress images could be automatically scaled to 60% with one click. Now in Wordpress 3.9 the only automatic scaling is Thumbnail, Medium, and Full Size. I could chose Custom ...