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
Frank KarauGuest
Hello dear Support,
we want to update the following theme Enfold Theme Version Number is 4.7.1 Update at https://www.wjw-digital.de.
Unfortunately, we no longer have a valid key from Envato and the old programmer is no longer there, so we do not know how we could update, as we also have no access to the account of the old programmer.
Can you help us with this? So that we can get a suitable key and update to the correct theme?
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#av-burger-menu-ul li.av-show-submenu > a > .avia-menu-text {
color: blue;
}
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text {
color: yellow;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
color: yellow;
font-size: 20px;
}
#top #wrap_all #av-burger-menu-ul .menu-item-2846 {
font-size: 12px !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
Hi,
When I check your site, it looks like you have the preloader enabled, this is why the site is white with a spinning icon for a few seconds, you can disable this in the theme settings. Enfold Theme Options ▸ Page Preloading
When I check your page with Safari on a Mac the background video is working for me.
I do see this console error only in Safari: Unhandled Promise Rejection: AbortError: The operation was aborted. but it doesn’t keep the video from playing for me. I found this stackoverflow thread about the message.
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.home #wrap_all #av_section_3 .flex_column.av_one_third {
width: 31%;
margin-left: 6px;
}
}
@media only screen and (max-width: 500px) {
#top.home #wrap_all #av_section_3.main_color .flex_column.av_one_third h3 {
font-size: 0.6em;
}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
#top.home #wrap_all #av_section_3.main_color .flex_column.av_one_third h3 {
font-size: 0.9em;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey laptophobo,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#boxed-menu.av-border-cells .flex_cell {
border-bottom: 1px solid #fff;
border-left: none;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Glad Ismael 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 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
Hey egouldmedia,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer div .av_one_third {
margin-left: 0;
width: 100%;
}
}
Best regards,
Rikard
I must have set a parameter I didn’t intend to because my other websites with Enfold have footers that respond properly with Chrome & Safari. However, my latest website with Enfold does not have the footer respond (the columns do not stack when the viewport gets small). Do you know what I may have done?
Thanks in advance for the help.
Regards,
Elliot
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,
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,
Please try to overwrite your current installation via FTP: https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
Rikard
Hi,
Thanks for the update. Did you follow this? https://kriesi.at/documentation/enfold/theme-registration/
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
Hey Pavel,
If you have access to the Themeforest account which was used to purchase the license in question, then you don’t need to purchase anything. You would have to register your theme license in order to receive updates though: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
I recently took over hosting a WordPress website that has the Enfold Theme.
The site runs so slowly. We’re currently using LiteSpeed Cache, and that helps, but anything that’s not cached takes a really long time to load.
The backend is almost impossible to navigate until I disable Enfold.
See screenshot: https://tinyurl.com/224voknn
See how Enfold is using so many resources?
I have tried everything for the front end, Nitro Pack, WP Rocket, and nothing works.
Any ideas?
-
This topic was modified 8 months, 3 weeks ago by
fungaijames.