Forum Replies Created

Viewing 30 posts - 1,921 through 1,950 (of 3,695 total)
  • Author
    Posts
  • Hey forde,

    Thank you for using Enfold and reporting this bug.

    I added it to our todo list and we will try to fix it as soon as possible.

    Best regards,
    Günter

    Hey Mariusz86,

    Thank you for using Enfold.

    Enjoy the theme and feel free to come back if you need further assistance.

    Best regards,
    Günter

    in reply to: [WPML / WP All Import] Code Blocks Failing on Import #961644

    Hey tdisdi,

    Thank you for using our theme.

    I’m afraid, that is a problem you have to contact WPML, why they execute shortcodes on importing content of a post.
    WPML has the structure of our Advances Layout Builder elements in their XML file and therefore know what needs to be translated. That works on manual translating and should also work on bulk import.

    One idea I have is – remove all files in enfold\config-templatebuilder\avia-shortcodes\ and try to import.

    Best regards,
    Günter

    in reply to: Trouble unmuting audio and looping in color section #961590

    Hey pamk21,

    Thank you for using our theme.

    Please give us admin access to your site and the link to the page. Also enable ALB debug mode https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    Best regards,
    Günter

    in reply to: API Eingabe für Google Map fehlt #961577

    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ünter

    Hi Günter

    I added a patch for this problem. Should be in 4.4.1.

    LG
    Günter

    in reply to: Enfold 4.4 Google Map Issue #960825

    Hi!

    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ünter

    in reply to: Google maps does not work anymore #960765

    Hi,

    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ünter

    in reply to: Enfold support for CM Tooltip Glossary #960763

    Hi!

    We added the filters:

    ava_before_content_templatebuilder_page
    ava_after_content_templatebuilder_page

    Should be in release 4.4.1.

    Regards,
    Günter

    Hallo 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ünter

    Hi,

    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ünter

    Hi 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ünter

    in reply to: dsgvo – Share links #958335

    Hi,

    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ünter

    in reply to: Falsch generierte URL "dynamic_avia" #956967

    Hallo 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ünter

    Hey 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ünter

    in reply to: resizing problems with tab section #955644

    Hi,

    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ünter

    in reply to: Enfold #955292

    Hi!

    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ünter

    in reply to: Falsch generierte URL "dynamic_avia" #955147

    Hi,

    Danke für die Rückmeldung. Ich habe den Bug korrigiert und auch in obigen Link. Bitte die Datei nochmals updaten.

    LG,
    Günter

    in reply to: resizing problems with tab section #954504

    Hi,

    I think I could fix the problem.

    Please update enfold\config-layerslider\config.php with:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_3_1/Layerslider/config.php

    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ünter

    in reply to: Layout von Germanized Plugin anpassen #953500

    Hi,

    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ünter

    in reply to: Enfold support for CM Tooltip Glossary #953400

    Hi,

    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ünter

    in reply to: Falsch generierte URL "dynamic_avia" #953340

    Hey 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:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_3_1/asset-manager.class

    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ünter

    in reply to: Enfold support for CM Tooltip Glossary #953333

    Hey!

    Could you please provide a more detailed info where exactly you want to have the filter?

    Regards,
    Günter

    in reply to: Audio Player opens the title in a new window #952087

    Hey!

    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ünter

    in reply to: Child theme isn't being recognized with Enfold #952064

    Hi,

    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ünter

    in reply to: LINK TO TAB #951460

    Hi,

    Glad we could help you.

    Feel free to open a new topic when you have more questions.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #951455

    Hi,


    @vincemilia

    Thanks for contributing.

    Enjoy the theme and feel free to return when you have any questions.

    Best regards,
    Günter

    in reply to: Doppelter Beitrag in Safari Reader ansicht #946422

    Hi,

    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ünter

    in reply to: Hauptmenü #945339

    Hi 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ünter

    in reply to: Doppelter Beitrag in Safari Reader ansicht #945330

    Hi 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ünter

Viewing 30 posts - 1,921 through 1,950 (of 3,695 total)