Forum Replies Created
-
AuthorPosts
-
July 23, 2018 at 6:58 pm in reply to: WooCommerce DE Integration für digitale Produkte und Gutscheine #988828
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,
DudeHi,
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,
DudeHey 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,
DudeHey!
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,
PeterHey 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,
PeterHey!
Ok, I’ll leave this thread open and we’ll see if the plugin solves the issue :)
Best regards,
PeterHi!
Glad I could help you :)
Regards,
PeterHey Satish,
It works now – I just had to re-save the permalink settings (Settings > Permalink) to flush the permalinks cache.
Best regards,
DudeHi,
Great, glad I could help you :)
Best regards,
DudeHi,
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,
DudeHey 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,
DudeJuly 22, 2018 at 2:48 pm in reply to: How to hide bank account details on the order-received page? #988401Hi,
Schön, dass ich helfen konnte :)
Best regards,
DudeJuly 22, 2018 at 2:10 pm in reply to: If in category –> single-xy.php (conditional tags with Enfold) #988385Hey 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,
DudeHi,
Great – glad you found the solution :)
Best regards,
DudeHi,
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,
DudeJuly 22, 2018 at 1:43 pm in reply to: Google analytics exclude filters are not working anymore #988371Hi,
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,
DudeJuly 22, 2018 at 1:31 pm in reply to: How to hide bank account details on the order-received page? #988365Hi,
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,
DudeHey 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,
DudeJuly 22, 2018 at 1:15 pm in reply to: Lokal fonts instead of Google Fonts (GDPR) – how to license? #988353Hey 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,
DudeHey!
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!
PeterHey 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,
DudeHi,
Thank you for the feedback – I’ll forward it to the other developers.
Best regards,
DudeHey 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,
DudeHi,
Great, I’ll leave this thread open for now :)
Best regards,
DudeHey 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,
DudeJuly 20, 2018 at 9:15 pm in reply to: Enfold and the "Opt-Out Facebook Pixel (DSGVO / GDPR)" Plugin #988032Hi,
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,
DudeHey 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,
DudeJuly 20, 2018 at 8:35 pm in reply to: Avia Layout Builder doesn't load following switch to https #988001Hi,
Great, I’ll close this thread now.
Best regards,
DudeHi,
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,
DudeHi,
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 -
AuthorPosts