Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • abedecain

    (@abedecain)

    There is a bug in a php file, you need to go to and edit

    wp-content/plugins/aqua-page-builder/blocks/aq-editor-block.php

    Then go to line 53 and replace

    echo wpautop(do_shortcode(htmlspecialchars_decode($text)));

    with

    echo wpautop(do_shortcode(htmlspecialchars_decode($content)));

    and it will work 🙂

    abedecain

    (@abedecain)

    There is a bug in a php file, you need to go to and edit

    wp-content/plugins/aqua-page-builder/blocks/aq-editor-block.php

    Then go to line 53 and replace

    echo wpautop(do_shortcode(htmlspecialchars_decode($text)));

    with

    echo wpautop(do_shortcode(htmlspecialchars_decode($content)));

    and it will work 🙂

    abedecain

    (@abedecain)

    There is a bug in a php file, you need to go to and edit

    wp-content/plugins/aqua-page-builder/blocks/aq-editor-block.php

    Then go to line 53 and replace

    echo wpautop(do_shortcode(htmlspecialchars_decode($text)));

    with

    echo wpautop(do_shortcode(htmlspecialchars_decode($content)));

    and it will work 🙂

Viewing 3 replies - 1 through 3 (of 3 total)