-
Search Results
-
Topic: PHP update
Hi, by the end of this year PHP 7.4 becomes end of life with my websitehost. Is there an update available? I bought the template a couple of years ago and thought it was a life-time template.
Hi,
We have a very old version (3.0.6) of the Enfold theme and we need to upgrade our PHP version from 5.6.40 to the neweset version PHP 8.4.
However when we tried we also needed to update the theme which we couldn’t find in our themeforest account so now we have bought the newest version.
I am trying to fix the issues with our IT partner and he tried updating it while running a localhost version on his laptop but he got a lot of errors.
Also as soon as we try to update through FTP we get a never ending stream of error messages for example:
Fatal error: Access level to av_email_spam::shortcode_insert_button() must be public (as in class aviaShortcodeTemplate) in ******\htdocs\*******\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\email_spam.php on line 16
To be smart i thought to just exclude it from the php file just to have it move on to the next 50 similar error messages.
Please let me know how to update the theme. As I found on your forums it was suggested you first needed to update to a version 4.5. or something and that would allow auto updates. However we now only have version 3.0.6. and the newest 7.1.3.
Kind regards
Hallo zusammen!
Ich habe die Schritte wie in https://kriesi.at/support/topic/pop-up-lightbox/#post-1429407 beschrieben umgesetzt und dann den Shortcode von einem Formular eingefügt. Mein Ziel ist es, ein Formular in einem Popup anzuzeigen, wenn man auf einen Button klickt.
Also:
function magnific_popup_with_no_scroll_and_button() { ?> <script> (function($) { $(window).on('load', function(){ $('.open-popup-button a').addClass('open-popup-link'); $('.open-popup-link').addClass('no-scroll'); $('.open-popup-link').magnificPopup({ type:'inline', midClick: true, callbacks: { beforeOpen: function () { $('body').css("overflow-y", "hidden"); }, close: function() { $('body').css("overflow-y", "auto"); }, }, }); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'magnific_popup_with_no_scroll_and_button', 99 );Das in die functions.php eingesetzt.
Eine Code-Box mit folgendem Inhalt erstellt:
<div id="open-popup" class="popup mfp-hide"> <p>[av_layout_template template_id='popform']</p> </div>Und auch das im Quick-CSS hinzugefügt:
.popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }Weil es nicht funktioniert hat habe ich auch das noch hinzugefügt:
add_filter('avia_allow_shortcodes_in_codeblock', '__return_true'); add_filter('avf_alb_support_modal_templates', '__return_true');Leider funktioniert es nicht. Es öffnet sich ein Modal aber darin steht nur der Shortcode. Ich bin ratlos. Kann mir bitte jemand dabei helfen das hinzubekommen.
Link zur Testseite im PC.
Hello,
I get a new website to manage (updates and so on), made by another web agency in 2019.
The website is currently using an old 4.5.7 Enfold version but they made customizations directly in the Javascript and PHP files of Enfold.
In fact, they didn’t use a child theme for it.
So I’d like to compare files with the original 4.5.7 version before updating to the last version.Is it possible to get an old 4.5.7 version for me to manage theses customizations ?
Waiting for your answer,
Sincerely,
FrançoisI don’t receive updates for the theme. This is always shown:
Theme Updates
No Updates available. You are running the latest version! (4.7.6.3)
Your PHP version: 7.4.33
Last successful check was on 2025/10/27 15:13.This version has security vulnerabilities and I need to update it. How can I automate this?
Hi Enfold Support Team,
I’m working on a client’s website and need your guidance before proceeding with a major update.
Current situation:Enfold version: 4.8.3 (last updated around 2020)
WordPress: 5.9.12
PHP: 7.4.33
The site has been running without major updates for approximately 5 yearsWhat needs to be updated:
Enfold: 4.8.3 → latest version (6.0+)
WordPress: 5.9.12 → 6.8.3
PHP: 7.4.33 → 8.3My concerns:
I’m worried about such a large version jump potentially breaking the website. The site is live and actively used by my client, so I need to minimize any risks and downtime.
My questions:Is it safe to update directly from Enfold 4.8.3 to the latest 6.0+ version, or should I update incrementally through intermediate versions?
Are there any known breaking changes or compatibility issues between version 4.8.3 and 6.0+ that I should be aware of?
What is the recommended update sequence? Should I update Enfold first, then WordPress, then PHP?
Will existing layouts built with Avia Layout Builder continue to work after the update?
Are there any specific settings, customizations, or files I should backup or document before updating?
Should I expect any visual or functional changes that might require adjustments after the update?I have a full backup prepared, but I want to understand potential issues and the safest approach before starting the update process.
Thank you very much for your help and guidance!
Best regards,




