Skip to main content

All Questions

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
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
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
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