Hello everyone.
At https://kriesi.at/documentation/enfold/social-share-buttons/#toggle-id-1, I found this code to display social media icons on mobile devices:
/* Do not hide social bookmarks */
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block;
}}
It works perfectly, but the icons are to the right of the menu.
Would it be possible to have them between the logo and the menu instead?

Alternatively, is it possible to insert them within the mobile menu?
Regards.
Hi,
We use the WordPress toolkit Plesk extension on all our hosting plans with WordPress websites. Unfortunately, the automatic theme update for Enfold does not work via toolkit.
When I start the update manually using the toolkit, the following error message appears: The theme(enfold) has not been updated due to unrecognized reason. This is not very helpful. But in WordPress, the update can be installed successfully.
I am aware that this may be a problem with the toolkit and not with enfold. But maybe someone else has had the same experience here?
Regards,
Bernd
Hi all – I soft bricked my website by using the reset button in enfold backend. All custom CSS and settings is lost and now I am trying to rebuild all. Lots of things I was able to handle by my self but some I don’t know how to fix.
First problem: I am missing that when the first section of a page has blue background color, the font type is white. See example in PC.
Hi,
You will need to run the same version of Flux, Woo and Enfold in order to do a comparison.
Best regards,
Rikard
Hey Julie,
Thanky you for the inquiry.
Did you add this css code?
main {
display: block;
margin: 0 auto;
max-width: 40rem;
padding: 1rem;
}
This limits the width of the content to 40rem. Please try to remove the css code, then toggle or temporarily disable the Enfold > Performance > File Compression settings.
Let us know the result.
Best regards,
Ismael
Hey ericsauthier,
Thank you for the inquiry.
Looks like you have managed to set the menu to display below the logo. To enable the sticky header, we enabled the Sticky Header option in the Enfold > Header > Header Behavior panel.

Best regards,
Ismael
Hey Alejo Rotemberg,
We expect no issues with updating, but recommend creating a full backup using your webhost backup tool, not a plugin unless you have specific knowledge with it and it has worked for you in the past. Often backup plugins fail when restoring.
Also note that if you are not using a child theme and the core files such as functions.php were modified those customizations will be lost, so backup any customizations.
Also note that if you are using a child theme and you have a copy of the header.php or footer.php in the child theme, please remove these as these files have changed and will cause an error.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
JacobGuest
I am unable to get rid of this error that I am seeing at the top of my website. It is coming from Enfold theme, specifically the LayerSlider. I tried many things with the help of ChatGPT and am not getting any success… What can I do to get rid of this issue? The website is https://hawk-hub.com/
Alejo RotembergGuest
Hi, we have a WordPress site on which we installed version 3.7.1 of the Enfold theme in 2017. We’d like to update the site and theme to the latest version. Are there any compatibility issues we need to address?
Hi,
I have in different Projects a problem with css-styles.
After setting the project up with child theme at some point changes in css doesn’t work. If I do them in the WP-Customizer it works wothout problem. That is totally annoying and confusing, because I know have to places where to look for CSS-
I turned of CSS merging, all caching plugins and so on. As I said I have this problem in a bunch of Projects, so there must be a css-parsing problem in Enfold.
Please help me out quick, I’ve to da a lot of changes and want to do them in the child-theme, not the customizer.
Hi,
I would like to change the color of the horizontal bar where the “Enfold Main Menu” is located. Where can I find the correct name for this area in the template settings—and the corresponding color setting?
Kind regards.
Mario
Hi,
Great, I’m glad to hear that it’s working again.
This is the pre sale channel, so technical support is usually not given here. Next time I would suggest that you open a thread on the support forum instead: https://kriesi.at/support/. If your support period has expired, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
I’d like to insert placeholder text so that Google Insight doesn’t report an accessibility error on my slider arrows. Do you have a CSS solution? I’ve found HTML solutions online, but I don’t know if we can modify the HTML to Enfold Child.
Here’s the error reported by Google Insight:
Links don’t have visible names
Write visible and unique text for links (and for image placeholder text, if you use it in links) so that screen reader users can easily position the cursor over them and enjoy a better browsing experience. Learn how to make links accessible.
Non-compliant elements
Here’s the error reported by Google Insight :
div#wrap_all > div#main > div.avia-fullscreen-slider > a.scroll-down-link
Hi,
Thank you for the update.
In the current version (5.2.1) installed on your site, you may need to download the latest version of the theme from your ThemeForest account and upload it manually to your server via FTP. Once the theme is updated to version 7.1.2, you should be able to update it again directly from the dashboard. Please refer to this documentation for more information.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hallo,
wir haben alle ein bis zwei Monate das Problem, dass die Website vorübergehend ohne das dazugehörige Stylesheet angezeigt wird.
Wir nutzen das Caching-Plugin WP Optimize, das Sicherheitsplugin All in One Security und Real Cookie Banner, den Seiten-Cache löschen wir regelmäßig nach einem Plugin-Update.
Das Problem ist erstmalig aufgetreten nach einem größeren Update (Enfold 4.9.1 – Enfold 7.1) und ließ sich mit dem Löschen des Cache beheben.
Kann die Einstellung CSS/JavaScript minimieren in den Theme Options einen Konflikt auslösen? Diese Funktion ist nicht doppelt belegt, sie ist in WP Optimize deaktiviert.
Herzlichen Dank, UB
Hey condonp,
Thanks for the mockup image:

