This reply has been marked as private.
Hey palmtop!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-invalid-required-field input {
outline: 1px solid red!important;
}
Regards,
Yigit
Hi Enfold Team,
I have built two custom widget areas which I’ve added manually to all pages of my website. How can I also add them to the search result page and the tag search result page?
Regards,
Till.
Your changes won’t be lost if you’re using a child theme. You can download one here – http://kriesi.at/documentation/enfold/downloads/
The mods have also made a video tutorial available explaining child themes.- http://kriesi.at/documentation/enfold/videos/
The theme options allow you to set up a footer widget area with up to 5 columns, and a socket below that.
Another way to approach it would be to use the ALB, design the segment you want, and save it as an ALB template, then deploy the template on every page you build. It makes it a little less manual that some other themes, more manual than others. Downsides I’ve experienced with this approach are that full width coloured sections at the bottom of the ALB pages prevents some of the other functionality working properly. So for example if the parent/child automatic sub-navigation breaks, and the ALB blog post seems erratic to say the least. I’ve got a couple of open threads at the moment seeking ways around this.
Hi there,
I’ve just installed the new version of Enfold and all is well, however when I import the demo content and try to change the logo it doesn’t seem to actually change. Not sure what’s going on here.
When I inspect element I am informed that it is infact the right logo there, however this isn’t the case. Even when I clear the cache or try a different browser or computer I see to get the same thing.
Any ideas on what to do?
Thanks.
Changes to functions.php in a parent theme will typically be overwritten (lost) when you update your theme. To avoid this, you should set up a child-theme and make changes to that instead of the parent theme. You can download a ready-made child theme here – http://kriesi.at/documentation/enfold/downloads/
The mods have also made a video available on this page – http://kriesi.at/documentation/enfold/videos/
Once you’re working with a child theme, in the admin area select Appearance > Editor, then click on Theme Functions (functions.php).
Dropping code into your functions.php has the potential to take your whole site offline. If that happens you’ll almost certainly need to have file access in order to resolve the problem. If you’re not familiar with using functions.php please ensure your site is fully backed up beforehand, and if at all possible test this out on a Staging/test site.
Hi,
since I’ve updated my site to version 3.0.2 of Enfold, my (right) sidebar is missing, too. I’ve deactivated all plugins, toggled the settings under Enfold > General Styling > Dimensions panel as suggested above, tried several widget and sidebar options as well as other, layout related settings. None of these things made a difference, the sidebar is still gone. In contrast to Fdijk’s observation, my sidebar won’t appear no matter what elements I choose on a page. The only way to get a sidebar is to create a post or a page with only a few characters and place the sidebar on the left. Right hand sidebars won’t show at all. The vertical delimiter is shown and also a div-element called ‘container_wrap container_wrap_first main_color sidebar_right’, but not the content of the sidebar itself.

Next thing I did was a downgrade to Version 2.9.2. The sidebar was there again, but the header and the post/blog content were shifted about a hundred pixels to the left and the This means that I can’t use the 3.0.2 nor an older version of Enfold.
Therefore, I second brian7454’s request. Please guys, try to sort out the problem.
Something’s wrong with your host. Enfold has nothing to do with CF7
Hey foxvendetta!
Please update Enfold to the latest version 3.0.2 via FTP – http://vimeo.com/67209750
You are currently using a very old version which is not compatible with WordPress 4.0
Regards,
Yigit
Hey!
Please request such feature here – https://kriesi.at/support/enfold-feature-requests/ :)
Cheers!
Yigit
Hi there,
I am using Enfold version 2.5.4 and updated WordPress to 4.0 (as per the Enfold update instructions).
The WordPress and all plugins updated without errors and I tried to update the Enfold theme, however I noticed that the Enfold Options page looked different and now only shows the first options page.
I can no longer access all other option pages and cannot save the current Enfold settings, which is really important because I need to update to the Enfold 3.0 as soon as possible.
Any idea what caused this to happen and how we can fix this?
I have attached a screenshot below
Thanks!
Fox
This reply has been marked as private.
Hey!
You can simply have a backup of custom.css file and after the update you can replace it. We are strongly recommending users who would like to modify theme files to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
Please consider using a child theme :)
Best regards,
Yigit
Hi – don’t worry, I’ve figured it out! Used a layerslider instead with one image. I have still had trouble though in transferring a website using the Enfold theme from a sub-folder to a main domain – all the Enfold Theme settings get wiped out and I have to set them all again after it’s transferred. Do you know anything about this happening to anybody else? What am I doing wrong?
Thanks.
Kathryn
Hey!
Seems like you have rolled back to older version for now. If you would like us to take a look, please create a testing environment and install the latest versions of both WordPress and Enfold
Cheers!
Yigit
I have another Enfold client – an easy sell. Love the latest updates.
I’ve set a left sidebar logo/nav and created a header image above main content with an image for the tagline. I can easily set this as a template for all pages, but realized I need it to show on all posts too. Can you please tell me the best way to add this to all content? You’ll see it’s where it says “…it’s all about the color.”
One other question, I need to reduce the width of the left sidebar, which I did with this CSS:
.html_header_sidebar #top #header {
max-width: 250px !important;
}
.html_header_left #main {
margin-left: 250px !important;
}
But that screws up the mobile layout.
Thank you all again for your assistance!
I’ve added some linked images to widgets that feature on my site. The images adopt the standard enfold hover animation but this only works correctly on the second hover; the initial hover state just produces a thin white bar over the top of the image. It’s difficult to describe so I’ve linked a page privately.
When I inspect element on initial hover I can see that span.image-overlay-inside is vertically offset and it’s the small portion that sits properly over the image that causes the white bar.

