Forum Replies Created

Viewing 30 posts - 2,251 through 2,280 (of 3,722 total)
  • Author
    Posts
  • in reply to: No Burger menu on smartphone? #854292

    Hi,

    As a temporary fix please update the complete content of file enfold/functions-enfold.php (in parent theme !!!!)

    with the raw paste of

    https://pastebin.com/PcfqDRA2

    Make sure, you are using Enfold 4.1.2 and do not forget to make a copy of the original file to have a fallback.

    Changes concern line 132 – 145 and 158 – 168.

    This should support Zen Menu logic.

    Best regards,
    Günter

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

    Hi,

    Freut mich Dir geholfen zu haben.

    Jederzeit kannst Du mit weiteren Fragen einen neuen Thread aufmachen, wenn Du weiter Hilfe benötigst.

    Viel Freude noch mit dem Theme und einen schönen Tag.

    LG,
    Günter

    Hi,


    @ibswi

    Here you are:

    https://pastebin.com/BvriyRzi

    Best regards,
    Günter

    in reply to: Changing text "Search" from the search on header #853948

    Hey ex0rcist88,

    Thank you for using our theme.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor and change ‘My Search’:

    
    add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 );
    
    function my_frontend_search_form_param( array $params )
    {
    	$params['placeholder'] = __('My Search','avia_framework');
    	
    	return $params;
    }
    
    

    Best regards,
    Günter

    in reply to: The Events Calendar — eliminate double breadcrumbs #853937

    Hi,

    Thank you for using our theme.

    The logic of building the breadcrumb trail is to reflect the hierarchy of custom post types and the way to a page. This sometimes results in an output like that one with events.

    The easiest way is to hide the breadcrumb trail.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    #id.tribe-events-page-template .avia-breadcrumbs{
         display: none !important;
    }
    

    Best regards,
    Günter

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

    Hi,

    Danke für den Link.

    Du hast den Selektor nur auf die einzelnen Menüpunkte gelegt (war die erste Variante), richtig für Dich ist die 2. Lösung:

    
    .page-id-22 .main_menu {
        display: none !important;
    }
    

    LG,
    Günter

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

    Hi,

    Freut mich, dass wir helfen konnten.

    Viel Freude noch mit dem Theme und Du kannst jederzeit mit weiteren Fragen und Problemen zu uns kommen – einfach einen neuen Thread eröffnen.

    Liebe Grüsse,
    Günter

    in reply to: Menu structure is not showing correctly #853904

    Hey jeanora,

    Thank you for using our theme.

    You have a file ../themes/forcenet/css/styles.min.css and some of the settings there break the styling of the theme,

    e.g.

    
    .header_color .main_menu .menu ul.sub-menu li.menu-item:hover a {
        background: #3e3e3e;
        color: #fff !important;
    }
    
    

    changes the heading to white on a white background.

    You have to use a more specific selector for the elements.

    If you need more assistance please give us ftp access so we can have a look at the content of the original file (please deactivate any server side caching and caching plugins).

    Best regards,
    Günter

    in reply to: post social share bar (av-share-box) #853826

    Hi,

    Thank you for using our theme.

    When you are using the Advanced Layout Builder you have the element “Social Share Button” or you can use “Widget Area” and define a custom widget area with your social buttons. and place these elements, wherever you want.

    Hope, this will help you.

    Come back, if you need further assistance.

    Best regards,
    Günter

    in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #853810

    Hi,

    Thank you for using our theme.

    Try to disable all plugins except WPML Base plugin and check, if it works. Then enable one plugin after the other.

    Could be a plugin conflict.

    Let us know, if this helped.

    Best regards,
    Günter

    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

Viewing 30 posts - 2,251 through 2,280 (of 3,722 total)