Thank you Guenni007,
I know just enough about this to break things (which is how I learn best).
When I try to use your code, I receive the following error message:
Your PHP code changes were not applied due to an error on line 55 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.
syntax error, unexpected ‘$’, expecting variable (T_VARIABLE)
try to modify this to your needs:
(function($) {
$(document).ready(function () {
if (window.innerWidth > 989) {
var header = $('#header');
var main = $('#main');
var burger = $('.html_header_sidebar #top div .av-burger-menu-main');
var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container');
var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item');
$(window).scroll(function () {
if ($(this).scrollTop() > 200) {
burger.show();
menu.hide();
header.css({'width': '120px', 'transition': 'all 1s ease'});
main.css({'margin-left': '120px', 'transition': 'all 1s ease'});
footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px' });
} else {
menu.show();
burger.hide();
header.css({'width': '300px', 'transition': 'all 1s ease'});
main.css({'margin-left': '300px', 'transition': 'all 1s ease'});
footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px' });
}
});
}
});
})(jQuery);
and you had to find a solution for the opened hamburger then yourself. trying to find a solution for paddings on the hamburger ul
and – because of the new existing place for main some alb elements are not willing to go with that. F.e. on : https://kriesi.at/themes/enfold-photography/blog/ i can see in developer tools that there wasn’t a recalculation on masonry styles. And you had to find a way to close the hamburger menu when scrolling back to top position.
Hey So Evolve,
Please try the following in Quick CSS under Enfold->General Styling:
#top .price {
color: red;
}
Best regards,
Rikard
Hey vantagepointmg,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header_meta .sub_menu * {
line-height: 20px;
height: 17px;
width: auto;
vertical-align: top;
}
#top #header_meta .sub_menu a:hover {
color: red;
}
adjust the color to suit.
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,
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 Mike,
so sorry – stupid me 🤦🏻 – how embarrassing
I didn’t get it, that “default” are now my settings in Enfold.
Best regards
Bettina
Hey vantagepointmg,
I recommend having your menu chang into a burger menu for 1366px and below. To do this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 1366px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}
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
Hey Bettina,
I tested on my site using Enfold v5.6.8 and set the options at Enfold Theme Options ▸ Sidebar Settings to no sidebar:

and I created new pages & posts, using both the Block Editor & the ALB editor, and I ensured that the sidebar settings was set to “default”, this was the default setting so I didn’t need to make any changes:

and all of the pages & posts had no sidebar, so I was not able to reproduce your issue.
If you are also using Enfold v5.6.8 and your settings are like my two screenshots, and you still have this issue with all of your plugins disabled, then please include an admin login in the Private Content area so we can investigate.
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
Hello Enfold Team,
last french translation available by private link below
Best regards
Hey,
I’v set all the sidebar settings to “no sidebar”
but when I create a new page or post the sidebar settings in layout are default and I have to set them manually to no sidebar.
The same with the footer and title bar settings.
Thats nothing new, I have that problem since I started with Enfold about 7 years ago.
How can I fix that?
Best regards
Bettina
-
This topic was modified 2 years, 4 months ago by
Thina.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-tab-section-image {
height: 140px;
width: 140px;
}
Best regards,
Rikard
-
This reply was modified 2 years, 4 months ago by
Rikard.
LingensGuest
Ich habe eine zweite Enfold-Lizenz erworben Bei der Registrierung erscheint eine Fehlermeldung:
“Das letzte Mal, als wir Deinen Schlüssel überprüft haben …
Ich habe doch eine gültige Lizenz. Ich verstehe diese Meldung nicht.
Eine andere Sache: Bei meiner ersten Lizenz erfolgen keine automatischen Updates. Ich muss sie stets manuell einfügen. Was kann ich tun?
Hey whdsolutions,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top a {
text-decoration: underline;
}
#top #header a,
#top #footer a,
#top #socket a,
#top a.avia-button,
#top a.more-link {
text-decoration: none;
}
After applying the css, please clear your browser cache and check.
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 teotaban,
Thank you for the inquiry.
The following css code should hide the footer and socket on mobile view.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#footer,
#socket {
padding: 15px 0 30px 0;
z-index: 1;
display: none;
}
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
Ismael
Hello Enfold Team,
I would like my left sidebar menu to shrink just like a top menu can. Once I start to scroll, I want it to become smaller and turn into the burger menu icon. Is this doable?
As always, thank you for your help.
-James
Hi,
Thanks for the link to your page, I found that this is because typically li’s get a 10px margin-bottom:

