0 weeks ago
Last Updated
A very tiny plugin that adds the ACF field key, field name, Flexible Content field name and Flexible Content layout name to the WYSIWYG editor body tag, allowing you to target these classes, along with the existing post-type-* classes added by default by WordPress, in your editor-style.css for a better admin/editor experience. This works for both ACF and ACF Pro, version 5. Usage Install the plugin through the Install Plugins interface or by uploading the acf-plugin-wysiwyg-styling folder to your /wp-content/plugins/ directory. Activate the ACF WYSIWYG Styling plugin from the Admin > Plugins menu. Create or edit your editor-style.css in your theme directory and use the newly added classes to style your WYSIWYG editors. For example: The ACF WYSIWYG field with key field_9999ffff11112222 can be targeted with the following CSS: body.acf-field-key-field_9999ffff11112222 { background-color: red; } The ACF WYSIWYG field with key field_9999ffff11112222 in the “room” post type can be targeted with the following CSS: body.post-type-room.acf-field-key-field_9999ffff11112222 { background-color: blue; } All ACF WYSIWYG fields named “my_wysiwyg” can be targetted with the following CSS: body.acf-field-name-my_wysiwyg { background-color: yellow; } All ACF WYSIWYG fields in the Flexible Content field named “page_content” can be targetted with the following CSS: body.acf-flex-name-page_content { color: green; } All ACF WYSIWYG fields in the Flexible Content layout field named “test_layout” can be targetted with the following CSS: body.acf-layout-test_layout {...
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Last Updated
This week
on WordPress
on WordPress
This section is not meant to be comprehensive.
Why don’t you compare the plugin side by
side with another plugin”
24 Jan, 2020
Saif Hassan
Overall
Easy of Use
Customer Support
Feature of Functionality
Value of Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.