Manuel
Forum Replies Created
-
With this code, it works again! ๐
Thank you very much.
ManuelHi Rogier,
many thanks for your help.
With your code no “cmplz-accept” class is added to the checkbox, right? I have tried your code and the checkbox works then, but no reCAPTCHA is loaded. I think this is because of the missing Complianz class.
I also tried both codes together and then the “cmplz-accept” class is added and reCAPTCHA is loaded again, but the checkmark is not set.
Best regards
ManuelForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot integrationIt was a misunderstanding on my part. HubSpot’s implementation works as intended.
You just have to make sure to follow the instructions in the article below: https://complianz.io/hubspot-integration/
Thanks again for the great support!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot integrationForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot integrationHi @aahulsebos
Many thanks for your help.
Can I send you the URL by email? It’s a client’s site that I don’t want to make public.
Best regards
Manuel- This reply was modified 4 years, 11 months ago by Manuel.
Forum: Plugins
In reply to: [Split Test For Elementor] Does it work in Elementor popups?Is there anything new on this topic?
I would also like to know if A/B testing works with Elementors popup builder.
Hi @sinaasappel
I had exactly the same case the days. You can try the following settings:
MailPoet Settings > Send withโฆ > MailPoet Sending Service
MailPoet Settings > Advanced > Send all siteโs emails withโฆ > Default WordPress sending method
And then ignore the incompaitability notice of WooCommerce PDF Invoices & Packing Slips.
According to our tests, newsletters are then sent via MailPoet, and all other mails, such as PDF invoices to customers, are sent from your own host.
The settings were also confirmed by MailPoet:
https://wordpress.org/support/topic/mailpoet-sending-service-and-default-wp-sending-method-together/
Great, thank you!
No problem, it’s not that important to be able to add the URL via settings page. It also works with the following code in the functions.php
// Add Social Profiles to Data Graph function yoast_add_social_profiles( $profiles ) { // Networks $profiles[] = 'https://www.socialnetwork.com/myprofile'; $profiles[] = 'https://www.anothernetwork.com/myprofile'; return $profiles; } add_filter( 'wpseo_schema_organization_social_profiles', 'yoast_add_social_profiles' );Thanks for the help and all the best!
Thanks for the reference to your Schema API.
Meanwhile, I found out how to add or remove social profiles from the user page by using the “user_contactmethods” filter.
Also how to add social profiles in the Organization schema object with the “wpseo_schema_organization_social_profiles” filter.
But not yet how to add corresponding fields to the Organization social profiles settings page. Is that also possible?
Hi @devnihil
many thanks for your help.
I mean the “Organization social profiles” area at SEO > Social > Accounts tab. Like Facebook Page URL, Twitter Username, Instagram URL, LinkedIn URL, etc.
The URLs entered there will be listed in the structured data graph as sameAs URLs. At this point I would like to add another network, which is not predefined.
Thanks a lot Aert!
By the way, I really like your plugin. We use it on our own as well as clients sites.
I will also write a review soon.
Hi @aahulsebos
Thanks for your help. ๐
It works with “YES” for third-parties. Even if I don’t select any in the list opened below. I leave it “YES” so you can test it yourself.
Forum: Plugins
In reply to: [WooCommerce] Rounding issue on order details and invoiceI have already changed the wrong totals in the database, so that the shop owner can issue a correct invoice.
For this I had adjusted the value for “total_sales” in “wp_wc_order_stats” and the meta_key “_order_total” in “wp_postmeta”.
Not the perfect way, but the invoice is now correct.
By the way, the amounts in all emails were also correct. It only appeared wrong in the order details and invoice.