How to change the editor buttons when it is loaded by Ajax in 3.0.0

The answer is to create a hook into ap_ajax_load_tinymce_assets,  and add my tinymce layout there.   add_filter('ap_ajax_load_tinymce_assets', 'myAnsPressFilterEditorbuttons', 5); function myAnsPressFilterEditorButtons() { add_filter("mce_buttons", "myFrontEditorButtonsFirstRow",99); //targets the first line add_filter("mce_buttons_2", "myFrontEditorButtonsSecondRow",99); //targets the second line } function myFrontEditorButtonsFirstRow($buttons) { return array( "bold", "italic", "underline", "strikethrough", "bullist", "numlist", "blockquote", "mivhak_button" // ads the mivhak plugin //"bbpre" ); } function myFrontEditorButtonsSecondRow($buttons) { //return an empty array to remove this line return array(); }   However this does not add the buttons I would like because the plugins that extends tinymce are not loaded. This is a problem and as suggested in my question below I really think the ajax loading of the editor should be removed. How to change the editor buttons when it is loaded by Ajax in 3.0.0

Setting basepage as homepage shows blank

Just follow the standard WordPress procedure for debug. Enable debug log, disable plugins etc etc. And let us know of any debug error.

Plugin not displaying correctly since March update

OMG GRRR. I created a new page for the base and it looks fine! 5 months of delaying this rollout. and I already bought another plugin..

Users directory page and single user profile have different slug structure

Hi Fred, Good to see you again after long time. Yes, its not a bug. You can simply solve this issue by creating a new page Users and add this shortcode: [anspress page="users"] And instead of adding AnsPress users page to menu, add this newly created page.

Anspress shows so many errors suddenly after upgrading php

Please update AskBug theme as well.

Stats under title

No, I haven’t been able to figure it out and I never received an answer 🙁

Syntax error, unrecognized expression: �PNG

Hi, No, its not AnsPress. And AnsPress have no JS code which is related to PNG etc. See the console log its not AnsPress but their plugin. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localimpact.org.uk/wp-content/plugins/store-locator-le/images/icons/box_teal_heart.png. (Reason: CORS header 'Access-Control-Allow-Origin' missing). Error: Syntax error, unrecognized expression: �PNG