Hi,
Glad 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 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
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. – what file compression setting do?
I updated one of our client’s websites to Enfold 7.0 last week and have been experiencing very slow speeds when trying to edit pages.
We have have repaired and optimized the database tables and emptied the debug log file, which was quite large. We also updated PHP to the latest release and increased the PHP resources to improve the website’s performance. Unfortunately, none of those things have helped.
Any suggestions or assistance would be appreciated. Thanks.
Hi,
We modified the code in the Quick CSS field:
@media only screen and (max-width: 768px) {
#top .avia-slideshow.av-lu5z97j3-d1f957c8c38e449b8b56e5cb4753112f .avia-slideshow-slide img {
min-height: 500px;
object-fit: cover;
}
#top .av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img,
#top .av-m8474mmq-b8b082188475e1a03955aab66d3e8639 li img,
#top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img
{
height: 300px;
object-fit: cover;
object-position: right;
}
}
Result:
View post on imgur.com
We also disabled the Enfold > Performance > File Compression settings temporarily. You can enable it back when you’re done editing the site.
Best regards,
Ismael
Hey Sandro,
You shouldn’t have to do anything except register your theme license, please refer to this: https://kriesi.at/documentation/enfold/theme-registration/. Make sure to keep a recent backup of your site, and the theme settings can be exported under Enfold->Import/Export.
Best regards,
Rikard
Sandro MüllerGuest
Hallo! Ich habe einen komplett eingerichtete WordPress Web Shop übernommen wo bereits Enfold 6.09 installiert und konfiguriert ist. Der Vorbenutzer hat seine Lizenz mitgenommen. Ich habe jetzt eine neue Lizenz erworben und benötige Unterstützung bei der Installation meiner Lizenz auf die Seite OHNE die Web Seite neu aufbauen zu müssen. Haben sie mir eine Anleitung?
Hey ballindigital,
Thank you for the inquiry.
You could apply a minimum height to the special heading element:
@media only screen and (max-width: 767px) {
#top .av-special-heading {
min-height: 61px;
}
}
View post on imgur.com
Please note that the modification above will apply to every Special Heading element. You may need to apply a custom css class to the elements where you want this to be applied.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
Ismael
Hi,
Did you add the code in the Enfold > General Styling > Quick CSS field? Please provide the login details in the private field so that we can test the modifications.
Best regards,
Ismael
Hi,
Thank you for the info.
We are not yet sure why the < br > tags were added to the av_buttonrow element, but we managed to remove them by manually editing the shortcodes. We enabled the builder’s debug mode.
— https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
View post on imgur.com
Best regards,
Ismael
Hey rgupta2019,
Thank you for the inquiry.
You can add this css code to apply a minimum width to the mega menu container:
#menu-item-439 .avia_mega_div.three.units {
min-width: 300px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
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
Hey Jak73,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header_main .av-main-nav > li > a {
line-height: 0;
}
Best regards,
Rikard
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
OK, so I deleted the font I uploaded via Enfold > Import/Export > Custom Type Fonts Manager. I assume that it’s just a duplicate of the Sacramento that Enfold has by default.
I believe I need a class because almost all headings will use Open Sans. Blog post titles will always use Open Sans. Only a few instances of H2 and H3 will use Sacramento.
The custom class input field does not have the dot.
With my first question, I just wanted to make sure that the font also works with your method. So you used the Enfold support for Google Fonts (something we should actually avoid in Europe because of GDPR requirements) and activated the font that way.
The second question is about whether you can avoid using the custom class if these headings could have something in common. For example, that you want to have all blog post titles with this font.
Now – make shure that the custom class input field is filled without that dot for classes. On the heading element this custom class goes (as mentioned already) to the parent of the h tag. So the code will work for all heading tags (h1, h2 etc. ) with:
#top .av-special-heading.extralargedisplayfont .av-special-heading-tag {
font-family: 'sacramento';
}

