Hey Empatica,
It looks like your “mycollection.zip” doesn’t contain any icon fonts, only “svg” files

you need to convert these at fontello.com

Best regards,
Mike
Hi,
It looks like there is an error in your SVG class codes, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct:
#header.header-scrolled-full .av-contains-svg .st0 {
fill: #000;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
The color is set to white here:

Best regards,
Mike
Hi,
In the code above change the text “Go Back” to “Ga terug”

And the font color etc can be changed with the class go-back-link
like this:
.go-back-link {
/* your css here */
}
Best regards,
Mike
Hi Rikard
Yes i did test on private browser windows and the problem remains.
So let me ask you – what script do you think might be missing that rpevents lthe lightbox from functioning until a refrseh is done?
I use Asset Cleaner pro which I use to strip out all the unessecary code from the theme – I haven’t unticked anything more since everything was working okay so it may be wise for me to go and check everything again.
FYI – these files are excluded from WP Rocket and are active on Asset Cleaner pro:
http://swarezart.com/wp-content/themes/enfold/css/avia-snippet-lightbox.css
http://swarezart.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css
http://swarezart.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css
Thanks
Ed
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 Armen,
Please try following this: https://kriesi.at/documentation/enfold/theme-registration/. If that doesn’t work, then I would recommend that you purchase your own license to avoid problems like this in the future.
Best regards,
Rikard
Hi, I am using the Enfold Elegant Portfolio and on my Portfolio Pages there are always 2 columns with images (flexible Masonry). This is nice, but the images in these 2 columns are scaling down and getting smaller and smaller until the viewport reaches mobile sizes, which results in a one-column view. My question is: Can I get a one-column view when the viewport gets smaller than, for example 1440 pixels viewport width? Can i adjust the breakpoints of the masonry grid so to say? Greetings Ercan
Hi,
I’ve imported your “Enfold Lawyer” demo and as used in the demo the “Event Calendar” plugin. I’ve understood afterwards that the plugin is…99 $ ! Which is expensive.
When creating an event, like a post or page, I do not see the option to switch the AVIA Page Builder. Is there a way to activate it to personnalize the event display, or better, the event template?
I’m working for a pro-bono association in ESS (Social assistance), I do that for free and for them such a price is very expensive.
I took into account technical constraints of the free version but do not see how to change the event display.
Do I have a mean to activate the page builder to make my own event page? Or any other way to personnalize my page? They talk about elementor, but…I use Enfold… :-) Elementor is not Enfold compliant, right? So…what shall I do?
Possible I miss something.
Thanks lovely Enfold team!
Hi,
we have a webpage with 2 self-hosted mp4 videos on it. Each time the page is requested I believe Enfold issues a HEAD request for the .webm and .ogv alternatives. We do not have .webm and .ogv alternatives for the mp4 videos.`
I see this in the Apache log for every request:
servers.own.ip - - [24/Jun/2024:15:37:18 +0100] "HEAD /wp-content/uploads/2024/01/Video-4.jpg HTTP/1.1" 404 6076 "-" "-"
servers.own.ip - - [24/Jun/2024:15:37:18 +0100] "HEAD /wp-content/uploads/2024/01/Video-4.webm HTTP/1.1" 404 6076 "-" "-"
servers.own.ip - - [24/Jun/2024:15:37:18 +0100] "HEAD /wp-content/uploads/2024/01/Video-4.ogv HTTP/1.1" 404 6108 "-" "-"
86.x.x.x - - [24/Jun/2024:15:37:15 +0100] "GET /wp-content/uploads/2024/01/Video.mp4 HTTP/1.1" 206 "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
servers.own.ip - - [24/Jun/2024:15:37:18 +0100] "HEAD /wp-content/uploads/2024/01/Video.jpg HTTP/1.1" 404 6108 "-" "-"
servers.own.ip - - [24/Jun/2024:15:37:18 +0100] "HEAD /wp-content/uploads/2024/01/Video.webm HTTP/1.1" 404 6092 "-" "-"
servers.own.ip - - [24/Jun/2024:15:37:19 +0100] "HEAD /wp-content/uploads/2024/01/Video.ogv HTTP/1.1" 404 6076 "-" "-"
So for every valid request Apache has to deal with 4x requests that will do nothing but hurt performance. At times of peak load doing 4x more work than needed is an overhead we can do without. I see a discussion about filtering this here:
which might be part of a solution but it doesn’t seem that filter has been implemented.
How can I switch off the extra requests for fallback formats that don’t exist please?
Thanks.
Hello I have followed the instructions here: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
I’ve uploaded a .woff2 file as a zip, set the font as the heading font in general styling (and have also used the quick css), but it is not working.
Please can someone take a look. Login info in the private content, thank you in advance.
Hi,
Great, I’m glad that Mike could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi Ismael,
After many tests on different installations, I have come to the conclusion that the lagging scrolling behavior is given by the function:
https://kriesi.at/documentation/enfold/fullwidth-sub-menu/#toggle-id-4
/**
* Full Width Submenu active
*/
function activateMenuItem(){
?>
<script>
jQuery(document).scroll(function() {
var sections = jQuery('.avia-section'),
menu = jQuery('.av-submenu-container'),
nav_height = menu.outerHeight();
jQuery(window).on('scroll', function() {
var cur_pos = jQuery(this).scrollTop();
sections.each(function() {
var top = jQuery(this).offset().top - 300,
bottom = top + jQuery(this).outerHeight();
if (cur_pos >= top && cur_pos <= bottom) {
menu.find('li').removeClass('active-menu-item');
menu.find('a[href="#' + jQuery(this).attr('id') + '"]').parent('li').addClass('active-menu-item');
}
});
});
});
</script>
<?php
}
add_action('wp_head', 'activateMenuItem');
Is there another way to set active on the ALB Fullwidth Sub Menu?
Thank you
Best Regards
Manu
Johannes SassGuest
Hallo,
habe für unser Unternehmen das Theme Enfold gekauft bei themeforest. Wie komme ich an eine Rechnungdarüber?
LG
Hey tebitron gmbh,
Could you try updating the theme to the latest version (5.7.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hey Zaccc,
Please try the following in Quick CSS under Enfold->General Styling:
.av-brd06i-eaef0e2e0dabaa7c6f27ce812c6e77b7 {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.av-9ur522-fdab728712108834cfbf06903464edf4 {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.av-36owea-e30845402d9141e0a7985ef614696b1e, .av-tyhgy0-5f148e6f7c4f2268fc5e80a8daae4d58 {
border-radius: 10px;
}
Best regards,
Rikard
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 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 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 reqonsult,
Thank you for the inquiry.
You can toggle the visibility of the date info in the Enfold > Blog Layout > Blog Meta Elements section. Simply look for the Blog Post Date toggle. You can also use this css code:
.avia-content-slider .slide-meta time {
display: none;
}
Best regards,
Ismael
Hey CharlieTh,
Thank you for the inquiry.
We provided the shortcode of the demo page in the private field. If you haven’t set the builder to debug mode, please check the documentation below.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
Ismael
Would you please give me the Enfold 2017 demo shortcodes for the page About Us?
Tried to find elsewhere without importing whole demo, but wasn’t about to find.
Thank you.
This reply has been marked as private.
Hi,
Ok, thank you, I see the Variation Title in the variation but it doesn’t seem to work on the frontend. I don’t see any errors that might point to a cause.
I did find the script that I posted above was in your child theme style.css so I moved it to your child theme functions.php and it changes the product title when a variation is picked, so that is good news:

Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
position: relative;
height: 66px;
}
.responsive #top .av-logo-container .avia-menu {
width: 100%;
display: flex;
justify-content: center;
}
.responsive #top .logo {
height: 54px !important;
width: 100%;
display: flex;
justify-content: center;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
I tried to create one for you but didn’t get the variations correct, please see the link below and adjust the variations. Do not use the Advanced Layout Builder, only use the woocommerce product fields:

Best regards,
Mike
Hi,
I’m not sure how https://mart-anthony-stark.github.io/Enfold-js/ works, but I don’t think you can animate the color sections, you will need to animate the objects inside.
Try using the theme settings, we are limited to supporting custom code snippets and javascript libraries. The login doesn’t work.
Best regards,
Mike