Bluejay256
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Add custom toggle button on gutenbergA similar problem… we were using post_submitbox_misc_actions to modify the post status to add workflow capabilities. The WordPress documentation mentions this as the solution to doing so since adding a post status does not reflect in the UI. Since this is no longer possible how do we modify the UI to reflect a newly added post status?
https://drive.google.com/file/d/13fW4xb6H6tw_6YLkUhwq2NeMW9rbZr-t/view?usp=sharing
On a side note, its somewhat mind blowing that the first bug report dealing with custom post status entries not appearing in the UI was posted 9 years ago…
Forum: Developing with WordPress
In reply to: REST Queries with Meta FieldsThanks. I will give it a shot and post my results.
Ran into the same problem this morning. Deactivating the original REST plugin and adding the filter plugin referenced by @mtnporcupine fixed the problem without having to modify anything else in my case. The plugin is only about 10 lines of code — you could just as easily add it into your own templates.
Forum: Plugins
In reply to: [media helpers] How to?If you add the linked code to the file “url_media.php” this plugin will work with 3.8.1.
I am sure there is a much better way to do this, but the modifications at least work for me. The pixel size modification will most likely not work with all templates, so your mileage may vary.
Forum: Plugins
In reply to: [media helpers] How to?The same thing happens to me. Linking external images does not work. Linking external videos seems to work well.
Since there has been no response to this for 3 months I am guessing this is no longer supported. I will try to play around with the source code to see if I can figure out what wrong an fix it.