Recently migrated in this Woocommerce store and are moving it to Enfold. Have been troubleshooting this for this last week and just cannot see m to figure out what might be causing these errors. They only show up on the SHOP pages and it is definitely only when Enfold is activated. Warning: Undefined array key “default” … and Warning: Undefined array key “content” in…
Example pages w/errors:
2 errors: https://visualrush.in/vosselections/grapes/malbec/
Just one error: https://visualrush.in/vosselections/product/alpataco-malbec/
Have re-installed a fresh version of the theme and turned off all plug-ins to see if we can get it to disappear, but nothing seems to work. On some of teh product pages it even causes the footer to not show up. Strange stuff.
Thank you in advance!
Hi;
I activated Enfold but I couldn’t how to import and integrate “Import: Résumé Demo” template to my website. Do I have to use “Demo Import” option to use it. I never designed a website before and I am confused to deal with it.
I am not be able to find “Import: Résumé Demo” template and couldn’t change the parameters on the website. Is there any documentation to follow the instructions in order to solve importing the template problem.
Thanks
Hey gocmenmustafa,
You will need to create a “Token” on your Envato Theme Forest account and add that to your Enfold theme panel at Enfold > Theme Update > Enter a valid Envato private token.
Please see our documentation here.
Best regards,
Mike
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,
This is only for items in the /avia-shortcodes/ directory and you must add the code to your child theme and add a /shortcodes/ directory to your child theme, please see our documentation here. If the page doesn’t scroll automatically, scroll to Add Elements to ALB
Best regards,
Mike
Hi;
I purchased Enfold and I couldn’t find how to register to enfold template on website. I have Item-Purchased-Code but I couldn’t any section to paste it? Could you help me?
Thanks.
Hi,
If you are not using a child theme, then please install one. Your changes will be overwritten on updates otherwise. After that, you can add the script anywhere in the functions.php file.
Best regards,
Rikard
Hi Ismael,
we’ve just updated a staging version of the site to the newest enfold version and the problem still persists with the smart loading. Of course the problem isn’t there when enabling all elements.What else can I try to fix the problem with the smart loading enabled.
We can also give you backend access to the site to check the error yourself
Best regards,
Gerry
To reach the responsive behavior if you have a svg as logo – Enfold added some code to svg tag depending on logo position.
if you have logo on the left side : preserveAspectRatio="xMinYMid meet"
that means it stays on x-position on the left and preserves the middle Y-position.
if logo is centered – it will be : preserveAspectRatio="xMidYMid meet"
if logo is on the right – it will be : preserveAspectRatio="xMaxYMid meet"
by the way: if such a code is allready inside the svg tag – enfold will overwrite that for the logo insertion.
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
Hi,
Thank you for the update.
We are unable to reproduce the issue on our end. The inline styles remain the same when we edit the Text Block or update the page. Please check the screenshot in the private field. It’s possible that a plugin is causing the issue on your end. Have you tried using a Code Block element instead?
Instead of using inline styles, you can add custom class names to the html and adjust the styles for these elements in the Enfold > General Styling > Quick CSS field.
Best regards,
Ismael
Hey spokerstradingco,
Thank you for the inquiry.
We adjusted the filters a bit. Please try it again:
/* Adobe Typekit font */
add_action('init', 'enfold_customization_switch_fonts');
function enfold_customization_switch_fonts() {
global $avia;
$avia->style->print_extra_output = false;
}
add_filter('avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts) {
$fonts['Espiritu Regular'] = 'espiritu';
return $fonts;
}
add_filter('avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts) {
$fonts['Espiritu Regular'] = 'espiritu';
return $fonts;
}
add_action('wp_head', 'enfold_customization_add_scripts');
function enfold_customization_add_scripts() {
?>
<link rel="stylesheet" href="https://use.typekit.net/rww4dia.css">
<?php
}
Best regards,
Ismael
Hi,
You need to upload the theme files manually via S/FTP. Please review the video in the documentation provided above and check this article for more info about updating.
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Best regards,
Ismael
Hi,
You can use css to replace it, see this thread for examples
Best regards,
Mike
Hi,
The width of the burger menu is set at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width
The default is 500px:

which is like this at 768px:

so you can change it to something else like a percentage, I test 90%:

