Tagged: avia
Hello,
I have a problem with the “Avia Layout Builder” on my wordpress website. I am using the latest version of both the theme and the plugins I have. The Avia works fine on most of the pages, except from a page I want. I tried the solution of adding the below code to functions.php but it didn’t work:
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’);
From Google Chrome developer console i see the following error: “Failed to load resource: the server responded with a status of 403 ()” the file is the /wp-admin/admin-ajax.php
Any idea how to solve this?
Hey techielab,
Have you attempted to disable all active plugins to see if it alleviates the issue?
Best regards,
Jordan Shannon
Hello,
And we have this problem of the spinning circle on some pages in Advanced Layout Editor. We have tried everything advised on this forum e.g. disabling plugins, cleaning cashe, adding the code mentioned above, updating plugins and theme, updating the theme manually through ftp… still the same on some pages… Help?
Hello,
Yes i disable all plugins and re-enable them but nothing changed. I also delete the last plugin I had install before this issue appears, but still, this didn’t solve the issue. It is really weird because it happens only in one page! I have 70 pages and on the other 69 it works great!
Hi techielab,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? And please specify the page with the issue.
Best regards,
Victoria