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
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 Lance,
Enfold is compatible with PHP 8.x, there might be other things on your site which are generating the errors. You could try deativating all plugins and remove any custom code that you have added for example, and then update the PHP version.
Best regards,
Rikard
Hello,
I’m currently running PHP v.7.7 on my site. From time-to-time, my hosting provider urges me to upgrade to the latest PHP v. 8.2. When I do so, the formatting of my Enfold site gets scrambled and a “critical error” message is displayed. See linked screenshot. When I go back to 7.4, format is restored to normal. Hosting techs wonder if my theme is incompatible with the latest PHP versions.
Advice appreciated.Thanks, Lance
https://postimg.cc/gx8bZdCQ
https://kriesi.at/documentation/enfold/intro-to-layout-builder/#customization
This is a real good docu – unfortunately, there is too little research being done here
PS : above there are the two lines listed ( 876 and 877 newest Enfold 6.0.8) – but only the 876 has been changed .
but i guess it is easier to replace that little block of those two lines.
Hello,
I published a post this morning and, for the first time in going on 20 years of using Enfold, it didn’t appear at the top, or indeed anywhere, on my News page. It can be found at it’s own URL, and appears on at the top of the “Recent” widget list on other blog pages, but not on the blog landing/News page.
I’m using Enfold v. 18-01-14 with WordPress v. 6.6.2.
Appreciate your advice to fix this. Thanks! Lance
Hi,
Could you try updating the theme to the latest version (6.0.8) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. Also make sure that you have registered your theme license: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
If you have added it there, then yes you can. Otherwise you can generate separate tokens for each of your sites: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
For the css, each icon has a different code number, for your shield with the check mark it is \e802
div[data-av_icon="\e802"] {
content: " ";
background-image: url(/wp-content/uploads/2024/12/Goering_Icon1_eCheck_farbig_RGB.png) !important;
background-size: contain;
background-repeat: no-repeat;
font-size: 0 !important
}
I adjusted your css and now it works.

Please review the thread on how to find the icon code:

Best regards,
Mike
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
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
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
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi Ismael,
The case I’m dealing with is fairly straightforward and is likely to recur quite often among Enfold users.
Typical example:
- I’m using a Custom Layout to display a company directory via a dedicated CPT.
- For each company listing I can fill in 2 custom fields for their links to the company’s social networks (let’s say LinkedIn and Facebook, to keep it classic).
- How do I handle the display of data depending on whether or not companies have links to provide for each of the three custom fields?
If you have any recommendations on how to handle this situation, I’d love to hear from you.
For the moment, I’ve created duplicates of my Custom Layout to correspond to the 4 possible scenarios (no link, only link 1, only link 2 or both links). With only a hundred or so entries, I was able to manually set the appropriate Custom Layout, but this would be very complicated for several thousand entries. I’ll need a conditional display solution.
Best regards,n
Hi,
i needed to set the content with to fix with bcs of the design rules.
But the Google map should be 100% width. Any ideas how to enlarge the container with map?
https://die-home-stager.ch/kontakt/
The instruction here: https://kriesi.at/documentation/enfold/color-section/#toggle-id-2
does not work
-
This topic was modified 1 year ago by
xeovision.
This reply has been marked as private.
Hey SurigliaStudio,
Please try the following in Quick CSS under Enfold->General Styling:
#header_main {
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
Best regards,
Rikard
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
To clear it: I didn’t use a uploaded google-font, I just choose from an option within Enfold-Theme…
Hi Ismael,
didn’t understand your question. I chooses the font in the Enfold-Settings in the Backend (General Stylilng -> Fonts -> Selection list -> Source Serif Pro).
Best
Tim
The functions.php file in the Enfold child theme has no content. Also, the replacement code you described is identical to the invalid code you identified?
Hey dcoatney07,
Thank you for the inquiry.
You may need to regenerate the tokens and make sure that the required permissions are checked.
-- View and search Envato sites (checked by default) (Required)
-- View the user’s Envato Account username
-- View the user’s email address
-- View the user’s account profile details
-- Download the user’s purchased items (Required)
-- Verify purchases of the user’s items
-- List purchases the user has made (Required)
Please review the documentation for the token permissions: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
Ismael
Hey slikslok,
Thank you for the inquiry.
Where did you get the font “Serife Pro”? Please note that the Custom Font Manager is intended for Google Fonts. You can still upload fonts from other sources, but you have to make sure that the file structure is correct. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
Ismael
Hey philipe,
Thank you for the inquiry.
Try to wrap the code block inside a color section, then set the width of the color section container to 100%. Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
You can also apply the background video directly to the Color Section, Fullscreen Slider, or Layer Slider element.
Best regards,
Ismael
Hey Berthold,
Thank you for the inquiry.
You need to register a new shortcode path in the child theme first by adding this filter in the functions.php file:
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Create a folder called “shortcodes,” then place the files of the elements or shortcodes that you’d like to include, modify, or override.
Best regards,
Ismael
I’m unable to figure out why my Enfold site has stopped working. Except for the Contact page, nothing appears below the header menu. I’ve removed my caching plugin, updated to the most current version of Enfold, and searched for suggestions about what the problem might be with no luck.
I’m including Private Content so you can take a look at the back end also.
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
Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.widget_recent_entries li {
border-top-style: dotted;
}
Best regards,
Mike
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 Gianluca,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top label {
font-weight: 400;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike