Peter
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy PayPal & Stripe Buy Now Button] OrdersThat might come from screens of the pro version. I just viewed the docs.
Anyway, could I use the Orders post type on front-end? I use Toolset to manage/display CTPs.Forum: Plugins
In reply to: [Easy PayPal & Stripe Buy Now Button] Run Code after PayPal return@scottpaterson, is this functionality documented for free version?
Forum: Plugins
In reply to: [GDPR] Handling guest user requestsI think it’ll take some time to understand the regulation itself too ??
Thank you for your comments.
Forum: Plugins
In reply to: [GDPR] Handling guest user requestsDear @fclaussen,
hmm, I’m not sure how technically it would be best to achieve. I can imagine that personal data can exist in many parts of a single post, not only post meta data, but also including its content. So processing these data may be challenging and as a result, some sophisticated methods to achieve that may go for nothing. I ask myself now what are the limits about data anonymization requests, if any, and how the new regulations affect personal data inputting “habits” by admins/editors within, e.g., WordPress (anonymization means removing personal data completely or replacing by some “xxx”?) ? Maybe such a plugin like yours should integrate with WP native posts/pages but also with custom post types (the plugins that offer creating custom post types) in a way that it could be possible to set an option by each field (or posts meta data) to be processed by your plugin when a request is made to, e.g., anonymize data? Then it is website admin/editor, etc. responsibility to place personal data in line with some scheme which would allow to anonymize them?
Some of my remarks are probably irrelevant as I still don’t understand all aspects of this new regulation. To refer your example with webinar, request to anonymize speaker data could result in that it would be impossible to organize the webinar ?? (but probably such requests may not be fulfilled at any time…, may they? ?? )
Forum: Plugins
In reply to: [GDPR] Handling guest user requestsOk, so the matter is far more complicated when we use regular or custom posts and user requests anonymization/removal, for example. I imagine it will not be easy to anonymize/remove personal data automatically, as these data may be introduced into various pieces of the post structure.
It’s important to be aware what this (or other similar one) plugin will NOT do upon particular requests, and what may result in not conforming to the formal requirements of the legislation.
Forum: Plugins
In reply to: [GDPR] Handling guest user requestsHi @fclaussen,
I studied the short-codes before I posted this.
But I understand that this plugin is for gathering consents / submitting requests, right? Will it gather and provide all personal data from a WordPress site (including custom posts types, for example) to a user when s/he requests it?
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Types in tagMichael,
I know this page, but it tells nothing on how to use meta template and what can I achieve with it. Can I use this template in a way like:
<meta name="citation_publication_date" content="%%cf_myfield%%">
or I cannot do it with Yoast and the only way is to use custom function like:
function add_meta_tags() { ?> <meta name="meta_name" content="meta_value"/> <?php } add_action('wp_head', 'add_meta_tags');
I just wish to know if I can or cannot achieve it with Yoast, I take responsibility to break down my own site on me.
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Types in tagHi Marius,
what I want to accomplish is to put the following scheme into the
<head>
section of a single post:<meta name="citation_author" content="Wolpert, Ellen B."> <meta name="citation_publication_date" content="1996/05/17">
So to place
<meta>
along with “name” and “content” values (“citation_author” and “citation_publication_date” are an example meta names here, the same as “content” values).I was studying Yoast knowledge base (e.g. https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/) and YouTube (e.g. https://youtu.be/QMvGFuCNtR8), but it’s still not clear to me whether and how (description templates? but I couldn’t find how to use it) could I accomplish the above.
It is possible to exclude particular pages/posts from protection. I found that particularly handy (need to easily exlude pages/posts that contain forms).
Yep, it help with my issue too.
Thanks!
I confirm I have similar issue when “Yes, convert plain emails to mailto links” option is on, no matter if I am logged in or not.
Peter
Forum: Plugins
In reply to: [wp-mpdf] No images displayed@keygrip I also use this plugin and I confirm I had the option you mention enabled. I disabled it and the image problem solved ??
Thanks,
Peter
Forum: Plugins
In reply to: [wp-mpdf] No images displayedNo, just the page was protected from public access but I tested it without that restriction as well. The SSL is through WordPress settings.