Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #210295

    I have version 2.5 of Enfold and the site I am developing is for a business with multiple locations. I have created a basic template with content and images that are specific to each location. When creating the next location page I am basically using a plugin to “clone” the location template, but when making the necessary changes (images and text) and the Publishing, the page is reloaded (in the Admin area) and only has half the page’s content and images. It has completely lost half the page.

    Can someone please tell me what’s going on and how to fix it?

    thanks!

    #210362

    Hi bryanpeck!

    If you are using the advanced layout builder then instead of cloning the page (which will probably cause issues) use the template feature on the top right of the advanced layout builder.

    You can save the layout as a template and then load it into your pages and edit each.

    Regards,
    Devin

    #250117

    This is happening to me too, but I did not clone the page. I created the page clean from scratch. It has many elements on it. If I go in and edit something, for example, update some text in a text block, then I click ‘Publish’ only the first element remains, the rest of the page is wiped out. I use the Browse Revisions link to go back to a previous version and restore it, then it is ok. Here is a link to the page: http://trincapinvestment.com/portfolio/

    Just so you know, there are over 100 previous versions now because I have gone in and edited it so many times.

    The only thing I have not tried yet, is building the page over again as a new page.

    Please let me know if there is anything I can do to fix it.

    Thanks,

    -Fred

    #251184

    Hey!

    Thank you for using the theme!

    You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    #252460

    Ok, I was able to increase the memory, but it had no affect. The page still gets blown away if you edit anything on it. It doesn’t happen on ever page. I think I have seen it happen on two pages, but one for sure. There is something we need to update on it, and we cannot. If we make a change, every element except for the first one disappears. The very first text box remains, all other elements are gone. If you just go in to the page, and exit, and do not make any changes, the page is ok.

    Any other ideas?

    Thanks!

    #254082

    Hey!

    Aside from increasing the memory limit and then verifying that the memory limit for WordPress has indeed been increased I don’t know of anything else that would help in this situation.

    It isn’t something that I’ve seen continue after there is a good amount of memory available but you could also try deactivating all active plugins and doing a clean re-install of the theme over FTP (replacing the current theme files) just to make sure there are no theme files corrupted that could be leading to an error.

    There could also be some corrupted data on that page(s) specifically where re-building the page from scratch could help.

    Cheers!
    Devin

    #257501

    Here is an example in video screencast. On this page, I completely rebuilt it. On another installation I had started, but wasn’t using yet, on a completely different server/hosting company, I added a new page. Added the elements and saved. Then moved an element and edited another text box, then saved again. You will then see how a large portion of the page disappears at the bottom. The only thing that is the same is the two pie chart images I used. Could it be a corrupted image? How can I debug it and see why it is crashing.

    http://screencast.com/t/fpCDv9ARyn0

    Thanks for any help you can give.

    -Fred

    #257582

    Hey Fred!

    Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Try to copy the shortcodes on another page. Let us know if it works.

    Regards,
    Ismael

    #280392

    Using debug mode allows me to see the shortcode. I have used it many times now to save my butt. The client has asked for updates to the page. The only way I can do it is through the debug box. If I try editing above, all the content goes away. I’ve tried deactivating plugins. I did a complete clean install of WordPress, no plugins, installed Enfold and then setup the debug code. I went to original site, copied the shortcodes, and then pasted them in on a fresh page and hit update. I view the page and it looks right. Then go back and click a text box and edit some text. There is an Advanced Layer slider at the top, then a Special Heading. Everything below the Special Heading gets wiped out on update.

    I have programmers that do custom work for me and they have looked at it and cannot see what is wrong. Is there anything anyone can do? I’m about to lose this client. They are pretty upset that they can’t edit this page. Out of the whole site, this is really the only page that will be getting updated on a regular basis.

    Help!

    Thanks

    -Fred

    #280864

    Hi Fred,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #280870

    Hi,
    Today I experienced the same thing with normal editing a page in Firefox 30 and know what caused it. There were two tabs open.
    At one tab I was editing a page (tab 2) and choose options in Firefox and deleted the web buffer. That showed at the other tab (tab 1), with refresh, a half blank page and that scared me. So when editing a page and deleting the web buffer causes it, manually in my case. But at tab 2 the page appeared not to be half deleted.

    Maybe you can make chocolate of it? Maybe it helps.

    #280887
    This reply has been marked as private.
    #280928

    Hey Fred!

    Try increasing this server settings in php.ini:

    max_input_vars 5000
    max_execution_time 120

    Regards,
    Josue

    #281026

    Hi Josue,

    I tried that and it did not work. :(

    Here is a screenshot of the phpinfo showing the values
    http://screencast.com/t/hBQlVBJIY51P

    I went into the page, copied the shortcodes from the debug box, then I did edit a text box. After update, everything below the layerslider and the first header gets wiped out.

    I copied the shortcode list back into the box and updated again and everything came back.

    Any other ideas?

    P.S. I did it on the live site because on my dev server I don’t have access to the php.ini file and it is not using the local php.ini file. But on the live server it uses the local file.

    Still hopeful.

    -Fred

    #281437

    I think we may have solved it. We had a 3/3 set of text blocks at the bottom of the page. They had <div> tags. We changed the way we were displaying the content in those blocks and removed the <div> tags and it seems to have solved the problem. We made more edits to the page since removing those tags and it hasn’t crashed yet. Could that be true? Could having <div> tags in a text block break the layout somehow?

    -Fred

    #281442

    Hey Fred!

    It could be, i copied the exact ALB content on my local install and tried reproducing the issue but no avail, so i believe it may be something related to your server set-up. Anyhow, glad it’s fixed, let us know if there is something else we can help with.

    Regards,
    Josue

    #281498

    I spoke too soon. Still having the issue. :( We have tried copying the exact content and then pasting on a different server and still had the same issue. I guess we will just have to keep troubleshooting.

    Thanks,

    -Fred

    #282313

    Hi!

    You forgot to close the strong tag on the special heading “ACCELERATING THE GROWTH OF HIGH-TECH INDUSTRIES”. The advance layout builder is quite sensitive with unclosed tags.

    Regards,
    Ismael

    #592237

    I currently have the same problem as the other users in this topic. I’m editing my website http://www.novastudio.nl which has to go live on friday, but there are mutiple pages that get blown away when i change something (this can be a word, a sentence, layout, basically anything on that page). I contact my host to increase the memory limit to 256 but it had no effect.

    I also checked al the textblocks for <div> codes and there are none in the pages which are crashing.

    Can you please help me?

    • This reply was modified 8 years, 8 months ago by axdoverm.
    #592284

    I’m just another user like you, but I could try and look at it. I finally got mine fixed. Do you have an HTML editing software like Dreamweaver? I think I pasted my raw text into Dreamweaver and found some errors to fix and that fixed the problem. I think I also temporarily placed a phpinfo.php file in the root directory to view my statistics for my environment. I updated some settings using php.ini file.

    I navigated to http://www.novastudio.nl/home to view site. It look very nice. Well done.

    #592511

    Thank you so much for your reply! i’m gonna try if this works!

    #593146

    Hi,

    Great, please let us know if you should have any further problems.

    Regards,
    Rikard

    #745663

    I have one page this happens to. If I edit anything on the page and look at preview everything between the header and footer is wiped out. If published same thing. The page has to get rebuilt. Once in awhile this will happen to the home page.

    • This reply was modified 7 years, 9 months ago by Wildwood.
    #746112

    Hi @Wildwood,

    Please open a new thread and include admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Enfold Page Template crashing – losing content on page’ is closed to new replies.