it looks like you are close to achieving this, but I only see one widget in the header:

to change the color of your widget and move the menu try adding this css:
.responsive #top #header #header_main .inner-container .widget>div {
background: rgb(77, 172, 56);
}
.topconatiner {
align-items: center;
}
.responsive #top #header #header_main .inner-container .main_menu {
justify-content: right;
}
.responsive #top #header #header_main .inner-container .main_menu {
margin-right: 6%;
}
for this:

The snippet from the documentation that you are trying to follow looks nothing like your mockup.

Best regards,
Mike
Hey Steve Webgecko,
Thank you for your patience, changing the colors on hover can be done with custom css, and a popup can be added via jQuery, but the popup will be in the center of the screen and not over the box that is clicked, like on your page. I recommend copying the bootstrap element HTML with the css & jQuery that makes this popup work and add it to a code block element on your Enfold page to duplicate this.
Changing your blog images to B&W until hover can be done with a gray scale css filter, a icon could be added on hover but it would also require custom css.
When you are ready to try this please ensure that you have an active support license and login to the forum and post your question with a admin login to your test page. The pre sales contact form is not appropriate for support.
Best regards,
Mike
Hey cynkindred,
Thanks for your patience, sometimes popup plugins have a conflict with the theme’s popup code. You can try disabling the theme popup at Enfold Theme Options ▸ Lightbox Modal Window and see if that helps.
Otherwise please link to your page so we can examine.
Best regards,
Mike
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,
It sounds like a server cashing issue such as a object-oriented cache, I’m not sure if you can disable it for just one site. You can try disabling the theme cache at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files If you are using a CDN like Cloudflare it may also cause this, I think there is a setting for this in JetPack, if you are using this, or perhaps it is enabled on your server.
Most all of the sites that I examine update instantly with the theme cache, including my test site. Only twice have I seen something like this and it was related to CDN or object-oriented cache.
Best regards,
Mike
Hey Liza Sanchez,
It looks like it’s using our Enfold theme. If you edit each of the pages, then you can see the elements which were used to build it.
Best regards,
Rikard
Dear Sirs
I ahve added two widgets from your documentation https://kriesi.at/documentation/enfold/example-of-widget-left-logo-center-widget-right-menu-below/#toggle-id-2. What I am tring to achive is to Have the logo on Left and Widget one central and widget two to the right by widget 1. See examples I read the doc on flex and have added the CSS from documentation but am unsure how to achieve this can you help please,
What I am tryng to achieve is here https://peter-test1.co.uk/wp-content/uploads/2025/09/Image1.jpg
What I have currently is here https://peter-test1.co.uk/
I am a newbi on Enfold. When I added a caption to an image the text comes in the middle of the image.
How to make so it comes in the lower part om the image?
Hi,
Glad Ismael & 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
Hi,
Glad Ismael & 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 mshane,
Envato (Theme Forest) stopped using the API a few years ago, now they use a Token, but you can not use the Token with your version so you will need to manually update, then set up the Token and next time you can update in the theme panel. We expect no issues with updating, but recommend creating a full backup using your webhost backup tool, not a plugin unless you have specific knowledge with it and it has worked for you in the past. Often backup plugins fail when restoring.
Also note that if you are not using a child theme and the core files such as functions.php were modified those customizations will be lost, so backup any customizations.
Also note that if you are using a child theme and you have a copy of the header.php or footer.php in the child theme, please remove these as these files have changed and will cause an error.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Hey Judy Curtis,
Yes you will have lifetime updates in your Theme Forest account, if you have already set up a Token on your site and have received an update in the theme panel then you will also get updates that way.
Best regards,
Mike
Hey JudyCurtis,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/
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