Download and Install Advanced Custom Fields: Image Crop Add-on for your WP site. This Plugin is tagged as “advanced custom fields,afc,crop,image,image crop” and the creator is Anders Thorborg. You can find this file or similar, from most popular sites like WordPress.org, Themeforest.net, Codecanyon.net, Creativemarket.com, Mojomarketplace.com …
Now you can Download Advanced Custom Fields: Image Crop Add-on website plugin Now you can. Get Advanced Custom Fields: Image Crop Add-on 1.4.12 (or higher version) website plugin created by Anders Thorborg and install it for your own project.. This Plugin 1.4.12 version was updated on 1 year but perhaps there is a newer version available.Check out what everyone is talking about this wpplugin. [‘nThe field gives the developer/administrator the option to predefine a size for the image, which the user is prompted to crop on the various edit screens. This solves the common issue of images being cropped inappropriately by the automated center-crop, that wordpress performs.’] Are you thinking of installing Advanced Custom Fields: Image Crop Add-on plugin? Let’s check out:
Contents
How to Install Advanced Custom Fields: Image Crop Add-on WordPress Plugin?
Installation
This add-on can be treated as both a WP plugin and a theme include.
Plugin
- Copy the ‘acf-image_crop’ folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include
- Copy the ‘acf-image_crop’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
-
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-image_crop.php file)
add_action(‘acf/register_fields’, ‘my_register_fields’);
function my_register_fields()
{
include_once(‘acf-image-crop/acf-image-crop.php’);
}