but the slides, which are li do not, so on you page load this appeared to be an animation, to correct try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.entry-content-wrapper .avia-slideshow li.avia-slideshow-slide {
margin: 0;
}
and then clear your browser cache and check. If you still see it then move the css to WordPress ▸ Customize ▸ Additional CSS since it has the highest priority.
Best regards,
Mike
Hey daves1997,
It sounds like you first created a page using the Enfold Advanced Layout Builder (ALB) and then “switched” to the Gutenberg builder, please note that this will cause trouble, they don’t work together like that. So if you want to use the Gutenberg please only use it and then add your own spacing and blocks in the Gutenberg editor, and note that the Enfold ALB spcacing will not be applied. If you want to use Gutenberg try searching on YouTube for how to add spacing and adjust the layout the way you want. I tried using Gutenberg on my test site but found it so difficult that I won’t use it, I disabled it at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, the Classic Editor is much easier to use.
Best regards,
Mike
Since I switched to Gutenberg a few weeks ago, nothing but problems.. H! buts up against header.
Content shift on most pages.
It is either gutenberg or Enfold causing the problems Spend hours a day looking for code errors and don’t find them.
No time to do seo on my site
Hello everyone
path below:
I already have 22 theme licences from enfold
until now everything worked (super tehme!)
now i have bought the theme enfold new
then I also installed the theme enfold child
I already have 22 theme licences from enfold
until now everything worked
if i login now below:
the error appears in the browser below (no matter which browser)
I have already tried this by installing it several times
does not work?
thanks
kind regards
Franz
Hey Michael,
The Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager only works with Google Webkit Fonts, if you are not using a Google Webkit Font you will need to use the @font-face rule in your css or try the Use Any Font plugin and add css rules to apply your font.
Perhaps these threads will also help you:
Best regards,
Mike
Hi,
Glad we could help, if you need further help please log into the support forum and open a new thread using the contact form is not appropriate for support questions.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
Best regards,
Mike
Hi,
Yes woocommerce is fully compatible with Enfold, this is not a compatible issue this is by design.
The cart & checkout are special pages created by the woocommerce plugin, you can not use the Enfold elements to build these pages.
Best regards,
Mike
This reply has been marked as private.
Hey Eva ,
Thanks for the login, when I check your site the token seems to be working correctly and it says there is an update available.
So I’m not sure what issue you are experiencing, but Envato reported that some tokens may experience problems that were created at a certain time, so if you are try to create a new token or use the official Envato Market Plugin, this was a issue with Envato.
Envato recommends using the official Envato Market Plugin.
As for your question, the cart & checkout pages are built with the woocommerce plugin, you can not use the Enfold elements to build these pages.
Best regards,
Mike
Hey schleidthans,
Did you register your theme license? If not, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
If the updates should not come through after that, then please try using this plugin: https://envato.com/market-plugin/
Best regards,
Rikard
Eva Guest
Hi,
sorry, there are always problems with the tokens! Why? This ist very stressfull.
Sometimes I need your support, but every time i get the message, i would have no valid token?? How is that possible? I bought the last license in October 23 – now I need help for my own enfold website.
I always recommend Enfold to my clients and can convice them to buy it, although they want only a landing page. But when Enfold stops helping when I need help I will really have switch to a free theme, at least for simple one pagers, because it ist a cost question for me to give an order to an external programmer.
Actually, if you can help, I describe my problem:
on my website we have integrated a woocommerce shop. But it’s not possible to develop it with enfold advanced page builder. can you help us? My Co-worker wrote:
“Ich hab noch ein Problem:
Im Avia builder gibt es keine Elemente für den Warenkorb und den Checkout.
Ich hab leider auch über die Suche nichts gefunden.
Meine Lizenz für Kriesi ist abgelaufen. Kannst du mal im Forum nachfragen?
Danke.
Auch der Dropdwon-Warenkorb wenn man auf den Einkaufskorb klickt ist leer.”
Thank you for help, this is really important for me. Have a wonderful sunday!
Best regards, Eva
Hey ballindigital,
Thanks for the login to your site, but it didn’t work for me. Nonetheless try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and delete the custom icon font and then save your theme settings, and then check again.
Best regards,
Mike
Hi – I’m getting this error on my website?
Can you please help?
Warning: include(/home/customer/www/olliepearce.com/public_html/wp-content/uploads/avia_fonts/flaticon-sports/charmap.php): failed to open stream: No such file or directory in /home/customer/www/olliepearce.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660
Warning: include(): Failed opening ‘/home/customer/www/olliepearce.com/public_html/wp-content/uploads/avia_fonts/flaticon-sports/charmap.php’ for inclusion (include_path=’.:/usr/local/php74/pear’) in /home/customer/www/olliepearce.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660