Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #943179

    Hello,
    I am using Enfold 4.2.6 version theme. I am facing Avia layout builder not loading issue.
    Below are my site details.
    https://reflectit.dk/project/asamt1/
    To solve this issue I have done following things.

    1. Added below code in function.php
    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    2.Increased memory limit.
    Added below function in wp-config.php
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    I didn’t installed any other plugin (Akismet Anti-Spam and Hello Dolly defaults plugin are there)

    Still I am facing issue.

    Please help me.

    Thanks.

    #943182

    Hey reflectit,

    Which version of PHP are you running? Please try upgrading to at least PHP7 if you have not.

    Best regards,
    Jordan Shannon

    #943449

    Hello Jordan,
    Thanks for the quick response
    I checked my php version. Its 7.0.28.
    Please suggest me other solution asap.

    Let me know if you need my site details for checking

    #943598

    Hi,

    Thanks for the feedback. Why did you deregister jQuery? Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #943608
    This reply has been marked as private.
    #943901

    Hi,

    Thanks for that, you are getting an error message since the server won’t allow access to the admin-ajax.php WordPress file. Could you try contacting your hosting provider to see if they know why the server is responding that way? Also please try to remove the code you added to make sure that is not the cause.

    Best regards,
    Rikard

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