jayjay2015
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] GDPR complianceHi,
So, there are some aspects of Subscribe2 in terms of AutoSubscribe that likely need turning off, but a user entering their email into a field and clicking ‘subscribe’ does not need a check box if you have explained clearly what they are subscribing to. That is my understanding and I’m more than happy to be shownI am wrong.
No, it’s the exact same situation as a contact form. You have your contact form and you have, at the very end, a agreement field with a required checkbox (uncheked by default). And this is the case for every single contact forms of your site. Most contact forms plugins on wordpress have already updated this legal requirement.
Furthermore, the differents legal departments (i.e many lawyers, legal experts, …) of the companies i’m working for, told me that this is mandatory. I will not argue with them on this topic, and if they want me to change this on their site, i will.
If there is no update for this matter, i will switch to another plugin.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] GDPR complianceHi @mattyrob,
I have the same concern.
Subscribe2 is a really good plugin, but it is not GDPR compliant as it stands right now.
A checkbox and a legal text with a link to privacy policy are needed, like said before by @diegobrouard and @siteimpulse.
It’s not a whim, it’s a real legal issue. I have clients who asked me to change this on their sites in order to be GDPR-compliant.Could you add this feature in a new update ?
Forum: Plugins
In reply to: [Multipage] New Pro versionIs the TOC shortcode working ?
Will you add it in the next release ?Forum: Plugins
In reply to: [Multipage] New Pro versionHi Sergio,
Any news about the new pro version of the plugin ?
Forum: Plugins
In reply to: [A-Z Listing] Add numbers to the listingHi,
I have the same problem, some posts begins with a number and are not listed in the index.
i added this code in my function.php
add_filter( 'a-z-listing-alphabet', 'your_alphabet_filter' ); function your_alphaber_filter( $alphabet ) { return $alphabet . ',1,2,3,4,5,6,7,8,9,0'; }but it doesn’t work.
what code should i use ? and in which file(s) ?
Forum: Plugins
In reply to: [A-Z Listing] Removing the default cssThx, it works.
Forum: Plugins
In reply to: [Multipage] table of content inside the contentThanks for your answer, Sergio.
I’m looking forward for the new release then.
I know it’s hard to tell (i’m a computer guy myself), but do you think it’s still possible to have the new release in 2016 ? or is 2017 more realistic about it ?Forum: Plugins
In reply to: [Multipage] table of content inside the contentHi Sergio,
Did you implement the shortcode feature in the last release ?