-
Search Results
-
Topic: Formatting not showing up
Hi Enfold Support Team,
Formatting across my site disappear. Need to manually update every individual page to restore the correct formatting.This is an example page, where formatting is completely off, https://shamsgroup.com/patient-check-in-registration-kiosk/
Same issue happening on our staging site as well, https://w68.f91.myftpupload.com/contactless-patient-intake/Could you please help me identify the issue and a solution for this?
Thank you!
Hi there,
I’m facing problems with scrolling on enfold websites since a bit of time.
Not quite sure which version it started, but two of my customer websites are not possible to be scrolled for now with Enfold versions 7.1.4 and 7.0 on my other site.I wasn’t able to find any information towards that and was hoping that’s an interference of a plugin which is installed on both pages. But I couldn’t find any.
Could you please doublecheck and maybe fix that in a quick release or so? Of course when you find the problem…
Seems like, that it isn’t working on phones and also on my desktop computer. On Desktop, I only can scroll the page with the sidebar of the website and when hovering the mouse cursor to the header or within the “scroll to top”-Button. Every other area seems to be blocked to do that.
Please have a look on the both websites I will link in the private content area!
Thanks for your quick help!!
Best,
Martin
Hey Enfold
Please help to make the H tag’s be as i write them – with the first letter capitalized and the rest in lowercase.
Thanks ;)
Hi.. On this site of my client there’s this persistent Error, impossible to update Enfold from Dashboard but update works only updating the theme as new theme..
How to solve..?
Thank You very much
URL in Private ContentErrori verificatisi controllando le 2026/02/23 11:22:
Scarica il pacchetto URL: Codice errore 403 restituito da Envato: Forbidden:
– response_code: 403
– reason: scope-missing
URL download del pacchetto: Si è verificato un problema nell’accedere al vostro link per il download. Impossibile eseguire l’aggiornamento.
A seguito di errori del pacchetto Envato si sono verificati:
Enfold – Richiesta di download URL fallita.Hi,
I’m seeing some odd behavior when editing the contact form.
Every time I edit something in the contact form and save it again, the form will add a subject field to the existing form.
And it always does this after the first field (name) in the form, and also ‘reshuffles’ the order of the rest of the entry fields.I didn’t realize this until after doing some tweaks/save and ending up with 5 additional empty subject fields in the form.
Enfold 7.1.2 and WP 6.9.1Any idea what can cause this behavior?
rob
Hello Enfold Support,
We are currently building a fullscreen “coming soon” teaser for the homepage.
Originally we implemented it inside the Avia Layout Builder (using a blank template and code block elements). However, we ran into the following issues:
1. SVG and custom markup were partially filtered or not rendered reliably inside Codeblock/Textblock elements.
2. Even when using a blank template, the Enfold header/navigation briefly flashes before our fullscreen teaser takes over.
3. If JavaScript is delayed or disabled, users may only see a black overlay (because the animation controls visibility states via JS).To avoid these issues, we moved the entire teaser injection into functions.php (hooked late in wp_footer), which gives us full control and avoids SVG filtering.
However, we would like to ask:
What is the recommended Enfold approach for implementing a true fullscreen custom homepage experience that:
• Completely suppresses header/navigation output (no flash at all)
• Does not rely purely on JavaScript for initial visibility
• Allows a clean no-JS fallback (static version of the page)
• Avoids content filtering issuesWould you recommend:
• A fully custom page template that replaces the theme output entirely?
• A specific Enfold hook that runs before header rendering?
• Or another best-practice approach inside a child theme?We want to stay as close as possible to Enfold standards while maintaining full control over rendering order and fallback behavior.
Thank you very much for your guidance.
Best regards,
TTopic: Enfold Performance
Hi team,
Today I found that Enfold writes empty postmeta to the DB when the layout settings are left as defaults; on a large site this creates a big problem, but it is easily fixed in core.
The following snippet will filter these out via functions.php
`/**
* Prevent Enfold from saving empty/default postmeta values
* This reduces database bloat by not storing values that match defaults
*/
add_action( ‘avia_save_post_meta_box’, ‘prevent_empty_enfold_postmeta’, 5 );function prevent_empty_enfold_postmeta( $post ) {
// Meta keys that should not be saved when empty/default
$skip_empty_meta = array(
‘footer’,
‘footer_behavior’,
‘header_title_bar’,
‘header_transparency’,
‘layout’,
‘sidebar’
);foreach ( $skip_empty_meta as $meta_key ) {
// If the value is empty, unset it from POST so it won’t be saved
if ( isset( $_POST[ $meta_key ] ) && $_POST[ $meta_key ] === ” ) {
unset( $_POST[ $meta_key ] );
// Also delete any existing meta with this key
delete_post_meta( $post->ID, $meta_key );
}
}
}`Would you consider fixing this in core?
Topic: Website formatting
Hi Enfold Support Team,
I’m experiencing a recurring issue with my website using the Enfold theme.
Around once a week, the formatting across my site appears to drop out or reset. When this happens, I need to manually update every individual page and portfolio item to restore the correct layout.
I have included screenshots to show how the pages appear when the wrong formatting issue occurs, as well as the correct format.
Could you please help me identify what may be triggering this and recommend a solution?
Thank you!
Hallo,
i am using the portfolio grid (https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/).Sorting aso works fine but the grid is set to the page width. Is it possible to make only the grid (not the filter links) full screen width to 100% ?
Topic: Sync Patterns
Could you please provide a link to information on how you can utilise WordPress sync patterns from within Enfold/Avia Builder?
I’m looking to migrate some DIVI sites.Hi @enfold!
On my newest enfold-website using the enfold-parallax-theme there are a few things I don’t understand.
While scrolling downwards the “Abstand” between the Color-Section and the following section is:
1. rather big (how can this be changed?)
2. part of the footer appears under the first Color-Section
3. there are vertical lines at the end of all sections before the footer appears.thanks for your feedback
Michael F
I have been editing a website all day yesterday, and all was fine. First thing today, I updated Enfold to 7.1.4, and I am having elements disappear when editing a page after “updating” the changes. I only excerpted this on one page, and I stopped editing. I don’t have the time to test all on the staging sites for the different websites built with Enfold right now. Below is the page, as you can see, very simple.
When doing simple text editing in the text box, the portfolio container disappeared below it when saving the page. I tried the same thing on a duplicate page with a new text box, and it happened again. I can no longer edit this site safely and cannot rollback the Enfold version.
No new plugins or code implemented that might cause a conflict.
I have many websites that we manage built with Enfold. Can you please advise on this issue? It needs to be resolved.
Thank you.
— Michael
