-
Search Results
-
Compared to the 2025 theme, our product pages when you edit them in WP Admin take twice as long to load using the Enfold theme. I believe this is at least partially due to the many scripts that are called. We use ALB on pages and posts but not our shop and product pages. What would be the most effective way to not load all of the bells and whistles of Enfold to optimize the product editor page? If we dequeue the scripts we see errors even though the ALB has been disabled.
For example, here are all of the Enfold related scripts that get loaded on the product editor even with the ALB disabled.
// Dequeue Enfold styles/scripts
wp_dequeue_style('avia-style');
wp_dequeue_style('avia-custom');
wp_dequeue_style('avia-popup');
wp_dequeue_script('avia-default');
wp_dequeue_script('avia-shortcodes');
wp_dequeue_script('avia-modal');
wp_dequeue_script('avia_mega_menu');
wp_dequeue_script('avia_sidebar');
wp_dequeue_script('avia_advanced_form_elements');
wp_dequeue_script('avia_options_pages');
wp_dequeue_script('avia_media');
wp_dequeue_script('avia_media_wp35');
wp_dequeue_script('avia_colorpicker');
wp_dequeue_script('avia_media_advanced');
wp_dequeue_script('ls-global');
wp_dequeue_script('ls-wp-editor');
wp_dequeue_script('ls-addon-404');
wp_dequeue_script('ls-addon-maintenance');
wp_dequeue_script('avia-dotlottie-script');
wp_dequeue_script('avia_builder_js');
wp_dequeue_script('avia_element_js');
wp_dequeue_script('avia_template_save_js');
wp_dequeue_script('avia_modal_js');
wp_dequeue_script('avia_custom_elements_js');
wp_dequeue_script('avia_modal_dynamic_js');
wp_dequeue_script('avia_history_js');
wp_dequeue_script('avia_tooltip_js');
wp_dequeue_script('avia_tab_section_js');
wp_dequeue_script('avia_table_js');
wp_dequeue_script('avia_tab_toggle_js');
wp_dequeue_script('avia_media_js');
wp_dequeue_script('avia_gutenberg_script');
wp_dequeue_script('avia_google_maps_api_script');
wp_dequeue_script('avia-google-maps-api');
wp_dequeue_script('avia_google_recaptcha_front_script');
wp_dequeue_script('avia_admin_notices_script');
wp_dequeue_script('layerslider-utils');
wp_dequeue_script('kreatura-modal');
wp_dequeue_script('layerslider-slider-library');
We disabled the ALB button with the avf_alb_supported_post_types hook
add_filter(‘avf_alb_supported_post_types’, function ($supported_post_types) {
return array_diff($supported_post_types, [‘product’]);
}, 5);I kept getting a Critical error warning – need WP debugging notices on certain parts of our little site. No idea what I’m doing and so I went through wordpress support and they logged on and said it’s a theme issue and to contact you. I’ve added the WP debugging plugins they recommended so it’s easier to see the issues however… I have no idea what they mean… Please help. I’ll send login info if needed.
Here are some of the errors-
Missing Dependencies avia_tab_section_js lambof…ayette.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js avia_builder_js (missing), avia_modal_js (missing) 0.9.5
Missing Dependencies avia_table_js lambof…ayette.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (missing) 0.9.5
Missing Dependencies avia_tab_toggle_js lambof…ayette.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (missing) 0.9.5
Missing Dependencies avia_media_js lambof…ayette.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (missing) 0.9.5
Missing Dependencies avia_gutenberg_script lambof…ayette.com wp-content/themes/enfold/config-gutenberg/js/avia_gutenberg.js avia_builder_js (missing)Missing Dependencies avia_gutenberg_css lambof…ayette.com wp-content/themes/enfold/config-gutenberg/css/avia_gutenberg.css avia-modal-style (missing), avia-builder-style (missing)
and more…
10 Tribe__Admin__Notices->render_archive-slug-conflict()
Error: Method Tribe__Admin__Notices::render_archive-slug-conflict() does not exist
10 Tribe__Admin__Notices->render_tribe-aggregator-migrate-legacy-settings()
Error: Method Tribe__Admin__Notices::render_tribe-aggregator-migrate-legacy-settings() does not exist
10 Tribe__Admin__Notices->render_tribe-aggregator-legacy-import-plugins-active()
Error: Method Tribe__Admin__Notices::render_tribe-aggregator-legacy-import-plugins-active() does not exist
10 Tribe__Admin__Notices->render_aggregator-update-msg()
Error: Method Tribe__Admin__Notices::render_aggregator-update-msg() does not exist
10 Tribe__Admin__Notices->render_legacy-ignored-events()
Error: Method Tribe__Admin__Notices::render_legacy-ignored-events() does not exist
10 Tribe__Admin__Notices->render_the-events-calendarthe-events-calendar-php()
Error: Method Tribe__Admin__Notices::render_the-events-calendarthe-events-calendar-php() does not exist
10 Tribe__Admin__Notices->render_events-calendar-proevents-calendar-pro-php()
Error: Method Tribe__Admin__Notices::render_events-calendar-proevents-calendar-pro-php() does not exist
10 Tribe__Admin__Notices->render_editing-all-recurrences()
Error: Method Tribe__Admin__Notices::render_editing-all-recurrences() does not exist
10 Tribe__Admin__Notices->render_created-recurrences()
Error: Method Tribe__Admin__Notices::render_created-recurrences() does not exist
10 Tribe__Admin__Notices->render_tribe-ext-advanced-ical-exportindex-php()
Error: Method Tribe__Admin__Notices::render_tribe-ext-advanced-ical-exportindex-php() does not exist
10 Tribe__Admin__Notices->render_tribe-ext-calendar-customizerindex-php()
Error: Method Tribe__Admin__Notices::render_tribe-ext-calendar-customizerindex-php() does not exist
10 Tribe__Admin__Notices->render_tribe-ext-export-mec-eventstribe-ext-export-mec-events-php()
Error: Method Tribe__Admin__Notices::render_tribe-ext-export-mec-eventstribe-ext-export-mec-events-php() does not exist
10 Tribe__Admin__Notices->render_tribe-ext-settings-import-exporttribe-ext-settings-import-export-php()
Error: Method Tribe__Admin__Notices::render_tribe-ext-settings-import-exporttribe-ext-settings-import-export-php() does not exist
10 Tribe__Admin__Notices->render_advanced-post-managertribe-apm-php()
Error: Method Tribe__Admin__Notices::render_advanced-post-managertribe-apm-php() does not existHallo, WordPress heute frisch installiert, die letzte Verison von Enfold heute erneut installiert – dennoch ist die Seite extrem lahm.
Vielen Dank für Hinweise, wie diese Skriptfehler beseitigt werde können!Domain: https://neurofeedback-schopfheim.de/
Missing Dependencies avia_tab_section_js neurofeedback-schopfheim.de wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js avia_builder_js (fehlend), avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_table_js neurofeedback-schopfheim.de wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_tab_toggle_js neurofeedback-schopfheim.de wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_media_js neurofeedback-schopfheim.de wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (fehlend) 0.9.5
Missing Dependencies avia_gutenberg_script neurofeedback-schopfheim.de wp-content/themes/enfold/config-gutenberg/js/avia_gutenberg.js avia_builder_js (fehlend)Topic: Missing Dependencies
Our site has been getting slow after the last couple of WordPress updates. We are now running 5.0.3 and the 4.5.2 version of Enfold.
In attempting to find where the issue is, I ran Query monitor and am receiving the following errors:
Missing Dependencies avia_tab_section_js http://www.nehca.org wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js avia_builder_js (missing), avia_modal_js (missing) 0.9.5
Missing Dependencies avia_table_js http://www.nehca.org wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (missing) 0.9.5
Missing Dependencies avia_tab_toggle_js http://www.nehca.org wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (missing) 0.9.5
Missing Dependencies avia_media_js http://www.nehca.org wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (missing) 0.9.5
Missing Dependencies avia_gutenberg_script http://www.nehca.org wp-content/themes/enfold/config-gutenberg/js/avia_gutenberg.js avia_builder_js (missing)
Missing Dependencies avia_gutenberg_css http://www.nehca.org wp-content/themes/enfold/config-gutenberg/css/avia_gutenberg.css avia-builder-style (missing), avia-modal-style (missing)
I’ve tried replacing the Theme files, but still get the same messages.
Hallo allerseits, wie muss ich bei Enfold vorgehen, um diese Fehler zu beseitigen? Es geht um die Seite https://auto-faupel.com/ Vielen Dank!
Missing Dependencies avia_tab_section_js auto-faupel.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js avia_builder_js (fehlend), avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_table_js auto-faupel.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_tab_toggle_js auto-faupel.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (fehlend) 0.9.5
Missing Dependencies avia_media_js auto-faupel.com wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (fehlend)Info provided by a plugin Query Monitor version 3.2
Some of these files have a similar file installed but they end with .js and not _js
I have cleared cache and have disabled all plugins except Query Monitor and still found Broken Dependencies:
It seems that some js files are called from template-builder.class.php but they do not exist in the last enfold version as mentioned below.Missing Dependencies avia_tab_section_js
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js
avia_builder_js (missing)
avia_modal_js (missing)
0.9.5
Missing Dependencies avia_table_js
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js
avia_modal_js (missing)
0.9.5
Missing Dependencies avia_tab_toggle_js
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js
avia_modal_js (missing)
0.9.5
Missing Dependencies avia_media_js
/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js
avia_element_js (missing)
0.9.5
The ubove are red flaged by the plugin. What are the suggestions.Hallo,
ich habe folgende Probleme mit Skripten:
avia_tab_section_js
avia_builder_js (fehlend)
avia_modal_js (fehlend)****
avia_table_js
avia_modal_js (fehlend)****
avia_tab_toggle_js
avia_modal_js (fehlend)****
avia_media_js
avia_modal_js (fehlend)
avia_element_js (fehlend)Die Domain ist https://schnelletexte.de/
Vielen Dank schon jetzt!Topic: Query monitor detect problem
Hallo, i use the plugin “Query monitor” to monitor my site, and it shwo some errors in enfold theme.
I attach a screenshot if i can.
These are the problems:
Posizione Script Dipendenze Dipendenti Versione
Dipendenze rotte avia_tab_section_js
http://dev.miciogatto.it/new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js
avia_builder_js (mancante)
avia_modal_js (mancante)
0.9.5
avia_table_js
http://dev.miciogatto.it/new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js
avia_modal_js (mancante)
0.9.5
avia_tab_toggle_js
http://dev.miciogatto.it/new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js
avia_modal_js (mancante)
0.9.5
avia_media_js
http://dev.miciogatto.it/new/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js
avia_element_js (mancante)
0.9.5Topic: WP_ADIMN ERRORS
Dear all,
I’m doing some debugging for WPML slowness issues, and, entering in administrative mode I get following script errors from “query monitor” plugin.
Do you have any advice?Thanks
Broken dependencies avia_tab_section_js
http://www.heart-of-italy.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js
avia_builder_js (missed)
avia_modal_js (missed)
0.9.5
avia_table_js
http://www.heart-of-italy.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js
avia_modal_js (missed)
0.9.5
avia_tab_toggle_js
http://www.heart-of-italy.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js
avia_modal_js (missed)
0.9.5
avia_media_js
http://www.heart-of-italy.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js
avia_element_js (missed)
0.9.5Hi there
i am getting these errors on the website – what can I do to fix them?
Broken Dependencies avia_table_js
https://blackchicken.com.au/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js
avia_modal_js (missing)
0.9.3
avia_tab_toggle_js
https://blackchicken.com.au/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js
avia_modal_js (missing)
0.9.3
avia_media_js
https://blackchicken.com.au/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js
avia_element_js (missing)0.9.3
Hi,
I think its not important, but do you have any new information about this error message?
I read these old posts:
https://kriesi.at/support/search/avia_table_js/?avia_filter_search=yes&avia_search_forums=all&avia_search_dates=all&avia_search_include=no
https://kriesi.at/support/topic/broken-dependencies-error-in-avia_table_js-avia_tab_toggle_js-avia_media_js/Its visible only on wp admin page on frontend everything is okay.
I used this plugin: https://hu.wordpress.org/plugins/query-monitor/Kind regerds,
PeterTopic: Script / Styles error
Good Morning,
atter an update I’m facing this Script / Styles error:
Scripts Dependencies Dependents Version
Broken Dependencies avia_table_js
http://maxblank.wom.server49.vorschauseite.eu/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (missing) 0.8
avia_tab_toggle_js
http://maxblank.wom.server49.vorschauseite.eu/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (missing) 0.8
avia_media_js
http://maxblank.wom.server49.vorschauseite.eu/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.jsI also reinstalled, but no changes.
I’m running on the newest version of theme and wordpress.
Any idea where this is coming from and how to solve?
Thanks a lot !
Greetings
MichaelHello
I’m using a plugin to see the performances. This one reports errors about Enfold:Broken Dependencies:
—————-
avia_table_js
http://www.mysite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js
avia_modal_js (missing)
—-
avia_tab_toggle_js
http://www.mysite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js
avia_modal_js (missing)
—-
avia_media_js
http://www.mysite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js
avia_element_js (missing)What’s that?
Thanks
Hello!
Getting “Broken Dependencies” error in avia_table_js, avia_tab_toggle_js & avia_media_js
Here is a screen shot:
http://grab.by/IfY4Any help you can provide would be greatly appreciated!
-Richard
Hello there, so i am using query monitor plugin and it is telling me that i have three missing ajax scripts on every admin page. Is this a theme issue? thanks
Missing Dependencies avia_media_js
http://www.lowpriceecigs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-media.js avia_element_js (missing) 0.8avia_tab_toggle_js
http://www.lowpriceecigs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tab-toggle.js avia_modal_js (missing) 0.8avia_table_js
http://www.lowpriceecigs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-table.js avia_modal_js (missing) 0.8
Viewing 29 results - 1 through 29 (of 29 total)
Viewing 29 results - 1 through 29 (of 29 total)