| Commented on a post I hope to get an eta for this so I can decide what to do. | July 22, 2017 | 2 |
| Commented on a post I have been there, but I have no choice if this prefix issue is not delth with. I must have woocommerce sense I and a question answer plugin on my site. Woocommerce can't promise an update and I get no... | July 22, 2017 | 2 |
| Commented on a post Please give me an update on this topic. If AnsPress does not prefix the post type names, I will have to switch to DWQA. Which prefixes post types with DWQA, so I can avoid conflicts with other post types. | July 22, 2017 | 2 |
| Commented on a post Custom Post Type naming bestpractices from codex.wordpress https://codex.wordpress.org/Post_Types#Naming_Best_Practices So you should really use ansipress_question and ansipress_answer or even better... | July 22, 2017 | 2 |
| Asked a question Please prefix your post types. Conflict with Woocommerce SenseiHi. I use AnsPress and WooCommerce Sensei on the same site. Both plugins registers the same post type. So there is a conflict where AnsPress questions show up as Sensei quiz questions. Please prefix... | July 22, 2017 | 2 |
| Commented on a post Hi Rahul As I wrote above your suggestion does not work, since the editor plugin is not loaded on Ajax. Could you please consider not loading the editor by Ajax, just like it used to be, because the... | July 22, 2017 | 2 |
| Received an upvote | July 22, 2017 | 10 |
| Asked a question 3.0.5 ajax load of comments shows text not translateableHi.. The latest version of anspress 3.0.5, fixed a javascript issue where the commetns / more menu was not unfolded. But now the comments shows texts not translatable. They are only in English. | July 22, 2017 | 2 |
| Commented on a post I had the same problem, but it is fixed in 3.0.5 the latest update. | July 22, 2017 | 2 |
| Commented on a post Hi Rahul. Your example above does not solve the issue. When the editor is loaded via ajax, any other plugins, which extends the mce_editor with buttons and features, are not loaded. They never gets initialized... | July 22, 2017 | 2 |
| Commented on a post Hi Rahul.. Do you have an update on this matter? | July 22, 2017 | 2 |
| Commented on a post Hi Rahul. Are there any news regarding this topic? | July 22, 2017 | 2 |
| Posted an answer How to change the editor buttons when it is loaded by Ajax in 3.0.0The 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',... | July 22, 2017 | 5 |
| Asked a question Ajax loading of the editor is a problem with other editor plugins.Hi Please turn off the ajax loading of the tinymce editor. The performance gain is minimal, but on the other hand it does not work well with other mce plugins, because they are not loaded when the editor... | July 22, 2017 | 2 |
| Commented on a post And it works... | July 22, 2017 | 2 |
| Commented on a post I have added that to my todo list, when I have time I will add that to the filter example above. | July 22, 2017 | 2 |
| Received an upvote | July 22, 2017 | 10 |
| Received an upvote AnsPress 3.0.0 does not load the language fileHi. I have updated my development server to version 3.0.0, and have found that it does not load the language file for anspress-question-answer domain. | July 22, 2017 | 10 |
| Commented on a post Sounds great. I will wait test the update tomorrow then. | July 22, 2017 | 2 |
| Commented on a post Do not worry, it is a matter of not loading the labelfile. It is a bug in 3.0.0 and I believe it should be an easy fix. load_plugin_textdomain is probably never called during the plugin initialization. | July 22, 2017 | 2 |