• I’m using the Page Builder in template “Provisions” (the plugin was included in the template).
    The plugin works fine except that the Visual Editor isn’t shown on the front-end.
    I add it to the template and fill in content, but nothing is shown.

    The only thing I see is an empty div that refers to the Visual Editor.
    <div id="aq-block-569-2" class="aq-block aq-block-aq_editor_block aq_span12 aq-first clearfix"></div>

    The other content types of Page Builder are working fine, like “Text”, “Widgets”,…

    https://www.ads-software.com/plugins/aqua-page-builder/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    I get the same error. Any Ideas?

    Kind Regards
    tobo777

    I am also having the same issue. I am using the theme “Real Estate Pro 6”. Any help would be greatly appreciated. You can view the site at https://testenv.sbcchosting.com/ra2

    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, I edited the php file and now it works again!!!

    I have spent the last two weeks trying to figure this out. I even contacted the developer who built the theme and he was clueless. So, Thank you so much!

    Theme: Real Estate Pro 6

    MKSnMKS

    (@mksnmks)

    Abedecain says to change the code in ;
    wp-content/plugins/aqua-page-builder/blocks/aq-editor-block.php

    But in ,
    wp-content/plugins/aqua-page-builder/page-builder-pmc-shortcode.php
    I notice that the blocks get called.

    But there is no call made for “aq-editor-block.php”,
    and “aq-editor-block.php” is not present in the blocks folder with the other blocks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Visual Editor not showing up on Front-End’ is closed to new replies.