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,
Great, I’m glad to hear that you got it working. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Nadine,
The update to 7.0 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hello,
with the help of the plugin Discount Rules for WooCommerce PRO, we have set up a Discount based on the Payment Method as a 20% discount if payment is done with Direct Bank Transfer, but only in Norway and Sweden. Default method is PayPal. If I click on the Direct Bank Transfer checkbox, nothing happens. Instead, if I change something like the region or province in the address, then there is an Ajax reload in the background and the discount is displayed correctly. And if I change back to Paypal, after the discount has been applied, the discount remains there.
I have contacted already the plugin Discount Rules for WooCommerce support, but they say that the reload does not depend on them, but from WooCommerce (or the theme). Is there anything that can be done to allow AJAX reload not only for country change but also on payment method change?
Theme is Enfold 7.0 and everything has been updated to the latest version a few days ago. Website is a staging site, if needed we can give you admin access without problem
Thank you Mauro
your sketch on the bottom is the non responsive case :
left a widget area – then logo – then main menu on the right ? and then under all that the page content?
https://kriesi.at/documentation/enfold/example-of-widget-left-logo-center-menu-right/
setting the nav to:
#top #header .av-main-nav {
display: flex;
flex-flow: column nowrap;
}
#top #header_main > .container,
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
height: 30px;
line-height: 30px;
}
will put your list-items under each other.

BUT: Can you really recommend something like this?
Hi,
We have a custom Enfold element where we build a custom options array for the select field using get_terms(). This has always worked without any issues. However, after updating to Enfold 7.0, get_terms now returns a WP error. I also tried executing get_terms in the construct function, but that also results in a WP error.
All the best,
Patrick
functions-enfold.php is now inside includes/config-enfold/
I don’t think the child-theme functions.php is affected, and I suspect it’s just a matter of re-organising the administration.

In turn, the functions.php file will retrieve the individual parts from this folder.
NadineGuest
Hallo, unsere Website Enfold Version: 3.3.2 ist veraltet und wir würden gerne eine neue Version aufspielen ohne dass wir die Seite zerschießen. Ist das möglich?
Hi
In the changelog for Enfold 7.0 you write the following:
tweak: splitted functions.php and functions-enfold.php in seperate files and restructured files in /includes folder
What this means concrete?
We have on almost all our Enfold websites some code in the functions.php. Do we have to move this to functions-enfold.php?
Best regards
Mike
Hi,
would it be possible to apply this only to the content slider on the home page?
Yes, this is possible. Please edit the Content Slider element, go to Advanced > Developer Settings, and enter “av-content-slider-nav-bottom” in the Custom CSS Class field. Then, replace the css code with:
#top .av-content-slider-nav-bottom .avia-smallarrow-slider-heading {
position: absolute;
bottom: -50px;
}
— https://kriesi.at/documentation/enfold/add-custom-css
Best regards,
Ismael
Hi,
Yes, it’s possible to use the ALB for the events page, but we don’t recommend it because this will limit the functionality of the events. Also, please note that not all event elements are available in the Advanced Layout Builder. If you want to proceed, you can include the event post type in the Enfold > Layout Builder > Activate Your Custom Post Types For ALB field.
Best regards,
Ismael
Hi,
You can remove them from Enfold > Privacy & Cookies > Cookie Handling > Modal Window Custom Content. Look for the “Other External Services” entry, then remove that part from the Tab Content field.
< p >Google Map Settings: p >[av_privacy_google_maps]
View post on imgur.com
Let us know if you need more info.
Best regards,
Ismael
Hi,
We set the image as the background in the Enfold > General Styling > Logo Area panel and adjusted the header height in Header > Header Layout > Header Size to a custom pixel value. We then added this css code to adjust the background image height and hide the default logo.
.header_color .header_bg {
background: var(--enfold-header-color-background-image);
background-size: auto 240px;
}
.logo img, .logo svg {
display: none !important;
}
Screenshot:
View post on imgur.com
Best regards,
Ismael
Hi,
your nav bar is white due to this setting in Enfold Theme Options ▸ General Styling ▸ Logo Area Background Color I do this for you:

