Forum Replies Created

Viewing 30 posts - 2,101 through 2,130 (of 3,742 total)
  • Author
    Posts
  • in reply to: Gallery Element: Disable Click-Functionality #885663

    Hi,

    Danke dass Du unser Theme verwendest.

    Kann auf meinem Entwicklungsrechner das Problem nicht nachvollziehen.

    Kannst Du uns bitte einen temporären Admin Account einrichten damit wir ins Backend kommen und auch bitte den ALB Debug Mode aktiviern (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/).

    Danke.

    Best regards,
    Günter

    in reply to: Ankerpunkt setzen auf einer zweiten seite #885640

    Hey beatwittwer,

    Danke dass Du unser Theme verwendest.

    Ganz habe ich es nicht verstanden, aber Du kannst mehrere Sections untereinander anlegen und jeder Section im Feld “For Developers: Section ID” einen eindeutigen “Namen” geben, den Du im link dann mit #Namen als Ankerpunkt anhängen kannst.

    Weiters kannst Du angeben beim Tab Screen Options, bei welcher Bildschirmbreite eine Section sichtbar oder unsichtbar ist.

    Für jedes Video also eine Section anlegen.

    Ich hoffe, das hilft einmal weiter.

    Best regards,
    Günter

    in reply to: Spalten werden untereinander dargestellt #885615

    Hi,

    Thank you for using Enfold.

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

    Meanwhile you have to update file enfold\config-templatebuilder\avia-template-builder\php\shortcode-helper.class.php.

    Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/AL0QLyjb

    This link is valid for one month. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.2.
    Do not forget to clear browser and server cache after the update.

    Best regards,
    Günter

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

    Hi,

    Tut mir leid für die verspätete Antwort, aber ich bin nicht regelmässig im Forum.

    Ich kann dieses Problem auf meinem Server nicht reproduzieren – bei mir geht der Text einwandfrei.

    Deutet auf einen plugin Konflikt hin – versuche einmal alle plugins zu deaktivieren und dann einzeln dazu nehmen.
    Eventuell könnte es auch ein cache Problem am Server sein, dass die Seitenänderung nicht erkannt wird.

    Best regards,
    Günter

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

    Hi,


    @stanbrid

    Thanks for pointing at this problem. This is really a bug but only concerning the preview mode.

    If you update the page and then preview, the layout is correct.

    I put it on our todo list and we will try to fix it in the next update.

    Best regards,
    Günter

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

    Hi,

    Soweit ich sehe, verwendest Du “Sonderzeichen” wie “, Ü im Text.

    Das bricht möglicherweise den Shortcode. Versuche einmal, diese Zeichen wegzulassen.

    Wir arbeiten momentan an einer Lösung, dass man auch Sonderzeichen verwenden kann.

    Best regards,
    Günter

    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

Viewing 30 posts - 2,101 through 2,130 (of 3,742 total)