Impossible to make it working
-
I think more setup détails will be welcome because informations are incorrect.
You say “1.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”
Ok but it the zip file the folder is ‘acf-image_crop-add-on’. Must we rename it? Copying where? The normalplace is in the plugin folder. Theme folder? What do you meen? If you have more than one theme?You say also “2.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’);
}”
Ok whith one? You have several functions.php. Must we change the path in the function?
About ACF, must his activat first? Must the custom field have to be define after???I made all those possibilities, the best case nothing appends, the worst nothing is display at all.
- The topic ‘Impossible to make it working’ is closed to new replies.