Can you please help – my Enfold theme is not being updated even though I have the token verified – see https://imgur.com/s4xeUL9.
Thank you.
Hello,
I use one of my Enfold themes in a child site.
With the last update (4.9.2.2) including the child theme version, the parent theme displays correctly the custom footer widgets but displays the default widgets on the child theme (Links, pages, category and archive).
Have you ever encountered this situation and can you help me solve this problem?
Thank you very much
philip
Hi billyrex6,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hi elenapoliti,
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi ac1977,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
I want in some themes not loading all the google fonts vom enfold theme.
i found this in the forum
add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
function enfold_customization_switch_fonts() {
global $avia;
$avia->style->print_extra_output = false;
}
add_filter( ‘avf_output_google_webfonts_script’, ‘my_output_google_webfonts_script’, 10, 1 );
function my_output_google_webfonts_script( $activate )
{
return false;
}
but nothing works.
sometime is use only standard fonts. and without loading the fonts the pahespeed is better (google page speed)
-
This topic was modified 3 years, 11 months ago by
Ismael.
-
This topic was modified 3 years, 4 months ago by
Yigit.
Hello,
unfortunately the generated API-Key for GoogleMaps is not working.
I´ve tried the following:
– no restrictions on the API
– typed the API key correctly (copied it)
– GeoCoding service is enabled
– Billing is enabled
– Plugins were disabled
– WordPress and Enfold latest version
– I have regenerated the key
Can you help me please? :)
Best regards from Germany
Michael
-
This topic was modified 3 years, 11 months ago by
comemso.
Hey Justin,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.responsive #top #home .slide-entry.flex_column {
width: 100%;
margin-left: 0;
}
}
Best regards,
Yigit
Hi,
Our devs are currently very busy working on upcoming major Enfold update and since GiveWP plugin is not one of the supported plugins, we are unable to help you fix this issue. We appreciate your understanding, Andrew.
If you have any other questions, please do not hesitate to start new threads.
Best regards,
Yigit
now – this is my testsetting for you:

