I’ve been displaying just the product review comments in my footer column 2 for years.
Sometime within the last 3 months the enfold Child theme combo widget stopped working.
I can’t be sure exactly when, but within the last couple few WP, WC and Enfold updates.
Recent Product Reviews in column 1 and Product List Best Sellers in column 3 work fine.


Any ideas why this might be?
Hey cnpetr,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-image-container {
opacity: 1;
}
Best regards,
Rikard
Hi,
Great, I’m glad that Mike could help you out. 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 Marieke,
The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
MariekeGuest
I’m working on a website built with Enfold 4.4.1. WordPress is recommending a PHP upgrade (current version is 7.4.33) but updating PHP causes a fatal error.
If I buy a new Enfold license and install the latest version, will that fix the PHP issue? And will the site stay up and running?
Just want to make sure before I make the purchase. Thanks in advance!
Hello
On one of my websites with enfold, I have used the mason gallery. I can’t find how to remove the color overlay feature that is default until you hover on the image and click on the image then it shows in full color.
I need to remove this overlay feature and just have the gallery images show in full color at all times. In the advanced settings, I did select overlay disable however this did not turn if off on the mason gallery. I have linked the information to the site below
Hi, I have an Enfold gallery for logos on a page and I have it set to 6 columns. I had opened the gallery to look to see if there were any color overlay settings I could adjust and when I found nothing, I closed the gallery without making any changes. Now, on the page the logos have gotten much bigger and are showing in 5 columns instead of 6. Again, I made no changes to the gallery and the gallery is still set to “6” columns. I tried setting it to “4” just to see if it would adjust itself but that does nothing either. The gallery is stuck at “5” across and the images are too big. Any ideas on what could have gone wrong? I’ll put the url in the private content so you can see it. Thx.
Hey pretuziano,
Thank you for pointing this out, we had someone else point out a simulator issue for “PHP Deprecated” which I posted to the Dev Team today:
https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/141
Feel free to add to it or join it for further updates as the Dev Team reviews it.
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
Hello,
I recently upgraded the PHP version to 8.3 (from 7.4) and I received the “fatal error” message. I copied the message in the private content. In fact I was not able to log in to my WordPress dashboad. I also tried to restore my site but that didn’t work and made it worse—site completely crashed. I had to revert back to PHP 7.4 to get the site back up and running. I’m currently using Enfold Child theme 7.1.1. and WordPress 6.8.2. After reading several threads, I assumed that the Enfold theme was compatible with 8.3. But that doesn’t seem to be the case.
I contacted my hosting provider and they said the theme was not compatible with PHP 8.3. Please advise what to do. I need to upgrade the PHP version so I get the security updates. I haven’t tried upgrading to 8.2 or 8.1.
Hey Maggie,
I assume that you mean that the first tab title has two lines of text and the second tab title has three lines of text, the text is vertical-align “bottom” and you wish it was “middle”. Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av-section-tab-title {
vertical-align: middle;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Jürgen,
Thank you for pointing this out, I created a request to the Dev Team to review this at: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/141
Feel free to follow along in the above thread and add info that you feel is relevant.
Best regards,
Mike
Hi,
The blue colour is coming from the Primary Color setting in the theme options. If you want to set a separate colour for the strong tag, then you can do so under Enfold->Advanced Styling.
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
Here’s a response from my developer:
– Earlier in the week I made a copy of the site into a test environment.
– I have go through and disabled all plugins on the site except the litespeed cache plugin which is linked to the hosting.
– I was still getting the same error on the special headings.
– I then re-enabled all the plugins and disabled the litespeed plugin and it worked.
– I am going to log a ticket with our DC guys to see if they can work out the issue BUT could you update your ticket with kriesi to explain the above.
– I think its going to be something as simple as excluding a javascript file for ajax in the enfold theme to resolve this but have no idea.
Good morning Rikard,
I have no doubt that I can improve my skills in CSS, thank you for the resources. However, that is not the issue I am currently facing. So perhaps a summary could help.
Regarding CSS:
1) As previously mentioned, CSS doesn’t reliably override the blue. Additionally, on our entire website (not just the pages I’m working on), I would want the bold elements to also not be blue, but black. However, very importantly, if I do a hard global override to make it all black using CSS, then some elements that we’ve purposefully formatted differently in the paragraph section would be overwritten by black. That is why we find it important to just change the color of the default bold text instead of affecting entire paragraph sections. We want to fix the issue at its core, not look for solutions for every page or global CSS overrides affecting formatting of entire sections.
2) CSS doesn’t override the tables to make them transparent, only to change their background to another color. Changing them to a color that matches the background is an ok workaround, but if we end up changing the theme colors on our website, then all tables using that workaround will no longer match the background. That is why we find it important for the default behavior of tables being transparent and not with a white background.
Current implementations of CSS
You can find all the global CSS we’ve added in the General Styling section of the Enfold theme.
Summary of our issue
Again, as much as I appreciate your suggestions in overriding the default formatting, my initial question was really in regards to fixing the default formatting itself. So in our case:
1) Bold text being blue instead of black
2) Background of tables being white instead of transparent
I use the Twenty Twenty-Five theme to build one of our subdomains and the text there is black. The default is never for bold text to be blue, so somewhere it was changed to blue and we would like to change it back to black. However, due to the native settings and the many styling options in Enfold we are reaching out to you to change it reliably without creating contradictions resulting in formatting issues.
Best,
Vlad
Hi,
Thanks for that. Could you try updating the theme to the latest version (7.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Thank you for the screenshots.
The body font is still set to Open Sans when we checked, instead of Open Sans Condensed. Try to adjust the Font for Your Body Text setting in the Enfold > General Styling > Fonts panel. Let us know the result.
Best regards,
Ismael
Hi,
You can check out the functions in these files:
— enfold/includes/config-enfold/functions-framework.php > avia_generate_stylesheet
— enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php > try_minifying_scripts | minimize_footer_scripts
— enfold/config-gutenberg/class-avia-gutenberg-theme-integration.php > handler_generate_dynamic_stylesheet
— enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php > handler_enqueue_post_styles
These functions are hooked into:
add_action( 'ava_ajax_cet_delete', 'callback', 10, 1 );
add_action( 'ava_after_theme_update', 'callback', 100, 1 );
add_action( 'ava_after_import_demo_settings', 'callback', 100, 1 );
add_action( 'avia_ajax_after_save_options_page', 'callback', 100, 1 );
add_action( 'wp_enqueue_scripts', 'callback', 999999 );
add_action( 'wp_print_footer_scripts', 'callback', 9 );
Best regards,
Ismael
Hey Richard,
You can always download the theme files from your Themeforest account. If you don’t own a license, then one can be purchased here.
Best regards,
Rikard
Hey CESCI,
Did you try to activate the option to delete old CSS and JS files under Enfold->Performance? You can also try to toggle the file compression options on the same page.
Best regards,
Rikard
Hey Jesús Sierras,
The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
If you don’t own a license, then you can purchase one here.
Best regards,
Rikard
This reply has been marked as private.
Dear Support Team,
I am using the latest version of the Enfold theme. For the last few months, the svg_entypo-fontello icons have not been displaying in either the backend or the frontend. In the backend, only the icon names are displayed – for example: svg/address.svg, svg/adjust.svg, and so on. When I select one of these, it does not appear in the front end. entypo-fontello and entypo-fontello-enfold, on the other hand, are displayed correctly.
I have created a temporary user account so you can inspect the issue. You can edit the list item on the homepage to see the icons that are not being displayed.
I have ruled out plugin conflicts and re-uploaded the fonts in the theme settings, but the issue persists.
Do you have any idea why these icons are not displaying?
Thank you very much in advance for your assistance.
Kind regards,
Emil
Richard HorneGuest
Hello, I’m trying to fix a client’s wordpress website. They were running WP 4.8.9 which I have updated, but now their Enfold theme is broken and I need to reupload the latest version.
The website is barmatt.co.uk and the email address for purchase would have been (Email address hidden if logged out)
Are you able to send me the latest version of the theme so I can fix their website? Or upload it yourself?
Hi Ismael,
our containers share both database and upload directory. So only if a plugin or theme would create ephemeral data in its plugin directory ( not shared between containers) it may become a problem, but this is considered bad practice anyway.
So we have in wp-options:
avia_stylesheet_dynamic_versionenfold (hash)
avia_stylesheet_dynamic_versionenfold_child (hash)
avia_stylesheet_dynamic_versionenfold-child (hash)
avia_stylesheet_existsenfold true
avia_stylesheet_existsenfold_child true
avia_stylesheet_existsenfold-child true
If doing wp eval ‘avia_generate_stylesheet();’, only one option value changes ( avia_stylesheet_dynamic_versionenfold_child ) , and only one file is refreshed ( wp-content/uploads/dynamic_avia/enfold_child.css )
If saving options manually, a lot more files are refreshed :
./wp-content/uploads/dynamic_avia/avia-gutenberg-dynamic-enfold_child.css
./wp-content/uploads/dynamic_avia/avia-merged-styles-15236a5ae6d86a1f9e74a9ba518a7c4c—68790b12ce27d.css
./wp-content/uploads/dynamic_avia/enfold_child.css
./wp-content/uploads/dynamic_avia/avia_posts_css/(*.css) – many files
So currently we are running wp eval ‘avia_generate_stylesheet();’ upon every deployment, and so far have not seen de-synced css. But there have been only 3 deployments – not enough to be sure it works.
I would still like to know whether there are better/more reliable ways to refresh the necessary CSS files. I could as well run mulitple WPCLI commands, if a developer would tell me which hook, action or function to use after deployment.
regards
ulrich
Hello,
We have found that certain parts of our website (budapest.cesci-net.eu) change every time we update the Enfold theme. We have problems
-with the header
-the logo becomes much bigger; it is initially set to 60px in the Enfold settings
-the language selector moves down
-and the background colours of some elements disappear further down on this page (https://budapest.cesci-net.eu/en/b-solutions/#cases) The background colours of these elements are initially set in the Quick CSS section.
We have been facing these issues for many, many months now. Usually, after we update the theme, changing the Header Custom Height solves the problems, so we think the source of the problems is in the theme.
Do you have any idea how we can prevent these problems when updating the theme?
Best regards,
Viktória
-
This topic was modified 6 months, 2 weeks ago by
CESCI.
Jesús SierrasGuest
Hi! We need to update the PHP versión of the website of our customer victormagallon.com that is running an old versión of enfold. When we update PHP the web crashes. Can web buy from you an update service with a new license of enfold? Please tell me ASAP if is available and cost?Thanks in advance!