Forum Replies Created

Viewing 30 posts - 1,861 through 1,890 (of 9,352 total)
  • Author
    Posts
  • in reply to: E-mails German Market #706316

    Hi Mike61!

    I checked the code sample for visual composer and I think it can be used with our Enfold theme if we modify it a bit. Please try to add this code at the ver bottom of the Enfold child theme functions.php file:

    
    function removeAVIATags(){
         
            $regex = "^\[(\/|)av_(.*)\]^";
          
            
            $imprint_page_id = get_option( WGM_Helper::get_wgm_option( 'impressum' ) );
    				$imprint_page = get_post( $imprint_page_id );
            $imprint_text = $imprint_page->post_content;
            $imprint_text = preg_replace($regex,"",$imprint_text);
            
            WGM_Email::the_mail_footer_section(
    				__( 'Legal Information', 'woocommerce-german-market' ),
    				$imprint_text
    			);
           
            $terms_page_id = get_option( WGM_Helper::get_wgm_option( 'versandkosten__lieferung' ) );
            $terms_page	= get_post( $terms_page_id );
            $terms_page->post_content = preg_replace($regex,"",$terms_page->post_content);  
            
             WGM_Email::the_mail_footer_sub_section(
                    sprintf( __( 'Shipping %s Delivery', 'woocommerce-german-market' ), '&'),
                    $terms_page->post_content
                );
            
            $withdrawal_page_id = get_option( WGM_Helper::get_wgm_option( 'widerruf' ) );
            $withdrawal_page	= get_post( $withdrawal_page_id );
            $withdrawal_page->post_content = preg_replace($regex,"", $withdrawal_page->post_content);
            
            WGM_Email::the_mail_footer_section(
             __( 'Revocation', 'woocommerce-german-market' ),
             $withdrawal_page->post_content
            );
            
            $terms_page_id = get_option( WGM_Helper::get_wgm_option( 'agb' ) );
            $terms_page	= get_post( $terms_page_id ); 
            $terms_page->post_content = preg_replace($regex,"",$terms_page->post_content);
            
            WGM_Email::the_mail_footer_section(
             __( 'Terms and Conditions', 'woocommerce-german-market' ),
             $terms_page->post_content
            );
    }                                                      
    
    add_filter('get_email_de_footer','removeAVIATags');
    
    

    Please note that I didn’t test the code extensively – thus I’d recommend to check the email content carefully.

    Cheers!
    Peter

    in reply to: Compatibility issues with WooCommerce Geman Market #705556

    Hi!

    I sent you an email with the download link for the german market extension for Kriesi themes :)
    Best regards,
    Peter

    Hey Jan!

    Habe eine Mail mit dem Passwort gesendet :)

    Cheers!
    Peter

    Hey!

    We do NOT support this plugin right now and you use it at your own risk. I already contacted the plugin authors via mail and the wordpress forum ( https://wordpress.org/support/topic/kompatibilitat-mit-kriesi-themes ) but they simply ignored my mails/forum posts. We won’t support the germanized plugin at the moment because the plugin authors don’t seem to be interested in a cooperation. The german market plugin authors and the german shop plugin authors (both plugins mentioned here: https://kriesi.at/support/topic/woocommerce-de-erweiterung-fur-kriesi-themes/ ) cooperate with us and I was able to create a compatibility plugin for our themes. Right now I’d recommend to use one of these two plugins because we can troubleshoot bugs and test them with our themes. We might support the Germanized Pro Plugin in the future but it depends on the vendidero team.

    Best regards,
    Peter

    Hi!
    Bzgl d) Die Produkt-Kurzbeschreibung im Warenkorb (fehlt) und an der Kasse anzeigen.

    Ja, das stimmt, ist jedoch kein Bug von Enfold bzw. der “DE Erweiterung für enfold” Erweiterung. Wenn man zB das Standard-Theme von WordPress aktiviert (zB TwentyThirteen), so ändert sich die Darstellung nicht. Es kann daher davon ausgegangen werden, dass German Market so programmiert ist und die Produktbeschreibung auf der Warenkorb-Seite nicht angezeigt wird. Ob dies ein Bug von German Market ist oder so intendiert ist, weiß ich leider nicht und müsste im German Market Support Forum nachgefragt werden. MAn macht die Produktbeschreibung nur auf der Kassa-Seite Sinn, da dort alle vertragsrelevanten Informationen angezeigt werden müssen und dies auf der Warenkorb-Seite nicht erforderlich ist.

    e) konnte ich auf meinem Testserver noch nicht reproduzieren. Mir ist jedoch aufgefallen, dass der Fehler auf eurer Website verschwindet, wenn man auf das “Enfold” Theme wechselt. Es könnte daher durch euer Child Theme bzw. dem Child Theme Code (css, js, php) verursacht werden.

    Regards,
    Peter

    Hey!

    Ich habe das Plugin aktualisiert.

    a) Nein, die Aktualisierung erfolgt nicht automatisch, aber es wird ein Hinweis auf der Admin-Seite eingeblendet, dass eine neue Version verfügbar ist.

    b) und d) wurden gefixed.

    c) konnte ich nicht reproduzieren (mit neuesten WC, Enfold, GM und Avia Extension Versionen), egal ob mit oder ohne angezeigter Prouktbeschreibung. Ich werde es aber im Auge behalten.

    Best regards,
    Peter

    in reply to: Enfold compatibility with qTranslate-X #428734

    Hey!

    Currently we only support WPML. There’s no plan to support other language plugins at the moment. However if more users request it we might look into it.

    Regards,
    Peter

    in reply to: Widget "Footer Colum" mehrsprachig gestalten (WPML) #426149

    Hi Coco!

    Ich empfehle dieses Plugin zu installieren: https://wordpress.org/plugins/display-widgets/
    Mit diesem Plugin kann man für jede WPML Sprache eigene Widgets anlegen bzw. zuordnen.

    Best regards,
    Peter

    Hey claudia0779!

    Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ( http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ ). It seems like Enfold and WPML require more memory on your server.

    Best regards,
    Peter

    Hi!

    1) There’re plugins like Polylang but we don’t support them and Enfold may not work properly with these plugins. There’s no real alternative to WPML at the moment.

    2) You can use this free plugin: https://wordpress.org/plugins/backupwordpress/ to create backups of your wordpress website.

    Regards,
    Peter

    in reply to: Woocommerce Translation Plugin Advise #422636

    Hey!

    Please install the Woocommerce multilingual plugin to translate WooCommerce with WPML. This article (Link) will help you to configure the extension.

    Cheers!
    Peter

    Hey Rafíyel!

    I’m pretty sure it’s not a theme text string but you can try to switch to a standard wordpress theme (i.e. TwentyThirteen) to check if the text string is part of the theme templates or not. I recommend to edit the woocommerce plugin translation files (but also the theme translation files) with a plugin like Codestyling or the WPML string translation tool. If you want to translate WooCommerce install this plugin first Woocommerce multilingual.

    Regards,
    Peter

    in reply to: multiple footer for different templates #409980

    Hi!

    No but you can use the icl_object_id function: http://wpml.org/documentation/support/creating-multilingual-wordpress-themes/language-dependent-ids/ to get the translated page id – use it like:

    
    $page_ids = array();
    $page_ids['miamifooter'] = array(42,54,6);
    $page_ids['othercustomtmp'] = array(4,5,67); 
    
    foreach($page_ids as $key => $page_id)
    {
    	foreach($page_id as $count => $id)
    	{
    		$xlat = icl_object_id($id, 'page', true);
    		if(!is_null($xlat)) $page_ids[$key][$count] = $xlat;
    	}
    }
    
    if(is_page($page_ids['miamifooter']))
    {
    	get_footer('miamifooter');
    }
    else if(is_page($page_ids['othercustomtmp']))
    {
    	get_footer('othercustomtmp');
    }
    else
    {
    	get_footer();
    }
    

    and replace the page ids in the arrays with your ids and the template names, etc.

    Best regards,
    Peter

    Hey!

    Schön, dass mein Tipp dir auch geholfen hat!

    Best regards,
    Peter

    in reply to: WPML and Woocommerce products URL #401578

    Hey!

    Unfortunately this is not possible afaik. The base (products, portfolio-itenms, etc.) is required to determine the post type and wordpress can’t parse the pretty url without that base slug.

    Cheers!
    Peter

    in reply to: @dude, german market anpassung #382079

    Hi!

    Vielen Dank! Ich werde diese Änderung in die nächsten Version des Plugins einbauen.

    Best regards,
    Peter

    in reply to: Avia template builder and MQ-translate; LangTabs not working #381426

    Hi!

    The functions.php file is in the theme folder (wp-content/themes/enfold/functions.php). Probably you need to insert the code at the very bottom of the file but we never used or worked with MQ translate and thus it may break the theme. I strongly recommend to use WPML instead.

    Regards,
    Peter

    in reply to: WPML #374726

    Hi paulchiao!

    Please add this on functions.php to remove the theme’s default flags (flag icons instead of dropdown):

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    You can then set the flags on the WPML option page (WPML > Display the language switcher in the WP Menu setting).

    Best regards,
    Peter

    in reply to: Enfold – WPML and SSL #367640

    Hi Erdoğan!

    Yes, you can’t simply change the protocol. If you want to change the url from http://mywebsite.com to https://mywebsite.com you must also load all resources (images, scripts, etc.) from the https:// domain. However you must make sure that all url paths in the database also point to the https:// url. I recommend to use WP MigrateDB or WP MigrateDB PRO to export the database. Use the “domain replacement” feature to replace all occurrences of http://mywebsite.com with https://mywebsite.com (mywebsite.com is the placeholder for your domain) in your database and export the database. Then make a backup of your old database, delete the database data and import the database file you exported with the migrate plugin.

    Best regards,
    Peter

    in reply to: WP-Backgrounds Lite not working #362214

    Hi avraamd!

    It seems like the image files can’t be found on your server – I get two error messages:

    1) http://www.greekeggs.gr/wp-content/uploads/2014/09/shutterstock_215112940.jpg Failed to load resource: the server responded with a status of 404 (Not Found)

    2) http://www.greekeggs.gr/wp-content/uploads/2014/09/shutterstock_218096398.jpg Failed to load resource: the server responded with a status of 404 (Not Found)

    Cheers!
    Peter

    in reply to: Double ?lang=en with "view all results" problem in search #356196

    Hi e-cat!

    Please try to add this code to your child theme functions.php file or enfold/functions.php:

    
    function avia_custom_wpml_translate_all_search_results_url($search_messages, $search_query)
    {
    	$search_messages['all_results_link'] =  home_url() . '?' . $search_messages['all_results_query'];
    	return $search_messages;
    }
    	
    add_filter('avf_ajax_search_messages', 'avia_custom_wpml_translate_all_search_results_url', 15, 2);
    

    Regards,
    Peter

    in reply to: easy slider full width #356194

    Hey!

    Glad it works now. hckranz please create another thread if the problem still exists on your website.

    Best regards,
    Peter

    in reply to: WPML automatically in top header – change flag to dropdown #356193

    Hi!

    I checked your website and it seems like you’re using an old version (v2.0). Please update WPML to the latest version (I think it’s 3.8.1 or so) and you should see the options on the admin page.

    Regards,
    Peter

    in reply to: WPML automatically in top header – change flag to dropdown #352682

    Hey digitalcrossover!

    Please add this on functions.php to remove the theme’s default flags:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    You can then set the flags on the WPML option page (WPML > Display the language switcher in the WP Menu setting).

    Regards,
    Peter

    in reply to: Language switcher #352681

    Hi!

    Great, please let us know if it doesn’t work for you.

    Best regards,
    Peter

    in reply to: Images not showing in media library #352679

    Hey!

    Glad you solved the issue :)

    Regards,
    Peter

    in reply to: WPML switching off language switcher various locations #352678

    Hey Neroodmi!

    Please add this on functions.php to remove the theme’s default flags:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    You can then set the flags on the WPML option page (WPML > Display the language switcher in the WP Menu setting).

    Best regards,
    Peter

    Hi!

    1) Use this code (insert it at the bottom of the enfold or child theme functions.php file):

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    to remove the default theme flags.

    2) To activate the WPML language switcher (= dropdown) go to WPML > Languages and tick the “Display the language switcher in the WP Menu” checkbox.

    Best regards,
    Peter

    in reply to: Multilingual site #344100

    Hey amepro!

    Yes, Enfold is fully compatible with WPML plugin ( you can check it here – http://wpml.org/documentation/theme-compatibility/ ) and many of Enfold users are using it for their multilingual websites.

    Best regards,
    Peter

    in reply to: Language Switcher #342763

    Hey!

    1) I removed the flag icons with this code (I inserted it at the bottom of the functions.php file):

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    2) I commented out your custom css code in the quick css field (English website) and I could fix the language switcher position.

    Best regards,
    Peter

Viewing 30 posts - 1,861 through 1,890 (of 9,352 total)