-
Search Results
-
I just purchased the Enfold theme .. i have already used the theme before inthe past there is a drag and drop contact form now in the new theme i cannot see it Can anyone help me out where it is now.
Hi
Is it planned, that we can use Google reCAPTCHA alternatives with Enfold in the near future?For example Contact Form 7 implemented Cloudflare Turnstile:
Would be nice, if we could also use Google reCAPTCHA alternatives with Enfold.
Best regards
MikeTopic: lightbox issues
hi
I just took over a site that is using another theme together with Site Origin builder. (I am used to using enfold). I was having trouble with the lightboxes not working even though my images are set to open in a media file. Some of them work and some don’t, and sometimes the images seem to default back to no lightbox. I switched the theme to Enfold on a staging site, but the same thing is happening. I still have Site Origin installed since I don’t want to rebuild the whole site. Can you see if there is a conflict or what the issue is?
thanks for your help
NancyTopic: 2 Ränder
Hallo,
Ich hätte 2 Anliegen.
1) Auf meiner Website (Vorlage: Enfold Freelancer) wäre es ideal, wenn das Logo links am Rand ansteht. Geht das?
2) Bei schmäleren Fenstern ist der Abstand vom Text zum Rand viel zu breit. Besonders am Handy bleiben nur 2 Wörter nebeneinander stehen. Kann ich den Rand wo editieren oder könnt ihr mir ein CSS dafür schreiben? Ich habe den Eindruck, dass der Rand fix definiert ist. 10% würde besser passen.Vielen Dank für eure Hilfe!
lg alexDear Support Team,
I’m working on improving the accessibility of our website https://restaurant-weichandhof.de/candle-light-dinner/ and have encountered an issue with the Timeline element in the Enfold theme that causes errors in accessibility testing tools such as Google Lighthouse / WAVE ….
The Timeline element automatically generates the following heading structure: (Example: first milestone point)
<h2 class=”av-milestone-date”>Wertgutschein bestellen</h2>
<h4 class=”av-milestone-title”>direkt online · Sofortversand</h4>
As you can see, there is a heading level h2 directly followed by an h4, skipping h3 entirely. Lighthouse / WAVE flags this as a failure:
“Heading elements are not in a sequentially-descending order”
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies.
Unfortunately, there is no option within the Timeline element to control or override the heading levels, and no content can be inserted between the two to preserve proper hierarchy.
We are trying to follow WCAG 2.1 Level AA guidelines and ensure proper semantic heading order, but this structural limitation of the Timeline element makes it impossible.
Could you please help me in this issue?
Thank you very much for your support!
Best regards
DianaHi Enfold Support,
I’m experiencing a repeatable bug with the Enfold gallery — specifically when using image subtitles.
On a page with an Enfold gallery, each image has been given a subtitle (via the built-in options). Everything works fine initially. However, after I scroll past the first image and then scroll back up to it, the subtitle is suddenly replaced with the string “null” on the frontend.
This behavior suggests that the JavaScript responsible for handling image subtitles is not correctly preserving or restoring the subtitle data after the element is reloaded or redrawn (possibly due to lazy loading or Masonry reflow). It appears that the subtitle is being dynamically injected, but the value is lost or misread after scrolling, resulting in a “null” string being displayed instead.
This only happens after interaction — when returning to the image — and seems like a client-side rendering issue.
Could you please look into this? I’ve shared a few example pages in the private content. Thanks!
Best regards,
MartinHi,
We observed duplicate id-attributes in the mobile menu (hamburger-menu), similar to what is described in
This came up when trying to check and optimize website-compatiblity for screenreaders. Nodes of the main menu are copied over to the hamburger-menu. svg-icons (for the search) contain id-attributes which simply get duplicated – but obviously need to be transformed to become unique again.
A modification of this copy-behaviour would for example be possible in
wp-content/themes/enfold/js/avia-snippet-hamburger-menu.js
in function normalize_layout().Quick-and-dirty code for those replacements:
There was:
var menu2 = $(‘#header .main_menu’).clone(true),
ul = menu2.find(‘ul.av-main-nav’),
id = ul.attr(‘id’);We then added lines to search for the corresponding nodes in the HTML with jQuery and make replacements for all hits. ‘-hamburger’ is appended to the IDs.
var toChange;
toChange = menu2.find(‘[id^=av-svg-desc-‘);
toChange.each(function() {
$(this).attr(‘id’, $(this).attr(‘id’) + ‘-hamburger’);
});
toChange = menu2.find(‘[id^=av-svg-title-‘);
toChange.each(function() {
$(this).attr(‘id’, $(this).attr(‘id’) + ‘-hamburger’);
});
toChange = menu2.find(‘[aria-labelledby^=av-svg-title-‘);
toChange.each(function() {
$(this).attr(‘aria-labelledby’, $(this).attr(‘aria-labelledby’) + ‘-hamburger’);
});
toChange = menu2.find(‘[aria-describedby^=av-svg-desc-‘);
toChange.each(function() {
$(this).attr(‘aria-describedby’, $(this).attr(‘aria-describedby’) + ‘-hamburger’);
});It’s quite an edge case, but could potentially irritate a screen reader.
Topic: Theme Update 5.2.1 to latest
I am a new administrator of a website with Enfold Theme v5.2.1 active with update name and API Key typed.
It says v5.2.1 and that I have the latest version and no update available.
I have read Your other thread about updating to the latest version, but the procedure with downloading and
installing a ZIP-file changes the format of the site and at the same time changes the default Logo to Enfold Logo.When You later on restore the website the Enfold logo keeps staying on the site no matter what I do.
Luckily I had a snapshot of the server hosting the website and after restoring the snapshot the site was normal again.In the backend of the website I under Enfold options I Reset all options.
After that I purchased a new license from Envato and created a new key to use for future updates.
Now the website indicates that there is a new update, but the same happens again when I update.The website doesn’t look like it used to, but all the text is there and all links are working — however,
the layout looks completely wrong. I need a method to update the website without changing the visual appearance.
The website must look exactly as it did before we started the update.
Could it be that some plugins need to be updated first to be compatible with the latest version of the theme?Can you please give me a complete guide to update from version 5.2.1 to the latest version
without the website changing visually?Hello Enfold Support Team,
I’m using Fluent Forms with the Enfold theme. When I embed a form with a date picker (flatpickr), the year dropdown does not appear when viewing the form on the frontend — even though it works in the form preview.
The date field HTML is correctly rendered with flatpickr-input and ff-el-datepicker classes, but the Flatpickr calendar (including year selector) does not load fully unless I manually reinitialize it via JavaScript after page load. This issue seems related to how Enfold renders content or delays JavaScript execution.
Could this be caused by theme-level JavaScript optimizations, lazy loading, or conflicts that prevent Flatpickr from initializing properly?
Thank you!
Viewing 30 results - 2,041 through 2,070 (of 244,339 total)


