Hey divinecurio,
You can set the menu colour under Enfold->Theme options->Transparency Logo Options.
Please try this to hide the logo in the transparent header:
.av_header_transparency .logo {
display: none;
}
Best regards,
Rikard
Hey There,
I Use Enfold for all my clients, and I love to work with the Avia Builder.
But I dont like the style of the Theme at all. Is it also possible to just use the Avia Builder without all styles that come with uploading the Theme?
I would like to delete all the little rounded corners, delete all the thin lines aroud boxes. I would make everything more minimalist and modern.
I now have to set everything again and again for each customer and adapt it for each newly added module. I don’t always want to write everything in the additional CSS window because the code would then be so blown up.
Do you plan to update the Core style of the Theme or is there any other solution for me to change these things globally?
Thank you!
Monika
Ps: I started to copy paste the additional css. But this does not work every time. Sometimes I use other Plugins (like the Woocommerce shop or Membership Plugins) and then I still have a lot work to do, to change the typical enfold “grid style Design”
Hey Francesco,
Your version is very old and Envato made a change in how the update is done in the backend, so you must manually update this time and then the auto updates will work in the future.
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.
If you need further assistance, please log in to the support forum and open a new thread, please note that using the contact form is not appropriate for support questions.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
Best regards,
Mike
FrancescoGuest
Hi there,
I know that the lastest version of Enfold is 5.6 but on my website it says that the 4.8.9 is the lastest one. Could you tell me please where is the problem?
The token is active! Thank you in advance for your support
Best regards
Francesco
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,
thinkjarvis Thanks for your patience, and thank you Guenni007 for your feedback.
I tested the above code in my .htaccess and I found no errors and then I checked with this online tool to ensure MIME sniffing was disabled:

but I don’t have a Plesk server, I have a LiteSpeed with cPanel, perhaps this is the cause, try making the change in the .htaccess file instead.
Best regards,
Mike
@Guenni007
I can confirm that almost 100 enfold sites on my server had the same issue when nosniff was enabled.
I have since done an emergency setting change to turn off the post css file generation. I already had the code sat there because it makes Enfold work better with Cloudflare/any cdn by inlining the css background images.
I did make my header changes via Plesk control panel instead of ht.access though. So that could be a contributing factor but unlikely.
I’ll take a look over your other security settings. Just trying to tighten up a few of my sites security. Thank you for sharing this.
Hey leilitacc,
Please try the following in Quick CSS under Enfold->General Styling:
.slideshow_align_caption {
text-align: right;
}
Best regards,
Rikard
Hey heldentraeume,
Sorry for the late reply. Did you try out the suggestions listed here? https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-. If not, then please try that out first of all.
Best regards,
Rikard
Hi,
Good to know that the footer issue has been resolved. Regarding the formatting, the home page on the development site looks exactly the same as in the live site. If you encounter minor styling issues, try toggling or temporarily disabling the Enfold > Performance > File Compression settings, then purge the cache.
Best regards,
Ismael
Hey netztaucher,
Thank you for the inquiry.
You may need to edit the enfold/config-woocommerce/woocommerce-mod.js file and remove this code around line 131 to disable the custom quantity buttons:
avia_apply_quant_btn();
//if the cart gets updated via ajax (woocommerce 2.6 and higher) we need to re apply the +/- buttons
$( document ).on( 'updated_cart_totals', avia_apply_quant_btn );
Make sure to temporarily disable the Enfold > Performance > File Compression settings after doing the modification.
Best regards,
Ismael
Hey carmen,
Thank you for the inquiry.
This is possible but you have to modify the enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.php file, look for this code around line 786:
$img_tag = "<img class='av-horizontal-gallery-img' width='{$img[1]}' height='{$img[2]}' src='{$img[0]}' title='{$title}' alt='{$alt}' />";
$img_tag = Av_Responsive_Images()->prepare_single_image( $img_tag, $attachment->ID, $lazy_loading );
$output .= $img_tag;
Replace it with:
$img_tag = "<img class='av-horizontal-gallery-img' width='{$img[1]}' height='{$img[2]}' src='{$img[0]}' title='{$title}' alt='{$alt}' />";
$img_tag = Av_Responsive_Images()->prepare_single_image( $img_tag, $attachment->ID, $lazy_loading );
$image_caption = wp_get_attachment_caption( $attachment->ID );
$output .= '<div class="image-container">';
$output .= $img_tag;
$output .= '<div class="image-caption">';
$output .= '<h4>' . get_the_title( $attachment->ID ) . '</h4>'; // Include title
$output .= '<p>' . $image_caption . '</p>'; // Include caption
$output .= '</div>';
$output .= '</div>';
Best regards,
Ismael
Hey actv2019,
You can set the transparent menu colour under Enfold->Theme options->Transparency Logo Options. Please have a look there.
Best regards,
Rikard
Hi Guys.
I’m currently having a problem that I’ve never had before:
The way I usually work is that I have a tab open in the browser for editing the page and another tab for viewing the homepage/frontend.
Now the following happens: After I changed something on a page, saved the changes and updated the frontend in the other tab, the new version does not appear there, only the version as before.
(Today – I’m almost certain – an even older version of the page was displayed.)
This effect also occurs when I cleared the cache (three times – 1: clear page cache – 2: delete cache – 3: CSS/JS minimized).
This type of non-update only seems to occur when changes are made to the page. For example, if I change something in the menu, the change will be reflected immediately the next time I refresh the frontend.
The only way for a change to appear correctly is if I click “Page updated. Show Page.” on the head of the edit page in the backend after saving. The tab “switches” from backend to frontend and the new version is displayed – however, the incorrect older version is still displayed in the tab next to it (even after another update).
Of course you can say: “Well, then always do it like this – what’s the problem?” But I don’t understand why “my” usual application method no longer works…?
See the differences here (imgur).
Finally, this is also strange: the page displayed in the front end doesn’t react at all to my clicks on the curved “Firefox refresh arrow”, the page is not reloading. I The only way to force this is to click on my site logo at the top left of the navigation bar. (of course still not with the correct result)
I don’t know if this is even a matter of Enfold’s, but I’m overwhelmed and hope you can shed some light on this.
I use Firefox 123.0, the provider is strato.de.
Best regards
Grobi
Hi,
Thanks for the update. Let’s continue this in your first thread: https://kriesi.at/support/topic/cant-import-a-dem-site-by-my-just-installed-theme-enfold/. I will close this thread for now.
Best regards,
Rikard
Hi Bob,
Thanks for the login details. Could you try importing the demo manually? https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
Rikard
Hi,
Your image looks like a subscribe popup form, I assume you are referring to the slightly transparent background overlay and that the box is white, with a dashed border, the following adjustments will produce this:

