Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hello, I’ve downloaded Enfold and demo files, but I get error after trying to import Enfold shop demo.
Hi, on my site https://www.ilredelweb.it/manti/ I have an error like: Deprecated: Creation of dynamic property avia_superobject::$wpml is deprecated in /home2/ilredelweb/public_html/manti/wp-content/themes/enfold/framework/php/base-classes/class-object-properties.php on line 67.
PHP 8.3
Enfold 6.0.4
Can you help me understand where the problem is?
Thanks Gianluca
Hi,
1. You can download a child theme here.
2. Try reaching out to your hosting provider and ask them to turn that on for you, or edit the file via FTP instead.
Best regards,
Rikard
be carefull if you install that child-theme on an existing installation!
Enfold has on Import/Export Options : “Import Settings From Your Parent Theme”. Button –
This generally works smoothly. The child theme then initially adopts the settings of the parent theme – including the quick css settings.
But link above to docu can tell you more detailed
By the way: you do not need to edit this by ftp.
Mostly there is the opportunity to edit the child-theme functions.php via Dashboard:
Dashboard – Appearance – theme file editor ( right side click f.e. on functions.php)

______________________________
after that for that test page of mine i have in quick css:
.avia_mega_div.avia_mega7 {
right: calc(-100vw) !important;
width: 95vw;
}
#top .avia_mega_div > .sub-menu {
display: grid !important;
margin:0;
gap: 20px 0px;
grid-auto-flow:row;
grid-template-columns: repeat(7, 1fr); /*** that means 7 grid-cells with each 1 fraction (same size) ***/
}
#top #header .avia_mega_div > .sub-menu > li {
display: block !important;
width: unset;
position: relative;
}
#top #header .avia_mega_div {
max-width: 100vw; /*** if it is neccessary ***/
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
#top #header .avia_mega_div > .sub-menu {
grid-template-columns:repeat(4, 1fr);
}
#header .avia_mega_div {
overflow-y: scroll; /*** needed - if your mega-div height is too large for your device ***/
max-height: calc(100vh - 200px); /*** depends on your header height ***/
}
}
do you use a child-theme ?
see here the documentation: https://kriesi.at/documentation/enfold/child-theme/
This is my recommended use of WordPress themes. You can easily change the settings of the parent theme – and these will be retained even after updates.
A child theme has on start ( you see the link above got a preset child-theme to download ) these three files : style.css / functions.php and a screenshot.png
in style.css there is the info of parent theme name and how to find the template
the functions.php is at start nearly empty ( editing that file : do not overwrite the first line )
the png is only to have a preview on themes overview.
A child theme is placed besides the parent theme

on a test installation i inserted the above snippet to child-theme functions.php:
function change_max_columns_on_mega_div($args){
$args['max_columns'] = 7;
return $args;
}
add_filter('wp_nav_menu_args', 'change_max_columns_on_mega_div', 10, 1);
and put in addition ( due to the lack of calculation for this case in Enfold avia.js ) in my quick css:
.avia_mega_div.avia_mega7 {
right: calc(-100vw) !important;
width: 95vw;
}
see example page on “Mega” Menu-Item : https://basis.webers-testseite.de/
that would be new to me, that Enfold automatically sets a new row after 6 submenu items.
Then I’m sorry, because I see that a new submenu is set in the DOM every 6 menu items. I thought you did this manually.
____________
i see on Enfold code that there is a max_columns defined on class_megamenu.php and in helper-responsive-megamenu.php
maybe a filter could help here
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Vito,
A theme license is valid for life, so you don’t need to extend anything. Support periods do expire though, maybe that is what you are referring to?
If you need to update your theme, then please refer to the documentation: https://kriesi.at/documentation/enfold/theme-registration/, https://kriesi.at/documentation/enfold/theme-update/
Best regards,
Rikard
Vito MadaioGuest
I’m not sure, but a message tel that my theme license is expired on 2017.
Instead I was convinced to have an unlimited license.
In any case, I need update my Enfold theme and as it at very hold level, I need you support, please.
Let me have proposal for two activities:
1) upgrade the theme at last version
2) remove Options from the database as WP tell me that there are 497 options create by themes, meaning Enfold.
Thanks.
Vito Madaio
Hi,
I tried disable all plugins – still same issue.
When I activated storefront theme all is OK. So how could flux checkout force something….
Sending screen with storefront theme activated (this is how it should be with enfold activated too).
Buongiorno, solo per chiedere se potrei acquistare una seconda licenza di enfold
Attendo risposta e saluto
Hi,
Great! Glad to know that you managed to figure this out. For more info about the theme, please refer to the documentation below, and feel free to open another thread if you have further questions.
// https://kriesi.at/documentation/enfold/
Have a nice day.
Best regards,
Ismael
Hey dcoatney07,
Thank you for the inquiry.
The update API is no longer valid in version 4.2.3, so you won’t be able to update the theme via dashboard. You will need to download the theme from your Themeforest account and update the theme manually via FTP this time. Please check the link below for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hi,
Thank you for the inquiry.
We tried logging in, but the account mentioned above seems to be invalid. Please check the information carefully or provide another admin account. Have you tried importing the demo manually using the XML files as suggested above?
// https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
Ismael
Hi,
Thank you for the update.
Did you add this css code?
.avia-icongrid .av-icon-cell-item .avia-icongrid-wrapper {
position: relative;
display: block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
Please remove the modification, then toggle or temporarily disable the Enfold > Performance > File Compression settings, or add this css code to override it:
.avia-icongrid .av-icon-cell-item .avia-icongrid-wrapper {
position: initial;
}
Best regards,
Ismael
We have a website that is running Enfold, and it shows the API key is active, but it has never provided an update. It says, “No Updates available. You are running the latest version! (4.2.3),” but Enfold is currently on version 6.0.4. Please advise.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Thank you, so much you helped. My theme was on this folder: /public_html/wp-content/themes/enfold/enfold
that was the problem, thank you.
Hi,
Glad Rikard could help, if you have any further questions please login to the support forum and create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey Peter,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-slideshow-button {
text-transform: none;
}
Best regards,
Mike
Hi Mike. Thanks for your reply. I’m building my website https://wta.nl/ (under construction) using the template from the classic Enfold demo. It has a site title, but in the homepage source code I can’t find the h1 tag anywhere near the <title> tag.
Hey antonio,
Please make sure that you have given the token the correct permissions: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey Mariarita,
Thanks for the screenshots and the link to your site, please note that Elementor & Enfold are not compatible, Enfold has it’s own page builder (Advanced Layout Builder) and using other builders like Elementor typically cause many errors.
I don’t see this error on the page in your screenshot:

but I did find another page with the error:

This error seems to be caused by the Elementor adding a extra “header” to the page, are you using the Pro version with the custom “Header & Footer” addon? This will cause many errors from my experience. Nonetheless for a quick CSS fix try this:
#main header.entry-content-header {
height: 0;
padding: 0;
}
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi there,
I just installed a new Website a few months ago with a fresh Enfold installation and everything worked just fine. Now, the contact from is not sending out any emails anymore. There is no error code or anything. I checked in the forum, but found no explanation or way to fix it. So could you please help?
Thanks,
Katrin