Well enfold provided the option to only show submenu items on hover or on click.

If you choose click we can edit that to only show one toggle open.
then put this to your child-theme functions.php:
function only_one_submenu_open_on_burger(){
?>
<script>
window.addEventListener("DOMContentLoaded", function () {
(function($) {
$('body').on( 'click touch', '.av-active-burger-items > a', function () {
$(this).parent('li').siblings().removeClass('av-show-submenu');
$(this).parent('li').siblings().find('ul').slideUp( "fast");
});
$('body').on( 'click touch', '.av-active-burger-items .av-width-submenu > a', function () {
$(this).closest('.sub-menu').siblings().find('li').removeClass('av-show-submenu');
$(this).closest('.sub-menu').siblings().find('ul').slideUp( "fast");
});
})(jQuery);
});
</script>
<?php
}
add_action('wp_footer', 'only_one_submenu_open_on_burger');
after doing that i will have a look to your site to optimize if needed.
Hi there, I dont understand why some of the links are not working in a the template. I used this one: https://kriesi.at/themes/enfold-parallax/, and I wanted to change the links in the menu, and wanted to change the links on the “Learn more” buttons. Some of them work others won’t and I cannot figure out why. I hope someone can give me good instructions how to make those links.
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 DONGHOON,HAN,
If you already own a license, then you don’t need to purchase a new license. You only need to update your current version. Please refer to this: https://kriesi.at/documentation/enfold/theme-update/
Best regards,
Rikard
Hey jelly00,
Could you try updating the theme to the latest version (6.0.8) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
DONGHOON,HANGuest
To resolve the issue below, would purchasing a new license and updating it fix the problem?
When I click “Add New Page,” the Avia Layout Builder does not appear. How can I activate it? It works on pages that I’ve already created, but it doesn’t activate when I try to add a new page. I’m using WordPress version 6.7.1, Enfold Theme version 4.6.3.1, and PHP version 7.4.5p1. How can I make the Avia Layout Builder visible on new pages?
When I click “Add New Page,” the Avia Layout Builder does not appear. How can I activate it? It works on pages that I’ve already created, but it doesn’t activate when I try to add a new page. I’m using WordPress version 6.7.1, Enfold Theme version 4.6.3.1, and PHP version 7.4.5p1. How can I make the Avia Layout Builder visible on new pages?
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
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 Lance,
Enfold is compatible with PHP 8.x, there might be other things on your site which are generating the errors. You could try deativating all plugins and remove any custom code that you have added for example, and then update the PHP version.
Best regards,
Rikard
Hello,
I’m currently running PHP v.7.7 on my site. From time-to-time, my hosting provider urges me to upgrade to the latest PHP v. 8.2. When I do so, the formatting of my Enfold site gets scrambled and a “critical error” message is displayed. See linked screenshot. When I go back to 7.4, format is restored to normal. Hosting techs wonder if my theme is incompatible with the latest PHP versions.
Advice appreciated.Thanks, Lance
https://postimg.cc/gx8bZdCQ
https://kriesi.at/documentation/enfold/intro-to-layout-builder/#customization
This is a real good docu – unfortunately, there is too little research being done here
PS : above there are the two lines listed ( 876 and 877 newest Enfold 6.0.8) – but only the 876 has been changed .
but i guess it is easier to replace that little block of those two lines.
Hello,
I published a post this morning and, for the first time in going on 20 years of using Enfold, it didn’t appear at the top, or indeed anywhere, on my News page. It can be found at it’s own URL, and appears on at the top of the “Recent” widget list on other blog pages, but not on the blog landing/News page.
I’m using Enfold v. 18-01-14 with WordPress v. 6.6.2.
Appreciate your advice to fix this. Thanks! Lance
Hi,
Could you try updating the theme to the latest version (6.0.8) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. Also make sure that you have registered your theme license: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
If you have added it there, then yes you can. Otherwise you can generate separate tokens for each of your sites: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hi,
For the css, each icon has a different code number, for your shield with the check mark it is \e802
div[data-av_icon="\e802"] {
content: " ";
background-image: url(/wp-content/uploads/2024/12/Goering_Icon1_eCheck_farbig_RGB.png) !important;
background-size: contain;
background-repeat: no-repeat;
font-size: 0 !important
}
I adjusted your css and now it works.

Please review the thread on how to find the icon code:

Best regards,
Mike
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
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi Ismael,
The case I’m dealing with is fairly straightforward and is likely to recur quite often among Enfold users.
Typical example:
- I’m using a Custom Layout to display a company directory via a dedicated CPT.
- For each company listing I can fill in 2 custom fields for their links to the company’s social networks (let’s say LinkedIn and Facebook, to keep it classic).
- How do I handle the display of data depending on whether or not companies have links to provide for each of the three custom fields?
If you have any recommendations on how to handle this situation, I’d love to hear from you.
For the moment, I’ve created duplicates of my Custom Layout to correspond to the 4 possible scenarios (no link, only link 1, only link 2 or both links). With only a hundred or so entries, I was able to manually set the appropriate Custom Layout, but this would be very complicated for several thousand entries. I’ll need a conditional display solution.
Best regards,n
Hi,
i needed to set the content with to fix with bcs of the design rules.
But the Google map should be 100% width. Any ideas how to enlarge the container with map?
https://die-home-stager.ch/kontakt/
The instruction here: https://kriesi.at/documentation/enfold/color-section/#toggle-id-2
does not work
-
This topic was modified 12 months ago by
xeovision.
This reply has been marked as private.
Hey SurigliaStudio,
Please try the following in Quick CSS under Enfold->General Styling:
#header_main {
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
Best regards,
Rikard
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
To clear it: I didn’t use a uploaded google-font, I just choose from an option within Enfold-Theme…
Hi Ismael,
didn’t understand your question. I chooses the font in the Enfold-Settings in the Backend (General Stylilng -> Fonts -> Selection list -> Source Serif Pro).
Best
Tim
The functions.php file in the Enfold child theme has no content. Also, the replacement code you described is identical to the invalid code you identified?
Hey dcoatney07,
Thank you for the inquiry.
You may need to regenerate the tokens and make sure that the required permissions are checked.
-- View and search Envato sites (checked by default) (Required)
-- View the user’s Envato Account username
-- View the user’s email address
-- View the user’s account profile details
-- Download the user’s purchased items (Required)
-- Verify purchases of the user’s items
-- List purchases the user has made (Required)
Please review the documentation for the token permissions: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
Ismael
Hey slikslok,
Thank you for the inquiry.
Where did you get the font “Serife Pro”? Please note that the Custom Font Manager is intended for Google Fonts. You can still upload fonts from other sources, but you have to make sure that the file structure is correct. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
Ismael