Hi,
Glad Rikard could 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,
Glad to hear that you have this sorted out, and thanks for following up with your solution. 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
Thank you, Rikard! That was easy. Should I leave modifications on .htaccess as recommended here: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- ?
Cheers,
Mitch
Hi,
Thanks for reporting this.
Fix will be included in Enfold 5.0.
If you need a temporary fix let us know and we can provide it.
Best regards,
Günter
Hi,
Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Bonjour,
Merci pour votre retour. Cependant je ne trouve pas la solution. Pourriez-vous vérifier mes paramètres enfold ainsi que mes extensions actives et me dire si l’une d’elle est le problème?
J’ai rajouter un code dans le CSS rapide :
.masonry-portofolio {
font-size: 22px !important;
}
ma classe est active sur le masonry de la page portofolio Histoire.
Aucun changement après avoir vider l’ensemble du cache navigateur et après avoir désactiver litespeed cache.
Cependant, ce même code fonctionne sur mon site en local avec un affichage sur firefox dont j’ai désactiver totalement le cache du navigateur.
Je doit sans doute oublié quelque chose mais je ne vois vraiment pas quoi. Faut-il me deconnecter et me reconnecter à mon site wordpress après modifications des options et des extensions?
Merci d’avance pour votre aide
Hey Martijn,
Please try the following in Quick CSS under Enfold->General Styling:
.home nav.main_menu ul li .avia-menu-text {
font-weight: 600;
}
Best regards,
Rikard
We are using Enfold 4.9.2.3 and the element is called “Accordion Slider”.
Hi Vikas,
If you own a theme license already, then there’s no need for any additional payments. You can always download the latest version of the theme in your Themeforest account. If you haven’t registered your license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
Glad Rikard could 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,
Glad Rikard could 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
Vikas KashikarGuest
i have purchased Enfold theme
Date: 10 Nov 2019
Invoice No: IVIP35025742
Order No: 115212905
I would like to upgrade the Enfold theme.
Please send me price and how to buy the upgrade?
Regards
Vikas
Hallo,
ich kenne mich eigentlich ganz gut mit dem Theme Enfold mittlerweile aus.
Ich habe da aber eine Seite/Layout das ich einfach nicht weiß wie ich dies umsetzen kann das es nicht nur als 1 ganzes Bild eingefügt wird sondern wirklich Reihe für Reihe aufgebaut wird damit es auch schön auf dem Handy zu sehen ist und es natürlich echter Text auf der Seite ist.
https://my.hidrive.com/lnk/LXxkrcfc
es geht um dieses Layout anfangend unter den Text mit den 4 Bildern und darunter die Kästen.
Können Sie mir helfen solch ein Layout umzusetzen das funktioniert und nicht als 1 Bild eingesetzt werden muss?
Ich kann Ihnen auch gern einen Zugang geben – siehe unten und der Link der Seite damit sie da schauen können habe wirklich keine Idee das am besten aufzubauen.
Liebe Grüße
Hi Ismael,
Thanks for taking a look. I have screenshot the issue and highlighted the automated code that is causing the issue.
Its affecting every site that has a mega menu when ran on a standard 1920px wide monitor. But the break point where the problem occurs varies depending on the length of the menu. It is auto-calculating an offset somewhere but it is getting it wrong.
When you jump down to 720p (1366px) it is fine. It is just HD desktops.
This did not occur until one of the 3 latest versions of Enfold. I think it was 4.9.2.1 where this first started happening.
Take a look at the screen shots and let me know what you think.
Hey there,
recently a client added a slideshow accordion to his page without defining slides. After he saved the page and got distracted from working on that accordion there was an “divison by zero” error on line 1199 in enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.php
Please fix this, as it could be possible to add this element without slides.
Thanks and regards!
Hi,
So, somehow, the upsell (counter) and enfold productslider/wc must be linked.
Thank you for that info. Before echoing the product slider shortcode, try to reset the loop counter using this function.
wc_reset_loop();
// do product slider shortcode here
If this doesn’t work, try to place the reset function after the product slider shortcode.
Best regards,
Ismael
Hi Mark,
Thanks for reaching out to us, and for using Enfold :-)
I checked your site, but I’m not sure if there is anything that would consider missing. Your site looks great as it is.
Best regards,
Rikard
Hi,
Thank you for the update.
You may need to update the theme manually this time because the automatic update will no longer work in the version currently installed in the site, the envato market plugin is probably not compatible with it either. Please check the documentation below to learn more about manual update via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
After the update, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache.
Best regards,
Ismael
Hi,
Thank you for the update.
There is actually a warning in the caption fields that notifies users that html and shortcode tags can break the builder, so we do not recommend adding them in those fields.
Warning: Characters ,[,] might break ALB backend or frontend. Read more if you want to use them. You can use valid HTML markup.
There is a workaround but it will require another plugin and use of placeholders.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters
Best regards,
Ismael
Hey Ueli,
Thank you for opening a new thread.
Please look for this line in the code that we modified above..
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target - 100},200);
.. and replace it with the following code.
$scoll_target_offset = wp_is_mobile() ? 10 : 100;
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target - $scoll_target_offset},200);
Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hey sebzh22,
Thank you for the inquiry.
Yes, this might be a caching issue. We recommend disabling the cache plugin temporarily while editing the site and turn off the Enfold > Performance > File Compression settings. And make sure to do a hard refresh when testing the page.
Best regards,
Ismael
Hi Jonas,
Please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Best regards,
Nikko
Hi Camineet,
I see, since you might be using over a year old Enfold version, please don’t overwrite and just delete the enfold folder entirely and then put the new one.
Best regards,
Nikko
Hi jgax87,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi jgax87,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hey HulaSlim,
Please go to Enfold > Header > Header Behavior (tab) and check Sticky Header and Shrinking Header.
If you don’t like shrinking the header, then please keep it enabled and then add this CSS code in Enfold > General Styling > Quick CSS:
#top #header .av-logo-container,
#top #header .menu-item-top-level > a {
height: 88px !important;
line-height: 88px !important;
}
#top #header .logo a,
#top #header .logo img {
max-height: 88px !important;
}
And edit the page and set Header visibility and transparency to Transparent Header.
Hope this helps.
Best regards,
Nikko
Hey jacc,
Yes, please add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:1280px) {
.home #after_section_1 .content {
min-width: calc(100% - 330px);
width: calc(100% - 330px);
}
}
Hope it helps.
Best regards,
Nikko
Hi tiffanytnttobol,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi belleameink604,
Thanks for providing the link as well as the screenshots.
In order for the Special Heading text to appear you’ll need to go to Enfold > Blog Layout > Blog Layout and set it to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page).
As for changing the excerpt text to black, please go to Enfold > General Styling > Quick CSS, then add this CSS code:
.avia-content-slider .slide-entry-excerpt {
color: black;
}
Best regards,
Nikko
Hi Nikko,
Thanks for your reply. I actually already have Enfold installed on my site and have been maintaining it since around 2014.
The issue is that Avia Layout Builder no longer appears on my front page. Rikard said I need to update my theme as a first step.
So, I really need to know if I should first delete the enfold folder on my site seen here and then copy over the current version of the theme from my local machine.

Or should I just overwrite the folder on my site with the current version on my local machine?