• Good day

    Just wanted to report a bug that I have found on your plugin.

    Bug
    When ACF field WYSIWYG/Textarea left empty it will automatically get the page/post content.

    Trace Code

    add_filter(‘acf/load_value/type=textarea’, [$this, ‘optimize_html’], 20, 3);
    add_filter(‘acf/load_value/type=wysiwyg’, [$this, ‘optimize_html’], 20, 3);

    Found the issue it was
    $content = $this->optimizer->optimize_html($content);
    $return = $this->document->saveHTML(); // this is the code that causes the issue.

    Hope you can quickly release some patch.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author PascalBajorat

    (@pascalbajorat)

    Thx for your bug report and investigation, I will check that!

    Looking for an update on progress for this bug. Any news?

    Plugin Author PascalBajorat

    (@pascalbajorat)

    Will be released next week. If you have urgent problems with the plugin please downgrade it. Old versions are available in the Development section here at www.ads-software.com:

    https://www.ads-software.com/plugins/pb-seo-friendly-images/advanced/

    Scroll down to “PREVIOUS VERSIONS”

    Plugin Author PascalBajorat

    (@pascalbajorat)

    Hey,

    I’ve checked different versions of fields with the latest ACF and a WP standard theme.
    I can’t find any problems, fields have their content and empty fields are empty.

    Could you help me to reproduce the bug?

    I will add a function to prevent empty fields to be processed, but I’m not sure if this really solves the problem, because I can’t reproduce it with test installations.

    raffaeleturci

    (@raffaeleturci)

    I’m having problem in this situation:
    QODE BRIDGE Theme
    Custom Post Type
    Textarea ACF field

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflicts with ACF Pro (WYSIWYG / Textarea)’ is closed to new replies.