I have PHP logging enabled to try to fix a problem but the following appeared in the log.
[22-May-2022 21:30:44 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to aviaElementTemplates::set_locked_attributes() must be of the type array, string given, called in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php on line 574 and defined in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php:3751
Stack trace:
#0 /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.php(574): aviaElementTemplates->set_locked_attributes('', Object(avia_sc_tab), 'av_tab', Array, Array, '')
#1 /var/www/web/wp-includes/shortcodes.php(356): avia_sc_tab->av_tab('', '', 'av_tab')
#2 [internal function]: do_shortcode_tag(Array)
#3 /var/www/web/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(av_tab...', 'do_shortcode_ta...', '<br />\n[av_tab ...')
#4 /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(506): do_shortcode('<br />\n[av_tab ...')
#5 / in /var/www/web/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3751
It’s not – that I know of – giving me any issues and it has not occurred since, but I thought you might like to investigate if this is an error or just a one-off fluke.
Hey Ismael
thanks for your quick response.
I have the Version 4.9.2.3.
I purchased it on monday.
I didn`t modify any scripts on the full with slider.
I dont know why you can´t see the slider…?
But I would like to work with the Layer Slider now.
Because I also want to zoom the Background Image.
And with the Layer Slider it is also possible to animate the Text Block the way I like it.
Thanks anyway for the tips an Qick CSS for my first inquiry.
Sorry for the circumstances
—————————————————————————-
But I have another question now regarding the Layer Slider
(I very much hope you can see it now on my privat content link…?)
When the textblock fades out, it lights up shortly near the end.
Can you see that? (The text on the first Slide works fine, but on the following 5 Slides the text lights up at the end)
I hope there is a possibility to fix it.
Thank you very much for your help
PS. I only work with Enfold!
Its a great Template and an even better support !!!
Thanks to you and your team :-)
Hey babettegcc,
Thank you for the inquiry.
You can use this css code to adjust the mobile menu breakpoint.
@media only screen and (min-width: 768px) and (max-width: 1366px)
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
display: block;
}
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi Nikko,
is there one special file in the Enfold theme the contact form needs to work?
So I will block only this file for some users.
Regards,
Thomas
Hey Suze,
Thank you for the inquiry.
It is possible to add a widget or an additional element inside the header container using template hooks or by modifying the template files directly. Please check the following documentation for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
Ismael
Liebes Enfold Team
Ich würde gerne die Einblende-Zeit des Beschreibungstextes im Vollbild-Slider ändern können.
Wenn´s geht würde ich gerne, das er langsamer hochkommt und eine längere Einblende-Zeit hat.
Würde mich freuen wenn das irgendwie funktioniert.
Beste Grüße
Bernhard Dulle
Hi,
Glad Ismael 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 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
This reply has been marked as private.
Hallo,
wow ich weiß gar nicht was ich sagen soll :) das ist ja der Wahnsinn wie sich hier die Leute um den Support kümmern, da muss ich Enfold immer ganz klar loben klasse Theme, klasse Support.
Ich werde es so schnell es geht testen was Sie mir da aufgebaut haben :) so könnte es wirklich gut funktionieren.
Danke vielen vielen lieben Dank!
Hi,
Thank you for the update.
You can also apply the same css to the column element. Just apply a custom css class name to it, duplicate the css code that we used above and replace the selector with the custom css class name.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
If the custom css class name of the column is av-clipped-column for example, the css code should look like this.
.responsive #top .av-clipped-column {
clip-path: polygon(0% 0%, 100% 0, 100% 80%, 75% 100%, 0% 100%);
}
You can then apply a custom background color to the column itself instead of a background image.
Best regards,
Ismael
Hi m,
In the Advanced Layout Builder, add Post Metadata then edit it.
Under Content (tab) > Add/Edit Metadata, remove Last Modified Date and Categories, then replace Author with Tags and remove by in Prepend a text and save.
Then go to Enfold > General Styling > Quick CSS:
#top .av-post-metadata-container {
padding: 20px 0;
}
#top .av-post-metadata-content {
color: transparent;
}
#top .av-post-metadata-category-link a {
background-color: white;
border: 0;
border-radius: 0.5rem;
box-sizing: border-box;
color: #111827;
font-size: .875rem;
line-height: 1.25rem;
padding: 5px 12px;
text-align: center;
text-decoration: none #D1D5DB solid;
text-decoration-thickness: auto;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
#top .av-post-metadata-category-link:hover a {
background-color: rgb(249,250,251);
text-decoration: none;
}
Hope this helps.
Best regards,
Nikko
Hi,
Thank you for your patience.
Seems your css messes with the menu in responsive view.
Try to adjust the z-index value from 999 to 500. This should prevent the color section from covering the mobile menu container. Please make sure to toggle the Enfold > Performance > File Compression settings after doing the modification.
Best regards,
Ismael
Hi yifatcohen,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.page-id-5162 #av_section_13 .av-content-full .post-entry {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
}
Best regards,
Nikko
Hi Natacha,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Camineet,
You’re welcome. :)
We’re happy that we could help.
Thanks also for using Enfold and have a great day!
Best regards,
Nikko
Hi wildturkeyway,
It’s our pleasure helping you :)
Thanks for using Enfold and I hope that you’ll have a great day!
Best regards,
Nikko
Also z.B.:
Siehe hier: https://webers-testseite.de/grid-layout-modul/
Es ist völlig beliebig welche Columns du da in das Layout legst, die Breiten und die Lage werden bestimmt durch das css.
Basis ist immer das Elternelement auf Layout : Grid zu setzen und die Items dann zu benennen.
Damit wir mit Enfold arbeiten können habe ich also die columns zu Items erkoren. Das direkte Elternelement ist aber der : entry-content-wrapper.
Manche Enfold Einstellungen muss ich jedoch per css überschreiben, da es ja Regeln für die Columns gibt etc.
Entscheidendes Aha-Moment ist: ich kann das jetzt schieben wie ich will. Anfänglich habe ich 4Spalten 3Zeilen definiert
Die Weiten kann ich beim Grid Layout mit einer relativen Größe angeben. Die fr-Einheit. fr ist eine Brucheinheit und 1fr ist 1 Teil des verfügbaren Platzes.
Im Responsiven Fall ändere ich das: 3Spalten 6Zeilen
Besonderheit: wenn jetzt in feld2 feld2 auftaucht , dann sind da keine Lücken ( Die Zelle wird dann nur über zwei Breiten gestreckt)
It seems that Editor no longer appears as in Appearance>Editor.
How do we add CSS and PHP to Enfold Child now?

This is a 100% height section, fixed image and I’d like the text to be in the middle, not the top.
You can see it here: https://fromseentosoldout.com/expert-gene-activation/
ELParticipant
Hi!
I’m having trouble updating portfolio entries on the site. When I update the text it does not change and everything appears to be up to date as far as the theme, wordpress, and plugins.
Eleina RoseGuest
Hi:
I am a member, have purchased Enfold many times, but I’ve last all my passwords due to a computer reset, so I went in to the Support Forum and requested a password reset twice. It isn’t working.
Coincidentally, I also recommended to another web designer that she begin using Enfold and she sent me this note today:
“I am having issues contacting support, the forgot email does not work and I am stuck as I have no way to contact them. I will have to get this resolved today no matter what. I can’t move forward without assistance from them. No fun.”
Help? I could find no other way to reach you either, thus the pre-sale support contact form.
Thank you, I told her your support was amazing, which it is, just not sure you guys are aware of this!
On my shop page – https://staging3.hardwoodbrothers.com/shop-test-page – see login info below I am using a custom plugin filter. It looks great on desktop but on mobile when I open the filter on the left, the top portion of it is being hidden behind the enfold header.
Can you please help me figure out how the entire filter can over lay over the enfold header by default and when the page is scrolled.
Thanks
Hi,
Great, I’m glad that you got it working, and thanks for sharing your code. I’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,
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 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