try to adjust to suit with a percentage that matches your content width percentage.
Best regards,
Mike
Mirko SchwellenbachGuest
Hallo Kriesi,
ich habe Interesse am Theme ENFOLD, besonders die Classic Demo hat mir gut gefallen. Ich muss aber gestehen, dass ich mit WordPress noch keine großen Erfahrungen gemacht habe, sondern früher mehr mit joomla gearbeit habe. Daher auch meine folgenden Fragen:
Zu ENFOLD: nach einer Installation des Themes, wird dieses mit den Beispielbildern wie in der Live-Demo dargestellt oder müssen erst noch diverse Plugins nachinstalliert und die Darstellung konfiguriert werden? Ich bin bereits mit einem gekauften joomla-Theme gescheitert, da Plugins am Ende kostenpflichtig waren und der Aufbau ähnlich der gezeigten Demo unzählige Anpassungen erforderten. Ich habe dafür aktuell nicht die Zeit und bräuchte wenn dann etwas schnell umsetzbares. Am liebsten wäre es mir, wenn ich nur Bilder austauschen und das Design anpassen müsste.
Gibt es bei ENFOLD die Möglichkeit, über einen Editor sämtliche Farben anzupassen? Ich hätte meine Seite gerne dunkel, Background, Body etc. in schwarz, die Schrift dafür hell. Oder geht das nur über CSS?
Vielen Dank im Voraus und viele Grüße nach Östereich.
Mirko Schwellenbach
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
On the site I’ve been maintaining for some years now, I had had to add a Google font within the header. Back then I had copied the parent’s version of header.php into the child theme. Then I went into the child header.php and added the google fonts for that site. But now I don’t need those special fonts since I’m going to update the site with the Enfold font selection.
I’m wondering if now I don’t even need a child header.php anymore.
Hi Ismael,
The code works well outside of Enfold. (see private) It works inside of Enfold as well but it can’t find the JSON file where I placed it. That’s why I’m asking where to put it. See private for all. I gave you login credentials as well above.
Thanks
Hi,
Great, I’m glad to hear that you got things working. 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
Hi Mike! I’m a bit lost. You’re talking about a hamburger menu? But i’m talking about the menu for which you gave me the code to build/implement? I doubt changing the width as you suggest will get the required result, that being that it matches the exact width of enfolds building /content blocks below? I’m not sure how i can explain better what i’m talking about that the pic i shared? (No custom width, just the automated width that enfold uses for all content blocks in the site itself? Now the width of the menu you gave me code for depends on the content (amount of links) of the menu, but i require it to work different.
Hey tonyiatridis,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .inner-container {
display: flex !important;
flex-wrap: wrap !important;
}
#top .logo.avia-standard-logo {
order: 1 !important;
}
#top .av-sidebar-social-container {
order: 2 !important;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
}
#top nav.main_menu {
order: 3 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey MysticMimi,
Thanks for the link to your page, but we could not login without a user name, nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 1024px) {
.logo.avia-standard-logo {
height: 200px;
top: -49px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Kay Seemann,
Thank you for your interest in Enfold, unfortunately Enfold is not compatible with Elementor, so you will need to build the site from scratch with Enfold.
You probably should set a temp site to build on and leave your live site up while you work on it.
Unfortunately we can not donate the theme to you, we have a strict contract with Theme Forest and it is the only place that a license can be created.
Hopefully this helps and thank you.
Best regards,
Mike
Hi,
To show the search icon on the desktop menu try enabling Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu
I can’t see your images as they require a login, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.
Best regards,
Mike
Hi,
You can change the width of the burger menu at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width

To align the button text to the left, try this css:
#av-burger-menu-ul .button.cta.av-menu-button,
#av-burger-menu-ul .button.cta.av-menu-button .avia-menu-text {
padding-left: 0;
padding-right: 0;
}
Best regards,
Mike
Hi,
Glad that you have sorted this 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 Rikard,
Thank you for your response.
Regarding the issue, I would like the font on the site to be larger, and the empty spaces on the left and right sides to be smaller. Ideally, I want the text to span almost the entire screen, with less space on the sides.
I am experiencing a similar issue with another one of your templates: “Enfold Medical” (https://kriesi.at/themes/enfold-medical/).
When I view the demo on your site, it appears wider, and the fonts are larger. However, after downloading and installing it on my WordPress site, the template appears much narrower, with larger empty spaces on the sides and smaller fonts.
I have attached a link to screenshots for comparison between how the template looks on your demo and how it appears on my WordPress site. You will find the link in the “Private Content” section.
Could you please advise on how I can resolve this issue?
Thank you again for your assistance.
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
.grid-entry .grid-entry-excerpt {
color: #000;
font-size: 16px;
}
Best regards,
Rikard
Hey Viktor,
Thanks for reaching out to us.
a, the two builders are not compatible unfortunately.
b, if you intend on using the Layout Builder in Enfold, then yes.
c, your content would need to be recreated
d, we have no way of estimating that unfortunately
e, we don’t do work like this ourselves, but you should be able to find someone to do it for you on freelancer networks.
Best regards,
Rikard