The font Sacramento is already activated in Enfold, is it not? It is a selectable option in the Fonts tab by default.
Regardless, the CSS does not work. Sacramento does not display, rather a substitute font displays.
To experiment, I uploaded Sacramento via Enfold > Import/Export > Custom Type Fonts Manager. The Sacramento ttf file is compressed (e.g., sacramento.tff.zip) inside a compressed folder compressed. It displayed as Sacramento 2 for a moment. Please advise is this custom upload is a redundant duplicate and not needed and should be removed to avoid a slow site.
Please advise on how to get Sacramento to show when the relevant class is applied to text. Also note that some text already has a class assigned to it and needs Sacramento added to it. In total, I need one class for any heading text I apply the class to (.av-special-heading-tag), and one class for the large text that has this class .extralargedisplayfont h2.
Hey purmar2,
There’s nothing in the theme which would cause any files to be deleted automatically. I would recommend that you register your licenses if you haven’t done so already: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
But that is no Enfold Element – did you switch off the Enfold Lightbox Option?
It seems to be that – your lightbox Plugin comes into trouble with “infinite scroll” loaded images. the first one are opening in lightbox – but the delayed loaded images have sometimes that problem.
Hey Jevgeni,
Thank you for the inquiry.
If you don’t have access to the previous account that was used to purchase the theme, then your only option in this case is to create another account on Themeforest and purchase another license. You’ll then be able to register another account here in the forum using the purchase code and generate a private token. For more info on generating a private token, please check this documentation.
— https://kriesi.at/documentation/enfold/theme-registration/
Let us know if you need more info.
Best regards,
Ismael
Hallo @kriesi!
Ich bin sicher ihr habt das hier schon beantwortet aber ich finde es nicht:
Dein Theme (Enfold Child) enthält veraltete Kopien einiger WooCommerce-Vorlagendateien. Diese Dateien müssen ggf. aktualisiert werden, um ihre Kompatibilität mit der aktuellen Version von WooCommerce zu gewährleisten. Vorschläge zur Problembehebung:
Aktualisiere dein Theme auf die neueste Version. Wenn keine Aktualisierung verfügbar ist, wende dich mit Fragen bezüglich der Kompatibilität mit der aktuellen Version von WooCommerce an den Autor deines Themes.
Wenn du eine Vorlagendatei kopiert hast, um etwas zu ändern, musst du die neue Version der Vorlage kopieren und deine Änderungen erneut übernehmen.
Was muss ich denn tun?
Grüße aus Lauf
Michael F Kraus
Hi,
Did you add this code in the functions.php file?
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
}
If you haven’t, please add the code or provide the login details in the private field so we can check the site further. Make sure the Appearance > Theme File Editor is accessible.
Best regards,
Ismael
JevgeniGuest
Hello, when creating our company’s website, the developer bought and installed your Enfold theme. Now we would like to update the theme, but the connection with the developer has been lost. To update the theme, we need to enter the Themeforest account name and Themeforest Secret API. But we do not know them. What are the options to make the update?
Hey James,
Thank you for the inquiry.
The Enfold > Theme Options > Page Transitions setting seems to conflict with the lightbox feature. Lightbox works without issue when the option is disabled. You may need to keep this option disabled when using the Essential Grid plugin.
Best regards,
Ismael
I am having an issue with images that I want to open in a lightbox, but they are opening directly in the browser instead: https://mechenbier.com/portfolio/
You can see that the lightbox initially loads, but then something happens, and the image loads in the browser instead. If you click the browser’s back button, you then get Essential Grid’s lightbox.
I have disabled Enfold’s lightbox through “Theme Options,” but that did not resolve the issue. I’ve been communicating with Essential Grid’s team for a while, and they believe that Enfold is somehow overriding Essential Grid’s lightbox behavior after it loads—likely due to a JavaScript event or a theme-level modification.
Your help is greatly appreciated.
-James
I have two licenses. The one is inactive. My kid built a website and published it on Tuesday. 3 times in 4 days my entire Enfold theme was deleted from the server, starting on Wednesday. I brought it back from backup, but the next day it was gone again. My question is: would conflict with license cause a self-deleting of the theme?
Since I need my website to be up, I purchased yet another license and re-registered my business site with the new license/token. In a way, if that was the issue, that would make me calm as I would know the issue why this was happening.
To bring my kid’s site back up (we disabled it), should I delete the old personal token, and redo it to make sure there is no conflict?
Hi,
even if I updated Enfold to v7, I do now have 3 Themes Installed: 1. Enfold Child. 2. Enfold v7, Enfold v4.9
How can I get rid of the old theme in the Manager? Can I just delete v4.9 or could this be risky?
Thank you. When I run Code Profiler I can see that during backend editing the following process is taking 10 seconds to load:
wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-base.php
Is this normal behaviour?
Dear Mike,
Thanks very much!! I’ve solved the matter using this approach:
– trying to activate & deactivate & clearing cache everytime & see results online..
– I realized that the problem with Enfold – easy slider VS WP-cache appears When using the Delay JavaScript feature.
I just excluded the four Enfold JS funtions at WP-Rocket (Delay JS execution) and the Easy slider started loading well.
I’ve got now these last question:
1- whats the name to individually exclude Easy Slider JS function from Wp-Rocket JS Delay? I mean, what’s the namem of the JS functions? Are they for instance “avia-slide-wrap ” and “av-slideshow-caption caption_fullwidth caption_left caption_left_framed caption_framed”?
By excluding them individually, we’ll be able to both delay JS execution and have the slider loading normally. :)
Thanks
-
This reply was modified 1 month, 3 weeks ago by
seomar.
-
This reply was modified 1 month, 3 weeks ago by
seomar.