1) The textblock with the links to the galleries got a custom-class: text_to_lightbox
2) The links of these texts refer to the ID of the correlating gallery. ( in my case it is gallery1 and gallery2)
3) if you like to hide those galleries – set a custom class to each of them: mfp-hide ( this is a predefined class on enfold to hide those containers )
4) give a custom ID to the gallery – ( gallery1, gallery2 etc – what you like – only it has to correlate with the links of the texts)
5) put this to your child-theme functions.php:
function text_link_to_gallery_lightbox() {
?>
<script type="text/javascript">
(function($) {
$(document).on('click', '.text_to_lightbox a', function(event) {
event.preventDefault();
var linkTarget = $(this).attr('href');
$(linkTarget).find("a.first_thumb").click();
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'text_link_to_gallery_lightbox');
see result here: https://webers-testseite.de/hidden-gallery/#gallery2
The advantage is that you can style your galleries as enfold alb element – do not forget to set the lightbox link active.
Hi Kai,
Thanks for contacting us and sorry for the late reply!
I tried updating Enfold to the latest version 4.9.2.2, switching to widget block editor and de-activating all active plugins except for WooCommerce but the issue persists.
I will report the issue to our devs and share this thread as reference.
Please kindly wait to hear from us :)
Best regards,
Yigit
Hi,
Thank you for the update.
Try to add this script in the functions.php file to append the logo image to the parent caption container.
// custom Enfold scripts
function ava_custom_script()
{
?>
<script>
(function($) {
$(document).ready(function() {
$(".av-slide-logo-image").each(function() {
var logo = $(this);
var container = logo.parents(".caption_container");
logo.appendTo(container);
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script', 10);
Best regards,
Ismael
Hey,
Thanks for contacting us!
You can enable debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and then edit your page and copy the shortcodes from debugging field that will appear right below ALB and paste them into your other website.
If you would like to import a layout from another demo, please go to – https://kriesi.at/themes/enfold-overview/ and copy the pages you would like to import so we can provide you their shortcodes :)
Regards,
Yigit
Hi,
The modification described here is for the content slider and the default gallery elements. For the masonry gallery, you will have to modify the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php file. Look for this code around line 680.
/**
* Allows to run shortcodes
*
* @since 4.8.3
* @param string $content
* @param array $entry
* @param array $this->atts
* @return string
*/
$content = apply_filters( 'avf_masonry_entry_content', $content, $entry, $this->config );
Below add this code.
$copyright_text = get_post_meta( $thumb_ID, '_avia_attachment_copyright', true );
$content .= "
<div class='av-masonry-image-info'>";
$content .= "<span class='av-masonry-image-width'>Width: " . $attachment[1] . "</span>";
$content .= "<span class='av-masonry-image-height'>Height: " . $attachment[2] . "</span>";
$content .= $copyright_text;
$content .= "</div>
";
This should render the copyright, image size and content inside the masonry content container.
Best regards,
Ismael
Hi navindesigns,
Thanks for giving us admin access.
I added this code in your child theme’s functions.php code:
function enfold_customization_modify_thumb_size( $size ) {
$size['portfolio_small'] = array('width'=>260, 'height'=>391);
return $size;
}
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
and regenerated images on that size, please review your site.
Best regards,
Nikko
Hi ac1977,
The heading font used in Enfold Gaming is called Bangers.
The regular text is Lato.
Hope this helps :)
Best regards,
Nikko
Hi,
Thanks for your feedback, I tested the cooper-hewitt zip that I linked above on my demo site closer and it seems that each of the font files have the same font-weight of 400, which is odd, so I believe that when you try to use bold by changing the font-weight to 700 it was making it blurry, I believe this was also messing up the way the font manager works, if you see our documentation on Managing font variants the font family should show with its variants like this:

but this font was not, so I tried zipping each variant on it’s own and uploading them one at a time as shown in our documentation on File Structure, note in this screenshot that they all have the same font-weight:

then I created a test page with spans and custom classes to test the fonts:
<span class="cooperhewitt-thin">Cooper Hewitt - thin</span>
<span class="cooperhewitt-light">Cooper Hewitt - light</span>
<span class="cooperhewitt-book">Cooper Hewitt - book</span>
<span class="cooperhewitt-medium">Cooper Hewitt - medium</span>
<span class="cooperhewitt-semibold">Cooper Hewitt - simibold</span>
<span class="cooperhewitt-bold">Cooper Hewitt - bold</span>
<span class="cooperhewitt-heavy">Cooper Hewitt - heavy</span>
and added this css for the custom classes:
.cooperhewitt-thin {
font-family: 'cooperhewitt-thin-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-light {
font-family: 'cooperhewitt-light-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-book {
font-family: 'cooperhewitt-book-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-medium {
font-family: 'cooperhewitt-medium-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-semibold {
font-family: 'cooperhewitt-semibold-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-bold {
font-family: 'cooperhewitt-bold-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
.cooperhewitt-heavy {
font-family: 'cooperhewitt-heavy-webfont';
font-weight: 400;
font-size: 70px;
line-height:70px;
color: #000;
}
and this is the result:

please give this a try.
Best regards,
Mike
Hi,
Can you please share with me the font type for Enfold Gaming? Thank you!!
Andres
Paula JimenezGuest
Hello,
I bought the enfold theme. When I am importing the Demo it shows me the message “Download of files for demo GYM Demo didn’t work! I have tried to find a way to contact support, but I can’t find any link. Could you tell me how I receive support for this? I also searched the forums but didn’t find any solution.
Could you help me with this urgently?
Thank you
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
Dear Enfold-Team
Your Theme is greaaaat! On Desktop and iPhone all seems to be good. But now i have on 1 Website a big Problem on iPad:
1. the loading time is veeeeeery long. So it seems for the user as the site is not working properly
2. In this time the Menu is not working and links are not working
3. Sort function within Masonry is not working
I don’t know why? May you help me please :-) Best regards
Here is a new site we developed for UK Cyber Security Ltd
Cyber Essentials and IASME Governance Provider East Midlands
UK Cyber Security Ltd is a Cyber Security and IT Management company based in Swadlincote, Derbyshire, UK. They are a Cyber Essentials and IASME Governance Certification Body, offering a range of IT security services including penetration testing and network scanning.
The company had lost the original copy of their logo so we recovered their logo and fonts ready for use on their new website.
Built on an optimised version of Enfold with WooCommerce and TakePayments integration. The site includes a bespoke quote generator built using Cost Calculator WordPress purchased from Theme Forest / Code Canyon.
The site includes modifications to WooCommerce:
-Add widget to main menu area so search bar is available on desktops
-Add a widget to the top of the product page so search can be added to mobile pages
-Modified search so it only searches products and includes SKUs
-Changed the breakpoint so the sidebar disappears on tablets
-Seperate the categories from the main shop loop for better navigation
Pagespeed and Web Vitals
The home page under testing scores up to 93/100 in Google Web Vitals mobile device testing and 100/100 on desktops.
This is because the quote generator loads some files on every page a small tradeoff for extra functionality.
The Think Jarvis optimised web framework includes some extra optimisation:
– VPS hosting with maximum resource allocation from IONOS
– Unique modifications to .htaccess and functions.php
– Caching plugin
– Additional image thumbnail generation
– WebP image generation and compression
– Login screen moved and password protected to prevent brute force attacks
– Jetpack Brute Force Protection
– Advanced contact form spam protection without using Google Recaptcha
Hi Mike,
I tried your zip and it works under windows – so thank you for that.
The fonts are a bit blurry though (in windows) and in Firefox and other Browsers on Mac OS I‘m not able to see „bold“ styles for Headlines even if I change the font-weight in the themes style tab.
Do I have to generate other fonttypes like eot or woff for windows and upload them (or change the css (I already tried that but maybe I need to point directly to the font folder under enfold) or what could be a possible solution.
I read this part of the documentation (https://kriesi.at/documentation/enfold/typography/#toggle-id-15) but am not quiet sure which way to go next.
best regards,
Wolfram
Ok,
Please tell me if I am good before doing it:
app-installer, click Wp icon, insatall now (so I’m going to use the same wp I have on my parent theme, if I get it right), then change folder wp with the name of the child theme, but here I have a doubt: underneath, parameters, do I have to tick “multisite option”, since I want to build a website in 5 languages using this system ?
And do I have to set a new user name and password ?
Then do I have to set things in “advanced options” about the database ?
Then there are thiemes, but not Enfold, and I would like to use Enfold.
Thanks for your help and kind regards,
Natacha
Hey Vivienne,
Thanks for the feedback but I’m not able to reproduce this with Enfold v4.9.2.1, this version is like you stsated above:

but the the MailChimp widget works correctly on my test site:

I also tested the MailChimp element and it also works:

Perhaps you are using a child theme with a custom header.php or footer.php and you need to update those to the current version, or perhaps you have some other modification, or you are trying to use the MailChimp widget in some function?
In a clean install the MailChimp widget is working in my tests, try testing in a clean environment such as a staging site to see if you can reproduce the error, if so please open a new thread by logging into the support forum, you have posted this to an email form and is not the correct place, this is the correct place.
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 justinteo85,
First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
VivienneGuest
Hi team,
Since Enfold 4.9, widgets are apparently implemented differently and adding the MailChimp widget no longer works. I’ve looked into this, and on line 244 in includes/helper-assets.php the check “is_active_widget( false, false, ‘aviaFrameworkwidgetsavia_mailchimp_widget’, true )” always returns false, even though the widget is active (as it is in my case). If I change this line to the old “is_active_widget( false, false, ‘avia_mailchimp_widget’, true )” that is used in version 4.8.9, the method returns the ID of the widget area and the widget is shown on the front-end.
Sorry if this is not the place to report this, but I couldn’t find another option.
Kind regards,
Vivienne
Hi,
Thanks for letting us know, I’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 all, I’ve set the favicon in my enfold theme under Customize -> Site Identity. The favicon shows up fine in browsers, but somehow does not show up in Google Mobile Search Results, which defaults to the WordPress favicon. I’ve had the favicon set up in my enfold theme for a few months now and Google search results are still showing the default WordPress icon.
Would you be able to help check if there’s anything wrong here that is preventing Google from updating with the latest favicon file?
Homepage with Favicon set: https://drtwlderma.com/