Dewdan
Forum Replies Created
-
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] New update breaks WordPressSame here, instalation disabled it with following message:
“Plugin could not be activated because it triggered aย fatal error.”Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Not showing with DiviTo fully comply the free version is not enough for you as you use google tag and you collect also data via your Contact form. The Professional version is good for that.
You also must add a consent into your contact form.
Check the website I sent you and click the navigation to book a table for more then 6 guests and see what I mean.
To make sure i don’t make any assumptions , confirm first with the developers.
Cheers
:DanForum: Plugins
In reply to: [Compliance by Hu-manity.co] Not showing with DiviGlad it helped!
You should consider adding the plugin script within the <head>somewhere here</head>
So it loads before any other script as it should be.
This could be the cause, of not showing.
Remember that this is not enough to comply with current European GDPR, anyone (competitors) could send a report and could cost you a pretty heavy fine ๐Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Not showing with DiviI have a 32″ monitor and can see it fine.
Have you tried clearing your browser’s cache? or on another browser?
Because ones you click OK, it will not show anymore.
:DanForum: Plugins
In reply to: [Compliance by Hu-manity.co] Not showing with DiviHi dsflconsult,
I can see your text at the bottom, with the OK button.It looks like you haven’t actually set the Compliance Integration that would make sure you are complying with the current European GDPR ๐
Have a look at our website in Finland, there should be all options for your visitors to make their choice.
https://olo-ravintola.fi/en/- This reply was modified 1 year, 5 months ago by Dewdan.
Thanks, I just contacted the support from https://app.hu-manity.co/
I tried on another website and I get the same layout issue.I found the error, somehow the new updated version edits the design forcing the Levels Order to Descending, causing this layout error.
It has to be ascending for some reason.
Cheers
DanielHi,
I updated to 2.5.3 and now the buttons don’t fit the frame.
I have 10 accounts, I wouldn’t like to have to redo all 10 because of an update.
Thanks

- This reply was modified 1 year, 6 months ago by Dewdan.
Thank your for the update, 2.5.2 working with no error now.
Same problem here, When I unable the plugin, my website doesn’t show anything.
When Disabled, all is correct.
Something to do with plugins/cookie-notice/includes/modules/contact-form-7/privacy-consent.php on line 175Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Hidden fieldThank you @jules-colle,
That will not help as it will redirect only if that button is chosen.
I just want to have a group that is hidden to human eyes and if bots fill it up then on submit I want to redirect them without sending the form.I think the problem is that it needs to be updated as WP 6.1 make some functions deprecated
Last updated:3 weeks ago
Tested up to:6.0.3Cheers
:DanielForum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Required message not showingI see, sorry about that, I tried my best, but since the website I installed installed it is our of my reach so you will have to contact the developer, o dig into the js/php file that controls those error messages.
Best of luck!
:DanielForum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Required message not showingI am not sure but you could try this:
<label> [phonetext* phonetext minlength:10 maxlength:12 placeholder โPhone Number*โ]</label>Edit min & max to mach your need as some countries may have more numbers.
Saludos
:DanielForum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Required message not showingI see you inserted the code, but you need to add it under the contact-form-entry:
[phonetext* telephone placeholder โPhone Number*โ]<span class="wpcf7-not-valid-tip" aria-hidden="true">This field is required</span>Cheers
:DanielForum: Plugins
In reply to: [Country & Phone Field Contact Form 7] Required message not showing<label> [phonetext* telephone placeholder โPhone Number*โ]<span class="wpcf7-not-valid-tip" aria-hidden="true">This field is required</span></label>Sorry previous one was missing <
I tested this with DevTools and now it shows the warning “This field is required”.
I hope this solves the issue
- This reply was modified 3 years, 7 months ago by Dewdan.