Dear team Enfold
I ask again: Do we still receive support for this? We would be very grateful if someone would take care of this problem.
Thx
Mike
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
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
Experiencing major performance issues on a WordPress site I’m working on that runs the Enfold theme. When analyzing performance diagnostics with New Relic, I consistently see the avia_deep_decode
function appearing as a bottleneck.
Details:
- The
avia_deep_decode
function is frequently flagged in New Relic performance reports
- It appears to be significantly slowing down page load times
- I’m working on optimizing this site and this function appears to be a major blocker
Questions:
- What is the purpose of the avia_deep_decode function in Enfold?
- Is it safe to disable or modify this function to improve performance?
- Are there any recommended alternatives or optimizations for this function?</li
Any guidance would be greatly appreciated as I’m trying to improve the site’s speed without compromising functionality.
Thank you!
Hi,
This post follows my post Setting up two new social profiles under Enfold 7.1. Sorry if i was not clear in my original thread.
I wish to use the new SVG features of Enfold 7.x to add two new Social Profiles.
The advice in the linked thread works fine however this does not seem to be using SVG.
Is this by design (Social Profiles do not yet support custom SVG’s?) or is there a newer/better guide?
Thank you :-)
but you do not want to combine those things mentioned on the other post?
see f.e.: https://enfold.webers-webdesign.de/impressum/
see text logo above , when you switch to other posts/pages
function use_text_logo_only($logo){
$link = apply_filters( 'avf_logo_link', home_url( '/' ) );
$logo_tag = "h1";
$logo_heading = "Webers Webdesign";
$alt = get_bloginfo( 'name' );
$title = get_bloginfo( 'name' );
$page_title = get_the_title();
if(is_search()){
$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>' .$logo_heading.' - Suchergebnisse</'.$logo_tag.'></a>';
}
elseif(is_front_page()){
$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>' .$logo_heading.'</'.$logo_tag.'></a>';
}
else{
$logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>' .$logo_heading.' - '.$page_title.'</'.$logo_tag.'></a>';
}
return $logo;
}
add_filter('avf_logo_final_output','use_text_logo_only');
#top .logo.text-logo {
display: flex;
justify-content: left;
align-items: center;
width: auto;
}
#top .logo.text-logo h1 {
margin: 0 !important;
font-size: 30px;
}
Hi,
We are not sure how you managed to select Source Sans Pro because it is not available by default. Which Google font are you trying to select now? If the font is not available in the list, try uploading it to the Custom Type Fonts Manager. Please check the documentation below for more info.
— https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
Ismael
Hi Mike,
This works absolutely great thank you. Am I right in thinking that this doesn’t use the new SVG features of Enfold v7.0 though?
Thank you
Hi Enfold support staff, great theme so far! I really like all the options. I was trying to make my website header like the attached screenshot with space to the sides.
Hey distortedimage,
Please try to toggle the file compression options and activate the option to delete old CSS and JS files under Enfold->Performance. We cannot login to your site since the default WordPress login page is redirecting to the front page.
Best regards,
Rikard
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Thanks for your answer,
if I get it well, Enfold dialog offers fonts I do not know and weight variants that are not available in fact.
If I choose a Google font, it does not appear in the list of available fonts.
I must be missing something. How to work with it properly?
Thanks
Good Morning Rikard!
With a fresh WordPress 6.7.2 & Enfold 7 installation using the Enfold “DJ Demo,” the error did not initially occur.
After installing YOAST SEO and adjusting a few Enfold settings to match my standard configuration, the issue reappeared.
I went through each setting step-by-step and identified a clear cause:
When setting the option “Integrated (Bundled) LayerSlider Plugin” to “Deactivate but leave plugin files in theme folder,” the backend audio player error immediately occurs.
You’ll be pleased to hear that neither YOAST SEO nor the performance settings for CSS/JS file compression & merging have anything to do with this issue.
Simply put:
LayerSlider off → audio player broken. 🙂
Best Regards,
Mischa
Hey vera,
Thank you for the inquiry.
Please add this css code to change the default color of the Kontakt menu item.
.header_color .main_menu ul:first-child > li.current_page_item#menu-item-202 > a {
color: var(--enfold-header-color-meta);
}
Best regards,
Ismael
OK. If you say Enfold knows when a license has been used on more that one site at the same time, I’ll take your word for it.
The comment “We don’t have any records of where licenses have been used unfortunately.” seems to say that licenses could be used at multiple sites without Enfold knowing it. If you have a way of knowing a license has been used at two domains, how do you know which one was the first? But that’s not my problem.
And yes, you can close this thread. Thanks again for a great theme!
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
Hello Mike, Site isn’t live as it is in a staging environment. I use the Enfold DJ Demo as a foundation and the normal masonry gallery without any CSS tweaks. Excerpt text of masonry gallery is always inside the thumbnail, I’m just searching for a global Enfold-Solution to put it below the thumbnail.
-
This reply was modified 6 months, 2 weeks ago by
tribaleye13.
Hello, in the Enfold section, under social profiles, when I add my social network link, then from the website, it continues browsing in the same tab. I’d like to do this in a new tab. How can I set it to a new tab?
Thank you very much.
Hey sitadi,
The login to the live site is not working, but for the test site the search is sticky but seems to be in the wrong position when the header when it shrinks,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header.header-scrolled ~ #main #av_section_1 .avia_search_element {
top: -64px;
position: relative;
}
#header ~ #main #av_section_1 .avia_search_element {
top: -30px;
position: relative;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Eduardo,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-iconlist-small.avia-icon-list-right {
text-align: left;
width: 93px;
}

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,
Ok, 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 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,
Thanks for sharing, 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
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.darklup-dark-mode-enabled #top #header .av-main-nav > li > a:not(.darklup-dark-ignore) {
background-color: unset !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for your feedback, Envato (Theme Forest) controls the licenses, we don’t have access to this. Please note that licenses are not defined by the domain but are checked if they are used more than once on any domains, thus a license can not be used more than once on multiple domains. But a license can be moved to other domains as long as only used once at any time, I hope that you understand.
Unfortunately we can not change how Envato (Theme Forest) displays them in your Envato (Theme Forest) account, perhaps asking them will help make it not so confusing.
Thank you for using Enfold, shall we close this thread?
Best regards,
Mike
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 dlambers,
Please try downloading the theme files again, if you should have further problems then please reach out to Themeforest support as it’s coming from their servers. https://kriesi.at/documentation/enfold/install-enfold-theme/
Best regards,
Rikard
Actually I had already logged into my themeforest account. It displays information in a very confusing way. Under Downloads it shows what appears as two Enfold purchases but without dates, even tho it shows that it is sorting them by date! But now I see that there is a tab on the menu for Statements and that shows dates. But I don’t think it’s accurate for any period other than within one year. So it’s only showing the purchase I made this week. And it splits the one purchase out into 4 different amounts, which is also confusing. Not very helpful.
I’m not going to worry about it.