Best regards,
Mike
ok – ich sehe jetzt dein child-theme aktiv.
Wie erklärst du dir, das wenn ich in deiner Privacy die google webfonts erlaube – die schrift dann angezeigt wird?
dinpro-light steht oben mit dinpro-light() – da muss was beim generieren schief gelaufen sein. Ausserdem ist in deinen @font-face rules nur die din-alternate-cdnfonts zu sehen.
Man sieht das child-theme natürlich im Source Code – allerdings, nur bei den css und js files die auch davon herrühren: also z.B.
<link rel="stylesheet" id="avia-style-css" href="https://marcusjeroch.de/wp-content/themes/enfold-child/style.css?ver=6.0.9" type="text/css" media="all">
<link rel="stylesheet" id="style-name-css" href="https://marcusjeroch.de/wp-content/themes/enfold-child/style.css?ver=6.7.2" type="text/css" media="all">
Lass die Nutzung der oberen Webfonts (ausser den Websafe Fonts ausser acht. Lade die gewünschten Schriften hoch.
Also z.B deine DINPro und die OpenSans. Deine Open-Sans sollte funktionieren die ist dort richtig gelistet (allerdings nur als ttf )
Schmeiss deine DINPro aus dem Font Manager raus und lade diese mal hoch: https://webers-testseite.de/DINPro.zip
Die wird dann dort gelistet:

Wähle dann unter General Styling – Fonts diese Schriften aus (bei den Hochgeladenen Schriften unten)

Du benötigst dann nicht mehr die Auflistung in der Privacy – da selbstgehostete Fonts verwendet werden.
Hi,
Thanks for that. I’m still not sure that I fully understand your intentions though, since the site you linked to has a background image on desktop resolutions, and only a text link on lower resolutions. Are you looking to set a background image to the header? If so, then that can be set under Enfold->General Styling->Logo Area.
Best regards,
Rikard
Hi Mike
Sorry to bother you but I would like to solve the issue.
So I did some new research because I remembered using ALB with Woocommerce a while back. I uploaded in another subdomain Enfold Version: 6.0.1 and Woocommerce Version 9.1.1 and at this point ALB worked inside the Product Page. Clearly same Server as the other test.
Credentials in Private Content.
As I upgrade Woocommerce or the theme to the latest version the problem recurs.
Anyway if I can’t rsolve this inconvenience it’s not a problem, I will use Enfold for other projects. It still remains my favorite theme.
Best regards
Manu
-
This reply was modified 10 months, 3 weeks ago by
manurimini.
Hi,
This is in the Enfold Theme Options ▸ General Styling

this is in the Enfold Theme Options ▸ Advanced Styling

Best regards,
Mike
Hi,
Got it. Is there a way to copy certain elements from a demo without asking support?
You can enable debug mode under Enfold->Layout Builder->Show Advanced Options in order to copy parts from demo content.
Best regards,
Rikard
This new and short video proves everything i already said:
[video src="https://marcusjeroch.de/downloads/enfold-child.mp4" /]
– Child theme: yes
– any customization: no
Again:
It is NOT POSSIBLE to change the font to dinpro-light or din alternate cdnfonts
If you can do the trick – please do it
Marcus
PS: Check the demos https://kriesi.at/themes/enfold-overview/ and look into the source code!!
You dont see the child theme mentioned in the source
Even on a fresh installation with an child theme – you will always see the parent theme.
Why: Probably because all the stuff that needs to be loaded comes from the parent…since the child itself has ZERO instructions
you can find all demos on GitHub Library: Link
download the zip file you need. Extract the xml file of it and look for the needed enfold shortcode of the wanted page — easiest way: search for the page ID as: post_id>206 or finding the home page on that demo search for: CDATA[home]
copy the needed enfold shortcodes from :
<content:encoded><![CDATA[
… here is the avia shortcode inside
]]></content:encoded>
this copied shortcodes you can enter on a new page inserting it to the debug mode input field (activate the debug mode on : Layout Builder – Debug Mode (Backend Only))
save that new page – now you have copied all the layout of the wanted page.
You had to edit now that page elements to enter your image/media links inside that code.
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,
Currently, all of our demos are shown here, typically new demos are created to demonstrate new features.
such as the Parallax demo
Best regards,
Mike
Unfortunately, I can’t find out on my own.
I want to move an existing website to enfold theme. In the old theme, the header logo
is adapted to the browser window and is fully responsive. I can’t do that with enfold. Does anyone have a suggestion?
Thanks in advance
Rainer
Hey slikslok,
You can change the Enfold Theme Options ▸ Cookie Consent ▸ Cookie Handling ▸ Default Cookie Behaviour


Try each setting to find the result you want.
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
Hi,
Your link points to a theme using elementor, the pages don’t look any different than what could be created in Enfold, with some work.
There are no themes or builders that work like Enfold.
Best regards,
Mike
Hey MarcusJeroch,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .post-entry .post-title {
text-transform: none;
}
If this doesn’t help, please link to your page with this title.
Best regards,
Mike