We are having problems with making edits to the homepage and ask for you to take a look at the site. We are currently working with our host provider GoDaddy but there seems to be something odd going on and ask for your review to help fix this issue.
-
This topic was modified 1 year, 3 months ago by
So Evolve.
Hi
I want to use UniversLTStd LightCn.otf for the body text. Uploading as a zip file through the importfunction of Enfold is no problem. When I choose it to be the bodyfont Enfold does not show and shows a different font.
For the headers I use UniversLTStd whiche give no problems at all. How can I solve this problem?
Cheers Woutski
This reply has been marked as private.
HamzaGuest
Error Import Demo Website theme enfold, tidak bisa di download
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thank you for the update.
Is there a way to put the Page Content element in a Layout Element (for example 1/5)?
Unfortunately, this is not possible. You might want to check the Custom Elements Template. Please check the link below:
// https://kriesi.at/documentation/enfold/custom-element-templates/
Best regards,
Ismael
Hey Leslie Williams,
Thank you for the inquiry.
Did you register a forum account in the following link? https://kriesi.at/support/register/
I have version 4.7.6.4 installed. That’s quite a few updates ago.
1-2.) Please download the latest version of the theme from your Themeforest account, then try to upload it manually to your server via FTP. For more info, please check the links below.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
IMPORTANT: We recommend creating a clone of the site, perform the update there, fix any errors that may occur, and then transfer it to the live site.
Best regards,
Ismael
Hi,
Thank you for the update.
The Enfold theme is missing from the /friends/wp-content/themes folder. Try manually uploading the theme to the specified directory.
Best regards,
Ismael
Leslie WilliamsGuest
Hello, I am already a user but cannot log in to the Kriesi.at website to ask my technical questions. 1.) My portfolio listings are no longer viewable upon click-thu. When I click on a listing it takes me back to my home page which serves as my 401. 2.) I thought I might need to update my enfold theme but I am unable to do so. An error message displays that the ‘update package is no longer available.’ I have version 4.7.6.4 installed. That’s quite a few updates ago. Please advise. My website is http://www.horizon-graphics.com formerly http://www.lwdesign-aerials.com I can make someone an admin just let me know. Thank you!
Hi,
Thanks for that. I can’t see that Enfold is installed under /friends/wp-content/themes. Where exactly is it located? If you rename the themes folder, then you should hopefully be able to access your site again.
Best regards,
Rikard
Hi,
You have this PHP code in your Quick CSS breaking the css below it:

I moved the css to the top and now it works:

but you should still remove the PHP code and add it to your WPcode plugin as a PHP snippet, unless you already did.
Best regards,
Mike
Hi,
Thanks for your patience, currently your menu has three rows which are separate div’s and there is not a way to span them so the image can be centered into all three:

Try adjusting it so you have one row with the three headings and the image and add the links under them like in your example site:

this should make the image larger and centered.
Best regards,
Mike
I think so?
I’m in recovery mode and on the themes page under “Broken Themes” it says “This theme failed to load properly and was paused within the admin backend.” If I click Resume, I see an error message: “Theme could not be resumed because it triggered a fatal error.”
I pasted the error log into the Private Content window.
The site still does not load when using the parent Enfold theme and anything higher than PHP 7.4.33
Thanks for your help!
Dear Kriesi team,
I’ve got the following problem: I created a website using the Enfold Theme and a sidebar menu. There, I set some menu items as mega menu.
Now my problem is that on low resolution dispays I won’t see the whole menu as some menu items are shown below the screen’s edge. I want the menu to be sticky, but the menu items to be shown facing upwards from the menu button and not downwards. Is there a possibility to do so?
Thanks in advance!
Hi,
Suddenly the editor on our site is not loading. I just get a permanent loading spinner.
I see an error in Chrome dev tools
Failed to load resource: the server responded with a status of 404 () editor.css:1
I’ve tried disabling all plugins and still get the same error. How can I resolve this?
Thanks
Phil
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