Forum Replies Created
-
AuthorPosts
-
July 2, 2024 at 12:46 pm in reply to: Question about the new Enfold 6.0 Feature: Dynamic Content #1460976
Hi,
Ich hatte es kurz einmal am Radar, aber keine schnelle Lösung gesehen. Ist aber nicht vergessen.
Best regards,
GünterJuly 2, 2024 at 12:29 pm in reply to: Question about the new Enfold 6.0 Feature: Dynamic Content #1460967Hi Martin,
Alles klar. Macht Sinn.
Ich hab es einmal zu den feature requests hinzugefügt, damit ich es nicht vergesse: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/109
LG,
GünterJuly 2, 2024 at 11:50 am in reply to: Question about the new Enfold 6.0 Feature: Dynamic Content #1460959Hi Martin,
Freut mich, dass ich helfen konnte.
dynamische Post-Toggles
Wenn ich das richtig verstehe, möchtest Du ein Toggle Element erstellen, wo man analog wie z.B. bei Masonry eine Kategorie, Custom Post Type Einträge, … filtern kann und aus der Ergebnisliste dann z.B. Post Title als Toggle Titel nimmt und das Excerpt oder Post Content dann als Toggle Content nimmt.
LG aus Wien,
GünterHi Patrick,
thank you for your feedback.
According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main main tag should be unique and should not contain parts like sidebar, footer, …
Doing a quick check I see that changing div id=”main” to main id=”main” includes footer and sidebar. And various page templates already include the main tag resulting in multiple main tags. And also page as footer setting might add main tags.
I do not see a quick solution for that at the moment – but I will keep an eye on it.
Best regards,
GünterJuly 2, 2024 at 10:57 am in reply to: Question about the new Enfold 6.0 Feature: Dynamic Content #1460939Hey janssen-media,
Thank you for using Enfold.
If you choose “wp_post_title” it is always of the current post title where the element is added.
What you need is use of custom fields where you can enter values specific for the post. You can use the ACF plugin for easier handling.
E.g. define “toggle1”, “toggle2” as custom fields, add values there and then use these custom fields as dynamic content.
If you create a custom layout with that toggle you can add this custom layout to any page/post where you need it and then need only fill in the custom fields values as needed.
Hope this helps.
Best regards,
GünterHey Patrick,
Thank you for pointing at the buttons. Missed it.
I added aria-label to the 3 ALB buttons and custom field to Button Title Attribute option.
I will check the HTML “main” tag. That should be no problem. I will also have a look into footer tag – but I’m afraid the risk of breaking existing sites is rather high.
And we appreciate your help to improve accessibility. We will try our best to implement it.
Best regards,
GünterJune 27, 2024 at 3:22 pm in reply to: enfold Kontakformular – Formularelement Datumsauwahl: Auswahl älter als 1944 #1459869Hi,
For 6.0 I added filter avf_form_datepicker_args that allows to change all arguments. See https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/ALB%20Elements/Contact%20Form/avf_form_datepicker_args.php
today button
This is the default behaviour of this element.
Best regards,
GünterHey Blatze,
Danke dafür. Hab für die nächste Release “Ohne Titel und ohne Textauschnitt” genommen.
Die Übersetzungen werden von Usern bereitgestellt.
Es gibt ein Github Repository: https://github.com/KriesiMedia/enfold-language-files
Einige User warten die language files regelmässig – wir senden Ihnen dann vor einer neuen Release die letzte Version damit Sie die files übersetzen können und wir diese bereits in der Release mitveröffentlichen können (z.B. Italienisch, Holländisch, Französisch).
Wir sind dankbar für jede Unterstützung bei den Übersetzungen.
Liebe Grüsse,
GünterHi!
Fix von Guenni007 ist korrekt.
Das Problem tritt auf, wenn Linkauswahl: link is applied to icon and title
Ist in nächster Release 6.0 eingebaut.
Regards,
GünterHi,
In der Function shortcode_handler() des Elementes, dort ist
$output .= $slideshow->html();
und das wird dann nach oben weitergereicht.
Ich würde einmal raten, eine clean staging site aufzusetzen, ein paar Bilder und dann testen ohne customizations ob es geht.
Vielleicht ist irgendwo in der DB ein Problem nach einem WPML update. Wäre vielleicht auch mit WPML abzuklären, ob die dann eine Idee haben.Best regards,
GünterHi,
Not sure what caused the problem but I added a fix to ../enfold/framework/php/widgets/widget-classes/class-avia-newsbox.php: line 368:
'std' => is_string( $instance['cat'] ) ? strip_tags( $instance['cat'] ) : '',
It seems to work now.
I will add this fix also to the next release 6.0.
Best regards,
GünterHi Tim,
I added a first solution for a responsive fullscreen banner image with a description text below the image both for theme option banner and for product category banner.
Will be part of next version 6.0.
Best regards,
GünterHey imc-html,
Verwendet Ihr die letzte Version von Enfold 5.7.1 ? Wenn nicht, bitte einmal updaten (wenn möglich zuerst auf einer Staging Site testen).
Die “Initialisierung” der Bilder erfolgt in ..\config-templatebuilder\avia-shortcode-helpers\class-avia-slideshow.php in function set_slides( $ids ) mit
get_posts() und diese Funktion wird von WPML unterstützt, um die Bilder ID zu übersetzen.
Voraussetzung dafür ist, dass die Bilder auch mit WPML übersetzt sind. Könnt Ihr das einmal überprüfen?
Best regards,
GünterHi,
@christian.wienWe plan to release Enfold 6.0 including the ACF support in approx. 3 weeks – if nothing unexpected occurs.
Best regards,
GünterHi,
Thank you for your help.
Sorry but I’m afraid I do not know a solution either. TBH – I do not work very much with videos. I only know that mobile devices are restrictive with videos.
Best regards,
GünterHi @EZWebdesign,
Thank you for your contribution, Roger! Dutch language files will be updated in the upcoming version.
Best regards,
GünterMay 8, 2024 at 9:22 am in reply to: Undefined array key “medium” in class-popup-templates-responsive.php #1442651Hi,
Thank you for using Enfold and reporting this.
I added a fix to next release 5.7.2.
Meanwhile please replace …/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php
with
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterMay 4, 2024 at 8:07 am in reply to: Bug Enfold Image element doesnt work and causes php memory exausted error #1442263Hi,
Yes please. And please give me access to theme editor so I can add some code to check.
And how to reproduce it.Best regards,
GünterMay 4, 2024 at 8:00 am in reply to: Enfold Bug and Fix – Couldn't log into support to submit fix #1442262Hey Jim!
Thank you for reporting this.
Will be fixed in 5.7.1.Thank you for using Enfold and enjoy the day.
Regards,
GünterHi,
I removed the translation in this section – it does not make real sense there.
So it will be Font: xxxx ( font-family: xxx )Best regards,
GünterHey Guenter,
Latest translation files render a different translation for me (https://github.com/KriesiMedia/enfold-language-files).
It is correct, that there are missing ‘ ‘ in some translations. This should actually be fixed in core __(…) function and add ‘ ‘ outside. Will check that for one of the next releases.
Best regards,
GünterApril 30, 2024 at 4:49 pm in reply to: how to use avf_dynamic_css_additional_vars and avf_dynamic_css_after_vars #1441468 -
AuthorPosts