Claude
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Content Renderer] Media library not showing contentThanks for the contribution. I have tested it and included in version 1.3.4.
Forum: Plugins
In reply to: [Ajax Content Renderer] Characters of Unexpected Output@manzwebdesigns, arsdehnel: I am sorry you encountered issues while installing the plugin.
I am unable to duplicate this issue on a fresh installation of 3.9.1 with a new database.
Nothing malfunctioned during installation using the plugins page wizard that let’s you find, install and activate a plugin. Let me know where in this process you encountered the error. I also tested the plugin with every theme included with WP 3.9.1, Twenty Ten, Eleven, Twelve, Thirteen and Fourteen.
Please reply with more details about your installation, plugins, themes, etc. and I will be happy to take a look.
Thanks for sharing, @vidyut
Vidyut, Any chance you can share those Varnish rules?
Thanks!Forum: Plugins
In reply to: [Ajax Content Renderer] Won't install on vanilla 3.8This was tested to work on WP 3.8 a day after its release.
I just created a plain WP 3.8 install, went to “plugins” -> “Add new” and searched for the plugin. It installed it without any issues.
Forum: Plugins
In reply to: [Ajax Content Renderer] [Plugin: Ajax Content Renderer] Example@zulien, I just committed a change, it will appear soon. Thanks for your help!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3 … totally broken ?The extent to which some people take the idea of open source software is amazing. Somehow they’re entitled to complain without contributing one line of code.
I think the authors of this plugin should begin charging for it, even it’s just a couple of bucks, in order to recover the time invested in delivering such an outstanding package.
Anyone interested in minifying, compressing and concatenating their code can do it easily. See this post: https://bit.ly/9hmywG
Forum: Plugins
In reply to: [Ajax Content Renderer] [Plugin: Ajax Content Renderer] ExampleTake a look at the sample page here.
Let me know if you need a more concrete example.
Forum: Fixing WordPress
In reply to: XML-RPC and Custom Fields@cmawhorter So did this work for you?
I’m having issues submitting custom_fields as part of a newPost or editPost. The story gets added correctly, but the custom field does not.
// new post $content = array(array( 'title' => $row->msg_title, 'mt_excerpt' => $row->msg_excerpt, 'description' => $row->msg_full, 'custom_fields' => array(array( 'key' => 'queue_id', 'value' => $id . '' ),'struct') //end custom fields ),'struct');
Thanks,
Claude