I’ve tried removing all custom CSS, JS and functions but the results are the same.
Not sure what could be causing this, any ideas?
Hey!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. If that does not help, please add following code to Quick CSS
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Regards,
Yigit
HI
a couple of questions:
I am trying to disable the tool tips on this site: http://www.marlowfilm.dk
but the appearance editor is missing.
I updated to enfold 3.0 but it’s still not there.
I have had this problem before but can’t remember what the issue was.
also – Part of the heading – the “S” in “It’s all about connections” – is getting cut off on mobile devices.
I have increased the content width to 330px with this code:
@media only screen and (max-width: 480px) {
.responsive .container {
width: 330px; }
}
but am not seeing any changes.
Can you help me with this?
thanks
nancy
-
This topic was modified 11 years, 6 months ago by
Munford.
Hi!, I want to resize the sidebar of Enfold. Specifically the left sidebar. I tried to change it in chrome’s inspect element, but I dont know how I can apply it in css. Can you help me?
Hey Ismael,
I find this rather strange if we take into account that adding the ALB functionality for posts is a topic in the Enfold official documentation.
http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Cerasel
Two things:
1) #337724 talking about sidebar problems with the upgrade to Enfold 3 seems to have been ignored. Why?
2) I have something like 50 websites on my server, none of which have ever had lasting problems. All that changed when I put a wordpress site using the Enfold theme online. There are quite a few plugins being used, but none that have caused an issue with other themes so far. With Enfold active, the site is using 100% of cpu resources anything up to a dozen times a day. This is in turn affecting other sites.
I have seen several tickets all with more or less exactly the same issue; inordinate cpu or other resource usage by this theme. With all the problems I’ve been having, I’ve gone so far as to sign up with an alternative host with higher specs (a vps) to run my sites – primarily to run wordpress sites. I shouldn’t be having to do this just in order to use a wordpress theme. I’m desperately working to create a duplicate site so that I can work on using another theme on it, to see what difference it makes on a live install.
There’s nothing obvious I can ask you to answer, other than maybe you can recommend something to test the install and theme to say exactly what is using all the resources. All I can do is say that the comment made by someone; that you’re not working on a performance update, perhaps needs rethinking. I saw a comment from one moderator that he had loads of sites using enfold without problems, which is fine, but that doesn’t explain why quite a few people seem to have this sort of issue.
I won’t provide login details for this post as the site is currently being moved to new hosting, so there’s no point at present.
Hi Heng!
Thank you for using Enfold.
You can separate the elements using the column layout shortcodes.
Regards,
Ismael
Hi jaroljmek!
Thank you for using Enfold.
Please use this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['PT Mono'] = 'PT Mono';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['PT Mono'] = 'PT Mono';
return $fonts;
}
Regards,
Ismael
Hi jaroljmek!
Thank you for using Enfold.
You can apply a unique id to the color section. Look for the For Developers: Section ID field. Use this id + the column selector to add the background on the Quick CSS field.
#section-id .flex_column {
background: rgba(255,255,255, .5);
padding: 10px;
}
Regards,
Ismael
Hey!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins and this particular task is beyond the scope of support. A user successfully added an infinite scroll on the website which is using the theme. He hired someone else to configure it. Please visit Envato Studio or Werkpress for further customization.
Cheers!
Ismael
Hey Addison!
Thank you for using Enfold.
1.) I’m sorry but you can’t disable specific elements on the theme.
2.) Yes, it is one license per domain or client.
Cheers!
Ismael
Hey Jason!
Thank you for using Enfold.
Please use the Simple Image Sizes plugin then edit the masonry thumbnail on Settings > Media. Adjust the size then update or save changes. Regenerate or upload the images again.
Best regards,
Ismael