Forum Replies Created

Viewing 30 posts - 1,561 through 1,590 (of 9,352 total)
  • Author
    Posts
  • Hey stefan,

    Ich empfehle immer German Market: https://marketpress.de/shop/plugins/woocommerce-german-market/ , da ich in Kontakt mit den Entwicklern stehe und – falls es Probleme geben sollte – wir im Regelfall gemeinsam an einer Lösung arbeiten können. Die anderen Plugins kann ich leider – mangels Zusammenarbeit mit den Entwicklern – nicht unterstützen.

    LG,
    Dude

    in reply to: The contact form is not sending emails #988799

    Hi,

    We use the standard wp_mail() function ( https://developer.wordpress.org/reference/functions/wp_mail/ ) to send e-mails. Maybe the Google Calendars plugin hooks into it and breaks the function for other plugins/themes somehow. You could try to install a smtp plugin like https://de.wordpress.org/plugins/wp-mail-smtp/ – maybe it solves the issue. If not please try to talk to the Google Calendars plugin author and ask him if he hooks into the wp_mail() function.

    Best regards,
    Dude

    in reply to: Schriftarten und DSGVO #988792

    Hey meyerhuber-wondratschek-archiv,

    1) Wenn ich eine Google-Fonts-Schriftart wähle, wird dann eine Verbindung zu den Google-Servern hergestellt?

    Ja, es wird dann eine Verbindung zu https://fonts.google.com/ bei jedem Seitenaufruf hergestellt.

    2) Zu welchem Server wird eine Verbindung hergestellt, wenn ich eine Schriftart von Websafe Fonts wähle?

    Websafe Fonts sind solche Fonts, welche auf Mac/PC/Linux-Computern im Regelfall vorinstalliert sind. Es werden daher nur lokale, beim Website-Besucher vorinstallierte Fonts verwendet. Ein Download von zusätzlichen Font-Dateien, sei es über den eigenen Server oder Drittanbieter wie Google Fonts, unterbleibt.

    3) Wie kann ich das Laden von Schriftarten von externen Servern unterbinden und die Schriftart stattdessen von meinem Webspace laden?

    a) Stelle sicher, dass die aktuelle Enfold 4.4.x Version installiert ist.

    b) Dann lade die gewünschten Font-Dateien von Google Fonts ( https://fonts.google.com/ ) herunter.  Hierzu einfach auf das rote Plus neben dem Fontnamen klicken, dann erscheint unten ein Balken mit “1 Family Selected” (man kann natürlich auch mehrere Schriften auswählen). Dann auf den Balken klicken und anschließend auf das Download-Symbol in der rechten Ecke. Der Browser fragt dann, wo die zip-Datei gespeichert werden soll – diese irgendwo ablegen, wo man sie schnell findet. 

    c) Dann gehe zu Enfold > Theme Optionen > Import/Export. Dort gibt es ganz unten eine Option “Custom Font Manager”.  Dort auf den blauen Button “Upload/Select Font Zip File” klicken und die zip-Datei auswählen, welche vorher von Google Fonts heruntergeladen wurde. Diese hochladen und den “Save all changes” Button anklicken.

    d) Zuletzt wieder zurück zu “Enfold > Allgemeines Styling” und dort im Reiter “Schriften” in den Auswahllisten (Dropdowns) von ganz unten (ganz am Ende der Liste) aus der Sektion “Uploaded Fonts” die gewünschte Schriftart auswählen. 

    Liebe Grüße,
    Dude

    in reply to: Sending order without accepting terms&conditions #988497

    Hey!
    I added this code to the child theme functions.php to translate the toc label:

    
    add_filter('woocommerce_get_terms_and_conditions_checkbox_text', 'avia_translate_toc_label', 10, 1);
    function avia_translate_toc_label($label)
    {
    	$url = esc_url(get_permalink(woocommerce_get_page_id('terms')));
    	$label = 'Ich habe die <a href="'.$url.'" target="_blank">Allgemeinen Geschäftsbedingungen</a> gelesen und akzeptiere diese.';
    
    	return $label;
    }
    

    2) The asterisk is added by woocommerce and marks the checkbox as mandatory field. I added this code to the quick css field to hide it:

    
    #top #payment label.woocommerce-form__label-for-checkbox .required{
    display:none;
    }
    

    Regards,
    Peter

    in reply to: Woocommerce Shop Page Category display #988493

    Hey TulahStyle!

    Please add this code to the quick css field or child theme style.css file to hide the category titles:

    
    #top #wrap_all h2.woocommerce-loop-category__title{
    display: none;
    }
    

    Best regards,
    Peter

    in reply to: Issue with Amazon Affiliate Code? #988492

    Hey!

    Ok, I’ll leave this thread open and we’ll see if the plugin solves the issue :)

    Best regards,
    Peter

    in reply to: Pages Not Found #988421

    Hi!

    Glad I could help you :)

    Regards,
    Peter

    in reply to: Pages Not Found #988411

    Hey Satish,

    It works now – I just had to re-save the permalink settings (Settings > Permalink) to flush the permalinks cache.

    Best regards,
    Dude

    in reply to: Preloader on WooCommerce Checkout #988409

    Hi,

    Great, glad I could help you :)

    Best regards,
    Dude

    in reply to: Issue with Amazon Affiliate Code? #988408

    Hi,

    This is in my opinion a Chrome issue. The amazon ssl certificate won’t work with the latest Chrome version ( https://techsparx.com/blog/2017/12/amazon-bad-ssl-cert.html ). The only chance you’ve at the moment is to replace the widget code (which loads content from amazon-adsystem.com ) with another ad provider – i.e. googleads.

    Best regards,
    Dude

    in reply to: Multiple site licenses #988403

    Hey Rex Halbeisen,

    Unfortunately we can’t transfer licenses for you. You can try to contact Envato – https://help.market.envato.com/hc/en-us – maybe they can help you to transfer the license from one account to another. We also can’t offer discounts – I’m sorry.

    Best regards,
    Dude

    Hi,

    Schön, dass ich helfen konnte :)

    Best regards,
    Dude

    Hey Hooge-AGS,

    Yes, this is the recommended and correct way to include custom templates. However I’d use the get_template_part() function ( https://developer.wordpress.org/reference/functions/get_template_part/ ) instead of include().

    Best regards,
    Dude

    in reply to: Benutzerdefinierte CSS Klasse #988383

    Hi,

    Great – glad you found the solution :)

    Best regards,
    Dude

    in reply to: Preloader on WooCommerce Checkout #988381

    Hi,
    It’s not easily possible to use the same preloader because – from a technical point of view – it’s not an animated image (gif, etc.) but plain css code (code can be found in enfold\css\avia-snippet-site-preloader.css). It’s not possible to load this code like a gif as background image but it would require some time intensive code adjustments (several extra div elements + styling).

    I’d suggest to use the framework loader gif (url: http://yourwebsite.com/wp-content/themes/enfold/framework/images/icons/loading.gif) or you can download another fancy loader image from websites like: https://www.behance.net/gallery/13765711/GIF-Preloaders-(Free-Download)_1

    Best regards,
    Dude

    Hi,

    I think the problem is connected to the “anonymize_ip” setting. I checked your google tag manager code and it contains:

    
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'UA-774997-8', { 'anonymize_ip': true });
    
    

    After reading some blog posts – i.e. https://www.gandke.de/blog/internen-traffic-bei-google-analytics-ausschliessen/ – I’m pretty sure you need to replace the ip with another filter criteria. Alternatively you could deactivate the anonymize_ip setting but this is also a legal decision…

    Best regards,
    Dude

    Hi,

    I added following code to the quick css field to hide the bank account details:

    
    #top #wrap_all .woocommerce-bacs-bank-details{
    display: none;
    }
    

    Best regards,
    Dude

    in reply to: Sending order without accepting terms&conditions #988360

    Hey bruwa,

    I didn’t check your code but as far as I know it’s not required. WooCommerce will add a “Terms and conditions” checkbox to the checkout page automatically if you set a “Terms and conditions”-page. Go to WooCommerce > Settings > Advanced and select an existing page from the “Terms and conditions” dropdown. Then save the options and WooCommerce should add a mandatory checkbox to the checkout page. You can also use a plugin like https://marketpress.de/shop/plugins/woocommerce-german-market/ if you need more customization settings.

    Best regards,
    Dude

    Hey Hooge-AGS,
    This is a legal question and we can’t answer it. Please contact a lawyer if you’re not sure about it. From a technical point of view I’d add an attribution link to the imprint page and link to the license file or a web page which displays the license text.

    Best regards,
    Dude

    in reply to: WooCommerce Germanized & Pricing #988157

    Hey!

    Just a small side note – I’d recommend to use German Market instead https://marketpress.de/shop/plugins/woocommerce-german-market/ . I tested Enfold with this plugin and the plugin devs are also very interested to work with us to solve issues.

    Cheers!
    Peter

    in reply to: post title a automatic subject in contact form #988041

    Hey strumpumpel,

    You can use this code – just add it to the child theme functions.php file:

    
    add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params)
    {
        if( is_single() )
        {
        	$subject = urldecode(get_the_title());
        }
        return $subject;
    }
    

    If you want to add some static text before the post title use this code:

    
    add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
    function avia_change_mail_subject($subject, $new_post, $form_params)
    {
        if( is_single() )
        {
        	$subject = 'A new message on:' . urldecode(get_the_title());
        }
        return $subject;
    }
    

    and replace “A new message on:” with some custom text.

    Best regards,
    Dude

    in reply to: Contact Form Policy Rejection #988037

    Hi,

    Thank you for the feedback – I’ll forward it to the other developers.

    Best regards,
    Dude

    in reply to: Hide nav menu on a single page #988036

    Hey kridlot,

    I just checked your website and the code seems to work for me (the menu is hidden). Please try to clear your browser cache and check the website again.

    Best regards,
    Dude

    in reply to: H2 To H1 #988034

    Hi,

    Great, I’ll leave this thread open for now :)

    Best regards,
    Dude

    in reply to: Mass add PDF Files #988033

    Hey k112098,

    If you want to make the pdf files searchable you need to install a third party plugin like WPSearch. The default wordpress search engine can’t index pdf files.

    Best regards,
    Dude

    Hi,
    The reason why the plugin doesn’t work is you didn’t set it up properly. You can’t just paste the Pixel ID into the code field but you must use the entire pixel code (api reference: https://developers.facebook.com/docs/facebook-pixel/api-reference ). The plugin couldn’t handle the Pixel ID and just printed it out as plain text – and this text also broke your layout. I now added the api code from the api reference.

    Best regards,
    Dude

    in reply to: H2 To H1 #988004

    Hey sbukofsky1,

    I assume you want to change the post headlines from h2 to h1. You can use this code to replace the h2 tags with h1 tags – just add this code to your child theme functions.php file:

    
    add_filter( 'post-format-standard', 'avia_default_title_filter_for_h1', 15, 1 );
    function avia_default_title_filter_for_h1($current_post)
    {
    	if(!empty($current_post['title']))
    	{
    		$heading = "h1";
    
    		$output  = "";
    		$output .= "<{$heading} class='post-title entry-title' ".avia_markup_helper(array('context' => 'entry_title','echo'=>false)).">";
    		$output .= "	<a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
    		$output .= "			<span class='post-format-icon minor-meta'></span>";
    		$output .= "	</a>";
    		$output .= "</{$heading}>";
    
    		$current_post['title'] = $output;
    	}
    
    	return $current_post;
    }
    

    Best regards,
    Dude

    Hi,

    Great, I’ll close this thread now.

    Best regards,
    Dude

    in reply to: Enfold: This page can't load Google Maps correctly. #987988

    Hi,

    Please try following:

    1) Go to the API list https://console.developers.google.com/google/maps-apis/api-list and make sure all apis are activated/used. 

    2) Try to add these domains to your restriction list:

    
    https://*.advancedortho.org/*
    https://advancedortho.org/*
    http://*.advancedortho.org/*
    http://advancedortho.org/*
    

    Best regards,
    Dude

    in reply to: Error that I can't figure out #987981

    Hi,

    It seems like there was a serialized data issue (more info: https://wp-staging.com/serialized-data-wordpress-important/ ). This i.e. happens if the website url changed or  the number of characters in the serialized data changed because of other reasons. 

    Best regards,
    Dude

Viewing 30 posts - 1,561 through 1,590 (of 9,352 total)