-
Search Results
-
If Enfold were to read the fvar table during upload, the theme could automatically detect whether it is a variable font and change the @font-face rule from
font-weight: 400;tofont-weight: 100 900;(or the corresponding range).Uploading a varialble font works nice – but the @font-face rule is f.e.:
@font-face { font-family:'montserrat-flex'; src:url('https://webers-testseite.de/wp-content/uploads/dynamic_avia/avia_type_fonts/montserrat-flex/montserrat-flex.woff2') format('woff2'); font-style:normal; font-weight:400; font-display:swap }here a font-weight: 100 900; will be nice to have.
Because – i do not know what is used when setting a font to font-weight: 700
Maybe it uses a “Faux Bold”:
the browser often only artificially “boldens” the font when it thinks the only available weight is 400. With the correct range, it uses the actual vectors of the variable font.
Edit: although the @font-face rule is not correct – it seems that even Safari uses the correct wght.
But it would be nice to have the real ruleset for it.Wo kann ich gestalten was bei einer Passwortgeschützen Seite vor der Eingabe des Passworts zu sehen ist? Ich würde hier gerne texte und bilder einfügen? ist das möglich mit Enfold? Danke :)
Hello guys,
we are currently experiencing an intermittent styling issue with our Enfold theme. In many cases, the website is not displayed correctly because a required CSS file cannot be loaded.
More specifically, the dynamically generated CSS file from Avia is sometimes not found. For reference, I have attached a screenshot illustrating the issue.
As a temporary workaround, we have been republishing an existing article, which seems to regenerate the CSS file and restores the styling. However, this fix is only short-term, and the issue reoccurs after some time.
Do you have any idea what might be causing this problem or how we can resolve it permanently?
Thank you in advance for your support.You can see the issue on our Blog on https://www.maxenergy.de/magazin/
Best regards
Hi Enfold Support Team,
I’d like to report an issue with the duplicate post functionality introduced in Enfold (class aviaDuplicatePost). We use the latest Enfold version 7.1.4 and WordPress 6.9.4
Description of the issue
When duplicating a post using the built-in “Duplicate” action, the system copies the original post’s slug (post_name) to the new draft. This leads to unexpected behavior:
The duplicated post receives the same slug as the original post.
WordPress then attempts to resolve the conflict.
As a result, the original post’s slug is modified (e.g. my-post becomes my-post-2), while the duplicate may take over the original slug.This is problematic because:
It silently changes live URLs.
It can break SEO rankings and existing links.
It creates confusion in content management.
Steps to reproduce
Create a published post with a defined slug (e.g. example-post).
Use the “Duplicate” action in the post list or editor.
Observe that:
The duplicate gets the same slug.
The original post slug may change unexpectedly.
Root causeThe issue appears to stem from explicitly setting the post_name when inserting the duplicated post:
‘post_name’ => $post->post_name,
By forcing the same slug, WordPress is required to resolve the conflict and may reassign slugs between posts.
Proposed solution
The post_name should not be copied when duplicating a post. Instead, WordPress should be allowed to generate a unique slug automatically.
Recommended change:
Remove the post_name argument from the $args array in handler_admin_action_avia_duplicate_post():
// Remove this line:
‘post_name’ => $post->post_name,This allows WordPress to:
Generate a slug based on the new title (e.g. “(copy)”)
Ensure uniqueness without modifying the original post
Expected behavior after fix
The original post slug remains unchanged.
The duplicated post receives a unique, auto-generated slug (e.g. example-post-copy).Please let me know if you need further details or testing. I’d be happy to assist.
Best regards,
Tim van den HomberghHallo,
ich baue gerade wieder eine Seite mit enfold auf, welches mein absolutes Lieblingstheme ist. Mitten im Prozess sehe ich zwar im Backend die Slide Show volle Breite noch, im Frontend wird aber kein Bild mehr angezeigt. Das Bild/die Bilder WAREN aber zu sehen. Ich habe das Theme schon upgedatet und alle vorhandenen Plugins nach und nach deaktiviert – leider ohne Erfolg. Uach die CSS Codes, die ich im Netz zu diesem Problem gefunden habe:
.responsive .container {
width: 100% !important;
max-width: 100% !important;
}
.av_slideshow_full {
width: 100% !important;
}, haben mir leider nicht geholfen. Deswegen brauche ich bitte Hilfe. Danke!
Topic: Ticket system in demo enfold
Hi
Is there a demo in enfold where it shows how the events calendar works with its ticket system?Tnx in advance
Greetz
KarinHi Support-Team, hi all,
Unfortunately, I’m stuck when it comes to adding new logos to the menu. I thought SVG would be a good idea. Unfortunately, my attempts were not successful. Even reverting to the previous state didn’t work properly. I’ve spent quite some time troubleshooting and would really appreciate your help.
Setup: Enfold 7.1.4, child theme active, WordPress 6.9.4. PHP memory limit is set to 256M. Active plugins are listed in the separate system info section.
1. Logo too large: Uploaded PNG (600×44 px) displays oversized. Enfold renders height=”100″ width=”300″ regardless of actual dimensions. Header Size set to “slim”.
2. SVG logo won’t save: Uploaded SVG (877×64 px) to media library successfully. Clicking “Use Image as logo” with Full Size selected does nothing. Safe SVG 2.4.0 active.
3. Transparency logo not loading: Default logo (dark version) is set. White version is uploaded via Enfold → Header → Transparency Options → Transparency Logo. But when scrolling up to the transparent header area, the white logo does not appear — only the dark logo is shown on the dark banner.
4. Child theme CSS ignored: Custom CSS added to child theme style.css via SFTP (file content verified). CSS never loads on frontend. Autoptimize bundles all CSS and serves old cached versions. Deleted /wp-content/cache/*, emptied Autoptimize cache, hard reloaded — no effect. URLs still contain .pagespeed.ce. suffixes from server-level PageSpeed cache that cannot be cleared from WordPress.
5. “Saving didnt work”: Every save attempt in Enfold Theme Options (including Quick CSS) fails with this error. Interestingly, some changes (like switching the logo image) do seem to take effect despite the error message — but I cannot be sure which changes are actually saved and which are not. Tested in a different browser, deactivated SG Security – error persists. PHP memory limit is 256M, so that shouldn’t be the cause.What I’ve already tried:
Clearing all caches (Autoptimize, WP Super Cache, admin bar “Delete Cache”)
Manually deleting /wp-content/cache/* via SFTP
Hard reload (Ctrl+Shift+R) and incognito/private browsing
Deactivating SG Security
Increasing WP_MEMORY_LIMIT to 256MQuestions:
Do you have any ideas on how I can successfully incorporate both new logos?
Why does Enfold hardcode width=”300″ height=”100″ on logo images ignoring actual dimensions?
Why does SVG logo selection not save?
Why does the transparency logo not display on the transparent header?
What causes the persistent “Saving didnt work” error — and why do some changes save despite the error?
How to make child theme CSS load when Autoptimize + server-level PageSpeed cache everything?Many thanks for your help!
Kind regards,
bleistiftTopic: Enfold Theme update
Hallo nach Austria,
unser Kunde hatte wohl das Enfold Template bei euch gekauft und nach dem letzten PHP update funktioniert es nicht mehr. Aktuelle Version: 4.1.2.
Wir würde gerne die neuste Verion kaufen, schickt uns bitte die Modalitäten.Danke und LG aus Bozen
JörgTopic: Like / Dislike system?
Enfold doesn’t have a like dislike system on posts.
Can you recommend an implementation that would work with it the best?
The idea is to enable users to click upvote and downvote on posts.
Hi dear support team
I have bought a regular license for Enfold last year and have a valide token (generated on 15.12.2025).As I wanted to do some update for the website, all my pages in the advanced editor are grey (no possibilities to edit with the Advanced Layout Builder). So I checked my automatic updates and have seen that the latest version of enfold is 6.0.8. No further updates are possible.
Why is this and what can I do?I also deactivated all plugins and cleared my cache to check from where this behavior could come, but no change… all the pages I want to edit stays gray.
Thanks for your assistance and inputs on how to proceed.