#top .avia-cookie-consent-wrap[aria-hidden="false"] {
background-color: rgba(0, 0, 0, 0.3);
height: 100vh;
width: 100vw;
top: 0;
position: absolute;
z-index: 999;
}
#top .avia-cookie-consent.avia-cookiemessage-bottom {
bottom: unset;
left: unset;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
color: #000;
border: 3px dashed #000;
}
#top .avia-cookie-consent .avia-cookie-consent-button {
display: block;
width: 60%;
margin: 10px auto;
background-color: #e1e1e1;
color:#000;
}
#top .avia-cookie-consent p {
display: block;
padding-bottom: 20px;
}
#top .avia-cookie-consent-button {
border-radius: 50px;
}
@media only screen and (max-width: 767px) {
#top .avia-cookie-consent.avia-cookiemessage-bottom {
width: 80%;
}
}
@media only screen and (min-width: 768px) {
#top .avia-cookie-consent.avia-cookiemessage-bottom {
width: 25%;
}
}
Best regards,
Mike
Hi,
Please try it in Quick CSS under Enfold->General Styling.
Best regards,
Rikard
Hi, I’m having trouble getting videos to play on mobile – I hope someone can advise how to do this.
I want the videos, which are on Vimeo to be full width, autoplay and loop.
Theme is Enfold and using a Fullwidth Easy Slider
I have used this:
https://vimeo.com/(vimeo number)?autoplay=1&loop=1&background=1
and on desktop that seems to work fine, but not on mobile.
I’m sure there’s a better way to do this, so hope someone can help!
-
This topic was modified 2 years, 1 month ago by
sunhouse_ops.
hello there,
i am testing the Smart Wuaintity Pluign from https://woo.com/de/products/smart-product-quantity/#.
Unfortuanilty it Enfold break the plus and minus input buttons.
Is there a solutionfor this?
bis dann, marco.
-
This topic was modified 2 years, 1 month ago by
netztaucher.
-
This topic was modified 2 years, 1 month ago by
Yigit.
Hi,
Thank you for the update.
We’ve noticed that the stylesheets are compressed or minified with a different file name (style-static). Did you install a different file compression plugin? This issue might be due to the file compression plugin or its settings. Please consider disabling the compression and cache plugin temporarily. Then, toggle the Enfold > Performance > File Compression or turn it off completely.
Best regards,
Ismael
Hey Eric,
Thank you for the inquiry.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website. Let us know if this helps.
Best regards,
Ismael
Hi,
@Nihru: If you’re using a cache plugin with compression enabled, consider disabling the Enfold > Performance > File Compression settings to prevent conflicts, or vice versa. If the issue persists, please start a new thread and provide login information in the private field.
@gatica: Thank you for sharing the information! Glad to hear that you were able to resolve the issue. Please let us know if you have more questions.
Have a nice day!
Best regards,
Ismael
———An update———
This is Sean(designer of the site) borrowing the account for Gatica….
ok, I was able to fix this issue. All the sites I had made using the Enfold theme were hosted on Godaddy.
The ones that were breaking on the iPhone were on their managed WP servers. And they were using Godaddy’s CDN which comes standard with managed WP accounts. The other ones that didn’t have the issue were using regular webhosting(cPanel) and didn’t have any CDN.
I turned off the Godaddy CDN and all the sites with styling issues behave correctly on iPhones!!!
So Godaddy’s CDN service was causing this behavior on the iPhone. It must be turned off.
Sean
———–
Please help me because my hosting partner tells me that it is not possible
In that way I have a theme that doesn’t work for me.
Best regards Bob
This reply has been marked as private.
bob henseGuest
Goodevening,
Yesterday I buy the enfold theme and install it on my website. Now the host says that it’s not possible to import demo wedsite from this theme.
I/m hosting y site by one.com. So I can’t use the theme. Can you help how I can use the theme with the default demo?
I’m thinking I may not have imported the theme demo correctly as changes to text colours/sizes are not now responding. This is on my original site address info in Private Content box.
An assistance greatly appreciated.
Hey reqonsult,
Please see our documentation: Adding your own Fontello or Flaticon Icons Fontello icons work best and please note that these are a icon font and not a image icon, so they must be black + white and not colors.
Note that sometimes Fontello can be picky, so here is a way to fix them.
If you want you use color icons you can use css to show them, see this example
Best regards,
Mike
Hi,
Glad we were able to 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