Hey trevorwilson,
Thank you for the inquiry.
Please add the following css code to adjust the alignment of the post title. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}
}
Best regards,
Ismael
Hi,
Thank you for the update.
To hide the date, you can add this css code:
.slide-entry-wrap .slide-entry .slide-meta-time {
display: none;
}
Or toggle the Blog Post Date option in the Enfold > Blog layout > Blog Meta Elements section.
And to display the oldest posts first, please add this filter in the functions.php file:
add_filter( 'avia_post_slide_query', 'avf_custom_avia_post_slide_query', 10, 2 );
function avf_custom_avia_post_slide_query( $query, $params ) {
$query['orderby'] = 'date';
$query['order'] = 'ASC';
return $query;
}
Best regards,
Ismael
Hey jakubc15,
Thank you for the inquiry.
What do you mean by “Woocommerce Slider integrated in Enfold by a custom meta”? Please provide a screenshot and the link to the page containing the slider so that we can check it.
Best regards,
Ismael
Hi,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/
If the updates should not come through via the theme backend, then please try using this plugin instead: https://envato.com/market-plugin/
Best regards,
Rikard
Hello!
We have multiple sites using Enfold child themes. All sites are on the latest version of the theme and the latest WordPress. We have a main site/installation and the other sites are installed in subfolders — so all on the same domain and the same PHP.
A few days ago, one of smaller the sites (one in a subfolder) went down because the theme will not load. I worked with my webhost’s tech support and there’s no malware or anything strange. They suggested downgrading the PHP from 8.2.24 to 7.4.33. I did that and the smaller site came back up. But our main site went down, saying it needs PHP 8.0. (Meanwhile the other sites using the same theme version, WordPress version, and PHP all stayed up.)
So I reset the PHP to 8.2. Here’s where I’m at …
UP: https://www.ecpubliclibrary.info/ (needs PHP 8 or higher)
DOWN: https://www.ecpubliclibrary.info/friends/ (needs PHP 7.4)
UP: https://www.ecpubliclibrary.info/teens/ (works on all PHP)
UP: https://www.ecpubliclibrary.info/kids/ (works on all PHP)
Any idea what’s happening and how to fix it?
– Mike
Hi,
Thanks for that. Could you try updating the theme to the latest version (6.0.6) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
For me, the solution for some websites was to change the collation of my database tables to utf8mb4_general_ci for some websites.
For others, I needed to adding:
define(‘DB_CHARSET’, ‘latin1’);
In wp-config.php
Still strange that some of my Enfold websites (mostly in combination with WP Rocket and Gravity Forms) all of a sudden had these problems, where most of the sites where working fine for years. Disabling the plugins or changing to a default theme also did not work.
My hosting provider said they did not make any changes server-side.
Hey Ulf,
Danke für diese Info.
Wir werden diesem Thema höchste Priorität geben.
Viel Freude mit Enfold und einen schönen Tag.
Liebe Grüsse aus Wien,
Günter
Hey Sander,
I’m not sure what you are referring to, since there is no history in this thread. It would be great if you could open a new thread on the support forum if you need further help.
Best regards,
Rikard
Hello – my client updated the enfold theme but did not take any backups and now it is not rendering. We have Jetpack backups running and I attempted to revert to a date prior to the update but the site is still not rendering. I am unsure if our backups actually backup the previous theme or not. I would like to roll back to the previous version, can you advise on how I can do this?
Thanks
Matt
Hey Jason,
What’s going on right now doesn’t affect Enfold or Enfold users in any way.
We added the Dynamic Content feature ( https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/ ) and made it compatible with the ACF plugin. This feature works as expected with the SFC ( https://wordpress.org/plugins/advanced-custom-fields/ ) plugin as well.
If you notice any compatibility issues with the SCF plugin, please let us know.
Regards,
Yigit
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .post-title {
line-height: 22px;
}
}
Best regards,
Rikard
Hey maryenvato,
You can set that in the theme options, please have a look under Enfold->General Styling->Typography.
Best regards,
Rikard
Sander BossenGuest
Hi,
We updated the theme a couple of days ago. Because of the update we encountered a problem with fluent forms. I updated the plugin, but now the site doesn’t show properly anymore (color presets are missing). It does show properly when I login to the wp-admin section of the site. Could you please help?! Thanks in advance!
Sander
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 cpages,
Thank you for the inquiry.
Please edit the product category in the Products > Category panel, then set the Enfold Category Styling to Default. Let us know of the result.
Best regards,
Ismael
Hey Chris_85,
Thank you for the inquiry.
Make sure that the Enfold > Theme Options > Lightbox Modal Window option is enabled. If the issue persists, please provide the login details in the private field.
Best regards,
Ismael
I know this is probably a taboo subject right now, but in the interests of trying to shore up dev stacks and liabilities, has the team been watching over the slow moving train wreck that is the battle between Matt and WPEngine? There are a lot of factors at play, and good and bad things both sides are saying and doing right now. The potentially huge implications for both the platform (Enfold included), the way licenses are managed, outward appearances of open source versus corporate guidance, and if there are other side-effects that we don’t see yet on the horizon, make it something of a need to know as much as possible, since the two major players are acting so erratically at the moment.
I am not asking for the team to pick a side, but more of opening the door to knowing how it affects you, the development and whether there are any needs from us as end users and promoters of Enfold.
Thank you, as always for an amazing theme, backed by one of the best dev teams on the platform.
-jason
Hi, I want to edit an enfold demo Layout to create for example a new layout.
If certain things can’t be done, it’s not a problem—the customer is informed.
However, most of the things can be done.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .avia-fullwidth-portfolio #js_sort_items .text-sep {
color: transparent !important;
}

Best regards,
Mike
Hi,
Thanks for the login, but you are not using the Enfold theme:

You will need to contact “p-themes”:

Best regards,
Mike
Hi,
I see in your Enfold Theme Options ▸ Blog Layout ▸ Blog Styling you are using the “default” is this the closest to want you want, such as the title size?

Did you see the “modern business” option with the category and larger title?

Both have a date, do you want this removed?
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
Yes I do
I have an wordpress installation here https://itjenter.no/workshop/helfy/
I am running medin by enfold see pic attached 
Hi,
Thank you for the screenshot.
Why are the font weights separated? You can just download the font collection from Google as a set and upload them to the font manager at the same time.
// https://fonts.google.com/specimen/Montserrat
Did you select the font in the Enfold > General Styling > Heading Font or Font for Your Body Text settings? The font will not be loaded if it’s not selected.
Best regards,
Ismael
Hey Dr. Abraham Peters,
Thank you for your interest in the Enfold theme.
We don’t directly build websites for our users, but you can contact our partner Codeable for customizations. Please check the link below for more info.
// https://kriesi.at/contact/customization
Best regards,
Ismael
Hey ibuzaev,
Thank you for the inquiry.
The element for the search icon is missing. Please try temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. If the issue persists, please provide the login details in the private field.
Best regards,
Ismael
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
Hey clbdcnpafe,
Please try the following in Quick CSS under Enfold->General Styling:
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}
Best regards,
Rikard
Hi,
Glad we could help, for the Scroll Snap I recommend trying a plugin, this is not a Enfold feature and I have not tested any specific plugins to achieve this.
If you would like to request this 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