Hi,
Try removing the code above and try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function trigger_masonry_lightbox_on_load() { ?>
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($) {
setTimeout(function () {
$('.av-masonry-container .av-masonry-item-with-image.lightbox-added:first').trigger('click');
}, 100);
}(jQuery));
});
</script>
<?php
}
add_action( 'wp_footer', 'trigger_masonry_lightbox_on_load', 99 );
In my test this seems to work quickly, but if you find it is not working try changing the delay 100 to a higher number like 500

Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
If you still have trouble please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike
I just read the post from September 5, 2022 on the topic of integrating Google Fonts locally in Enfold. I did all of that and it works so far. But where it doesn’t work is with the layer slider that comes with Enfold. So my question is, how do I tell the Layer Slider to also use the fonts from the uploaded fonts? There’s already a post here about this question, but it doesn’t provide an answer.
Hi,
Try removing the css above and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:
@media only screen and (min-width: 768px) and (max-width: 1290px) {
#main .showroomfirst .av_two_third.showroomcontainer {
width: 48%;
}
#main .showroomfirst .av_one_third.dealerdetailsrechts {
width: 340px;
padding: 25px;
float: right;
margin: 0;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Gary,
Thank you for your patience and the link to your site, I don’t have a iPhone but I checked you page with my Android and the menu scroll worked only sometimes and only a little when it did work. When I used the Chrome Dev Tools, it also only works sometimes, compared to our demo site which has a very long mobile menu which works correctly.
When I check your site I first see this error: Uncaught SyntaxError: Unexpected token ';' (at denture6/:83:51)

I also see this error: Uncaught (in promise) InvalidValueError: Map: Expected mapDiv of type HTMLElement but was passed null.
an when I try to scroll in your menu this error occurs hundreds of times: Unable to preventDefault inside passive event listener invocation.
So I believe that these javascript errors are causing your scroll issue, I recommend first removing your custom javascript and try you get your page a have no errors, then I believe the issue will be solved.
Then try adding your javascript back one at a time and solve errors as you find them.
Best regards,
Mike
Hi,
My research point to low server settings for this error.
Try going to WordPress ▸ Tools ▸ Site Health ▸ Info ▸ Server and compare the settings to these:

