Hi cuccarini,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi diefleischerei,
The only way to change it is via CSS, go to Enfold > General Styling > Quick CSS and add this CSS code:
.caption_framed .slideshow_caption .avia-caption-content p,
.caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p,
.avia-caption .avia-caption-title {
background-color: black;
}
Just change the color as you see fit.
You can check this article for more information regarding the background color values: https://www.techonthenet.com/css/properties/background_color.php
Hope this helps.
Best regards,
Nikko
Hi Ivan,
You can change the logo size of desktop by changing it in Enfold > Header > Header Layout (tab) > Header Size set it to custom pixel size, then set Header Custom Height
Next, change the image height and width attributes (default is 100px for height and 300px for width).
You’ll need to add this PHP code in functions.php file in your child theme (or you can use some code snippets plugin if you’re not using a child theme):
add_filter('avf_logo_dimension', 'custom_logo_dimension');
function custom_logo_dimension($dimension) {
$dimension = "height='150' width='450'";
return $dimension;
}
Just adjust the width and height that you want to use.
Hope this helps.
Best regards,
Nikko
Hi Asterios,
Thanks for providing the debug file.
I checked again what I recommended and it seems the single quote I pasted appears to be problematic, please replace the single quotes before and after KMA-Enfold Child manually and that should work.
If it still does not work, please provide FTP and WP admin access so we can fix the problem for you.
Best regards,
Nikko
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
This reply has been marked as private.
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,
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
Hey Axel,
Enfold is a theme, and Enfold 2017 is a demo included in the theme. That means that the demo included in the theme is 5 years old, not the actual theme. The actual theme receives regular updates which you can read more about here for example: https://kriesi.at/documentation/enfold/changelog/. We are releasing new demos on a fairly regular basis, and you can view them all here: https://kriesi.at/themes/enfold-overview/
Best regards,
Rikard
Hey jpassmann,
Thanks for your question but I’m not sure if I understand completely, the thread title is about blank spaces, if you are having trouble adding blank spaces try disabling your plugins, and user reported that the WP Maintenance Mode & Coming Soon plugin cased this issue on their site, so perhaps this is your issue with some plugin.
As for the warning in the title field, this has been the warning for quite a while now, we recommend not adding html to title fields, some people forget to close the tags and the theme can not auto close the tags in the title field, often it breaks the page.
If you want to add a strong tag in your title field please use our plugin: Special Character Translation
If this is not what you ment, please explain further with a link to a test page or screenshots.
Best regards,
Mike
Hey just1ed,
Enfold is fully compatible with both PHP versions you are referring to, so the problem you are having is likely local to your site. If you need further help, then we would need server error logs and access to your site. Also, did you try deactivating all plugins and any custom code you might have on the site?
Best regards,
Rikard
Hey aledzz,
Could you try updating the theme to the latest version (5.1.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If you need further help, then check the login details you posted, as they are not working.
Best regards,
Rikard
Hey SARA,
The minimum recommended version to run WordPress on is 7.4. Enfold is fully compatible with that version, and versions above it. If you are not running version 5.1.2, then please update to that: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi @guenter, @yigit,
I just finished updating Dutch language files for Enfold 5.2 (up to 100% again) and created a pull request in Github for it.
Regards,
Roger
Hey Jaro,
Is your issue related to your site language show this text in English? If so you can edit the .po file for your language with Poedit see our documentation. Poedit is easy to use and free, some language files are not as complete as others.
You can also change the text to something else in your language.
You can also change the text with javascript, by adding this code to the end of your functions.php file in Appearance ▸ Editor:
function custom_contact_form_text_script() { ?>
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($){
$('html[lang="en-US"] .avia_ajax_form.av-form-labels-visible label').text(function(index, text) {
return text.replace('Please prove that you are human by solving the equation ', 'Answer this question if you are real');
});
})(jQuery);
});
</script>
<?php
}
add_action('wp_footer', 'custom_contact_form_text_script');
Note that I have set the page language to English with: html[lang=”en-US”] you can remove this or change it to your language, then edit Answer this question if you are real to suit your needs.
Best regards,
Mike
Hey Jaro,
Is your issue related to your site language show this text in English? If so you can edit the .po file for your language with Poedit see our documentation. Poedit is easy to use and free, some language files are not as complete as others.
You can also change the text to something else in your language.
You can also change the text with javascript, by adding this code to the end of your functions.php file in Appearance ▸ Editor:
function custom_contact_form_text_script() { ?>
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($){
$('html[lang="en-US"] .avia_ajax_form.av-form-labels-visible label').text(function(index, text) {
return text.replace('Please prove that you are human by solving the equation ', 'Answer this question if you are real');
});
})(jQuery);
});
</script>
<?php
}
add_action('wp_footer', 'custom_contact_form_text_script');
Note that I have set the page language to English with: html[lang=”en-US”] you can remove this or change it to your language, then edit Answer this question if you are real to suit your needs.
Best regards,
Mike
Hi,
Glad Rikard 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 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,
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
Hi,
Glad we were able to help and thanks for sharing your steps this may help others, 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
Hey Team,
I use Enfold almost since its inception, now with 8 licenses, and really appreciated your effort and what you did. Yet I feel it comes to a point where I have to go on with something else. Your top theme Enfold 2017 is now 5 years old but the web never sleeps.
Is there any new theme in the pipe? More modern appearance supporting more of the major plugins? I know it’s difficult to keep up with all that like top-notch sliders, SEO tools, community plugins, and so forth. Yet I have to make a decision.
Hope to hear about your plans.
Much appreciate it
Axel
Hi,
Glad to hear this worked, as for adding the layerslider to the shop page I tried many ways but didn’t find a solution.
To add a image and text to your shop page go to Enfold Theme Options ▸ Shop Options ▸ Shop Banner Image and add your image and banner text:

Best regards,
Mike
Hi,
Added to next release with
–enfold-……
for settings in “General Styling” tab.
Best regards,
Günter
This reply has been marked as private.
Hi Natacha,
You’re welcome :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
This reply has been marked as private.
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 Enfold-Team!
I want to create a localized version of both the regular logo and the transparency-logo using Snippets (Polylang-Module).
Addditional usecase: there are two languages (EN and ES). Could you help please?
I am using this snippet:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
$lang = pll_current_language(‘locale’);
switch ($lang) {
case ‘en_US’:
$logo = “/wp-content/uploads/2022/10/logo-en.png”;
break;
case ‘af’:
$logo = “/wp-content/uploads/2022/10/logo-en.png”;
break;
case ‘es_CL’:
$logo = “/wp-content/uploads/2022/10/logo-es.png”;
break;
case ‘af’:
$logo = “/wp-content/uploads/2022/10/logo-es.png”;
break;
}
return $logo;
}
Hi. When I upgrade my server to use PHP 7.4, 2 of my website pages does not load. When it is using PHP 7.4, The main page loads but displays a black page and another page as well. They are both pages with the slider media element provided by Enfold.
When PHP 8.0 is installed, the entire page does not load. There is a “There has been a critical error on this website. Learn more about troubleshooting WordPress” message that appears.
I am using Enfold version 5.1.2.