-
Search Results
-
Hi
I’m trying to change The Events Calendar single-event.php by copying it into my child theme. However the copy of single-event.php in the Enfold theme folder seems to override this. If I change the file in the Enfold theme, it seems to work OK, but if I copy that into my child theme and change it, nothing works. Obviously I don’t want to change single-event.php in the Enfold theme folder as it will be over written when updated.
Do you know what I need to do to add the file to the child theme to be able to over ride that page please.
Many Thanks
Regards
ColinTopic: Aktualisieren
During the process of updating occuired an error. The update doesn´t work.
Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Das Aktualisierungs-Paket ist nicht verfügbar.
Hi there,
Would it be possible to create a slider element of 3 regular 1/3 columns on the mobile viewport instead of listing them simply vertically below each other. In the bottom of the 1st link of the private section I have placed 3 columns with each column containing an image.
In the 2nd link you wil find a similar section of 3 columns however there we have applied an ACF section to achieve the desired UX. Would it be possible by any chance to create a similar UX but then by using the core Enfold ALB elements instead of being dependant of the external ACF sections.
Thanks and regards
SIf 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 Hombergh

