Forum Replies Created
-
AuthorPosts
-
Hey 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 #1441468Hi,
what benefit has that after_vars
You can add e.g. a media query to override var values you added with the filter avf_dynamic_css_additional_vars and have the code in php file right after for better readability ( and also in the dynamic css file ).
Best regards,
GünterApril 30, 2024 at 2:30 pm in reply to: how to use avf_dynamic_css_additional_vars and avf_dynamic_css_after_vars #1441456Hey Guenter,
The filters are in ..\enfold\css\dynamic-css.php line 129ff.
‘avf_dynamic_css_additional_vars’:
Is located inside :root{ …. }
Simply return additional vars (pseudo code only):function my-xxx( $output ) { $output .= "--your-font-size-theme-h3: 20px;\n"; $output .= "--your-font-size-theme-h4: 20px;\n"; return $output; }
‘avf_dynamic_css_additional_vars’ is the same but outside any selectors. You are free to return anything you like – it must be valid CSS rules
e.g. a media query with vars.Best regards,
GünterHi Günter,
Thanks for sharing. I added these examples to our library file https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_post_ingnore_featured_image_link.php
Best regards,
GünterHi Günter,
Thanks for sharing this.
I only wanted to point, that your code does not apply to background of the icon as shown in the image of the first post but to the font.
I add this idea to our dev repo – maybe it will become part in one of the next releases for some elements.
Best regards,
GünterHey Guenter,
Your code results like this on my side (added to base.css line 450) on ALB icon element:
Best regards,
GünterApril 29, 2024 at 4:00 pm in reply to: Specific question from a programmer /Spezielle Frage von einem Programmierer :-) #1441315Hey Martin,
ad 1)
Datei …\enfold\framework\php\class-form-generator.php
Es gibt 2 Filter:
avf_contact_form_incoming_mail
avf_contact_form_autoresponder_mailIm übergebenen array $mail_array:
$mail_array['Content-type'] = 'text/plain';
ad 2)
kann man leider nicht ändern – bricht sonst die komplette Logik.
Best regards,
GünterHi!
For your information:
Added filter avf_post_ingnore_featured_image_link to next release 5.7.1.
See https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/97 for links how to use the filter and to update ..\enfold\includes\loop-index.php including this link already.
Cheers!
GünterHi,
I rechecked on my install and it works.
There are 4 german language files – please follow the steps to download the repo https://github.com/KriesiMedia/enfold-language-files and update all 4 german files. And make sure to select 1 of these german language in WP settings.
Do not forget to clear server and browser cache.
Best regards,
Günter -
AuthorPosts