Hi Rikard
I updated Enfold on a website for one of my clients – German (Sie) works – great. Thanks a lot.
Stefan
Hey daves1997,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia_textblock .content {
padding: 0;
}
Best regards,
Nikko
Hi fkm,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .logo {
position: relative;
}
.responsive #top .logo a {
position: absolute;
top: 10px;
}
}
Just change the top value as you see fit.
Best regards,
Nikko
We temporarily disabled the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets.
What is the process to regenerate scripts and stylesheets?
Hi,
I already enabled Sticky Header in Enfold > Header > Header Behavior . It worked for the desktop version perfectly.
Unfortunately, it does not apply to the mobile and iPad version. How do I change this?
Thank you,
Veronika
Hi Mike
Indeed, removing the LayerSlider element on the page solves the issue. However, I would like to keep this element if possible.
I browsed the LayerSlider settings and it says there (under “Performance>Include scripts in the footer” that LayerSlider stores some scripts in the footer. It is not possible to disable this option due to the Enfold theme. Do you think this could be the issue?
Thanks for your help!
in the second snippet the : $icons['TikTok'] = 'tiktok'; on the left determines the way it is shown in the dropdown-list on enfold – social profiles – Your social profiles ( you can have here: $icons['Mein TikTok Icon'] = 'tiktok'; )
the “tiktok” is used to create the corresponding classes – so here now : social_bookmarks_tiktok and av-social-link-tiktok
and the title and aria-label – with a big letter at the beginning.
If you like to change that – the display_name will be set.
these two had to be the same:

Hi,
I would like something like the way it looked in the original demo I am using (Health Couch), which is this demo blog.
So a gallery of the blog entries, each with a photo, the title, the summary, and date.
Thank you,
Elena
Hey,
I added my own social icon to my website with the tutorial from the forum:
https://kriesi.at/documentation/enfold/social-share-buttons/#toggle-id-1
And now, when hovering on the icon, the following alt-text displays “Icon_name”. Does anyone have an idea how to change the alt-text?
(I used the Child Theme from Enfold)
-
This topic was modified 3 years, 10 months ago by
Julian Post.
Hi,
I have a custom page where I would like to use ALB. The page is created with the add_submenu_page function. It is therefore not a post type ( https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type ).
On the page, I am using the wp_editor function to insert textarea boxes.
Using ALB shortcodes in the textareas work fine, except that on the front-end they display outside the HTML structure (just before </body>). I’ll solve that today – not part of this request.
For the client’s convenience, it would be good to have the functionality to visually edit the content in the backend, instead of using shortcodes. Is there a simple, convenient way to include it?

Hi Enfold theme,
before the last enfold update, a random item in my ajax portfolio was automatically opened as soon as the page was loaded.
I took the code for this from another Enfold user’s thread and added it to functions.php.
Unfortunately, after the update, this no longer worked. So I removed this code (and unfortunately couldn’t find it again later).
Now I added the code under the following link (Enfold Docs) into the functions.php of the child theme, but unfortunately nothing happened:
Please let me know what I could have done wrong or how I can reactivate the function.
Thank you very much in advance.
Best regards,
fkm
This reply has been marked as private.
wohlenberg
Hallo –
ich wollte über die Website und das Kontaktformular ein CAPTCHA aktivieren, um Spam zu verhindern. (Auswahl: Enfold Numeric Captcha)
Das Captcha funktioniert aber leider nicht –
Woran kann das liegen?
Viele Grüße
Jan
Hi Ismael,
I’m using the regular enfold search filter/personalice/portfolio items
It is medical web and in the portfolio items we have “doctors” category or “types of cancer” category. The idea is the search en doctor page only find doctos and the search of types of cancer only find types of cancer. Could you explain what we have to do? Sorry, maybe is difficult to me.
Thanks advance,
BR,
Antonio.
Matthias SchumannGuest
Hallo, ich habe die Betreuung der Webseite für den Schriftsteller Matthias Politycki übernommen – leider ist das zugrundeliegende Enfold-Theme auf die vorher betreuende Agentur registriert. So ist für mich eine Anmeldung im Support-Forum oder eine direkte Frage an Sie nicht möglich. Da eine ganze Reihe an Modifikationen am Theme und im Code der Seite durch die Ersteller vorgenommen worden sind, ist das Debugging sehr aufwendig. Dies ist, trotz intensiver Suche, die einzige Möglichkeit, mit Ihnen Kontakt aufzunehmen. Was brauchen Sie zur Autorisierung – eine Erklärung des Seiteninhabers?
Hi Team,
I need a view of the product archive, which shows only all products of the upper and lower categories,
but not the subcategories themselves. I have tried the Customizer and set it to “Subcategory & Products”,
both for Enfold and for WooCommerce, both have no effect?! What can I do? Thank you and regards
Mike
Dear support,
i try to style the enfold table-element with different column width. With the following code i managed to adress the first column:
@media only screen and (min-width: 767px)
{
.event_tabelle tr th:first-child,
.event_tabelle tr td:first-child {
width: 15% !important;
}
}
How can i address the other 3 column widths?
Hi sorarufandrea,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hi,
…to something like that?
Yes, that should work. Try to replace the line with:
$scoll_target_offset = $(window).width() < 768 ? 10 : 100;
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target - $scoll_target_offset},200);
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the script.
Thank you for your patience.
Best regards,
Ismael
Hey navindesigns,
Thank you for the inquiry.
We can’t reproduce the issue on our end, but if you are looking to adjust the style of an active button, try to add this code in the Quick CSS field.
.avia-button.avia-size-large:active, .home #av_section_3 .avia-content-slider-inner .read-more-link a:active, .page-id-167 #av_section_5 .avia-content-slider-inner .read-more-link a:active, #top .av-masonry-load-more:active {
transform: translateY(-3px);
color: #ffffff !important;
border: 2px solid #007ca5 !important;
background-color: #007ca5 !important;
text-decoration: none;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
This reply has been marked as private.
Hi BrendanG,
Go to Enfold > Blog Layout, then use the following settings:
– Blog Styling: Default (Business)
– Blog Layout: 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)
Then edit the News/Blog page, set the Header visibility and transparency to Transparent & Glassy Header.
The top part (banner) is just using a Color Section and a Special Heading inside it (Heading Style Modern (left)).
The bottom part is using Blog Posts. Hope this helps.
Best regards,
Nikko
Hey navindesigns,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top.page-id-235 #wrap_all #av_section_6 .avia-animated-number {
margin: 0 0 20px !important;
min-height: auto;
}
}
Best regards,
Nikko
Hi smarta-brett,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi,
Thank you for following up.
Your server creates copies of the enfold_child.css file in the storage/dynamic_avia and within the /wp-content/uploads/dynamic_avia folder, but it loads the file in the storage/dynamic_avia folder, which is probably not updated or it doesn’t reflect the latest changes. Would you mind asking your hosting provider about this?
Can we deactivate the plugins temporarily?
Best regards,
Ismael
Hi,
Thanks for the update. You shouldn’t have to deactivate the plugin, all that should be necessary is to turn off file compression under Enfold->Performance. I did that yesterday, and your site started working as expected then.
Please try this in Quick CSS for the question asked in private.
#text-2 a {
font-size: 12px;
}
Best regards,
Rikard
How can I create a blog element that looks like the blog on the Enfold Restaurant Demo, found here -> https://kriesi.at/themes/enfold-restaurant/news/
Specifically how do I get a small featured image on the left with the title and excerpt on the right, with a read more link. I’ve tried a bunch of different settings, but nothing looks similar. Thanks in advance!
Hi giannicolasicola,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Natalia,
You’re welcome :)
We’re glad that we could help you.
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi,
I’m fairly sure (not not positive) this is a something to do with the Enfold theme as I’ve turned off Lazy Loading on Revolution Slider 6.
The issue is that I have Revolution Slider loading at the top of the pages so should load immediately, but on mobile pages they are not loading unless I touch the screen/scroll in the slightest amount. It’s acting like Lazy Loading even though I tried with it turned off on both Revolution Slider and in the Performance tab of Enfold theme.
Everything loads fine in the desktop version, it’s just the mobile version, can anyone help?