Skip to main content
0 votes
1 answer
154 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, ...
Don Rhummy's user avatar
  • 25.6k
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 ...
Atul's user avatar
  • 23
1 vote
0 answers
178 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> &...
Murali Kumar's user avatar
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 ...
bmiskie's user avatar
  • 627
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 ...
Community's user avatar
  • 5,022
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 ...
Charles's user avatar
  • 119
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 ...
JayDeep Nimavat's user avatar
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 ...
Ivan Bajalovic's user avatar
0 votes
1 answer
98 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 ...
Suragch's user avatar
  • 935
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/...
Ole's user avatar
  • 518
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 ...
hsz's user avatar
  • 151k