-
Search Results
-
Topic: 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!
Hi, I need to be able to manage the font size within woocommerce fields in both Account Details and also the Payment page.
Through Enfold’s font management I can only manage the font size of the description.Hello,
we are using Enfold with WPML and have set a page in the theme settings to replace the footer and socket.
Unfortunately, the setting is regularly simply reset or the selected page is thrown out and you have to set and save it again manually. This happens to us in all available languages.
Is this a known problem and is there a solution?
Topic: smpv.ch
Guten Tag
Wir haben einen gemeinsame Kunde der auf enfold läuft.
Nun habe ich gesehen das diese Netzwerkinstallation noch auf 4.6 läuft. Ist es unproblematisch diese zu aktualisiseren? Würden Sie mich da unterstützen? Wenn ja gerne ein kleine Kostenvoranschlag.
Bermerkung: Bei dieser Installation wurde im child theme ein script geschrieben der auf allen Unterseiten das Hauptmenü anzeigt.
Besten Dank und herzliche Grüsse
Dominik StähliHi. Google maps has suddenly stopped working on my site, and the API I created before has been deleted by Enfold somehow.
Now I can’t create a new API, because the “Register an API Key” link from inside the Enfold goes to a dead page, that just says “The link that you followed was not configured correctly. Required URL parameter apiid is missing”. What gives?
This is a total mess.
Topic: Portfolio Grid
When trying to use the portfolio grid and load in portfolio items, I do not see that option. I’m just using the default Enfold portfolio post type. This is a basic install.
Hi there,
I’m in the process of taking over a customer’s website that was previously managed by another provider. The site is using the Enfold theme, currently running on PHP 7.3. I’m having trouble backing up and restoring it on my server, which is running a newer PHP version.
I also downloaded the theme files from the existing site, but they’re not working correctly on my setup—likely due to outdated compatibility.
Would it be possible to purchase the latest version of the Enfold theme directly from you? If so, would the child theme from the original site still work once installed with the updated parent theme on my server?
Many thanks in advance for your help!
Viewing 30 results - 1,711 through 1,740 (of 243,993 total)

