Forum Replies Created

Viewing 30 posts - 2,281 through 2,310 (of 3,742 total)
  • Author
    Posts
  • in reply to: Quantity is missing from the cart page on mobile #853798

    Hey DROR,

    Thank you for coming back.

    This is a default behaviour of Enfold for smaller screen width as you also can see on http://kriesi.at/themes/enfold-2017/shop/custom-shop/.

    This code should show the buttons:

    
    @media only screen and (max-width: 767px) {
            .responsive .shop_table .product-quantity{
                display: block !important;
            }
    }
    

    Best regards,
    Günter

    in reply to: Enfold – Google API failing and referencing MailChimp? Bug? #853792

    Hey spidercreations,

    Thank you for using our theme.

    The retired version warning does not affect the functionality of google maps, but with the next update we modified this element so it will be easier for users to update the version number so this warning can be avoided.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend to check the API key message in the Google Section.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Günter

    in reply to: Enfolde 2017 und StartUp Demo #853747

    Hey ik_p2p,

    Danke dass Du unser Theme verwendest.

    Ich würde Enfold 2017 Demo importieren, wenn Du langfristig dieses Design haben möchtest.

    Das Nachbauen der Seiten der Flat Business geht am besten mit Shortcodes im Advanced Layout Builder debug mode. Siehe dazu
    https://kriesi.at/support/topic/full-page-shortcodes-for-enfold-flat-business-theme/.

    Entweder legst Du eine WP installation auf einen eigenen Server (evtl. auch localhost) an oder du kannst den shortcode auch direkt von der Online Demo abfragen, indem Du ?shortcode=true an die URL anhangst, z.B.

    http://kriesi.at/themes/enfold-business-flat/blog/?shortcode=true

    Den Shortcode kopierst Du dann in das Debug Fenster, speicherst die Seite und bearbeitest dann die Elemente im ALB Fenster.

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853374

    Hi,

    Please try the following fix instead of the previous:

    https://pastebin.com/MdCiMfnS

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853068

    Hi,

    It is just a try – this is the latest version of enfold\js\avia.js

    https://pastebin.com/mMjE3jJ6

    Can you please try to update this file on your stage site (do not forget to make a backup of the original file for a fallback).
    Link is valid for one week.

    Thnank you.

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853064

    Hi,

    Thank you for coming back.

    It seems to be an issue concerning touch screens only (using a desktop and minimize the window to show burger menu it works fine).

    I opened a bug issue so we will focus on this problem and will try to find a solution as soon as possible.

    We will inform you, when we have found a solution. Thank you for your patience.

    Can you give us ftp access to your staging site please so we can test a possible solution?

    Best regards,
    Günter

    in reply to: Menü auf einzelner Seite rausnehmen #853061

    Hey Umzug4,

    Danke dass Du unser Theme verwendest.

    Kannst Du uns bitte eine Link zu der Seite senden?

    Bei meiner lokalen Testseite ist das burger menü nicht mehr sichtbar, wenn Du https://kriesi.at/support/topic/menu-im-header-von-einer-bestimmten-seite-entfernen/#post-306912 verwendest.

    Best regards,
    Günter

    in reply to: Bildgrößen mit Enfold #853037

    Hey AbacoSoft,

    Danke dass Du unser Theme verwendest.

    ad 1) WordPress hat einige vordefinierte Bildgrössen
    ad 2) Du kannst jederzeit Bildgrössen auskommentieren. Dies hat aber den Nachteil, dass Elemente die diese Bildgrössen benötigen eine Fallback Grösse nehmen müssen (macht WordPress), die unter Umständen dann nicht mehr gut ausschaut.

    Es gibt da ein plugin https://de.wordpress.org/plugins/simple-image-sizes/, wo man in imagesizes verwalten kann (habe es aber noch nicht getestet).

    Wenn Du in functions.php die Sizes änderst, unbedingt https://de.wordpress.org/plugins/regenerate-thumbnails/ drüberlaufen lassen.

    Hoffe, dass hilft Dir weiter.

    Best regards,
    Günter

    in reply to: SM-Icons – Anzeige mobile / Slidertexte-Hintergrund #852875

    Hey swelzel,

    Danke, dass Du unser Theme verwendest.

    ad 2)

    In custom.css oder Enfold -> General Styling -> Quick CSS (resp. falls Du ein Child theme verwendest: in style.css des Child themes oder Enfold-Child -> General Styling -> Quick CSS) füge den folgenden Code ein:

    
    .slideshow_caption .avia-caption-title,
    .slideshow_caption .avia-caption-content p{
    	width: 100% !important;
    }
    

    ad 1)

    Die social icons werden ab einer Bildschirmbreite von 479 px ausgeblendet aus Platzgründen ausgeblendet.
    Wenn es Dich nicht stört, dass das Logo mit dem Burger icon überlappt sollte folgender Code helfen:

    
    @media only screen and (max-width: 479px) {
       .responsive #top #wrap_all #header .social_bookmarks{
                  display: block;
             }
    }
    

    Best regards,
    Günter

    Hi,

    Freut mich, dass die Lösung passt.

    Nein, nicht dass ich wüsste. Ich habe bei mir lokal gearbeitet und getested.

    Viel Freude noch mit dem Theme. Jederzeit stehen wir bei weiteren Fragen zur Verfügung.

    LG aus Wien,
    Günter

    Hi,

    Leider weigern sich die Entwickler von Germanized mit uns zusammenzuarbeiten und entwickeln in der pro Version ihre eigenen Anpassungen.

    Damit Du die Steuerinformationen angezeigt bekommst:

    Kopiere dann die Datei enfold\config-templatebuilder\avia-shortcodes\product_snippet_button.php in das Verzeichnis shortcodes im Child Theme.

    Dann ersetze (ca. Zeile 72:

    
    			wc_clear_notices();
    			woocommerce_template_single_add_to_cart();
    

    mit

    
    			wc_clear_notices();
    			woocommerce_gzd_template_single_legal_info();
    			woocommerce_template_single_add_to_cart();
    

    Dann erscheint “incl. 19% VAT plus Shipping Costs” unterhalb des Preises.

    Ich hoffe, das hilft einmal weiter.

    Best regards,
    Günter

    in reply to: Probleme mit WPML und CSS #850119

    Hi,

    Freut mich, dass das Problem gelöst wurde und wir helfen konnten.

    Viel Freude noch mit dem Theme.

    Bei weiteren Fragen oder Problemen kannst Du jederzeit gerne wieder ein neues Topic aufmachen.

    LG. und auch noch einen schönen Sonntag
    Günter

    in reply to: Smartphone Problem #850064

    Hey Thomas Hiebsch,

    Danke für das Interesse an unseren Produkten.

    ad 1) Das ist eine Limitation von mobilen Geräten die um den Datenverbrauch zu schonen Videos nur abspielen wenn der Benutzer dies startet (ungewollte Werbevideos). Dies lässt sich auch nicht mehr umgehen.

    ad 2) Die Datei kann irgendwo liegen, auch auf Deinem Server. Nur bitte mit dem Hoster abklären, dass der download nicht blockiert wird (manche hoster machen das).

    LG,
    Günter

    in reply to: Online-Buchung für Hotels #849946

    Hi,

    Danke dass Du dich für unsere Produkte interessiert und die Antwort Dir geholfen hat.

    Fast alle unsere Moderatoren sind aus nicht deutsch sprechenden Ländern, um einen Support “Rund um die Uhr” zu ermöglichen.

    Um ein rasches Feedback zu erhalten, ist es besser in Englisch, Du kannst aber gerne auch in Deutsch schreiben – es kann dann nur etwas länger dauern, bis Du eine Antwort erhältst.

    Falls Du dich für das Theme entscheidest, stehen wir Dir gerne bei Fragen und Problemen zur Verfügung. Einfach im Forum registrieren https://kriesi.at/support/register/

    LG aus Wien,
    Günter

    in reply to: Footer inside Color Section? #848972

    Hi,

    Thanks for this feedback.

    As a fix to get your site to work properly – yes.

    Still we will have a look if we can find a reason for this strange behaviour in the next days. So please leave the debugger enabled.

    Best regards,
    Günter

    in reply to: Issue with tab section #848647

    Hi,

    Glad we could help you.

    You can post a feature request on https://kriesi.at/support/enfold-feature-requests/ concerning the directory theme. Kriesi looks at these reguarly and decides, what to implement or develop.

    Have a nice day also.

    Best regards,
    Günter

    in reply to: Probleme mit WPML und CSS #848642

    Hi Paul,

    Der Debug Mode gehört am Anfang der Datei functions.php aktiviert – habe das korrigiert.

    Kann auf meiner lokalen Installation mit Yoast und WPML das Problem aber nicht rekonstruieren, auch dann nicht, wenn ich etwas am Content ändere.

    Bei Euch wenn man den ALB Debug Content ins Debug Fenster einer neue Seite kopiert, passt die Seite auch, kaum ändert man etwas, wird die HTML Struktur gebrochen.

    Es muss mit Eurer Installation zusammenhängen – möglicherweise ein Plugin Konflikt.

    Als ersten Schritt: Kannst Du einmal alle plugin deaktivieren (auch caching plugins) und dann eines nach dem anderen dazunehmen (zuerst WPML, YOAST, dann die anderen) und schauen, wann die Anzeige bricht (Bereich “Unsere Spezialgebiete” die 1/4 columns darunter, d.h.:

    1. Neue Seite anlegen
    2. ALB Debug content aus debug Fenster der Originalseite in Debug Fenster der neuen Seite hineinkopieren
    3. Seite speichern, Anzeige kontrollieren
    4. Änderung durchführen, Seite speichern, Anzeige kontrollieren
    5. Wenn kein Fehler, nächstes plugin aktivieren, weiter bei 4.

    Ist leider eine Spielerei, geht aber nicht anders.

    LG,
    Günter

    in reply to: Footer inside Color Section? #848602

    Hi,

    Thank you for the details and sorry for the late reply.

    Checking the page shows a broken layout of the HTML structure.

    I do not want to modify your existing pages.

    But just for a try can you add an empty section right before the fullwidth button and check, if this helps?

    To locate the problem we need to check the internal structure of the ALB shortcodes.

    Please activate the debug window: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Sorry for the inconvenience.

    Best regards,
    Günter

    in reply to: Keine Image-Sitemap via Yoast SEO Plugin #848577

    Hi,

    Ich wünsche Dir noch viel Freude mit dem Theme.

    Bei weiteren Fragen stehen wir gerne wieder zur Verfügung – einfach ein neues Topic eröffnen.

    Best regards,
    Günter

    in reply to: Issue with tab section #848574

    Hi,

    Sorry for the late reply but I was a few days off.

    Done. Updated file enfold\config-templatebuilder\avia-shortcodes\tab_section.php.

    Checked the site and it works.

    Best regards,
    Günter

    in reply to: Probleme mit WPML und CSS #847131

    Hey RePa,

    Danke dass Du unser theme verwendest und für die Links.

    Momentan kann ich da nichts erkennen (und möchte auch nicht in den Seiten etwas ändern).

    Kannst Du bitte eine Testseite anlegen und präzisieren, was geändert wurde und wo genau der Fehler sichtbar ist.
    Aktiviere dann bitte auch den Debug Mode für den ALB (http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/).
    Damit kann ich dann bei mir lokal die Seite nachbauen und auch testen.

    Danke für Deine Unterstützung.

    Best regards,
    Günter

    Hi,

    I updated the file enfold\js\avia.js and renamed the original file to avia_412.js so you have a fallback possibility in case something does not work with the new version.

    Let us know, if the changes work for you.

    Best regards,
    Günter

    in reply to: Google Maps API warning: RetiredVersion #846770

    Hey L,

    Thank you for coming back.

    Currently there are several files involved. Search for 3.27 in the files with a development environment like netbeans.

    This will be changed in the next update. There will be a single file to change the version and also a filter to do that without touching the core:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Option%20Settings/Google%20Services/avf_google_maps_source.php

    This warning does not affect the function of Google Maps.

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #846764

    Hi,

    Thank you for coming back.

    The problem you reported is a bug, that should be fixed with the next update.

    Meanwhile you have to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/aiTJYqzG

    This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    If you have problem we can do the update for you, please give us FTP access to your server.”

    Best regards,
    Günter

    in reply to: Variable Products: WooCommerce #846761

    Hi,

    Ich fürchte, dass ist mit den Standardfunktionen von WooCommerce nicht machbar und auch nicht leicht umsetzbar.

    Da jede Variation ein eigenes Produkt ist läuft dies auf eine bulk action add to cart hinaus.

    Möglich, dass es dafür schon ein plugin gibt. Gib einmal “woocommerce add more than one product to cart” in Google ein – da kommt eine ganze Menge heraus.

    LG
    Günter

    in reply to: Problem with Sub-Menu dropdown on mobile #846754

    Hi,

    Thank you for coming back.

    Can you please try to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/aiTJYqzG

    This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    Let us know, if this helped. If not, we will have a closer look at the backend.

    Best regards,
    Günter

    in reply to: Mobile menu will not display but is showing on desktop #846749

    Hey DebCikovic,

    Can you try to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/aiTJYqzG

    This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    Let us know, if this solves your problem. If not, we will have a closer look at your backend.

    Best regards,
    Günter

    Hi,

    The problem you reported is a bug, that should be fixed with the next update.

    Meanwhile you have to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/aiTJYqzG

    This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    If you have problem we can do the update for you, please give us FTP access to your server.”

    Best regards,
    Günter

    Hi,


    @RePa

    Danke dass Du unser theme verwendest.

    Könntest Du bitte einen eigenen Thread anlegen und uns auch Links zu konkreten Seiten geben (auch backend links) die Probleme machen?

    Gerne schauen wir uns dann das Problem an. Bitte auch die admin logins nochmals mitsenden – ich entferne Sie aus Sicherheitsgründen von hier.,

    Best regards,
    Günter

    in reply to: Issue with tab section #846721

    Hi,

    Done. Checked page link from topic and it works.

    If you have this problem on other sites you can copy enfold\config-templatebuilder\avia-shortcodes\tab_section.php from this site.

    Best regards,
    Günter

Viewing 30 posts - 2,281 through 2,310 (of 3,742 total)