Hey ibuzaev,
Thank you for the inquiry.
Please note that this will disable the default icons in the theme. If you’re not using them, try to replace the filter with this:
add_filter('avf_default_iconfont', function($icon_font) {
return array(
'svg_entypo-fontello' => array(
'append' => '',
'include' => '',
'folder' => '',
'config' => '',
'json' => '',
'full_path' => false
),
'entypo-fontello-enfold' => array(
'append' => '',
'include' => '',
'folder' => '',
'config' => '',
'json' => '',
'svg_files' => '',
'full_path' => false
),
'entypo-fontello' => array(
'append' => '',
'include' => '',
'folder' => '',
'config' => '',
'json' => '',
'svg_files' => '',
'full_path' => '',
'is_active' => 'no'
)
);
}, 10, 1);
Best regards,
Ismael
Hi,
.main-title looks like a different font or font weight
Looks like the title is set to use a lighter font weight instead of the default 400. Did you configure the Heading elements in the Enfold > Advanced Styling tab? You can also adjust it with this css:
#top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1 {
font-weight: 400;
}
Regarding the burger/mobile menu, try to edit the Main Menu (Icon) elements in the Advanced Styling panel, or use this css code:
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
color: #ffffff;
font-size: 18px;
line-height: 1.8em;
}
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover a, #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
background-color: #333366;
color: #ffffff !important;
}
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
That seems to have fixed it! That also fixed the issue I was having (but didn’t open a thread…) where the cookie popup started showing on every page load when logged in as an admin and viewing pages.
I am approaching my 10 year anniversary with Enfold and really appreciate the incredible support. It’s what keeps me renewing each year, and recommending this great theme to others.
Thanks so much!
Rob
Hey vbonora,
Could you try updating the theme to the latest version (7.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Could you try updating the theme to the latest version (7.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. If you haven’t registered your theme license, then please follow this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
h1 {
letter-spacing: 5px;
}
Best regards,
Rikard
Hey volkantuncer,
Please try the following in Quick CSS under Enfold->General Styling:
.av_phone_active_right .phone-info {
float: none;
}
Best regards,
Rikard
Hi,
Glad to hear that you have this sorted out, 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 Ismael, thanks for help.
To avoid having to edit the file each time the Enfold theme is updated, do you think I can make the change using Child themes?
Best regards,
Oriano
Hi,
Unfortunately, I don’t know the actual specs. I could ask the provider (Hetzner). All I know for now is that it runs off NVMe drives.
I did some more digging yesterday.
The DevTools console threw a warning about a nested <select> element but i could not pinpoint it.
I used the Health Check & Troubleshooting plugin in WP, which deactivates everything—themes and plugins.
I was able to reproduce the error with no plugins activated and only the Enfold theme active.
Hi,
You may need to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour to the first or second option to allow the users to view the map on page load. Let us know the result.
Best regards,
Ismael
Hi,
Thank you for the update.
Does it load correctly when you disable the Enfold > Privacy & Cookies > Cookie Handling > Cookie Consent Message (Enable cookie consent messages)? Please provide the login details in the private field so we can check it further.
Best regards,
Ismael
Hi,
Thank you for the inquiry.
Where can we check the issue? Please create a staging site and provide the login details in the private field. We ran the Code Profiler on a fresh install of Enfold, and the total execution time was around 0.6 seconds —- significantly lower compared to your test.
Best regards,
Ismael
Hi,
Glad Guenni007 could help, thank you Guenni007, 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
The blue box marks the container, which you set to 1500px in the Enfold settings – see my comment above : link
Since the font is set to centered, it will be placed in the middle of the container. If the size is smaller, there will be a gap to the outer edges of the blue box.
Originally, you can see in the first screenshot that there is a manually placed line break (<br>) at the point marked in red.
(click to enlarge the images)

In the second screenshot, I have removed this manual line break in my browser’s dev tools to show you that when there are no line breaks, these lines have the said 1500px width.

Where you are now reporting the lack of smaller widths, you have simply not set manual breaks as above inside the text-block elements.
I am suddenly having an issue with the Google map not appearing on pages like this one (sorry, it’s huge, scroll near bottom):
https://www.thomashenthorne.com/125-belvedere-ave-belvedere-ca/
I have checked google services under Enfold settings and the API key revalidates. I also went into Google cloud services to make sure the payment method is current and the account is OK. All is well.
I have noticed lately that the cookie dismiss banner displays every single time I view a page when logged into admin panel. I am wondering if there is some cookie issue on my site, or is something else causing this?
Thanks,
Rob
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
.av-hamburger-inner, .av-hamburger-inner::after, .av-hamburger-inner::before {
height: 1px;
}
Best regards,
Rikard
Hi,
Thanks @guenni007 for helping out :-)
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
Hello,
Here in Germany, the Accessibility Improvement Act (BFSG) is a big issue right now. Does Enfold offer any solutions for this? Every menu item, button, link, etc., is supposed to be accessible via the tab, which works well. However, it’s not very clearly visible yet. Is there any way to change this?
Otherwise, I’ve installed a plugin, e.g., at https://miximo.de in the bottom right corner. The problem, however, is that I can’t access this menu via the tab. Are there any solutions for this?
Best regards,
Martin
—————–
Hallo,
hier in Deutschland ist ja gerade das Barrierefreiheitsstärkungsgesetz (BFSG) ein großes Thema. Bietet Enfold dazu Lösungen an? Hier soll jeder Menüpunkt, Button, Link usw. mit dem Tab erreichbar sein, was ja gut funktioniert. Jedoch ist es noch nicht sehr deutlich zu sehen. Kann man das beeinflussen?
Ansonsten habe ich mir ein PlugIn installiert, z.B. auf https://miximo.de unten rechts. Problem ist jedoch, das ich dieses Menü nicht mit dem Tab erreiche. Gibt es dafür Lösungen?
viele Grüße,
Martin
Hi Luca,
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
Hey Nath,
Thank you for the inquiry.
The automatic demo import in the dashboard does not work correctly with OVH hosting. You will need to download the demo XML files and upload them manually to your server via FTP. For more info, please check this link: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Best regards,
Ismael
Hi,
You may need to directly modify avia_woocommerce_cart_dropdown function in the themes/enfold/config-woocommerce/config.php file or override it in your child theme. Remove the av-cart-counter and the dropdown widget.
Best regards,
Ismael
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#menu-item-shop .av-cart-counter,
#menu-item-shop .dropdown_widget_cart {
display: none !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Brixton4G63T,
1: please see this thread for tabbing to the cookie banner buttons, this may not seem intuitive, so perhaps you will want to try a cookie bar plugin like Borlabs.
2: this can be achieved with a plugin, I don’t believe there has been a feature request for this.
3: this has a open feature request, please follow up in that feature request.
If you would like to request these features the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
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 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