Forum Replies Created

Viewing 30 posts - 2,191 through 2,220 (of 3,706 total)
  • Author
    Posts
  • in reply to: Themewechsel und Portfolioeinträge mitnehmen #859573

    Hi,

    Tut mir leid, dass dies Dir nicht weitergeholfen hat.

    Die Frage ist, wieviele Einträge sind es.

    Ich habe mich damit bis jetzt noch nicht beschäftigt, aber theoretisch sollte man die Portfolio schon in Blogeinträge umwandeln können.

    Dies spremgt aber leider den Rahmen des Support Forums.

    Falls es eine größere Anzahl ist und Du Interesse hast, stehe ich als Freelancer gerne zur Verfügung.

    Danke nochmals, dass Du Enfold benutzt.

    Best regards,
    Günter

    in reply to: Erweiterten Layout Editor #859485

    Hey Mike3210,

    Danke dass Du unser Thene verwendest.

    Könntest Du uns bitte einen link zu der Seite geben und einen admin account einrichten, sodass wir uns das im Backend genauer anschauen können.
    Ein Link zu dem Beitrag der Probleme macht wäre auch hilfreich.

    Die Daten kannst Du im Privat Content unterbringen.

    Danke.

    Best regards,
    Günter

    in reply to: Angezeigte Bildgröße in Masonry Galerie #859292

    Hi,

    Könntest Du mir bitte einen admin account anlegen, dass ich mir das Backend genauer anschauen kann.

    Die Daten kannst Du im Private Content Bereich eingeben.

    LG,
    Günter

    in reply to: Themewechsel und Portfolioeinträge mitnehmen #859267

    Hey Adrian,

    Danke dass Du unser Theme verwendest.

    Enfold Portfolio sind custom post types (‘post_type’ = ‘portfolio’ und ‘taxonomy’ = ‘portfolio_entries’).

    https://de.wordpress.org/plugins/cpt-editor/ könnte weiterhelfen. Kenne das plugin allerdings nicht.

    Du müsstest herausfinden, wie Storefront portfolios abbildet. Kenne Storefront aber leider auch nicht.

    Hoffe, das hilft Dir weiter.

    Best regards,
    Günter

    in reply to: Angezeigte Bildgröße in Masonry Galerie #859174

    Hey Torsten,

    Danke dass Du unser theme verwendest.

    Es gibt ein Filter um die definierten Bildgrössen zu verändern:

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

    Das Beispiel ist bereits für masonry gemacht.

    Solltest Du Probleme mit dem Einbauen haben, können wir gerne behilflich sein.

    Best regards,
    Günter

    in reply to: Woocommerce Lightbox not working #858476

    Hi,

    Thanks for coming back.

    It seems, that the lightbox is not enabled, because I do not see classes that should be added by the lightbox on your site. Therefore the image opens in the browser window.

    Can you try to disable all plugins except WC and check (do not forget to clear browser and server cache).

    If you could create us an admin account we can have a look in your backend and check.

    Best regards,
    Günter

    in reply to: Single Post – Whitespace #858455

    Hi,

    Please update the complete file loop-index.php with this:

    https://pastebin.com/UBdN0n7D

    To center the 2 lines use the following CSS:

    
    #top.single-post .post-meta-infos .post-meta-line{
    	width: 100%;
    }
    
    #top.single-post .post-meta-infos .post-meta-line .post-meta-content{
    	margin: 0 auto;
    	width: 350px;
    	text-align: center;
    }
    
    

    Best regards,
    Günter

    in reply to: Link aus Formular #858446

    Hi,

    Zuerst einmal war die php Syntax falsch mit den einfachen Hochkomma. Ich habe das einmal korrigiert.

    
    function my_avf_form_send( $send, $post, $form_params, $objec )
    {
    	if($_POST['hns']) {
    		$arrival=$_POST['1_1'];
    		$departure=$_POST['2_1'];
    		$adults=$_POST['3_1'];
    		$roomtype=$_POST['hns'];
    		echo '<meta http-equiv=”refresh” content="URL=https://www.cbooking.de/v3/booking.aspx?id=kraehenberg&module=public&ratetype=bar&lang=de&arrival=' . $arrival . '&departure=' . $departure . '&rooms=1&adults=' . $adults . '&roomtype=' . $roomtype . '”>';
    	}
    	else 
    	{
    		return $send;
    	}
    }	
    

    Nur so wird das nicht gehen, weil zum Zeitpunkt dieses Filters noch keine Header definiert sind. Dies erfolgt erst viel später.

    Außerdem ist dieser “Aufruf” ein quasi ajax call, da später im frontend nur mehr die form relevanten Teile ausgefiltert werden.

    Man müsste sich in deinem Fall grundsätzlich anschauen, wie die Schnittstelle genau arbeitet und ob Du da nicht besser gleich ein rerouting auf eine eigene Seite einbauen musst.

    Nur das sprengt leider den Rahmen dieses Support Forums und ist customization.

    Best regards,
    Günter

    in reply to: Schädliche Dateil der author.php #858353

    Hi,

    Freut mich, dass Du eine Lösung gefunden hast.

    Ich schliesse dann einmal das Topic.

    Solltest DU weitere Hilfe benötigen, einfach ein neues Topic aufmachen. Gerne stehen wir zur Verfügung.

    Einen schönen Tag noch und viel Freude mit dem Theme.

    LG aus Wien
    Günter

    in reply to: Schädliche Dateil der author.php #858049

    Hi,

    Danke dass Du Enfold verwendest.

    Ich bin leider kein Web administrator, es schaut aber so aus, als ob die Website gehackt wurde.

    Versuche einmal mit dem Hoster abzuklären, ob es möglich ist, festzustellen, wann das Hochladen stattgefunden hat und dann ein backup vor diesem Datum zurückzuspielen. Dann sollte die Seite eigentlich wieder gehen.

    Versuche auch abzuklären ob und wie man die Berechtigungen setzen kann, damit nur wenige Personen updates durchführen können.

    Best regards,
    Günter

    in reply to: Single Post – Whitespace #858013

    Hi,

    Thank you for using our theme and I apologize that this conversation run into a wrong direction. Of course we try to provide assistance as much as possible.

    Please switch your blog setting in Dashboard -> Enfold Child -> Blog Layout -> Blog Styling to Default (Business).

    This already moves the requested elements below the image.

    To keep your changes on upcoming updates:

    In your child theme main directory create a folder includes and in this folder create an empty file loop-index.php (-> enfold-child\includes\loop-index.php).

    Put the content of the RAW Paste Data (at bottom) into this file:

    https://pastebin.com/yLsJyYtE

    If you need further assistance with the CSS please let us know. It will be easier to provide you with the correct changes after this update.

    Best regards,
    Günter

    Hi,

    Freut mich, dass Du die Lösung gefunden hast.

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

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

    LG aus Wien
    Günter

    in reply to: Erase frame around images on product pages #857452

    Hi,

    Glad we could help you.

    Feel free to come back if you need further assistance.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    Hey René,

    Danke dass Du unser Theme verwendest.

    Enfold greift nicht ein in die Darstellung der Preise und der Steuern.

    Liegt sicher an einer Einstellung von WooCommerce (oder es gibt ein anderes Plugin, das da eingreift).

    Deaktiviere einmal alle plugins ausser WooCommerce, schau die Ergebnisse an und nimm dann immer ein plugin dazu und teste.

    Zuerst aber einmal folgende Optionen einstellen:

    Dashboard -> WooCommerce -> Settings -> General Tab:

    Enable taxes: markieren

    Dashboard -> WooCommerce -> Settings -> Tax Tab:

    Display prices in the shop: select “including tax”
    Display prices during cart and checkout: : select “including tax”

    Prices entered with tax: Wähle, wie Du die Preise eingegeben hast.

    Nach den Änderungen unbedingt ausloggen, Browsercache löschen. Am besten wäre es aber in einem “Neuen privaten Fenster” arbeiten, da WC das cart cached und dieses immer dem angemeldeten user zuordnet! Da kommen manchmal unerwartete Ergebnisse zurück.

    Sollte es weiterhin Unklarheiten geben, bitte leg uns einen admin accout an, damit wir ins Backend kommen, um Dir weiterzuhelfen.

    Best regards,
    Günter

    in reply to: Blog grid layout not showing meta/ date unless there's content #857059

    Hi,

    Glad we could help you.

    Feel free to come back if you need further assistance. Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Mobile Menu – Submenu items are not displayed #856953

    Hi,

    I checked your backend. The setup of the megamenu was the problem.

    I setup the menu so it is working now.

    You have to use columns below the top level menu (= MegaMenu).
    Columns are “Custom Linkes” (= Individuelle Links) with URL = # and Link Text = ‘-‘ if you want to hide the column titel or the column title.

    Let us know, if this solved your problem.

    Best regards,
    Günter

    in reply to: Forum ist kaputt und Bug Lösung #856894

    Hey Elmar,

    Danke für diese Info.

    Ich werde diese Änderungen in unserem Entwicklungsrepo unterbringen und Kriesi für das nächsten Update vorschlagen.

    Allerdings kann ich das Problem auf meinem Entwicklungsrechner (WC 3.1.1 und Yoast 5.5 aktiv) nicht reproduzieren.

    Solltest Du mit dem Einloggen in das Forum Probleme haben, gib uns Bescheid, dann senden wir Dir ein neues Passwort.

    LG,
    Günter

    in reply to: php compatibility error #856490

    Hi,

    If you have any problems and need more assistance feel free to open a new topic. I will close this topic for now.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: php compatibility error #856444

    Hi,

    As long as you do not import any demo you should not have any problems.

    Kriesi already merged my update into the core. If you need to import demos, let us know and we will provide you with the updated version of the file mentioned in the error log.

    Best regards,
    Günter

    in reply to: How to override Enfold admin options in Child Theme? #856438

    Hi,

    Glad we could help you.

    I close this topic – open a new one whenever you need more assistance.

    LG aus Wien
    Günter

    in reply to: How to override Enfold admin options in Child Theme? #856414
    in reply to: How to override Enfold admin options in Child Theme? #856061

    Hi,

    Sorry for the late reply.

    I added the frame for the filter avf_option_page_data_init to our Enfold library https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Option%20Settings/General%20Enfold%20Option%20Page%20Settings/avf_option_page_data_init.php.

    Here is also the code:

    https://pastebin.com/jK2QWh2Y

    It should be easy to modify it to your needs. Link is valid for 1 week.

    Best regards,
    Günter

    in reply to: Mobile Menu – Submenu Items Not Opening #855807

    Hey Khoa,

    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/jMALVHA0

    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.
    Do not forget to clear browser and server cache after the update.

    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: Enfold 4.1.2 Mobile Mega Menu Problem #855781

    Hi,

    Once again sorry for the problems you had.

    If you want to use 4.1.2 you can update file enfold\js\avia.js.
    Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/MskcbtS7

    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.
    Do not forget to clear browser and server cache after the update.

    If you want to use “Display submenu items on hover” please let us know, because then you need to update 2 more files.

    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: Burger-Menü funktioniert nicht mehr seit Update #855297

    Hi,

    Danke dass Du unser Theme verwendest.

    Bitte die komplette Datei enfold\js\avia.js mit foldenden Inhalt ersetzen (RAW Paste Fenster):

    https://pastebin.com/DfCWQ0DH

    Nicht vergessen, ein Backup der Datei als Fallback anzulegen, falls etwas nicht funktioniert.

    Auch Browsercache und Servercache löschen.

    Diese Änderung sollte das Problem beheben und wird im nächsten Update integriert sein. Tut uns leid für die Unannehmlichkeiten.

    LG,
    Günter

    in reply to: Link aus Formular #855258

    Hi,

    Um eine Modifikation updatesicher zu machen, musst Du alle Änderungen im Child theme vornehmen (z.B. in functions.php des child themes).

    Das Anlegen der hidden fields sollte so funktionieren.

    Nach dem Absenden:

    In functions.php des child themes einfügen:

    
    add_filter('avf_form_send', 'my_avf_form_send', 10, 4 );
    
    /**
     * 
     * @param boolean $send
     * @param array $post			all $_POST with "avia_" removed
     * @param array $form_params
     * @param avia_form $objec
     * @return boolean			true to continue, false to stop sending email
     */
    function my_avf_form_send( $send, $post, $form_params, $objec )
    {
    	
    	
    	return $send;
    }
    
    

    Im Funktionsrumpf kannst Du dann deine Werten verarbeiten.

    Best regards,
    Günter

    in reply to: Woocommerce Suchergebnisseite #854911

    Hi,

    Die Produktsuche in der Sidebar liefert mir momentan nur im Hauptbereich die eingeschränkten Produkte zurück.

    Hast Du schon eine Testseite, wo Du den Screenshot implementiert hast resp. kannst Du eine erstellen, wie Du es Dir vorstellst – nur damit wir vom gleichen reden.

    LG,
    Günter

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

    Hi,

    Thanks for coming back.

    I activated Yoast again and cleared the cache.

    For page Allergic Reactions & Symptoms the builder is showing on the translation page.

    I think, it must have something to do with the elements on the homepage.

    Can you please enable the ALB debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ so I can copy the shortcodes to my local install and check with a debugger?

    Can you try to open all the other pages also and check, if this problem occurs on other pages also or only on this one?

    Thanks for your assistance.

    Best regards,
    Günter

    in reply to: Woocommerce Suchergebnisseite #854786

    Hey Luisgasser,

    Danke, dass Du unser Theme verwendest.

    Soweit ich aus dem screenshot sehe, kann es sich nur um das Combo Widget handeln.

    Den Code dafür findest Du in enfold\framework\php\class-framework-widgets.php line 940ff class avia_combo_widget.

    Diese Klasse müsstest Du in functions.php des Childthemes umschreiben.

    Falls das nicht die richtige Klasse ist, bitte einen Link zu der Seite und evtl. einen admin account, damit wir ins Backend schauen können, was für ein Element das ist.

    Best regards,
    Günter

    in reply to: Link aus Formular #854781

    Hey henning-lenste,

    Danke dass Du unser Theme verwendest.

    Soferne das Kontaktformular alle Steuerelemente bietet, ist es sicher eine Möglichkeit. Abfangen kannst Du das gesendete Forumar in der Datei enfold\framework\php\class-form-generator.php Zeile 806 mit dem Filter:

    
            //hook to stop execution here and do something different with the data
    	$proceed = apply_filters( 'avf_form_send', true, $new_post, $this->form_params, $this );
    

    und die Ausgabe erfolgt über enfold\config-templatebuilder\avia-shortcodes\contact.php function shortcode_handler und enfold\framework\php\class-form-generator.php functionen create_elements und display_form.

    Ich hoffe, das hilft Dir einmal weiter.

    Es gibt auch noch andere plugins wie z.B. Contact Form 7 https://de.wordpress.org/plugins/contact-form-7/ die recht gut sind. Wie die aber zum Abfangen gehen, kann ich momentan nicht sagen.

    Best regards,
    Günter

Viewing 30 posts - 2,191 through 2,220 (of 3,706 total)