Hi,
Thank you for the update.
Did you create a Custom Elements Template (CET) from one of the sliders?
// https://kriesi.at/documentation/enfold/custom-element-templates/
Please provide login details in the private field so that we can check the element.
Best regards,
Ismael
Hi,
Thank you for the info.
Have you tried activating delayed JS execution while disabling the Enfold > Performance > File Compression settings? If the issue persists after disabling the compression settings, please keep the delayed JS execution disabled.
Best regards,
Ismael
Hey Katrin,
WooCommerce 9.0 has been out for a while now, and we haven’t seen any problems running Enfold with it. https://developer.woocommerce.com/releases/
Best regards,
Rikard
Hello everyone, I need your help because I think I have a problem with enfold. I recently created a website for a client and the 500mb database that I purchased is apparently insufficient for a site of around twenty pages and yet fully optimized thanks to extensions and specific SQL queries. Could anyone help me?
I’ll leave you the link to my website if anything might help you.
Link : http://www.kerry-han.fr
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 mirotck,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 479px) {
.flex_column.avia-builder-el-19 .av_font_icon {
display: inline-block;
margin-left: 10%;
}
.flex_column.avia-builder-el-19 {
display: flex;
justify-content: center;
}
.flex_column.avia-builder-el-19 .hr.hr-invisible {
display: none;
}
}
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,
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
Dear Enfold Team
I would love to have 3 icon elements in one row on mobile, instead of having them aligned vertically i would love to have them horizontally basically.
Also, i would love to have the width of that row to be the same more or less as the buttons on top. I will attach a screenshot of how it should look.
It’s the first element on mobile layout (home).
View post on imgur.com
Thank you so much for providing me any sort of help. I just renewed my support licence, thanks!
Cheers from Switzerland
Miro
KatrinGuest
Is the Enfold theme woocommerce 9.0 ready? I can’t find any information about this on the EnvatoMarekt product page. Thanks for answering.
Hey bonbuttercup,
You can activate debug mode under Enfold->Layout Builder->Show Advanced Options. That will show all the shortcodes below the regular layout window. If you activate debug mode on your new site, then you simply copy/paste the content into your new site.
Best regards,
Rikard
Hi,
i really have a problem with the second upload of a favicon. The first time it was ok, was showing in the tab and on google but now the new one i loaded is just shown on the tabs. I loaded the new favicon over the upload function in enfold. I deleted the old one. the name is favicon.png. I made a favicon.ico and put it in the main folder. I overwrote the graphic of the wordpress icon, but its still there.I have no idea what else i can do.
You have any idea???? THat would be perfect :)
Many greetings rixi
The child theme name does not appear in the frontend. So why rename the child theme?
Just to obfuscate the Enfold origin – this involves much more than just changing the name.
By the way – it is a good idea – to have a backup on this. And perhaps if you rename child and parent theme to save your theme settings file and maybe the quick css.
As long as you do not change the reference in the style.css of the child theme to the parent element, you can rename it as you wish.
Enfold even offers you the option of renaming the stylesheet of the Theme using a filter.
but read here carefully on the docu: https://kriesi.at/documentation/enfold/personalize-theme/
function avia_change_filename($stylesheet){
return 'myfilename';
}
add_filter('avf_dynamic_stylesheet_filename', 'avia_change_filename');
by the way dear dev/mods: on docu this snippet is listet with myfilename.css – this will lead to myfilename.css.css – so above only the name is neccessary – the css extension is added to the filename by default.
I must say, however, that those who are able to examine such things more closely will always recognise the basis of the theme.
Hi,
Thanks for sharing your solution, perhaps this will help someone in the future. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
If you would like to request this as a feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
Best regards,
Mike
Hey Dav-Nex,
Thanks for your patience, but unfortunately we are not able to test this as it is a paid plugin without a trial version. I have not seen any other posts about this issue.
Perhaps try disabling all of your other plugins to see if there is a conflict. The only MIME issue that I have seen is with some managed WP servers when mod_headers nosniff are adding in the server php settings in plesk or similar servers, this solution was to add the nosniff headers via htaccess. Try checking this. We were not able to reproduce this on our servers, so perhaps this is what you are experiencing.
We are limited to the support that we can offer for third party paid plugins, you could request this feature check with the Dev Team which has opened a Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
Best regards,
Mike
Hi,
Enfold now supports the Advanced Custom Fields plugin which will help you create Custom Post Types (CPT).

In the Enfold Theme Options ▸ Layout Builder ▸ Show advanced options ▸ Activate Your Custom Post Types For ALB you can enable the Advanced Layout Builder (ALB)

Please see our documentation for further info
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
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,
That option is still not available in Enfold unfortunately. You can request the feature here though.
Best regards,
Rikard
Hi,
That file can be found under Appearance->Theme file editor. It looks like that option is turned off on your installation though, it’s likely turned off by your hosting provider. Note that if you are not running a child theme, then your changes to core theme files will be overwritten on updates. You can also add code using a plugin like this: https://wordpress.org/plugins/code-snippets/
Best regards,
Rikard
because i do not see private content – i guess your page is like this:
https://kriesi.at/themes/enfold-2017/blog/blog-default/ – and you like to have the link for the whole (Image, heading, excerpt and read-more)
if you like to have it more specific – use custom classes or page-id’s
this snippet transfers the first link that could be found in the articel to the slide-entry:
function transfer_first_link_as_link_to_article(){
?>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function () {
(function($) {
$('.slide-entry').each( function() {
var LinkSection = $(this).find('a:first').attr('href');
var LinkTarget = $(this).find('a:first').attr('target');
if (typeof LinkSection !== "undefined"){
$(this).on("click", function(){
if (LinkTarget === "_blank"){
window.open(LinkSection, '_blank');
} else {
window.location.href = LinkSection;
};
});
$(this).css('cursor','pointer');
};
});
})(jQuery);
});
</script>
<?php
}
add_action('wp_footer', 'transfer_first_link_as_link_to_article');
Hey helfyworkspace,
The theme you are running is not ours, we are the creators of the Enfold theme.
Best regards,
Rikard
Hey Monica,
The theme you are running is not ours, we are the creators of the Enfold theme.
Best regards,
Rikard
Hello:
Many clients use Enfold, and a few would like to integrate Hubspot as it is a very popular CRM. It integrates with WordPress forms – i read in an Enfold thread from 2019 that Enfold did not have HubSpot integration. Do you offer this yet? The Enfold contact form is very nice and I prefer to use that rather than another form such as Ninja or WordPress especially because I have many hours of creating a submission form.
Thank you,
Debra
Hey Peter,
Thanks for your patience, I didn’t see this thread. To show the arrows try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-fullscreen-slider .avia-slideshow-controls a,
#top .avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a {
opacity: 1;
}
For your other question try this css and adjust to suit if it is not exact:
#top .avia-slideshow-dots a {
margin: 0 14%;
}
Best regards,
Mike
This is just a boxed layout with fixed header.
The header could be stretched to full width ( fixed positioned elements are on default out of the box ):
.html_header_top.html_header_sticky #header {
position: fixed;
width: 100% !important;
max-width: 100% !important;
left: 0;
background-color: #FFF !important;
}
see: https://enfold.webers-webdesign.de/
Hey Elisa,
The X icon is included in the latest version of the theme (6.0.4), please make sure that you are running that. https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Thanks for that. Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
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
I don’t know. It just started happening suddenly. One minute I couldupload, the next not. Also no change in User and i have admin rights.
So you are suggesting to activate the default wordpress theme? Wont this bring chaos to my enfold pages?