Hi Ismael.
Thanks for your input. When there are hundreds of photos to manage, manually setting each individual image is a long task and can also lead to oversights and errors. I thought it was possible to control them all with a few lines of code rather than manually.
The information to be inserted in the Style.css file is growing rapidly. Referring to your page https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support , could you tell me how can I activate the Editor in Appearance? In my installation it is not visible
https://img.savvyify.com/image/Immagine-2024-11-27-105508.9GnBf
-
This reply was modified 1 year, 4 months ago by
icarogioiosi.
-
This reply was modified 1 year, 4 months ago by
icarogioiosi.
for the full-width mega-div you can try now:
#top #header .avia_mega_div {
position: fixed;
width: 96vw;
left: 1.5vw !important; /*=== because of the scrollbar not 2vw ===*/
top: 120px;
}
or maybe with background styling:
#top #header .avia_mega_div {
position: fixed;
width: 96vw;
left: 1.5vw !important;
top: 120px;
background-color: rgba(255,255,255,0.8);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border-radius: 0 0 15px 15px !important;
border: 1px solid #FFF;
}
#top #header .avia_mega_div ul {
background-color: transparent;
}
next release there will be for shrinking headers a variable value ( –enfold-header-height) which represents what it said – the dynamically header-height.
for then we can use top: var(--enfold-header-height);
for the rest i will look again to your example page.
Hey Valerie,
Thank you for the inquiry.
Where can we check the issue? Did you install a cache plugin? Please try purging the cache or temporarily disabling the plugin. Also, try toggling or temporarily disabling the Enfold > Performance > File Compression settings to ensure that the changes take effect. Let us know the result.
Best regards,
Ismael
Hey paoluccimarketing2015,
Thank you for the inquiry.
We can’t reproduce the same issue on our end but if you need to disable the dynamic content option, you can adjust the Enfold > Layout Builder > Custom Layout and Dynamic Content option, but this will also disable the Custom Layout feature. To disable the LayerSlider plugin, adjust the Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin settings to the second, third, or fourth option.
Best regards,
Ismael
Hey bdfuel,
Thank you for the inquiry.
You may need to regenerate the private token and make sure that the required permissions are selected.
— 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 check this documentation for more info: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
Ismael
Hey reqonsult,
Thank you for the inquiry.
The lists and content of table cells should inherit the default font size, which can be adjusted in the Enfold > General Styling > Typography panel. You can adjust the Default Content Font Size for different screen sizes as well.
Best regards,
Ismael
Hi,
The only mail plugin with native integration with Enfold is Mailchimp, so we wouldn’t recommend anything else. However, you can try any of the options in the list below.
MailPoet
Newsletter
HubSpot – CRM, Email Marketing, Live Chat, Forms & Analytics
Sendinblue – Email Marketing, SMTP, and Marketing Automation
FluentCRM – Marketing Automation For WordPress
Best regards,
Ismael
Hey mandystohry1,
Thank you for the inquiry.
Have you tried adjusting the Enfold > Main Menu > General > Menu Items For Mobile settings? Try setting it to the second option to activate the mobile menu for both tablet and phone views.
Best regards,
Ismael
Hey final1967,
Thank you for the inquiry.
Have you tried adjusting the Blog Styling settings in the Enfold > Blog Layout panel? Let us know of the result.
Best regards,
Ismael
Hey Cameron,
Thank you for the inquiry.
What happens when you add this css code?
#top .av-horizontal-gallery-inner {
transition: none;
opacity: 1;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, or any compression options and purge the cache after applying the modification.
Best regards,
Ismael
I’m still new to WordPress/Enfold and I’m trying to set the thumbnail for a post slider to the same height.
In the link of the test page, the post slider after the first image has one thumbnail that is at 1210 x 420, and the others 1080 x 420.
I want them all to appear at a certain height, preferably the same height as the one with the 1210 x 420 dimension.
The slider’s image size is set to “Entry without sidebar (1210×423)”.
Below is the custom css I added over the course of solving multiple issues, so some of them may be working against each other. I would appreciate any advice about the custom css below or any additional one(s) that could achieve the look I want.
#top .avia-content-slider .slide-entry-title { font-size: 1em; }
#top .post-entry .blog-categories {
font-size: 0.9em;
font-weight: normal; }
#top .content .entry-content-wrapper {
padding-right: 0px;
}
#top .avia-slideshow-inner {
float: center;
}
#top .avia-content-slider .slide-entry-wrap {
float: center;
}
#top .avia-content-slider-inner {
margin: 0px;
overflow: hidden !important;
}
#top .avia-content-slider {
display: flex;
}
#top .avia-content-slider .slide-image img{
height: auto !important;
}
.avia_desktop .avia-content-slider .avia-slideshow-arrows a{ opacity: 1; }
@media only screen and (max-width: 479px)
{
.responsive #top #wrap_all .slide-entry{width:48%; margin-left:4%}
.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0; clear:both;}
.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0; width:100%;}
.responsive .avia-content-slider .slide-image img { width: 100%; }
.responsive #top .avia-slideshow-arrows a{
display:block !important;
opacity: 1;
font-size: 20px;
width: 60px;
height: 60px;
top: 30%;
margin: -30px 0 0;
text-align: center;
}
}
#top .scroll-down-link {
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 50%;
bottom: 25px;
color: #263238;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
How about mail integration and collecting subscribers to add to newsletter and email funnels? My developer added mail chimp, but I’m not a fan. I’m trying to add flodesk, but having trouble integrating it to enfold. any tips?
Hello, is it possible to define the font size for lists and the content of table cells? Under Enfold > Advanced Styling > Enfold Theme Options we cannot find any options for this. Please see the attached URL, in which the font size in lists and tables is slightly smaller. Thank you.
Hi Team,
I was trying to activate the Enfold theme and installed the Envato Market plugin as per your guide on the website. However, I am encountering an error despite following all the steps.
Here are the details of the error:
Error Message:
Error Code: 403 returned by Envato: Forbidden
Response Code: 403
Reason: scope-missing
Purchases: A problem occurred accessing your purchases. Unable to check for updates.
In the Enfold update section, my Envato details (ID, email, etc.) are displayed correctly after entering the API key. However, the above error still appears, and I am unable to proceed.
Could you please help me resolve this issue? Let me know if you need any additional information.
Thanks in advance for your support!
Best regards,
Hello! I have made changes in the theme options (logo, favicon, header area image), saved the changes, but the demo won’t update to them. I have cleared the cache, still doesn’t update. I also tried to add css from a previous version of Enfold to a new upload of Enfold without demo and that didn’t update either. Any suggestions? Thanks!
Hi..
I’ve noticed that the Enfold Facebook Like Box doesn’t works on mobile with both Chrome a Safari on iOS 18.1 on two sites, both sites runs WP 6.7.1, Enfold 6.0.6 PHP 8.2
The two sites have the same widget setting. one site have a child theme but the other have a normal Enfold
If from mobile browsers I choose che “Ask for Desktop site” option the widget works fine on the two sites.
I’ve try to clear cache with no results..
Links in private
Thank You very much for help
Kriesi,
I bought from Themeforest in 2016 Enfold theme multipurpose. My site was down but is not up however, the theme is
missing can you please have someone reach out to me?
YOu can contact me at in the private content below.
Best Regards,
James Clark – President
Austin James SEO Agency
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
Hey jeel147,
Thanks for the update, we’ll close this thread then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Uli,
We haven’t tested Enfold with that plugin unfortunately.
Best regards,
Rikard
Hi,
In Brave please ensure to disable the “Brave Shield” in the address bar.
I added the word “test” to your message bar:


Best regards,
Mike
Hey Steve,
Try changing the template name in the child to what you changed the parent them to.
Template: enfold
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
Hi, I’m using Enfold for a new web project.
I use the Yith Request a Quote plugin.
I can’t insert the widget with the shopping list icon in the header.
The layout is centered logo and menu below, and what I want is for the budget list to be accessible from the header.
I appreciate your help
Hi,
Glad to hear that you have this sorted out, 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
Hi.
How can I rename the Main Theme Folder «enfold» that uses a Child theme in the FTP directory? When I change the name of the theme Folder, the Child theme can’t find the main theme anymore, I see a blank page. Do I need to create a new Child Theme?
Any ideas?
Hi,
we are using the Smart Slider 3 and it seems, that the performance of the website is very slow, do you have any experience using Smart Slider 3 together with the Enfold theme?
Kind regards
Uli
Hi,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey Cameron,
Do you have lazy loading enabled in the theme under Enfold->Performance, or via a plugin? If so, then please try to deactivate that to see what happens then.
Best regards,
Rikard
Hello,
Update via Dashboard:
it says : all themes are up to date
Update via Theme Options:
it says: Your current Enfold theme version number is 4.8.7.1 – I dont see Update option.