Forum Replies Created
-
AuthorPosts
-
Hi,
Danke dass Du unser Theme verwendest.
Es handelt sich um einen Bug im Übersetzungsfile. Gib im Tab Google einfach den Schlüssel ein und auf Überprüfen.
Wir arbeiten bereits an einer Korrektur der Übersetzung.
Best regards,
GünterMay 23, 2018 at 3:48 pm in reply to: Checkmarks in Performance – self hosted video – youtube video #960873Hi!
As Kriesi said: we would love some server credentials to check your installation. What you can also try:
Can you please try to completly remove all old theme files and upload a fresh set of theme files? Currently the only idea we got that there is some file merging going on, instead of overwriting…Best regards,
GünterHi,
Thank you for using Enfold.
Glad that the problem was solved. Feel free to contact us if you need further assistance.
Enjoy the theme and have a nice day.
Best regards,
GünterHi!
We added the filters:
ava_before_content_templatebuilder_page
ava_after_content_templatebuilder_pageShould be in release 4.4.1.
Regards,
GünterMay 23, 2018 at 11:46 am in reply to: Zusätzliche Informationen und ähnliche Produkte ausblenden #960754Hallo Beat,
Hier ist der Code – einfch die Zeile weglassen, die Du behalten möchtest:
add_filter( 'woocommerce_product_tabs', 'custom_product_tabs', 10, 1 ); function custom_product_tabs( array $tabs ) { unset( $tabs['description'] ); unset( $tabs['additional_information'] ); unset( $tabs['reviews'] ); return $tabs; }
Best regards,
GünterMay 21, 2018 at 3:15 pm in reply to: Image Element "Link Settings" not showing all blog posts in drop down #959805Hi,
Thank you for reporting the problem and great you have a temporary fix. The patch is planned to be in the next update.
Enjoy the theme and have a nice day. Feel free to come back when you need further assistance.
Best regards,
GünterMay 20, 2018 at 4:32 pm in reply to: Zusätzliche Informationen und ähnliche Produkte ausblenden #959459Hi Beat
Tut mir leid für die späte Antwort, aber ich bin nicht ständig im Forum und unsere englisch sprechenden Mods waren die letzten Tage auch sehr überlastet und haben deshalb nicht antworten können.
Für das Problem mit den related products:
In functions.php des Child Themes (oder des Hauptthemes, wenn Du kein Child Theme verwendest) am Ende füge das folgende ein (z.B. über Dashboard -> Appearance > Editor):
add_action('init', 'custom_remove_related_products', 9000 ); function custom_remove_related_products() { remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); }
Was genau meinst Du mit “Zusätzliche Informationen” ?
Best regards,
GünterHi,
Freut mich, dass wir helfen konnten.
Jederzeit stehen wir für weitere Fragen und Probleme zur Verfügung.
Viel Freude noch mit dem Theme.
LG,
GünterHallo Benny,
Freut mich, dass es passt.
Der Patch ist bereits in 4.3.2 integriert und diese Version sollte schon online sein.
Viel Freude noch mit dem Theme.
LG,
GünterMay 14, 2018 at 12:09 pm in reply to: Zusätzliche Informationen und ähnliche Produkte ausblenden #956380Hey Bregi,
Danke dass Du unser theme verwendest.
Damit wir uns leichter tun: könntest Du uns bitte einen Link zu der(den) Seiten geben die betroffen sind.
Du kannst diese im Private Content unterbringen, dann sind sie nur für Moderatoren sichtbar.
Danke.
LG
GünterHi,
Please replace in enfold\config-layerslider\config.php line 605:
if( false !== strpos( $content, '[av_layerslider ' ) )
with
if( ( false !== strpos( $content, '[av_layerslider ' ) ) || ( false !== strpos( $content, '[layerslider ' ) ) )
This fix now loads the layerslider script also for the default layerslider shortcode. It works on my install.
Clear all server and browser caches after doing the update – also try to restart the browser several times to clear the cache.
Best regards,
GünterHi!
Danke, dass Sie sich für unser Theme interessieren.
Aufgrund der Vereinbarung mit Theme Forest / Envato können wir leider keinen Direktverkauf durchführen und auch keine Kopien zur Verfügung stellen.
Hier gibt es ein Video https://www.youtube.com/watch?v=NB2JKqRL_bY das recht gut die Funktion von Enfold zeigt. Leider ist es nicht auf dem leltzten Stand – Enfold wird ständig erweitert und erhält neue Funktionen und Verbesserungen.
Ich hoffe, das hilft weiter. Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi,
Danke für die Rückmeldung. Ich habe den Bug korrigiert und auch in obigen Link. Bitte die Datei nochmals updaten.
LG,
GünterHi,
I think I could fix the problem.
Please update enfold\config-layerslider\config.php with:
Do not forget to make a copy of the old file for a fallback.
If you have troubles we can do that for you, but we need FTP access.
Let us know, if it works.
Best regards,
GünterHi,
Kannst Du mir bitte den Link zu einer oder den betroffenen Seite(n) geben – hab mir ein paar angeschaut bin mir aber nicht klar, wo das Problem liegt.
Danke.
Den Link kannst Du im Private Content unterbringen.
Best regards,
GünterHi,
I contacted Kriesi – and also my opinion:
At the moment we are heavily working on improving Enfold. It sound good to have a filter like this and in future we might add something to allow it – but not at the moment. I will put it in our enhancement list.
Meanwhile you can use a child theme – copy the file in the child theme directory and make the changes. Or add the modified version to your plugin and hook into WP template loading.
This file is not changed very often – so it should not be a problem to stay compatible.
Best regards,
GünterHey mediachefs_germany,
Danke dass Du unser Theme verwendest und für diesen Report.
Wir haben für die nächste Version einen fix vorbereitet – der sollte dieses Problem beheben.
Inzwischen kannst Du bitte config-templatebuilder/avia-template-builder/php/asset-manager.class.php mit folgender Datei ersetzen:
Bitte Enfold 4.3.1 verwenden und ein backup der Originaldatei für ein fallback.
Gerne machen wir dieses Update für Dich, falls es Probleme gibt.
Best regards,
GünterHey!
Could you please provide a more detailed info where exactly you want to have the filter?
Regards,
GünterHey!
The problem with page transition is fixed and should be part of the next update (> 4.3.1).
Meanwhile you can replace in file \enfold\js\avia-snippet-site-preloader.js line 53:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, a.avianolink, .grid-links-ajax a, #menu-item-search a";
with:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, a.avianolink, .grid-links-ajax a, #menu-item-search a, .wp-playlist-caption";
Do not forget to make a backup of the original file for a fallback.
Regards,
GünterHi,
From the wordpress docs:
The Template line corresponds to the directory name of the parent theme. The parent theme in our example is the Twenty Fifteen theme, so the Template will be twentyfifteen. You may be working with a different theme, so adjust accordingly.
Since the enfold theme uses a folder with lowercase name I think the current child theme is still correct.
Best regards,
GünterHi,
Glad we could help you.
Feel free to open a new topic when you have more questions.
Best regards,
GünterHi,
Thanks for contributing.
Enjoy the theme and feel free to return when you have any questions.
Best regards,
GünterHi,
Freut mich, dass wir Dir helfen konnten.
Viel Freude mit dem Theme und wir stehen bei weiteren Fragen gerne zur Verfügung.
Best regards,
GünterHi Manuel,
Ich habe in Enfold -> Allgemeines Styling -> QuickCSS für Desktop das notwendige CSS eingefügt. Evtl. kannst Du dich mit dem Wert von margin noch spielen.
Das Suchsymbol habe ich auch ausgeblendet.
Hoffe, dass passt so.
Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi Jens,
Hier ist ein temporärer fix, der vermutlich schon in der nächsten Version drinnen ist:
Ersetze die Datei enfold/includes/loop-index.php
durch
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_6/loop-index.php
Bitte ein Backup der Originaldatei für ein Fallback.
Solltest Du Probleme mit dem Update haben, können wir das gerne für dich machen – bitte um admin Rechte und FTP Zugang.
Best regards,
GünterHey NiRiOn,
Danke dass Du unser Theme verwendest.
Habe gerade erfahren, dass unser Dev Team dieses Problem rekonstruieren kann und versuchen wird, eine Lösung zu finden.
Best regards,
GünterApril 19, 2018 at 11:44 am in reply to: Enfold contact form triggers spam rule because of missing brackets #944058Hey Maarten,
Thank you for using our theme.
The sending routine can be found in enfold\framework\php\class-form-generator.php line 788: function send( $self_instance ).
There you find several filters like avf_form_sendto to manipulate the output.
Hope this helps you to find a solution.
Best regards,
GünterHi,
Da komm ich nur in “my account” des shops.
Ich würde brauchen die Berechtigung für das WP Dashboard = Rolle Administrator (auch bitte den link zum Dashboard angeben)
Best regards,
Günter -
AuthorPosts