Viewing 5 replies - 1 through 5 (of 5 total)
  • This bug have in all 5.3.0 You must edit acf\assets\css\acf-global.css . And Change acf\assets\images\sprite.png . like in old wersion.

    Thread Starter joelnewcomer

    (@joelnewcomer)

    I have a fix for this problem. In the Image Crop Add-on plugin folder, edit acf-image-crop-v5.php and change lines 352-353 to this:

    <li><a href="#"><i class="acf-icon acf-icon-pencil dark"></i></a></li>
    <li><a href="#"><i class="acf-icon acf-icon-cancel dark"></i></a></li>

    Thx joelnewcomer, that solved it for me 🙂

    The data-names should also just be added/not removed like this:

    <li><a href="#"><i class="acf-icon acf-icon-pencil dark"></i></a></li>
    <li><a href="#"><i class="acf-icon acf-icon-cancel dark"></i></a></li>

    Kgggg! Sorry, I see it gets removed automatically when you post the code – my bad 🙂

    Plugin Author andersthorborg

    (@andersthorborg)

    Hi guys, this should be fixed in the current version. If it is not working, try reinstalling the add-on as it might not update properly due to an issue I’m having tagging the new releases.

    Best,
    Anders

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with Edit/Remove hover icons in ACF 5.3.0’ is closed to new replies.