• K Hoffman

    (@kelsey-hoffman)


    All of my Visual Editors are empty in Page Builder, even though they all previously had content in them. However, most of the content is still showing up on the site. I noticed this in early December since the last fix in the Changelog.

    The only pages that the content has disappeared from on the site are pages that I have tried to edit since it all disappeared in Page Builder. After editing, I clicked “Save Template” in Page Builder while they were blank (essentially saving them with no content) and now the content is gone from the site.

    Why is this happening and how can I fix it? Is anyone else having the same problem?

    Thanks!

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Same here. There seems to be a bug in version 1.5 because when I reinstall v1.4, it works perfectly!

    How did you reinstall v1.4?

    Thread Starter K Hoffman

    (@kelsey-hoffman)

    Yeah, I don’t know how to reinstall v1.4 either. That would be great!

    You can download the previous versions here https://www.ads-software.com/plugins/aqua-page-builder/developers/ and then download 1.1.4 (svn) under Other Versions. So you delete aqua-page-builder folder in yourdomain.com/wp-content/plugins.

    Good luck

    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 ??

    I tried the solution provided by abedecain and it did not work. Any ideas besides reverting back to the previous version?

    I reverted back to version 1.1.4 and the Visual Editor is now blank as well.

    Is there a replacement for this plugin? It’s being used by my theme but the plugin developer seems to have abandoned it (updated last 7 months ago) and we’re getting no response on this thread.

    Any luck fixing this? I tried what abedecain said and it did not work either. I replaced “text” with “content” and it still doesn’t show on the back end.

    Same here allproactive. We are using “shocoon” theme. No luck with this so far.

    I reverted back to 1.1.4 but the problem persisted. Has anyone had any luck fixing this or even contacting the developer?

    I bought a theme that had this plugin as a requirement. This was the only time in the last 3 years or so that I didn’t build on the Divi theme. And the only problem.

    MKSnMKS

    (@mksnmks)

    Hi Folks,

    I have had a similar problem.
    Still not solved,
    still not fixed by an update.

    But there are some “work arounds”, see (which opens in a new tab);
    Aqua Page Builder causes missing or broken Visual Editor – a Fix ?
    5 months before this topic. Still no action.
    Can anybody help towards making a new update?

    MKSnMKS

    (@mksnmks)

    See Also in this link where abedecain has contributed (opens in new tab);

    Visual Editor not showing up on Front-End

    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 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Visual Editors Are Blank’ is closed to new replies.