and if any of these are low:
PHP max input variables
PHP time limit
PHP memory limit
Max input time
Upload max filesize
PHP post max size
ask your webhost to help adjust them, or try the steps in the article linked above.
Best regards,
Mike
Hey epkdesign,
Thanks for the link to your example page, this site seems to be using a custom theme and I couldn’t identify any plugin used for the filter, I believe that it is a customized filter.
Enfold doesn’t have one like this, you could try the Masonry Element, which has a filter but not quite the same.
Otherwise you could try a post filter plugin, but I don’t have any experience with these so I can’t offer any advice.
Best regards,
Mike
Hi msraji,
Have you registered the theme using a private token with sufficient permission?
Instructions on registering the theme is in our docs: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Nikko
Hi MikeTandySwag,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .main_menu {
width: auto !important;
}
}
Hope it helps.
Best regards,
Nikko
Hi Vanwynsberghe Bart,
You cannot update the theme anymore using API key with Enfold 4.0.7, you’ll need to use a personal token for that, in order to generate it, please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Please do the following process:
First make a backup:
– Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
– Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/
Option 1: Use Envato Market to update your site
– link: https://envato.com/market-plugin/
Option 2: Update manually
1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
2. It should generate a new folder, open it and look for the enfold folder
3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
4. Log in to WordPress as and Admin.
5. Install and activate a maintenance plugin and put your site in Maintenance mode.
6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
7. Click on the ADD NEW button.
8. Click on the UPLOAD THEME button.
9. Click BROWSE and choose enfold.zip file
10. Click the INSTALL NOW button and switch to Enfold or your child theme.
11. Remove the maintenance mode then deactivate and remove the maintenance plugin.
Then register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.
Once the latest version of Enfold is installed and activated, update your PHP version from 7.4 to 8.2.
Hope it helps.
Best regards,
Nikko
Hi NicomIT,
I’m glad that Yigit could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi liuxuewu,
I’m glad that you were able to resolve the issue.
Thanks for using Enfold and have a great weekend.
Best regards,
Nikko
Hi lkerbyson1,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-content-slider .slide-entry {
width: 25%;
}
Hope it helps.
Best regards,
Nikko
Hallo,
ich arbeite schon viele Jahre mit dem Theme Enfold und bin grundsätzlich sehr zufrieden. Vielen Dank für eure Arbeit.
Vor einigen Wochen habe ich zwei Websites auf einen anderen Server umgezogen. Alles hat gut funktioniert, bis kürzlich das Problem aufgetaucht ist, dass sich weder Beiträge noch Seiten neu anlegen lassen. Es wird auf beiden Seiten ein fataler Fehler gemeldet. Warum das Problem plötzlich aufgetaucht ist, bzw. wie lange der Fehler tatsächlich besteht kann ich nicht sagen. Es ist erst jetzt aufgefallen.
————–
WordPress-Version 6.4.2
Parent Theme: Enfold (Version: 5.6.9)
Aktives Theme: Enfold
Betriebssystem: Linux
Server: Apache
PHP-Version 8.3.1
MYSQL 10.6.15-MariaDB-1:10.6.15+maria~deb11-log
————–
Fehlermeldung:
Deprecated: Die Funktion Class avia_style_generator wurde mit einem Argument aufgerufen, das seit Version 5.3 veraltet ist! Trying to set protected/private property: avia_style_generator::print_extra_output – will become unavailable in a future release. Check for a set method or a filter.
————–
Ich habe das Parent Theme erneut geladen, Plugins überprüft, den Avia Builder ausgeschalten, die Seite in den Wiederherstellungsmodus versetzt, das Problem bleibt einfach bestehen und ich weiß nicht wie ich den Fehler beheben kann. Über Hilfe wäre ich sehr dankbar.
Hi Team!
I am using the enfold theme on a new site and my client would like to add a filtering system to their blog posts that works the way the site I added in the private content does.
If you test it out you can see that you can select something from each drop down.
Does enfold do this, or do you know of a plugin that is compatible with enfold that does?
Thanks in advance!
Vanwynsberghe BartGuest
Hi,
I’m using the Envato Forrest Theme for 4 years now and it always served my real well.
Yet, lately I have 2 problems:.
I try to contact the author of the Envato Enfold Theme to ask my 2 questions and hope this is te right place to be therefor:.
1. If I update the PHP from 7.4 to 8.2, then I can no longer get acces to my dashbaord.
I have try to ugrade the theme versoin 4.0.7.but that doesn’t works. If I set the PHP back to 7.4 I get back access to my Dashboard.
2. I can not change any images anymore on my wordpress website (Enfold Theme). Also putting a new picture into a (new) element is not working anymore.
I had a 1 houre chat with Vimexx (my Dutch hoster) and they told me to send you this faultmessage:
[lsapi:error] [pid 55953:tid 140055343503104] [client 185.220.173.16:60547] [host http://www.barthsmusic.eu] Backend fatal error: PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /home/barthsm/domains/barthsmusic.eu/public_html/wp-content/themes/enfold/functions-enfold.php on line 265n,
I do hope sincerely that you can help me.
Best regards,
Bart
next question : i try to reproduce an archive page like yours – but i do not have that h1 category heading over my post-entry articles ?
It’s quite unusual for Enfold to insert something like this without special classes, hence the question: how did you insert this h1 there?
I have several websites with Enfold Theme and I have them all up to date. When doing a search for them in Google the Favicon does not show. I have tried uploading Favicon.ico but it will not allow me to do so. I saw comments about making sure the site is https and it is.
Thank you for any help.
I am running the latest version of Enfold. Updated recently.
One of the pages I’m working on doesn’t show the saved updates when viewed via mobile – link below.
You will see that elements that should be visible on mobile aren’t…..and updates that have been made such as full stop after fist sentence isn’t shown
Happy to provide login details. Thanks
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
Hey Guenter,
Sorry for the late reply.
I added filter ‘avf_tab_subsection_image_size’ (see line 599) for release 5.9.10:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_9/shortcodes/tab_section/tab_sub_section.php
Hope this is what you need.
Best regards,
Günter
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
Hey Sebastian,
I tested with a medium sized button and this css:
.my-custom-button,
.my-custom-button a.avia-button {
padding: 0;
width: 100px;
height: 100px;
border-radius: 100px;
line-height: 108px;
}
.my-custom-button .avia_iconbox_title {
width: 72px;
display: inline-block;
line-height: 16px;
}
This was the result:

Please give this a try.
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,
Glad Nikko was 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,
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 Dimitar,
1- Please add the following code to the bottom of Functions.php file of your child theme, or install the Code Snippets plugin and add it as a new snippet:
add_filter('avia_breadcrumbs_args', function($args) {
$args['truncate'] = 9999;
return $args;
}, 10, 1);
2- The first Blog is the page and second Blog is the category of your post.
Best regards,
Yigit
Hey J,
We’re making sure that Enfold is backwards compatible so you shouldn’t experience any issues at all.
However, it’s always better to be safe. So please create a staging copy of the site, update the theme, and check if there are any issues. If you don’t notice any issues, you can go ahead and update the theme on your live site.
Best regards,
Yigit
Hi Francesco,
I replied to your questions on your other thread at https://kriesi.at/support/topic/info-enfold-theme/.
3- Our forums are open 24/7 however response time is slower on the weekends.
Best regards,
Yigit
Hey Francesco,
1- Key features are listed on Enfold’s ThemeForest page ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ). You can find the list of recommended plugins at https://kriesi.at/support/topic/recommended-plugins/.
Enfold is a responsive theme out of the box. You may want to adjust the options to fine-tune the layout but all elements are responsive.
2- We usually respond to support threads within 24 hours however depending on how busy the forums are, it may take longer.
3- Our company is based in Vienna, Austria. However, we have moderators from all over the world so we can keep our forums active.
I hope this helps. Let us know if you have any other questions.
Regards,
Yigit