-
AuthorSearch Results
-
March 16, 2026 at 5:29 pm #1496070This reply has been marked as private.March 16, 2026 at 6:26 am #1496050
In reply to: Impossible to publish page / post with the Editor
Hey newki75,
Thank you for the short clip.
The error is a php fatal error in the template builder’s shortcode parser. It’s happening because the Ballotins template contains shortcode data that is not structured as expected, likely due to the mixed editor usage that Mike mentioned earlier. Since the template itself appears to be corrupt, the most reliable fix is to rebuild it from scratch using only the ALB editor.
Regarding the theme update, yes, downloading from Themeforest always gives you the latest available version.
Let us know the result.
Best regards,
IsmaelMarch 12, 2026 at 9:15 am #1495969Dan2275
ParticipantHallo zusammen,
ich bekomme beim Versuch den Envato Token zu validieren (Enfold Theme; Update Bereich) die Fehlermeldung:
Das letzte Mal, als wir deinen Schlüssel überprüft haben, konnten wir keine Verbindung zu Envato herstellen:
Auf Einkäufe konnte nicht zugegriffen werden
Auf Benutzername konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
Auf E-Mail konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
Es traten folgende Fehler auf:Einkäufe: Fehlercode 403 von Envato erhalten: Forbidden:
– response_code: 403
– reason: scope-missing
username Fehlercode 403 von Envato erhalten: Forbidden:
– code: not_authenticated
email Fehlercode 403 von Envato erhalten: Forbidden:
– code: not_authenticated
Einkäufe: Auf deine Einkäufe kann nicht zugegriffen werden Es kann nicht geprüft werden, ob Aktualisierungen vorliegen.Bei der Erstellung des Schlüssels wurden folgende Punkte aktiviert:
View and search Envato sites
Download your purchased items
Verify purchases you’ve madeHat jemand eine Idee wie ich den Schlüssel aktivieren kann. Möchte Enfold nicht regelmäßig manuell aktualisieren.
Parent Theme (Enfold) Versionsnummer ist 7.1.3
PHP-Version: 8.4.18Danke euch im Voraus!
Dan
PS: Hat sich erledigt; waren noch drei weitere Optionen bei der Erstellung des Tokens notwendig.
March 12, 2026 at 8:20 am #1495966In reply to: Impossible to publish page / post with the Editor
OK will do it today.
First, I could update the theme as I am on 7.3 instead of 7.4. Can u cofirm that each time I upload it from Themeforest I get the latest version? (see my question in the video I have sent)
And please read the email I have received during your reproducing test:
Détails de l’erreur
======================
Une erreur de type E_ERROR a été causée dans la ligne 2502 du fichier /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php. Message d’erreur : Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, string given in /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php:2502
Stack trace:
#0 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(1598): aviaShortcodeTemplate->is_self_closing()
#1 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(862): ShortcodeParser->get_closing_tags_array(Array)
#2 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(666): ShortcodeParser->balance_shortcode_array(Array)
#3 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-parser.php(442): ShortcodeParser->balance_shortcode(‘[av_section min…’)
#4 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(511): ShortcodeParser->parse_shortcode(‘[av_section min…’)
#5 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-template-builder.php(2551): ShortcodeHelper::clean_up_shortcode(‘[av_section min…’, ‘balance_only’)
#6 /home/chauduncij/www/wp-includes/class-wp-hook.php(341): AviaBuilder->handler_before_save_alb_post_data(Array, Array)
#7 /home/chauduncij/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#8 /home/chauduncij/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-meta-box.php(357): apply_filters(‘avf_before_save…’, Array, Array)
#9 /home/chauduncij/www/wp-includes/class-wp-hook.php(343): MetaBoxBuilder->handler_wp_insert_post_data(Array, Array)
#10 /home/chauduncij/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#11 /home/chauduncij/www/wp-includes/post.php(4886): apply_filters(‘wp_insert_post_…’, Array, Array, Array, true)
#12 /home/chauduncij/www/wp-includes/post.php(5296): wp_insert_post(Array, false, true)
#13 /home/chauduncij/www/wp-admin/includes/post.php(453): wp_update_post(Array)
#14 /home/chauduncij/www/wp-admin/post.php(227): edit_post()
#15 {main}
thrownMarch 12, 2026 at 6:19 am #1495961In reply to: Impossible to publish page / post with the Editor
Hi newki75,
Thank you for the clarification.
We were able to reproduce the issue when loading your Ballotins template on a new page. Since you’re experiencing this problem consistently when using the template, there may be conflicting code or a server-side issue preventing the publish action. To help us investigate further, we need to enable debug logging.
Please add these lines to your wp-config.php file:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );Once added, WordPress will create a debug.log file in your wp-content folder. Check that file for any error messages when you attempt to publish a page with your template. Please share a screenshot of the relevant errors with us.
Let us know what you find.
Best regards,
IsmaelMarch 10, 2026 at 9:00 pm #1495927Hi,
I created an online test site, linked below with a login for you to check out. It uses PHP 8.3.30 & Enfold 7.1.4
The mailchimp form is not yours, but it serves as a placeholder.
I’m not sure if reinstalling will help, but it’s worth a try.Best regards,
MikeMarch 10, 2026 at 4:04 pm #1495913Topic: Impossible to publish page / post with the Editor
in forum Enfoldnewki75
ParticipantHello guys,
I can’t publish a page / post but publishing a product is OK. When I use the by defaut editor I can.
Before going further, I’d like to update the theme. I am on version 7.3 instead of 4 but when I click on check manually, nothing happens. How can I find the files to set the new version manually (and if you have the documentation).
I am on the latest version of WP, PHP 8.3 on my hosting and my database is not full…
Tx for your help,
MarineMarch 7, 2026 at 2:14 pm #1495835Hi,
The issue is that newer versions of jQuery (1.9+) no longer support the old CSS selector syntax using bare # characters. We need to escape them properly. This is the updated code that I added to your site, I also changed the offset to match your header height.function slow_scroll_to_anchor() { ?> <script> (function($) { $('a[href*="#"]:not([href="#"])').click(function() { var width = $(window).width() if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { if ($(window).width() < 768) { $('html,body').animate({ scrollTop: target.offset().top - 150 }, 1000); return false; } else { $('html,body').animate({ scrollTop: target.offset().top - 250 }, 1000); return false; } } } }); // Executed on page load with URL containing an anchor tag. var hash = location.href.split("#")[1]; if (hash) { var target = $('#' + hash); if (target.length) { if ($(window).width() < 768) { $('html,body').animate({ scrollTop: target.offset().top - 150 }, 1000); } else { $('html,body').animate({ scrollTop: target.offset().top - 250 }, 1000); } } } }(jQuery)); </script> <?php } add_action( 'wp_footer', 'slow_scroll_to_anchor', 99 );Please clear your cache and check.
Best regards,
MikeMarch 6, 2026 at 6:12 am #1495802Hey tchamp77,
Thank you for the inquiry,
This is to be expected, since the default behavior when clicking an inactive Horizontal Gallery item is to navigate or slide it to the center. This behavior overrides the anchoring to the Accordion items. Once the image is centered, the anchor should work without issue.
To override this behavior, you can try this script in the functions.php file:
<?php add_action( 'wp_footer', 'ava_wp_footer_script_mod', 99 ); function ava_wp_footer_script_mod() { ?> <script> // override default horizontal gallery clicks behavior to open accordion and scroll to title (function($) { $(document).on('click', '.av-horizontal-gallery-slider a[href^="#toggle-id-"]', function(e) { e.preventDefault(); e.stopImmediatePropagation(); var targetId = $(this).attr('href').slice(1); setTimeout(function() { var $title = $('#toggle-toggle-' + targetId); var $wrap = $('#' + targetId); if (!$title.length) return; if (!$wrap.hasClass('active_tc')) $title.trigger('click'); setTimeout(function() { $('html, body').animate({ scrollTop: $title.offset().top - 80 }, 500); }, 50); }, 50); }); })(jQuery); </script> <?php }Best regards,
IsmaelHey Pam Miller,
Thank you for the inquiry.
The server should have PHP version 8.0 or later to be compatible with the latest version of the theme, 7.1.4. You can download the latest version of the theme from your Themeforest account. After retrieving the latest version, you may need to manually install or upload it to your server via S/FTP. Please check the link below for more info.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelMarch 6, 2026 at 12:02 am #1495794Topic: Enfold
in forum Pre Sale QuestionsPam Miller
GuestI 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.
March 5, 2026 at 5:05 pm #1495785In reply to: italic font – why
aber du siehst im DOM schon das dort p-tag em-tag strong-tag dann dein span-tag.
im Anderen eben nicht
wenn du im Bearbeitungsmodus bist – klicke mal oben rechts den Code-Modus an- was siehst du da?

EDIT: Aber du hast Recht. Deine Ganze seite ist mit meist leeren<em></em>tags übersäht. Daher muss das an etwas anderem liegen.
Hast du einträge in deiner child-theme functions.php?March 5, 2026 at 6:28 am #1495756In reply to: Not registered dependencies for Enfold css and js
Hi,
Thank you for the info.
In the enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php file, please look for this code around line 217:
//set up loading of assets. wait until post id is known add_action( 'wp', array( $this, 'extra_asset_check' ) , 10 );Replace it with:
//set up loading of assets. wait until post id is known add_action( 'wp_enqueue_scripts', array( $this, 'extra_asset_check' ) , 20 );Let us know if the issue persists.
Best regards,
IsmaelMarch 5, 2026 at 2:20 am #1495748In reply to: burger menu accessibility
Sorry, again, for the lag in responding, @Guenni007, and thanks again for your efforts! I think your code wasn’t working right away for me, and I needed some other accessibility fixes for the mobile menu (like a focus trap and making the spacebar open links), so I worked with Claude to implement this code in my child theme functions file — lmk if you see any problems with it:
Stage 1 – Runs immediately on page load:
Finds the hamburger toggle
Adds role=”button”
Adds aria-expanded=”false”
Adds Space key handler
Happens before user ever interacts with itStage 2 – Runs when overlay is created (first click):
Adds aria-controls
Sets up focus trap
Adds aria-expanded management (toggling true/false)
Adds ESC key support
Adds Space key on menu items/* ========================================================================== MOBILE MENU FOCUS TRAP WITH ROLE & ARIA-EXPANDED - TWO-STAGE INIT ========================================================================== */ function abode_enfold_mobile_menu_focus_trap_complete() { ?> <script> (function () { var toggleEnhanced = false; var fullInitialized = false; // STAGE 1: Enhance the toggle button immediately (runs on page load) function enhanceToggle() { if (toggleEnhanced) return; var toggle = document.querySelector('a[href="#"][aria-label="Menu"]'); if (!toggle) return; toggleEnhanced = true; // Add role="button" immediately toggle.setAttribute('role', 'button'); toggle.setAttribute('aria-expanded', 'false'); // Add Space key handler immediately toggle.addEventListener('keydown', function (e) { if (e.key === ' ' || e.key === 'Spacebar') { e.preventDefault(); this.click(); } }); console.log('✓ Stage 1: Toggle button enhanced with role=button and Space key'); } // STAGE 2: Full initialization with focus trap (runs after overlay is created) function fullInit() { if (fullInitialized) return; var toggle = document.querySelector('a[href="#"][aria-label="Menu"]'); var overlay = document.querySelector('.av-burger-overlay'); var menu = document.querySelector('#av-burger-menu-ul'); if (!toggle || !overlay || !menu) return; fullInitialized = true; // Make sure toggle is enhanced (in case Stage 1 hadn't run yet) if (!toggleEnhanced) { enhanceToggle(); } // Add aria-controls toggle.setAttribute('aria-controls', 'av-burger-menu-ul'); console.log('✓ Stage 2: Full initialization with focus trap and aria-expanded management'); function getLinks() { return Array.from(menu.querySelectorAll('a[href]')).filter(function (a) { var li = a.closest('li'); return li && li.offsetParent !== null && getComputedStyle(a).visibility !== 'hidden' && getComputedStyle(a).display !== 'none'; }); } function isOpen() { var s = window.getComputedStyle(overlay); return s.display !== 'none' && parseFloat(s.opacity) > 0; } // Keyboard navigation document.addEventListener('keydown', function (e) { if (!isOpen()) return; // Tab key - focus trap if (e.key === 'Tab') { var links = getLinks(); if (!links.length) return; if (e.shiftKey && document.activeElement === links[0]) { e.preventDefault(); links[links.length - 1].focus(); } else if (!e.shiftKey && document.activeElement === links[links.length - 1]) { e.preventDefault(); links[0].focus(); } } // Space key on menu items - activate link else if (e.key === ' ' || e.key === 'Spacebar') { var a = document.activeElement; if (a && a.tagName === 'A' && menu.contains(a)) { e.preventDefault(); a.click(); } } // Escape key - close menu else if (e.key === 'Escape') { toggle.click(); } }); // Watch for menu open/close and update aria-expanded new MutationObserver(function (mutations) { mutations.forEach(function (m) { if (m.attributeName !== 'style') return; if (isOpen()) { // Menu opened toggle.setAttribute('aria-expanded', 'true'); setTimeout(function () { var l = getLinks(); if (l.length) l[0].focus(); }, 400); } else { // Menu closed toggle.setAttribute('aria-expanded', 'false'); setTimeout(function () { toggle.focus(); }, 100); } }); }).observe(overlay, { attributes: true, attributeFilter: ['style'] }); } // Try to enhance toggle immediately if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', enhanceToggle); } else { enhanceToggle(); } // Try full init at various times if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', fullInit); } else { fullInit(); } setTimeout(fullInit, 500); setTimeout(fullInit, 1500); // Watch for Enfold dynamically creating the menu overlay new MutationObserver(function (mutations) { mutations.forEach(function (m) { m.addedNodes.forEach(function (node) { if (node.nodeType === 1 && node.classList && node.classList.contains('av-burger-overlay')) { setTimeout(fullInit, 100); } }); }); }).observe(document.body, { childList: true, subtree: true }); })(); </script> <?php } add_action('wp_footer', 'abode_enfold_mobile_menu_focus_trap_complete', 999);March 4, 2026 at 4:21 pm #1495742nebuddlho
ParticipantHi,
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.
March 4, 2026 at 2:26 pm #1495734In reply to: “Saving didnt work” error after updating to 7.1.4
Okay, not recommended, but suggested ;-) If no caching plugin is installed, the Enfold theme displays the following message in the Performance tab:
We couldn’t detect any active caching plugin. It is recommended to use one to speed up your site. Here are a few suggestions:
No matter what I do, when the Super Cache plugin is active, I can’t save the theme. The following error occurs:
AH01071: Got error 'PHP message: PHP Fatal error: 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\nStack trace:\n#0 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/plugins/wp-super-cache/wp-cache-phase2.php(3079): get_supercache_dir()\n#1 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/themes/enfold/includes/config-enfold/functions-framework.php(215): wp_cache_clear_cache()\n#2 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(341): avia_force_clear_caches()\n#3 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#4 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-includes/plugin.php(522): WP_Hook->do_action()\n#5 /var/www/vhosts/xxxxxxxxxxxx.xx/wordpresstest.xxxxxxxxxxxx.xx/wp-content/themes/enfold/framewo...', referer: https://wordpresstest.xxxxxxxxxxxx.xx/wp-admin/admin.php?page=aviaI understand that the error is related to the super cache plugin. But when I reset the theme from 7.1.4 to 7.1.3, everything works fine. To me, it looks like a combination error between Enfold 7.1.4 and the super cache plugin.
Regards,
BerndMarch 3, 2026 at 4:50 pm #1495697In reply to: Demo Note Installing
This issue has been resolved. The problem was the version of PHP I reduced it from 8.4 to 7.4 and the demo installed
March 3, 2026 at 1:47 pm #1495694Topic: “Saving didnt work” error after updating to 7.1.4
in forum EnfoldBernd
ParticipantHello
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
BerndMarch 2, 2026 at 9:28 am #1495653Hi Rikard,
Thank you for the guidance — it worked perfectly.
For anyone else dealing with a similar situation (inherited project, large version gap like 4.5.7 → 7.1.x, no access to the original license), here’s what worked for us:
1. Purchased a new Regular License on ThemeForest — no need to transfer the old one.
2. Extracted the enfold.zip from inside the downloaded package (not the outer zip) and uploaded via FTP, replacing the old theme folder entirely.
3. Registered the theme using a newly generated Envato Personal Token.
4. WP Super Cache caused a Fatal Error (get_blog_option() undefined) when saving Enfold Options on PHP 8.3 / single-site installs. Replacing it with another plugin cache solved the issue completely.
5. After the major version jump, any header.php or footer.php overrides in the child theme need to be updated from the new parent theme files — old versions will break footer rendering.Hope this helps someone going through the same process.
Best regards,
Jorge-
This reply was modified 1 month, 3 weeks ago by
jorgeacebo.
February 28, 2026 at 5:35 pm #1495609In reply to: horizontal gallery pic enlarge
Hey Tilman,
When I check your page the horizontal galleries behave as intended, clicking a image enlarges it until the next one is clicked. It’s true that they stay enlarged. If you want the image size to be restored after 5 seconds, try this function in your child theme function.php file. If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

then add the code below and save.function restore_horizontal_gallery_size() { ?> <script> document.querySelectorAll('.av-horizontal-gallery-wrap').forEach(item => { item.addEventListener('click', function () { clearTimeout(this._galTimer); this._galTimer = setTimeout(() => { this.classList.remove('av-active-gal-item'); }, 5000); }); }); </script> <?php } add_action( 'wp_footer', 'restore_horizontal_gallery_size', 99 );Best regards,
MikeFebruary 28, 2026 at 1:21 am #1495593In reply to: adding aria-labels to lightbox arrows/controls
Sorry for the lag replying, @Guenni007 — I always appreciate your time and effort! Frankly, I didn’t really dig into your replies too much — I just scanned them and couldn’t quickly find a reason to not use the Claude code that was already working for me, so I just stuck with that. Here’s a leaner version of that code — again, this is adding aria labels to prev/next arrows for enfolds lightbox galleries and the custom popups @Guenni007 provided me previously, which both use the Magnific Popup code. So this is just fyi, unless anyone sees any serious issue with it:
/* ========================================================================== MAGNIFIC POPUP ARIA LABELS ========================================================================== */ add_action('wp_footer', 'abode_magnificpopup_aria_labels', 999); function abode_magnificpopup_aria_labels() { ?> <script> jQuery(document).ready(function($) { $.extend(true, $.magnificPopup.defaults, { closeMarkup: '<button title="Close (Esc)" type="button" class="mfp-close" aria-label="Close popup">×</button>', gallery: { arrowMarkup: '<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%" aria-label="%title%"></button>', tPrev: 'Previous bio', tNext: 'Next bio' } }); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { mutation.addedNodes.forEach(function(node) { if (node.nodeType === 1) { var $node = $(node); if ($node.hasClass('mfp-arrow') || $node.find('.mfp-arrow').length) { var isImage = $('.mfp-figure').length > 0; var prevLabel = isImage ? 'Previous image' : 'Previous bio'; var nextLabel = isImage ? 'Next image' : 'Next bio'; $('.mfp-arrow-left').attr('aria-label', prevLabel); $('.mfp-arrow-right').attr('aria-label', nextLabel); } } }); }); }); observer.observe(document.body, {childList: true, subtree: true}); }); </script> <?php }February 27, 2026 at 3:44 pm #1495574In reply to: Image does not open video in Lightbox
Hi Guenni007, Thank you so much, as always for assisting me! I have added the code you provided in the link, your first response. It’s there now and I am still using an image with the video link, attempting to have it open in a lightbox. Unfortunately, it did not work. Might you have any suggestions ?
My reason for not using the Video element is that the Preview/Fallback image gets cut off – it makes it horizontal, when the image is actually vertical.
So my Child Theme functions.php file now looks like this, but the video still won’t open in a lightbox…. Might you have any additional suggestions?
<?php
function lightbox_with_mixed_content_type() {
?>
<script type=”text/javascript”>
window.addEventListener(“DOMContentLoaded”, function () {
(function($){
$(‘.mixed-contenttype a’).each(function(){
var anchorLink = $(this).attr(‘href’);
if (/\.(jpg|png|gif|webp|jpeg)$/.test(anchorLink)) {
//console.log(anchorLink + ” is an image link”);
} else {
$(this).attr(‘rel’, ‘lightbox’).addClass(‘mfp-iframe’);
}
});
})(jQuery);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘lightbox_with_mixed_content_type’, 999);
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/If you don’t think it’s possible to do this, I will make a horizontal image for the preview/fallback (doesn’t look quite as nice in terms of filling up the space), just thought I’d give it one more try.
-
This reply was modified 1 month, 3 weeks ago by
Eleina_Shinn.
February 27, 2026 at 12:21 pm #1495566there is one problem with your links on that masonry – the titles are often the same as the file-names
your alt attribute is always the same for that gallery: 7106 Bluff RunNext : on the element itself – where you set the option to show lightbox images. – there is underneath a dropdown with an option what to show as bottom-bar text:
But if you have forgotton to show this on multiple masonry galleries – then you can place a little snippet instead in your child-theme functions.php:
function masonry_title_fix(){ ?> <script> (function($){ $(window).load(function() { $('.av-masonry .lightbox-added').each(function(){ var lin = $(this).attr('alt'); /* === or choose title here === */ $(this).attr('title',lin); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'masonry_title_fix');because you have the masonry perfect grid – you have no imgs inside but you can change it for the anchor tag.
February 27, 2026 at 10:55 am #1495563In reply to: Enfold Theme
Hi,
You can keep the old version just in case, you can rename the folder to enfold-old or something like that. When you can see that everything is working as it should, then it can be deleted.
Please update the theme first, then the PHP version. The latest version of Enfold should work with 7.3, but since it’s an outdated version, we recommend that you use a more recent and supported version.
Best regards,
RikardFebruary 27, 2026 at 9:39 am #1495559In reply to: Enfold Theme
This reply has been marked as private.February 26, 2026 at 3:56 pm #1495542Topic: Enfold Theme
in forum Pre Sale QuestionsErik
GuestHello,
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
February 26, 2026 at 7:10 am #1495519In reply to: Cropped images in Lightbox
Your description of the whole thing is quite unclear.
Which Enfold element did you use? Portfolio Grid? ( When I searched for avia_post_grid in the Enfold folder, I only found portfolio.php as an element with such an entry. )Then you selected “Open in Lightbox” for link handling.
You can set the preview image size in the “Styling” tab – Grid settings:
To do this, you must first select “Select the grid image size manually” under “Portfolio Grid Image Size”—a second drop-down menu will then open where you can specify the grid image size.Do you like to change something on the lightbox images – or the bottom-bar text?
February 25, 2026 at 5:32 am #1495458In reply to: add icon font not working
Hey spitsdesign,
Thank you for the inquiry.
What is the current version of the theme? Please make sure the theme is updated to version 7.1.4 and that the fonts are uploaded in zip format. You may also need to ask your hosting provider to enable the ZipArchive PHP extension. Let us know if the issue persists.
Best regards,
IsmaelFebruary 24, 2026 at 10:15 am #1495416In reply to: Not registered dependencies for Enfold css and js
I did it. Actually I tried the same thing in other websites. At a moment I thought that the problem was caused by some plugin, but I deactivated or checked in other websites I have the same thing. Also I thought it could be Enfold 7.1.3 the problem, but I found it also with Enfold 6.0.8 (on a website where I didn’t update the theme).
I am not sure what you say about shortcodes. Here is the debug log form another website all updated[24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131 [24-Feb-2026 09:11:10 UTC] PHP Notice: Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia_analytics_js" was enqueued with dependencies that are not registered: avia_builder_js. 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/hidgvei/marinemammalhabitat/wp-includes/functions.php on line 6131It seems that it detects all avia modules are enqueued with dependencies that are not registered
February 24, 2026 at 8:27 am #1495413Jorge Acebo
GuestDear 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.
-
This reply was modified 1 month, 3 weeks ago by
-
AuthorSearch Results
-
Search Results
-
Hallo zusammen,
ich bekomme beim Versuch den Envato Token zu validieren (Enfold Theme; Update Bereich) die Fehlermeldung:
Das letzte Mal, als wir deinen Schlüssel überprüft haben, konnten wir keine Verbindung zu Envato herstellen:
Auf Einkäufe konnte nicht zugegriffen werden
Auf Benutzername konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
Auf E-Mail konnte nicht zugegriffen werden (wird nur zu deiner Information benötigt)
Es traten folgende Fehler auf:Einkäufe: Fehlercode 403 von Envato erhalten: Forbidden:
– response_code: 403
– reason: scope-missing
username Fehlercode 403 von Envato erhalten: Forbidden:
– code: not_authenticated
email Fehlercode 403 von Envato erhalten: Forbidden:
– code: not_authenticated
Einkäufe: Auf deine Einkäufe kann nicht zugegriffen werden Es kann nicht geprüft werden, ob Aktualisierungen vorliegen.Bei der Erstellung des Schlüssels wurden folgende Punkte aktiviert:
View and search Envato sites
Download your purchased items
Verify purchases you’ve madeHat jemand eine Idee wie ich den Schlüssel aktivieren kann. Möchte Enfold nicht regelmäßig manuell aktualisieren.
Parent Theme (Enfold) Versionsnummer ist 7.1.3
PHP-Version: 8.4.18Danke euch im Voraus!
Dan
PS: Hat sich erledigt; waren noch drei weitere Optionen bei der Erstellung des Tokens notwendig.
Hello guys,
I can’t publish a page / post but publishing a product is OK. When I use the by defaut editor I can.
Before going further, I’d like to update the theme. I am on version 7.3 instead of 4 but when I click on check manually, nothing happens. How can I find the files to set the new version manually (and if you have the documentation).
I am on the latest version of WP, PHP 8.3 on my hosting and my database is not full…
Tx for your help,
MarineTopic: 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.


