joshua strebel
Forum Replies Created
-
Forum: Plugins
In reply to: [Pagely MultiEdit] Does not workOn github now, pull requsts welcome. https://github.com/strebel/multiedit-plugin
Forum: Plugins
In reply to: [Pagely MultiEdit] Content Disappearing from TabsPut it up on github, pull requests welcome.
https://github.com/strebel/multiedit-plugin
Happy to take patches and deploy back into .org plugin repo
Forum: Plugins
In reply to: [Pagely MultiEdit] Is This Plugin Still Supported/Active?Put it up on github, pull requests welcome.
https://github.com/strebel/multiedit-plugin
Happy to take patches and deploy back into .org plugin repo
Forum: Plugins
In reply to: [Pagely MultiEdit] Content Disappearing from TabsYeah, so we are swapping the content from the editor, into a custom field placeholder. So if ACF is changing in the middle there, I can see why it may break.
When I get a chance I will change the model to just store the content in a js object, instead of copy pasta the actual text.
But really, we want to save it in a custom field so the data is associated with the post and is not lost if you deactivate the plugin.
Forum: Plugins
In reply to: [Pagely MultiEdit] Content Disappearing from TabsWill take a look. It’s likely a javascript issue. Try this stopgap, I think as long as you click the main tab again before saving it should work. the click on the main tab does a few things to organize and store teh data.
Forum: Plugins
In reply to: [Pagely MultiEdit] Does not work with WordPress 4.1Plugin updated.
Forum: Plugins
In reply to: [Pagely MultiEdit] Does not work with WordPress 4.1Testing the plugin now in WP 4.1.1
Photocrati, once the errant inserts are fixed you are still left with all those bogus entries in wp_options ‘cron’ field. We are scripting a select, deserialize, remove bogus entries, reserialize and insert to apply globally on our system. However you’ll want to do this in your plugin update as well for others.
Thanks Matt.
Will have my devops team dive into it.yep, next release
thanks
Forum: Plugins
In reply to: [Pagely MultiEdit] [Plugin: Page.ly MultiEdit] Content regions adding htmlIn the next release i will filter through the_content() should help clean that up.
Forum: Plugins
In reply to: [Pagely MultiEdit] Admin page may not display correctlyThanks, will take care of this in next release.
Looks like Yoast corrected this.
Forum: Plugins
In reply to: [Plugin: Page.ly MultiEdit] Not rendering shortcodes with cformsshortcode support is already there, only tested with [gallery].
The latest version has an options panel to enable shortcode support.