-
Search Results
-
Hi,
I have a question about the cookie banner. According to the Austrian Datenschutzbehörde consent must first be given before cookies that are not technically necessary can be set. Consent must therefore be given in advance. My consideration: What happens if users are on an Enfold website and have not yet given their consent? I usually use the small bar at the bottom and the page can be used without clicking any of the buttons.Kind regards,
KarinI have been using enfold for quite some time. recently I started building a new site with it for work. I am using a grid row but it will not stack properly on mobile. I have set Column Behaviour When Fullwidth to “individually select position for each column” and then have gone and numbered each column accordingly.
In this example the image is set to 2 and the text box with button is set to 1 because I want the image to stack below the text box on mobile but instead the image is showing up on top.
Topic: Paypal Button code changes
I often use Paypal to generate a code and then paste it into my website on the code tab. However, recently somehting has been scrambling the code such that it no longer produces the desired result. I’ve copy and pasted the code into Word and it copies as it should. However when I paste it into my Enfold themed page it adds extra code which I then have to manually delete. What’s going on here?:
Here’s the relevant part of the code as generated by Paypal:
<table>
<tr>
<td>
<input type=”hidden” name=”on0″ value=”Options for Brondanw & Nantclwyd only”/>
Options for Brondanw & Nantclwyd only
</td>
</tr>
<tr>
<td>
<select name=”os0″>
<option value=”Member”>
Member £17.00 GBP
</option>
<option value=”Guest”>
Guest £19.00 GBP
</option>
<option value=”2 Members”>
2 Members £34.00 GBP
</option>
<option value=”1 Member + 1 Guest”>
1 Member + 1 Guest £36.00 GBP
</option>
<option value=”Child under 16″>
Child under 16 £10.00 GBP
</option>
</select>
</td>
</tr>
</table>And after pasting it into my website:
<table>
<tbody>
<tr>
<td><input name=”on0″ type=”hidden” value=”Options for Brondanw & Nantclwyd only” />
Options for Brondanw & Nantclwyd only</td>
</tr>
<tr>
<td>
<select name=”os0″>
<option value=”Member”>Member £17.00 GBP</option>
</select><select name=”os0″>
<option value=”Guest”>Guest £19.00 GBP</option>
</select><select name=”os0″>
<option value=”2 Members”>2 Members £34.00 GBP</option>
</select><select name=”os0″>
<option value=”1 Member + 1 Guest”>1 Member + 1 Guest £36.00 GBP</option>
</select><select name=”os0″>
<option value=”Child under 16″>Child under 16 £10.00 GBP</option>
</select></td>
</tr>
</tbody>
</table>See all those <select name = “os0”> lines before each button choice? How did they get there and how can I prevent them from being added?
Hey Guys
I get the message:
Could not connect to Google Maps with this API Key.
Troubleshooting:
Check if you typed the key correctly.
If you use the restriction setting on Google try to remove that, wait a few minutes for google to apply your changes and then check again if the key works here. If it does, you probably have a syntax error in your referrer url
If none of this helps: deactivate all plugins and then check if the API works by using the button above. If thats the case then one of your plugins is interfering.I disabled all the plugins, and I also set up a new api key, I also unrestricted the key for a while, but then restricted it again.
the google account is active and working. I have 50 other keys that don’t have any issues.I did a research and found that I can put the script:
<script async defer
src=”https://maps.googleapis.com/maps/api/js?key=YOURAPIKEY&callback=initMap”>
</script>
directly into the body code.. I use perfmatters for this.. and it is working now. but there must be something else wrong why enfold won’t let me place it.
My way is not as elegant as putting it into the google services page in enfold.
Thanks so much for helping me.
TinaCompared to the 2025 theme, our product pages when you edit them in WP Admin take twice as long to load using the Enfold theme. I believe this is at least partially due to the many scripts that are called. We use ALB on pages and posts but not our shop and product pages. What would be the most effective way to not load all of the bells and whistles of Enfold to optimize the product editor page? If we dequeue the scripts we see errors even though the ALB has been disabled.
For example, here are all of the Enfold related scripts that get loaded on the product editor even with the ALB disabled.
// Dequeue Enfold styles/scripts
wp_dequeue_style('avia-style');
wp_dequeue_style('avia-custom');
wp_dequeue_style('avia-popup');
wp_dequeue_script('avia-default');
wp_dequeue_script('avia-shortcodes');
wp_dequeue_script('avia-modal');
wp_dequeue_script('avia_mega_menu');
wp_dequeue_script('avia_sidebar');
wp_dequeue_script('avia_advanced_form_elements');
wp_dequeue_script('avia_options_pages');
wp_dequeue_script('avia_media');
wp_dequeue_script('avia_media_wp35');
wp_dequeue_script('avia_colorpicker');
wp_dequeue_script('avia_media_advanced');
wp_dequeue_script('ls-global');
wp_dequeue_script('ls-wp-editor');
wp_dequeue_script('ls-addon-404');
wp_dequeue_script('ls-addon-maintenance');
wp_dequeue_script('avia-dotlottie-script');
wp_dequeue_script('avia_builder_js');
wp_dequeue_script('avia_element_js');
wp_dequeue_script('avia_template_save_js');
wp_dequeue_script('avia_modal_js');
wp_dequeue_script('avia_custom_elements_js');
wp_dequeue_script('avia_modal_dynamic_js');
wp_dequeue_script('avia_history_js');
wp_dequeue_script('avia_tooltip_js');
wp_dequeue_script('avia_tab_section_js');
wp_dequeue_script('avia_table_js');
wp_dequeue_script('avia_tab_toggle_js');
wp_dequeue_script('avia_media_js');
wp_dequeue_script('avia_gutenberg_script');
wp_dequeue_script('avia_google_maps_api_script');
wp_dequeue_script('avia-google-maps-api');
wp_dequeue_script('avia_google_recaptcha_front_script');
wp_dequeue_script('avia_admin_notices_script');
wp_dequeue_script('layerslider-utils');
wp_dequeue_script('kreatura-modal');
wp_dequeue_script('layerslider-slider-library');
We disabled the ALB button with the avf_alb_supported_post_types hook
add_filter(‘avf_alb_supported_post_types’, function ($supported_post_types) {
return array_diff($supported_post_types, [‘product’]);
}, 5);I have a large page that is getting a lot of traffic and my bandwidth is going through the roof. Before I get a nasty email from WP Engine, I need to figure out how to fix it. I have already compressed photos etc and I was thinking a “load more” button about 1/3 down would be a good option. Is there any way to do this with Enfold?
Thanks,
RobTopic: Failed to load plugin url
After the recent update i get this error when i try to edit all page.
Failed to load plugin url: https://claps.site/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/admin/js/ls-tinymce-button.jsPls i realy need help
Hello,
I installed the demo-page “Enfold One-Page Restaurant Demo” and started to edit it.Is it a known issue that after clicking the button to jump to the anchor and then manually scrolling back up, the button still shows the loading animation?
Also the Demo-Pages are showing these problem.
You can find my page here.I already had various other themes installed on my development environment. Is this related?
At the moment all other plugins are deleted.Thank you
TobiHello,
I am new with enfold.Just learning a lot to create a nice website.
You can see it here:
https://imkervereinstuttgart.de/staging/
I wonder how I can change the text of the buttons in the top slider. (fullscreen-slider)If I edit it via Code-Editor an saved the page no change is vissible.
Is it necessary to edit it outside wordpress?
Thank you very much,
TobiHello,
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,
MartinTopic: Missing dependencies
Good morning,
I have been experiencing issues with my website running slowly, so I contacted my hosting provider, Aruba. They installed a plugin called “Query Monitor,” and according to the plugin’s report, there appear to be missing dependencies among the Enfold theme’s stylesheets.
Below are the messages from the report.
I remain confident in your support and assistance.
Thank you.“Dipendenze mancanti avia-module-audioplayer http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-blog http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-postslider http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-button http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-buttonrow http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-button-fullwidth http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-catalogue http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-comments http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-contact http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-slideshow http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css avia-layout (mancante) avia-module-gallery-hor, avia-module-slideshow-contentpartner, avia-module-slideshow-feature-image, avia-module-slideshow-fullscreen, avia-module-slideshow-fullsize 7.1
Dipendenze mancanti avia-module-slideshow-contentpartner http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css avia-module-slideshow 7.1
Dipendenze mancanti avia-module-countdown http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-dynamic-field http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/dynamic_field/dynamic_field.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-gallery http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-gallery-hor http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css avia-module-slideshow 7.1
Dipendenze mancanti avia-module-maps http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-gridrow http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-heading http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-rotator http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-hr http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-icon http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-icon-circles http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-iconbox http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-icongrid http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icongrid/icongrid.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-iconlist http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-image http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-image-diff http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_diff/image_diff.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-hotspot http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-sc-lottie-animation http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/lottie_animation/lottie_animation.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-magazine http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-masonry http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-siteloader http://www.ldgservice.it wp-content/themes/enfold/css/avia-snippet-site-preloader.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-menu http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-notification http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-numbers http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-portfolio http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-post-metadata http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-progress-bar http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-promobox http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-sc-search http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/search/search.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-slideshow-accordion http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-slideshow-feature-image http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css avia-module-slideshow 7.1
Dipendenze mancanti avia-module-slideshow-fullsize http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css avia-module-slideshow 7.1
Dipendenze mancanti avia-module-slideshow-fullscreen http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css avia-module-slideshow 7.1
Dipendenze mancanti avia-module-slideshow-ls http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-social http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-tabsection http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-table http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-tabs http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-team http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-testimonials http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-timeline http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-toggles http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css avia-layout (mancante) 7.1
Dipendenze mancanti avia-module-video http://www.ldgservice.it wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css avia-layout (mancante)”Zur Umsetzung der Barrierefreiheit ab Juni 2025 habe ich Fragen, in wie fern hier bei Enfold mit Updates Möglichkeiten geplant sind.
Was mir beim umsetzen als Probleme, die nicht einfach selbst lösbar aufgefallen ist:
1.) Buttons des Cookiebanners lassen sich nicht via Tab auf der Tastatur ansteuern – wird das noch geändert?
2.) Wird es eine Option geben, die man einblenden kann, wo der Nutzer einfach die Schriftgröße selbst verändern kann? Also einfach mit + und – (Buttons via Tastatur auswählbar)?
3.) Ist das Einbinden von ARIA Attributen bei Elementen wie Buttons geplant? Habe da bei Enfold nur diesen Thread gefunden: https://kriesi.at/support/topic/aria-label/Punkte 1 & 2 wären tatsächlich nur eingeschränkt selbst lösbar bzw. nur mit größeren Aufwand oder ggf. anderen Plugins.
Regarding the implementation of accessibility from June 2025, I have questions about how far Enfold is planning to go with updates.
What I noticed during implementation as problems that cannot be easily solved by myself:
1.) Buttons of the cookie banner cannot be controlled via tab on the keyboard – will this still be changed?
2) Will there be an option that can be shown where the user can simply change the font size themselves? So simply with + and – (buttons selectable via keyboard)?
3) Are there plans to include ARIA attributes for elements such as buttons? I only found this thread on Enfold: https://kriesi.at/support/topic/aria-label/Points 1 & 2 would actually only be solvable to a limited extent or only with greater effort or possibly other plugins.
Translated with DeepL.com (free version)
Hi there,
I’m using Enfold for years and seem to miss out an update towards a important function and can’t find any topic to that.
I saved some templates for the avia builder to replace areas in the content – and – I still see the “save as a template” button on hovering the columns and stuff.
But what I can’t find is the button to insert the saved templates into the content area again after saving.
Where did it got? Aleady had a look towards the wordpress sidebar in editor view – without a result.Please let me know, because I saved some templates there and my customer want to have these changes again…
Best,
Martin
Hello,
we face the same problem with advanced layout editor, which is currently not working as many others as we see on threads forum:
We found the error on Wednesday (16th April) – after click on the button of advanced layout editor we see only grey background…
What should we do to fix the problem?
Topic: Manual demo import broken
Hello,
I’m using Enfold 7.1 on a OVH shared webserver.
The easy way to import a demo by clicking the download button does not work for a while (cURL timeout) as it the seems that OVH is blocking.
Adding “add_theme_support( ‘avia_demo_store_downloaded_files’ ); ” to functions php and respect the path was working fine.
But now with Enfold 7.1 and PHP 8.2.21 the « 3 step process with buttons to download, to import and to delete » does not work anymore, the system still tries to DOWNLOAD and I get a cURL timeout.
I’ve tried the XML import method which timeouts before loading enfold-2017.
Please can you fix the 3 steps import process which was working fine ?
Best regards,Hello,
I am using Google Ads in combination with Google Tag Manager (GTM). In order to measure clicks on my buttons I use the Click ID value in GTM. I have noticed that Enfold buttons don’t have a Click ID setup. I can link on the Click Text field, but that is very risky if somebody changes the text in the button my conversion will not be measured. Is there a smart way to give every button element in AVIA editor a fixed automatically generated Click ID?
These are the values that Google Tag Assistent can identify of the Enfold AVIA button:
Click ID Data Layer Variable string “”
Click Target Data Layer Variable string “”
Click Text Auto-Event Variable string “Blabla”
Click URL Data Layer Variable string “”Hope you can help me out?