Forum Replies Created

Viewing 30 posts - 2,251 through 2,280 (of 3,742 total)
  • Author
    Posts
  • 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

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

    Hi,

    Let us know, if this fixes your issues, so we can close this topic.

    Best regards,
    Günter

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

    Hi,

    Please update to 5.4.2, this also fixes the last issue.

    Best regards,
    Günter

    in reply to: php compatibility error #854723

    Hi,

    Thank you for using our theme and reporting this.

    I proposed a fix for that for the next update – Kriesi will check it.

    Best regards,
    Günter

    in reply to: Mobile menus broken #854715

    Hi,

    Thank you for using our theme.

    Sorry for the inconvienience.

    The problem you reported 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/g5sY6E7D

    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.

    If the problems remain, please create a tempoprary admin account for us so we can check the backend.

    Do not forget to clear browser and server cache after each update.

    Best regards,
    Günter

    in reply to: Shopping cart hidden but blocking hamburger menu in mobile #854709

    Hey turemovich,

    Thank you for using our theme and for pointing out this problem. I will put it on our TDO list for the next update.

    If you need any further assistance do not hesitate to open a new topic.

    As you have a solution for this problem I will close this topic for now.

    Best regards,
    Günter

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

    Hey promind-customer,

    Thank you for using our theme.

    Please try to update avia.js with this latest version:

    https://pastebin.com/g5sY6E7D

    If this does not help, please create a temporary admin accout and ftp access for us, so we can check in backend. You can post this in private data.

    Also remove your customisations after upload of the new version, clear all your browser and server caches after every change.

    Best regards,
    Günter

    Hi,

    Thank you for using our theme and coming back.

    Variation images on the single product page are only supported in the new WooCommerce 3.0 gallery.

    You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery

    Best regards,
    Günter

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

    Hey Leo,

    Thank yyou for using our theme.

    In enfold\framework\php\class-superobject.php line 117 you have 2 filters:

    
    			if(isset($avia_pages)) $this->option_pages = apply_filters( 'avf_option_page_init', $avia_pages);
    			if(isset($avia_elements)) $this->option_page_data = apply_filters( 'avf_option_page_data_init', $avia_elements);
    

    There you can alter the option array and the elements with a filter hook in functions.php in the child theme.

    If you need assistance in creating the filter hooks let us know.

    Best regards,
    Günter

    in reply to: Variation image not change when select new variation #854678

    Hey marcellovoc,

    Thank you for using our theme.

    Variation images are only supported in the new WooCommerce 3.0 gallery.

    You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery

    Best regards,
    Günter

    in reply to: Flyout Content #854672

    Hey Pete66,

    Thank you for using our theme.

    Have a look at the accordeon element of the ALB see kriesi.at/themes/enfold-2017/elements/accordion/

    I think, this should solve your idea.

    Best regards,
    Günter

    in reply to: Remove same post ID in masonry #854671

    Hey unicaweb,

    Thank you for using our theme and coming back.

    This cannot be done out of the box because these are different queries and elements combined in different locations of the page.

    Of course it is possible, but this will require modifications that are customization and beyond the scope of the support forum.

    Best regards,
    Günter

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

    Hi,

    Yoast SEO plugin just released an update. Please upgrade to version 5.4.1

    This should solve the problems, only

    plugins\wordpress-seo\admin\links\class-link-query.php

    was not fixed by Yoast yet, so please update this file with

    https://pastebin.com/CgzSJyMF

    Best regards,
    Günter

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

    Hi,

    Thank you for coming back.

    After long testing I found that this is caused by a bug in Yoast SEO plugin.

    I deactivated it, deleted all translations, cleared WP Rocket cache ( !!!! very important !!!!) and now you can translate the pages.

    Also it is not a theme related problem (you can swith to a standard WP theme and translating will break after enabling Yoast) I found the bugs.

    You have to update 3 files:

    plugins\wordpress-seo\admin\links\class-link-column-count.php

    https://pastebin.com/AMhC0jbv

    plugins\wordpress-seo\admin\class-meta-storage.php

    https://pastebin.com/gqpBN6xh

    plugins\wordpress-seo\admin\links\class-link-query.php

    https://pastebin.com/y904iQBP

    Please replace the complete content of these files with the RAW paste content.

    The links are 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.1.2.

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

    Best regards,
    Günter

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

    Hey Niemitz,

    Thank you for using our theme.

    You have to modify around line 599 you find:

    
    if($show_meta && !empty($excerpt))
    

    replace with:

    
    if( $show_meta )
    

    This will show the metadata like date for every post.

    Best regards,
    Günter

    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

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