Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Syamil MJ

    (@syamilmj)

    Hey antemann,

    Thanks for reporting this. The recent update was a minor one, so it shouldn’t be affecting any of your templates. Are you using a custom theme?

    WPI

    (@rohanmehta19)

    Hi

    I had the same issue with the latest version. I already lost a page and had to redo it completely.
    I am using Twentythirteen theme
    Have reverted back to the old version for now and everything seems to be ok.

    Regards

    I have just had that same problem guys!
    Plugin updated automatically and the page content of all templates was gone!

    Everything happened on november 30. So I had to bring up backup from few hours before update and that solved the problem.

    But that is not a real solution!

    What happens when the plugin gets updated again?!
    We can’t be having this same issue all the time!
    Especially that it was not on my site, but on client of mine’s.

    Same problem here. Lost everything with the latest update (1.1.5) and had to backup WordPress. Only solution is turning automatic updates off and stay with the older version (1.1.4)

    Hello again Syamil MJ,

    how can I stop automatic update of your plugin?

    It’s crashing my page content every time it updates to version 1.1.5 so I have to bring up my backups.

    Worst thing is that it’s my client’s website and this is killing me!!!

    I have encountered this same problem. It appears that 1.1.5 is not referencing the templates, even though they still exist. When I activate 1.1.4 plugin everything works great. If I then activate 1.1.5 templates disappear.

    Syamil, any fix for this yet?

    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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘New update, missing template content’ is closed to new replies.