ExtWP
Forum Replies Created
-
Forum: Plugins
In reply to: [wpautop control] I do not see where I can activate it for a single pageIt could just be a visual thing like hiding the controls with javascript, but without access to the code this is just speculating. Unless the behavior is caused by an action that can be ‘unhooked’ with a plugin, I supposed the best solution is to find a way to work around the behavior.
Also, I suppose that @webmeister’s problem is a special case that’s specific to his theme.
Forum: Plugins
In reply to: [wpautop control] I do not see where I can activate it for a single pageNever used this one before, but it does seem like a nice (and comprehensive) plugin.
I suggest you try it out and give this thread some feedback about how it went.Forum: Plugins
In reply to: [wpautop control] I do not see where I can activate it for a single pageYes, I am talking about the Edit Post or Edit Page screen.
Since I haven’t seen any of your theme’s code, I can’t say for sure, but I’m guessing that the theme is hiding the ‘Custom Fields’ meta box.You can modify your theme to stop this behavior or you can create a separate plugin that adds the custom field to designated posts.
Or you can connect to the db and access the mysql tables but I don’t recommend it because the risk of unintentionally breaking something is very, very high.
Let me know if you need any help creating a separate plugin.
Forum: Plugins
In reply to: [wpautop control] I do not see where I can activate it for a single pageThis is how you disable wpautop for individual posts.
- Go to the edit screen of any post.
- Below the post editor, you’ll find a meta box named “Custom Fields”
- Using “Add custom field” section, create a custom field with the name ‘wpautop’ and value of ‘false’.
I’m planning on submitting some code to the plugin repository that adds a custom meta-box with a dropdown select field for controlling wpautop custom field values for individual posts.
Yep problem solved on my site too ??
Thanks!!!Yep, here to confirm the issue. The problem doesn’t occur on the front end.
Here’s what my console logs on logging in as admin:
GET https://widgets.wp.com/languages/ko_KR.json?v=20130529 404 (Not Found) notes-widget.min.js:3 JQMIGRATE: Logging is active s2.wp.com:9620 Uncaught TypeError: Cannot read property 'plugins' of undefined jquery.flot.selection.js:40 Uncaught TypeError: Cannot read property 'plugins' of undefined
Seems that jetpack makes requests to resources that are no longer available on the https://widgets.wp.com server.
Forum: Plugins
In reply to: JetPack 2.2.5 bugThanks! will check out the jetpack sub-forum.
Forum: Plugins
In reply to: [Brafton Feeds] [Plugin: Brafton Feeds] Can't get this plugin to workI’ve successfully implemented the plugin on a test blog that runs on WordPress 3.5
However, when I tried to use the same plugin on a client’s website hosted on wordpress.com, I found out that the plugin code wasn’t compliant to their standards and thus not usable.I’m currently building a new plugin that grabs brafton feeds and saves it as posts in a designated category. Let me know if you still need the plugin.