Forum Replies Created

Viewing 30 posts - 2,071 through 2,100 (of 3,706 total)
  • Author
    Posts
  • in reply to: WooCommerce productpage shows errors #883307

    Hi,


    @lisagadman

    Glad you manaaged this and we could help you. If you need any further assistance please open a new thread.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: ENFOLD Beitragsbild zuschneiden #882599

    Hi,

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

    
    
    function custom_modified_thumb_sizes( $sizes )
    {
    	/**
    	 * Example: Change sizes for 'masonry'
    	 * 
    	 * Remove // at beginning of the line and make your changes.
    	 * 
    	 */
    						//	set to true to crop images (= default value if not set)
    	$size['masonry'] = array('width'=>1024, 'height'=>1024, 'crop' => false);
    				
    	return $sizes;
    }
    add_filter('avf_modify_thumb_size', 'custom_modified_thumb_sizes', 10, 1 );
    
    

    In enfold/functions.php ab Zeile 146 findest Du die möglichen Werte, mit denen Du ‘masonry’ ersetzen kannst, z.B.

    
        $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321, 'crop' => false);
    

    Dann auf jeden Fall mit https://wordpress.org/plugins/regenerate-thumbnails/ die WP Bildgalerie thumbnails neu generieren lassen.

    Da ich Deine Einstellungen nicht kenne, kann ich Dir keine genauere Hilfestellung geben.

    Dafür würden wir einen Link zur Seite und einen temporären admin account benötigen. Diesen kannst Du im private content unterbringen.
    Best regards,
    Günter

    in reply to: Enfold Theme #882534

    Hey Ray,

    Danke für das Interesse an unserem Theme.

    Da unsere Themes weltweit verkauft werden, und Englisch die allgemein verbreitetste und verstandene Sprache ist, haben wir unsere Seiten auf Englisch gehalten.

    Unsere Themes werden und dürfen nur exklusiv über Themeforest vertrieben werden – ein Direktverkauf ist uns leider untersagt.

    Bezügl. Ihres Bekannten: Er kann sich gerne in unserem Supportforum registrieren (https://kriesi.at/support/register/) und einen Thread mit dem Problem dort anlegen. Unsere Supportmitarbeiter stehen dann gerne zur Verfügung. Bitte dabei einen Link zu der Seite angeben.

    Mfg,
    Günter

    in reply to: Equal Height columns #880407

    Hi,

    I would recommend not to touch the shortcode directly.

    If a page makes problem only check the shortcode in the debug window, but delete the content inside the section (or the complete section if something remains inside) and rebuild everything using drag and drop – this is the safest way.

    Best regards,
    Günter

    in reply to: Equal Height columns #880328

    Hi,

    I could locate the problem.

    I do not know why but in the first section the shortcode end tag for the first special header “Udgivelser” was missing and after that was a textblock with:

    Synes du ikke, at du får nok ud af et enkelt dagskursus? Eller har du nogle unikke behov i din virksomhed? Vil du gerne selv sammensætte et kursusforløb, som er tilpasset til dig? Så har du muligheden nu.

    Hos Kursusfabrikken tilbyder vi tilpassede kursusforløb, der sammensættes ud fra dine ønsker og behov. Kontakt os for at høre mere om dine muligheder.

    and another special heading with:

    Få en underviser på besøg

    I added the missing shortcode end tag, updated the page and now the columns return fine.

    You can now edit the page as usual.

    Best regards,
    Günter

    in reply to: Equal Height columns #880236

    Hi,

    Sorry for the late reply – my team mate missed to tag this topic for me and I’m not working in the forum on a regular base.

    Thank you for enabling the debug mode.

    I copied the shortcode to my working environment and can reproduce the problem. This helps me to locate the error.

    As soon as I have the fix I will be back.

    Best regards,
    Günter

    in reply to: Columns not displayed correctly after updating to 4.0.7 #880193

    Hi,


    @stanbrid

    Do I understand it correctly:

    You mean clicking the button “Preview Changes” on the Edit Page and not the “Live Preview” on the Themes page.

    Is it still messed up after updating the page ?

    Can you give us the shortcode of the page (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/) please so we can try to reproduce the problem on our test environment? You can paste it in https://pastebin.com/ and put the link in private content.

    Best regards,
    Günter

    in reply to: Events Countdown ist auf Englisch #880119

    Hi,

    Das ist in den Theme options Dashboard -> Enfold Child -> Theme Options -> Frontpage Settings.

    Dort solltest Du es auch einstellen.

    LG,
    Günter

    in reply to: Events Countdown ist auf Englisch #879823

    Hi,

    Dürfte ein Problem mit den Permalinks und Caching plugin gewesen sein.

    Habe einige Plugins deaktiviert, mehrmals zwischen Standard Theme 2017, Enfold, Enfold Child gewechselt und die Peremalinnks öfters gewechselt und abgespeichert. Die “Homepage” habe ich einmal auf “Home” eingestellt.

    Eine Testseite http://derivatexx.seyther-kommunikation.de/test-countdown/ habe ich angelegt.

    LG,
    Günter

    in reply to: Title tags not completely changing #879788

    Hi,

    Thank’s for reporting this.

    The function avia_set_title_tag() had been deprecated with Enfold 3.6, because WP introduced _wp_render_title_tag() with 4.1. Since that time our theme is using the default WP way to output the title.

    So the hook you are using is the only and correct way to update the title.

    Best regards,
    Günter

    Hi,

    The theme is built to “break” the burger menu at 989px.

    If you want to have a wider screen you can try to modify the media queries in enfold\css\layout.css line 3992ff.

    I did not try it up to now and we had no requests for that. But you can post a feature request at https://kriesi.at/support/enfold-feature-requests/ for that.

    Best regards,
    Günter

    in reply to: Objekt Masonry #879675

    Hey Peter,

    Danke dass Du unser Theme verwendest.

    Out of the box ist das nicht möglich Würde bedeuten, dass man um einen Datensatz mehr abfragen müsste und dann die Ausgabelogik anpassen müsste.

    Dies ist aber customization und sprengt den Rahmen des Support Forums.

    Anpassen müsstest Du die folgenden beiden Dateien:

    config-templatebuilder\avia-shortcodes\masonry_entries.php line 530ff und
    config-templatebuilder\avia-shortcodes\av-helper-masonry.php line 211ff

    Du könntest dieses Feature unter https://kriesi.at/support/enfold-feature-requests/ vorschlagen.

    Best regards,
    Günter

    in reply to: Events Countdown ist auf Englisch #879280

    Hi,

    Konnte mich jetzt verbinden und habe die beiden Dateien angepasst

    Jetzt sollte es funktionieren.

    LG,
    Günter

    in reply to: Slide-Show – Verlinkungen nicht aktiv #879260

    Hi,

    Du hast noch eine alte Version von Enfold. Update bitte auf die aktuelle Version 4.2. https://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Günter

    Hi,

    Did you check the option Dashboard -> Theme Options -> Main Menu -> Menu Items for mobile.

    There you can select, when the menu switches between burger and normal menu.

    Best regards,
    Günter

    Hi,

    In our theme we use:

    
    @media screen and (max-width: 989px) {
    
    }
    
    

    Best regards,
    Günter

    in reply to: Slide-Show – Verlinkungen nicht aktiv #879168

    Hi,

    Das ist momentan ein WP core Problem mit der formellen Anrede in Deutsch (betrifft auch andere Sprachen). Es tritt ein js Fehler auf und die Ausführung des Skriptes wird abgebrochen.

    Habe moementan auf “Deutsch” umgestellt. Scheint damit zu funktionieren.

    LG,
    Günter

    in reply to: Events Countdown ist auf Englisch #879164

    Hi,

    Auf diesen Link ist dieser Unterordner nicht vorhanden – nur 2 leere Ordner. Kannst Du das bitte nochmals checken ?

    Best regards,
    Günter

    in reply to: Events Countdown ist auf Englisch #879122

    Hi,

    Den Link zum FTP Server würde ich auch noch benötigen bitte !

    Best regards,
    Günter

    Hi,

    I updated avia.js. The original file is avia_1old.js for fallback.

    You must have some caching plugin running, because I do not get the changed js file when I reload the page.

    Also you have some custom CSS that hides the burger menu for mobile. Do not forget to remove this and also clear your browser cache several times and reload the page then.

    Hope this solves the Problem.

    Best regards,
    Günter

    in reply to: Events Countdown ist auf Englisch #879096

    Hallo Ramona,

    Gerne. Kannst Du mir auch bitte FTP Zugang geben und welche Seite konkret die Probleme macht?

    Hast Du schon versucht, mit LocoTranslate die Übersetzung zu korrigieren? Das sollte eigentlich auch funktionieren.

    Best regards,
    Günter

    Hi,


    @diddel_daddel

    Of course, is this a live site or only a staging site? If it’s a live site could you also provide a link so I can check, that the update works. I do not want to update a live site without the possibility to check that the update works.

    Best regards,
    Günter

    in reply to: ENFOLD Beitragsbild zuschneiden #878731

    Hey AR_01,

    Danke dass Du unser Theme verwendest.

    Folgender Link sollte Dir weiterhelfen:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_modify_thumb_size.php

    Wenn Du crop auf true setzt, dann skaliert WP die Bilder.

    Solltest Du weiter Hilfe benötigen, stehen wir gerne zur Verfügung.

    LG,
    Günter

    Hi,


    @Guenni007

    Danke für den Input :)

    Best regards,
    Günter

    Hi,

    Danke dass Du unser Theme verwendest.

    Am einfachsten wäre es, wenn Du die Datei enfold\comments.php veränderst und dort die englischen Texte durch Deutsche ersetzt, z.B.

    
      __('Leave a Reply','avia_framework')
    

    durch

    
       __('Hinterlassen Sie eine Antwort','avia_framework_1')
    

    Alternativ könntest Du die deutsche Übersetzungsdatei z.B. mit dem Plugin LocoTranslate bearbeiten.

    Die Änderungen werden mit jedem Update überschrieben.

    Falls Du ein child theme verwendest, kannst Du comments.php in enfold-child kopieren und die Kopie bearbeiten. In diesem Fall bleiben bei einem update die Änderungen bestehen, aber Änderungen an der Originaldatei werden nicht berücksichtigt.

    Best regards,
    Günter

    in reply to: child-theme avia.js and another js ? #876607

    Hi,

    Tut mir leid für die Umstände.

    Ich werde mit Kriesi diskutieren, ob wir eine Möglichkeit schaffen sollen, js funktionalitäten ähnlich php überscheibbar zu machen.

    Best regards,
    Günter

    in reply to: Columns not displayed correctly after updating to 4.0.7 #876597

    Hi,

    @jake

    We would need to get access to the created shortcode on this page to reproduce the problem.

    Could you please enable the ALB Debug mode https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.

    Then please open a new thread and give us a temporary admin account for your site (you can post the credentials in the private content).

    We will have a look into your problem asap.

    Thank you for your cooperation.

    Best regards,
    Günter

    in reply to: Columns not displayed correctly after updating to 4.0.7 #876031

    Hi,

    Please try to update to Enfold 4.2. The fixes above are included in this version.

    Best regards,
    Günter

    in reply to: child-theme avia.js and another js ? #875469

    Hallo Günter,

    Sorry, habe die erste Frage etwas zu oberflächlich gelesen.

    function avia_header_size()

    ist leider nicht so leicht zu ersetzen, da es sich um kein jQuery plugin handelt.

    Was gehen sollte, wäre die Funktion in eine eigene Datei zu kopieren mit eigenem Namen (z.B. my_avia_header_size), und dort zu modifizieren. Diese Datei dann vor avia.js laden, sollte aber glaub ich nicht unbedingt notwendig sein. Auf jeden Fall nicht in

    
    $(document).ready(function()
    

    unterbringen.

    In avia.js Zeile 32 müsstest Du

    avia_header_size()

    ersetzen mit

    my_avia_header_size();

    .

    Anders lässt sich das leider nicht realisieren.

    LG,
    Günter

    in reply to: on smartphone does not open a side #875457

    Hi,

    Thanks for using our theme and the feedback.

    I will close the topic, and you can open a new one any time you neeed further assistance.

    Have a nice day and enjoy the theme.

    Best regards,
    Günter

Viewing 30 posts - 2,071 through 2,100 (of 3,706 total)