WPide icon indicating copy to clipboard operation
WPide copied to clipboard

ajaxorg/ace based WordPress code editor (a WordPress plugin)

Results 25 WPide issues
Sort by recently updated
recently updated
newest added

You guys are more than welcome to implement the styles on the main plugin. You can get the files here: https://github.com/TrimoonJac/wpide2021 All I added was a '2021.css' file and edited...

I implemented this on a local copy: https://wordpress.org/support/topic/colors-in-scss-files/ and it works well.

This bug is causing conflicts with several plugins that rely on the WP body classes. See https://github.com/woocommerce/woocommerce/issues/27381

Add the newly released WordPress functions. like `get_term_meta`, `update_term_meta` etc.

I needed to change define('DISALLOW_FILE_EDIT',false); in my wp-config.php to define('DISALLOW_FILE_EDIT',true);

We ran in to an issue where styles from WPide were bleeding in to the admin pages for WP All Import. We've modified how WPide uses the admin_body_class filter and...

I don't know about you, but I love to develop themes using Timber. Timber uses Twig templating language. I think Timber is gaining a lot popularity, so it would be...

Fixed by this PR https://github.com/WPsites/WPide/pull/48 the filter on `admin_body_class` is not returning the original `$classes` value, causing any plugin, theme, or custom code that adds classes via the `admin_body_class` filter...

Would love to be able to search across folders for a particular matching string. I use this in sublime all the time. https://docs.c9.io/docs/find-and-replacing-in-files http://richardbondi.net/programming/hyper-ace/

Pull request: #48 The fix is pretty simple, let me know if you run in to any issues.