-
Search Results
-
Topic: Enfold
I have Enfold on a site that was designed a long time ago. I am not sure what account it was purchased under but now stuck with PHP 7.4 until it is upgraded. Do we need to buy a new version or is there an upgrade version.
Hi,
We are running Enfold 7.1.4 on PHP 8.4.17 and are experiencing a critical bug where the Advanced Layout Builder silently truncates page content on save.
Root cause identified: Enfold’s save routine sometimes strips closing tags when writing to _aviaLayoutBuilderCleanData postmeta. This creates unclosed tags in the stored data. On subsequent saves, Enfold’s shortcode parser encounters the unclosed tag and only processes/saves the content up to that point — everything after is silently deleted.
Reproduction:
Create a page with multiple textblocks containing bold text (…)
Edit and save the page several times in the visual ALB editor
Check _aviaLayoutBuilderCleanData in the database — some closing tags are missing
Save the page again — all content after the unclosed tag is deletedEvidence from our site:
Post 152: 154 shortcode elements reduced to 16 on save (94,643 → 15,929 bytes). Cause: unclosed tag at position 8311 in cleandata.
Post 1688: 7 unclosed tags found in cleandata, all introduced by the save routine.
Post 14: post_content had balanced tags but _aviaLayoutBuilderCleanData had unclosed — proving the save routine is stripping the closing tag.
Key observation: The visual editor shows the content correctly with proper bold formatting. The is present in the editor. But after save, _aviaLayoutBuilderCleanData is missing the closing tag. This means the bug is in Enfold’s content processing/save pipeline, not user error.Workaround: We are manually fixing the database by adding the missing tags to both post_content and _aviaLayoutBuilderCleanData, but the problem recurs on every edit.
Request: Please investigate the ALB save routine that processes HTML within textblocks and ensure (and other closing tags) are preserved when writing to _aviaLayoutBuilderCleanData.
Thank you.
Hello
After updating to 7.1.4, a WordPress error occurs:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 820 der Datei /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/plugins/wp-super-cache/wp-cache-phase2.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function get_blog_option() in /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/plugins/wp-super-cache/wp-cache-phase2.php:820 Stack trace: #0 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/plugins/wp-super-cache/wp-cache-phase2.php(3079): get_supercache_dir() #1 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/themes/enfold/includes/config-enfold/functions-framework.php(215): wp_cache_clear_cache() #2 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(341): avia_force_clear_caches() #3 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() #4 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/plugin.php(522): WP_Hook->do_action() #5 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/themes/enfold/framework/php/auto-updates/class-avia-theme-data-updater.php(160): do_action() #6 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(341): aviaFramework\updates\Avia_Theme_Data_Updater->handler_update_version() #7 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() #8 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/plugin.php(522): WP_Hook->do_action() #9 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-settings.php(764): do_action() #10 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-config.php(72): require_once('...') #11 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-load.php(50): require_once('...') #12 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-admin/admin.php(35): require_once('...') #13 {main} thrownIf you reload the page, everything will be fine. However, you cannot save any changes in the theme anymore. Error:
Saving didnt work! Please reload the page and try againEverything still worked fine with version 7.1.3.
PHP: 8.3.30Regards
BerndTopic: Enfold Theme
Hello,
I am using Enfold Theme version 4.3.2. I purchased and downloaded the latest version from ThemeForest. I am also using Enfold Child Version: 1.0.
Question: How do I update the theme now?
Do I simply delete the enfold folder in “wp-content/themes”? Unfortunately, I couldn’t find any instructions on the website.
Currently, PHP (7.3.33) is still running, and this also needs to be changed. I would like to take the intermediate step to 7.4 and then to 8.5. Is this possible with the Enfold Theme I am currently using?
I would be grateful if you could help me.
Best regards, Erik
Dear Kriesi / Enfold Team,
I am writing a pre-sales inquiry regarding a WordPress project I have recently inherited. The site is currently running a very old version of Enfold (v4.5.7), but I do not have access to the original Envato account or the API Token used by the previous developer.
I intend to purchase a new, independent license for this domain to ensure the site is legally covered and can receive the latest code updates.
Before I complete the purchase, I have two technical questions:
License Replacement: Since the site already has Enfold installed (v4.5.7), can I simply enter the new Token from my new license into the existing theme options to trigger the update, or do the licenses need to be “transferred” (which I cannot do without the old account)?
Code Integrity: Given the huge version gap (4.5.7 to 6.x), would you recommend deleting the old /enfold/ theme folder and uploading the new version’s files via FTP to avoid conflicts between old and new PHP files?
I want to do things the right way and ensure the site’s code is up to date. Thank you for your guidance.
Best regards.
I have encountering an issue with Enfold 7.1.3 in various websites. The debug_log has the following errors, exactly as reported by another user here https://kriesi.at/support/topic/multiple-errors-on-pages-and-posts-analysis-included/
[20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-audioplayer" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-blog" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-postslider" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-button" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-buttonrow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-button-fullwidth" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-catalogue" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-comments" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-contact" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-countdown" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-dynamic-field" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-gallery" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-maps" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-gridrow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-heading" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-rotator" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-hr" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icon" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icon-circles" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-iconbox" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icongrid" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-iconlist" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-image" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-image-diff" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-hotspot" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-sc-lottie-animation" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-magazine" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-masonry" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-siteloader" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-menu" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-notification" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-numbers" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-portfolio" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-post-metadata" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-progress-bar" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-promobox" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-sc-search" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow-accordion" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow-ls" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-social" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-tabsection" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-table" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-tabs" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-team" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-testimonials" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-timeline" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-toggles" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-video" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-audioplayer" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-chart-js" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-chart" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-contact" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-countdown" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-gallery" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-gallery-hor" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-rotator" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-icon-circles" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-icongrid" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-iconlist" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-image-diff" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-hotspot" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-magazine" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-isotope" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-menu" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-notification" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-numbers" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-portfolio" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-progress-bar" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-video" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-accordion" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-ls" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-tabsection" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-tabs" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-testimonials" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-timeline" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-toggles" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131 [20-Feb-2026 10:37:32 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-video" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131I tried the function suggested in the above mentioned post, but it messed up the custom css I created in my child theme.
In private content details
Dear,
I have purchased the enfold wordpress site over 10 years ago. i have a problem with my child theme when i update the PHP to 8.3, i will get a critical error which i can’t resolve and manually im forced to switch it back to 7.4.
I can’t find my license code anywhere so i’m trying this way how i can get support on this issue to solve it.
Sincerely regards,
Leo
We’re running Enfold 7.1.3 with WooCommerce on a SiteGround Cloud VPS and we’re seeing repeated database writes on every checkout page load that appear to be coming from Enfold’s per-post CSS management.
Summary of the issue
Our Checkout page is post ID 6494 (/checkout/).
Enfold repeatedly executes an UPDATE against postmeta for this page:
meta_key = ‘_av_css_styles’
with serialized data including css_file = ‘post-6494.css’ and status = ‘no_css’
The file post-6494.css is never created, despite Enfold generating other post-XXXX.css files normally.
——————————
What we observe
Enfold is successfully generating per-post CSS files in:
wp-content/uploads/dynamic_avia/avia_posts_css/
(multiple post-XXXX.css exist here, and the newest are generated today)An older legacy folder also exists:
wp-content/uploads/avia_posts_css/
(files exist, but last modified in 2023)post-6494.css does not exist in either location.
Folder permissions are correct (directories 755, files 644).
——————————
Query Monitor stack trace (from a frontend checkout request)
UPDATE
mjwp_postmeta
SETmeta_value= ‘… status:”no_css” … css_file:”post-6494.css” …’
WHEREpost_id= 6494
ANDmeta_key= ‘_av_css_styles’update_metadata() wp-includes/meta.php:324
update_post_meta() wp-includes/post.php:2746
aviaPostCssManagement->update_meta() …/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php:557
aviaPostCssManagement->check_create_file() …/class-post-css-management.php:268
aviaPostCssManagement->handler_enqueue_post_styles() …/class-post-css-management.php:205
do_action(‘wp_enqueue_scripts’) wp-includes/plugin.php:522
…——————————
Impact
During traffic bursts to checkout, these repeated meta updates contribute to additional DB load and resource usage (we had an autoscale event during a checkout load spike). Even if Enfold decides the page should be no_css, it seems to be re-writing the meta repeatedly instead of persisting a stable state and moving on.
——————————
Questions
Is Enfold expected to generate a post-6494.css file for WooCommerce checkout pages?
If not, is there a recommended way to prevent aviaPostCssManagement->handler_enqueue_post_styles() from continually updating _av_css_styles for checkout pages?
Is this a known behavior/bug in the current Enfold/Avia CSS management layer when a page is treated as no_css?
Are there settings (or a filter/hook) to disable per-post CSS management for specific post IDs or for is_checkout() pages?
If you’d like, we can provide the full serialized _av_css_styles value and/or additional logs.
Thanks!
Are you guys seeing multiple error messages on the posts and pages WP pages?
Enfold: 7.1.3
WordPress 6.9.1
Chrome Browser 144.0.7559.133 (Official Build) (arm64)
Safari Version 26.2 (21623.1.14.11.9)
Vivaldi Version 7.8.3925.62 (Official Build) (arm64), Chromium Version 144.0.7559.167
Firefox 147.0.2 (aarch64)
Running on a Mac Mini M2 (Tahoe 26.2)Error Messages when opening Posts and Pages (but similar error seen on e.g. the Plugins page):
Notice: WP_Styles::add(): The style with the handle “avia-module-audioplayer” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-blog” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-postslider” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-button” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-buttonrow” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-button-fullwidth” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-catalogue” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-comments” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-contact” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-slideshow” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-countdown” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-dynamic-field” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-gallery” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-maps” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-gridrow” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-heading” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-rotator” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-hr” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-icon” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-icon-circles” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-iconbox” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-icongrid” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-iconlist” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-image” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-image-diff” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-hotspot” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-sc-lottie-animation” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-magazine” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-masonry” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-siteloader” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-menu” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-notification” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-numbers” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-portfolio” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-post-metadata” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-progress-bar” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-promobox” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-sc-search” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-slideshow-accordion” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-slideshow-ls” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-social” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-tabsection” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-table” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-tabs” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-team” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-testimonials” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-timeline” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-toggles” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Styles::add(): The style with the handle “avia-module-video” was enqueued with dependencies that are not registered: avia-layout. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-audioplayer” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-chart-js” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-chart” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-contact” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-slideshow” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-countdown” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-gallery” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-gallery-hor” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-rotator” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-icon-circles” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-icongrid” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-iconlist” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-image-diff” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-hotspot” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-magazine” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-isotope” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-menu” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-notification” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-numbers” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-portfolio” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-progress-bar” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-slideshow-video” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-slideshow-accordion” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-slideshow-ls” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-tabsection” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-tabs” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-testimonials” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-timeline” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-toggles” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia-module-video” was enqueued with dependencies that are not registered: avia-shortcodes. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
Notice: WP_Scripts::add(): The script with the handle “avia_analytics_js” was enqueued with dependencies that are not registered: avia_builder_js. (This message was added in version 6.9.1.) Please see Debugging in WordPress for more information. in /homepages/1/d4297824949/htdocs/wordpress/wp-includes/functions.php on line 6163
+++
Here’s Gemini’s Research result of looking at the functions.php code:
The error in this code is a logic and implementation mismatch related to how the WordPress function wp_trigger_error() handles message formatting.
Specifically, there are two issues in the final line:
wp_trigger_error( ”, $message );
1. Redundant Formatting (The Main Issue)
In WordPress 6.4+, wp_trigger_error() was introduced to standardize how “Doing it wrong” and “Deprecated” notices are handled.
Inside wp_trigger_error(), WordPress automatically prepends the text:
“Function %s was called incorrectly…”
However, your code manually builds that exact same string in the lines above:
$message = sprintf(
__( ‘Function %1$s was called incorrectly. %2$s %3$s’ ),
$function_name,
$message,
$version
);
The Result: If this code runs, the error output will look like a stuttering mess:“Function was called incorrectly. Function my_function_name was called incorrectly. [Actual Message] [Version]”
2. Empty First Parameter
The first parameter of wp_trigger_error( $function_name, $message ) is intended to be the name of the function that was called incorrectly. By passing an empty string (”), you are preventing wp_trigger_error from correctly identifying the culprit in its own automated prefix.+++
What I tried:
Enfold > Performance > Disabled all file merging and compression (Enfold > Performance), cleared all caches (very few plugins and no cacheing on the website).
Enfold > Performance > Unused features > changed to ‘Always load all elements’
Checked for /wp-content/uploads/dynamic_avia and its permissions.
Temp. emptying of dynamic_avia reset the website visually.These are warnings, so the website seems to work OK, but it looks like it needs to be fixed elsewhere (loading of avia-layout).
Hi
I get this error when going into the page for pages, any ideas? I have this setup for a few sites but only this has this issue (so far). Any suggestion?:
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-audioplayer” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-blog” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-postslider” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-button” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-buttonrow” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-button-fullwidth” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-catalogue” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-comments” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-contact” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-slideshow” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-countdown” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-dynamic-field” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-gallery” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-maps” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-gridrow” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-heading” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-rotator” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-hr” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-icon” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-icon-circles” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-iconbox” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-icongrid” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-iconlist” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-image” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-image-diff” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-hotspot” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-sc-lottie-animation” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-magazine” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-masonry” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-siteloader” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-menu” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-notification” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-numbers” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-portfolio” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-post-metadata” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-progress-bar” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-promobox” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-sc-search” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-slideshow-accordion” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-social” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-tabsection” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-table” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-tabs” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-team” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-testimonials” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-timeline” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-toggles” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Styles::add anropades felaktigt. Stilen med namnet ”avia-module-video” köades med beroenden som inte är registrerade: avia-layout. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-audioplayer” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-chart-js” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-chart” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-contact” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-slideshow” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-countdown” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-gallery” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-gallery-hor” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-rotator” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-icon-circles” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-icongrid” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-iconlist” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-image-diff” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-hotspot” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-magazine” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-isotope” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-menu” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-notification” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-numbers” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-portfolio” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-progress-bar” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-slideshow-video” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-slideshow-accordion” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-tabsection” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-tabs” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-testimonials” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-timeline” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-toggles” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia-module-video” köades med beroenden som inte är registrerade: avia-shortcodes. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131
Notice: Funktionen WP_Scripts::add anropades felaktigt. Skriptet med namnet ”avia_analytics_js” köades med beroenden som inte är registrerade: avia_builder_js. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 6.9.1.) in /home/erfrisor/eriksson-robach.se/wp-includes/functions.php on line 6131





