Stefan
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Contact form is missing a check boxHi all,
one of the myths circulating about the GDPR is that it requires consent for ALL types of data processing. This is not true.
It is a good idea to point out and link the user directly above the send button to the privacy policy, which must then contain information on data processing when using the contact form.
In general, the following applies to contact forms:
– Do not ask for unnecessary data (e.g. no salutation, name, phone number).
– Do not imply newsletter consent
– Restraint in email correspondence (e.g. no not reply with advertising messages)
Ask https://www.privacypolicies.com/blog/gdpr-consent-examples/ or your lawyer!
Best regards StefanForum: Reviews
In reply to: [Getwid - Gutenberg Blocks] Amazing!Hi @dimadinev, i like your themes! You use the Getwid Blocks yourself? What is your best theme for them? Or do you build another one? If so, please do so with lots of header options. Best regards Stefan
- This reply was modified 5 years, 6 months ago by Stefan.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider as a logo carousel > hover actionDone.
Forum: Themes and Templates
In reply to: [Blocksy] Custom breakpointsthanks for the reply. While we are already talking about future features:
please consider the hamburger navigation for the footer menu as well. And so far, the footer also lacks the mobile menu and the ability to make it sticky!Best regards
Stefan
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider as a logo carousel > hover actionI got it!
. . . in the further meantime I applied the additional CSS to the classes automatically assigned to each image like wp-image-123, wp-image-124 etc. Looks great.
Maybe worth a little tutorial. You can close the case.Best regards
StefanForum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider as a logo carousel > hover action. . . in the meantime i tried an additional class and additional CSS. Unfortunately you can only apply this to the whole slider, not to single slides e.g. with two or more slides on desktop.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider as a logo carousel > hover actionHi Dmytro @dimned,
thanks for feedback. I think of something like this: https://codepen.io/technodelight/pen/lgxjcStefan
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Strings missing in POT fileOK, Thanks.
Forum: Plugins
In reply to: [My Tickets - Accessible Event Ticketing] Strings missing in POT fileThe same with
"E-mail (confirm)"Forum: Plugins
In reply to: [Simple Events Calendar] Some german letters are not displaying properlyHi,
Find in the main plugin-php the two (for shortcode and backend)
setlocale(LC_ALL, get_locale());and replace withsetlocale(LC_ALL, get_locale().'.UTF8');(Doesn’t work in windows)Cheers,
stewi- This reply was modified 9 years, 3 months ago by Stefan.