Title: Problem with ACF plugin fields
Last modified: August 3, 2023

---

# Problem with ACF plugin fields

 *  [Akro Web](https://wordpress.org/support/users/akro-web/)
 * (@akro-web)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-acf-plugin-fields/)
 * Hello,
 * I hope you are well.
   I use your plugin which is great.However, I also use the
   ACF plugin. But your plugin doesn’t work with the Wysiwyg fields of the ACF plugin.
 * So you can set the “rel” attribute manually for each image, but it’s not practical
   at all.
 * Do you have a solution for making your plugin work automatically with ACF fields?
 * Sorry for my English, I’m French.
 * Thank you
 * Have a nice day
 * Claudia

Viewing 1 replies (of 1 total)

 *  Thread Starter [Akro Web](https://wordpress.org/support/users/akro-web/)
 * (@akro-web)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-acf-plugin-fields/#post-16945303)
 * I’ve found the solution.
   Here is the code to put in your theme’s functions.php
   file:
 * // AJOUT AUTOMATIQUE ATTRIBUT REL IMAGE ACF
   function ajouter_rel_aux_liens_des_images_acf(
   $content) {// Ajouter l’attribut “rel” aux liens d’images$content = preg_replace(‘/]
   +)>]+)><\/a>/i’,”,$content);return $content;}add_filter(‘acf_the_content’, ‘ajouter_rel_aux_liens_des_images_acf’);
 * Have a nice day
 * Claudia

Viewing 1 replies (of 1 total)

The topic ‘Problem with ACF plugin fields’ is closed to new replies.

 * ![](https://ps.w.org/responsive-lightbox/assets/icon-256x256.png?rev=3460874)
 * [Responsive Lightbox & Gallery](https://wordpress.org/plugins/responsive-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-lightbox/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Akro Web](https://wordpress.org/support/users/akro-web/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/problem-with-acf-plugin-fields/#post-16945303)
 * Status: not resolved