Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #258929

    When we try and edit any page in the Avia layout builder, the page will not load the content – site just sits there thinking about it trying to load the content. I’ve had our server-side guys take a look and there’s nothing stopping it that end.

    Site: http://www.tracks360.com

    This is a simple but important site for us.

    Thanks NFC Group.

    #259090

    Hi Jonathan!

    It looks like the root of the issue is the theme version being incredibly out of date. Because of that I would suggest a bit more of a precautionary update that normal. First make a backup of your WordPress database using a tool like http://wordpress.org/plugins/backupwordpress/ or if your host has a site snapshot/backup program.

    Then take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Once updated you may need to do some re-configuration with LayerSlider as that was updated to their newest version and users had some issues with the data transitioning.

    Cheers!
    Devin

    #261710

    Hi Devin.

    We have done what you have suggested and there’s no change. A copy of the site was FTP’d to a dedicated test server and this issue still remains with the site up to date including plugins. We are now seeing a heavy drop in traffic due to not being able to edit any of the site content under the Enfold theme.

    Please see below communications from our dedicated server support team (inhouse)

    “Hi Jonathan – Callum has done a fair amount of testing and online research on this and it seems that the latests template we are using no longer works either due to a Java update or a WordPress update. The only options we have at the moment is to either copy over the site as it is where it will function exactly as it does on your old server (ie: backend not working) or change the template but this would mean rebuilding the site. If you want to rebuild it, now is probably the best time to do it.

    Callum is now trying to go through the code of the template to see if he can spot the problem but I think it’s better to assume it will not work until the developers themselves update it.

    Let me know how you want to proceed.”

    Please advise, this is now urgent.

    Jonathan O-C – Director

    #262230

    Hey!

    Please create us an admin account and post the login credentials as private reply – we’ll look into it.

    Cheers!
    Peter

    #263243
    This reply has been marked as private.
    #263868
    This reply has been marked as private.
    #265156

    Hi!

    Unfortunately I’ve also no idea what’s going on but I noticed that the admin screen is completely messed up and it seems like the server doesn’t serve all css/js files properly. The admin screen looks like: http://www.clipular.com/c/5244499898925056.png?k=edFAQUT2QY7sntdygOk2pIRbQ14 and I get several js errors when the (unexpected token, etc.) when I load the page. These errors probably also break our theme code (advanced template builder code).

    Cheers!
    Peter

    #265474

    Thank you for the reply.

    Please see reply from our server team.

    Hi Jonathan,

    Can you ask your chap to go in and check again.
    CSS/JS should be working fine now.

    If not, let me know and I’ll take another look.

    Regards,
    http://www.server-centre.net

    #265663

    Hey!

    Thank you for the update.

    We’re really not sure of the issue but checking the site, the dashboard is still looking weird like the screenshot posted above which tells us the theme is not the direct cause of the problem. Please try to deactivate the plugins, see if that helps.

    Best regards,
    Ismael

    #267291

    Things are going from bad to worse, we need this site operational. It generates all of our current leads.

    Could the below be related?

    Update WordPress
    This theme recommends the following plugin: BB Press Forum Software.
    Begin installing plugin | Dismiss this notice
    Downloading update from https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip…

    Unpacking the update…

    Verifying the unpacked files…

    Preparing to install the latest version…

    The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-includes/js/jquery/jquery.js

    Installation Failed

    Regards

    NFC Group

    #268483

    Hey!

    No, I don’t think this is the cause. However you can deactivate the “recommended plugins” installer by adding this code to the bottom of your child theme functions.php file (or enfold/functions.php if you’re not using a child theme):

    
    add_action('after_setup_theme','avia_deactive_recommended_plugins');
    function avia_deactive_recommended_plugins(){
    remove_action( 'tgmpa_register', 'avia_register_required_plugins' );
    }
    

    Best regards,
    Peter

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.