Search found 42 matches

by psaldari
Tue Jul 23, 2019 3:24 pm
Forum: General Questions
Topic: Google recaptcha and the GDPR
Replies: 6
Views: 18986

Re: Google recaptcha and the GDPR

OK, I can understand it, thank you anyway.

I add a editbox without border and trasparent. I add a condition: if not empty>disable>submit

Do you think it can work like a honeypot trap?

Paolo
by psaldari
Wed Jul 17, 2019 3:24 pm
Forum: General Questions
Topic: Google recaptcha and the GDPR
Replies: 6
Views: 18986

Re: Google recaptcha and the GDPR

On my search I find the HoneyPot method*, is it possible to integrate it on my project?

* insert an invisible field to the human visitor but visible to the bot, if the bot fill this field the email cannot be sent
by psaldari
Wed Jul 17, 2019 2:48 pm
Forum: General Questions
Topic: Google recaptcha and the GDPR
Replies: 6
Views: 18986

Re: Google recaptcha and the GDPR

OK, I have the answer, google recapcha send lots of data to google...
I removed it to my site, now I investigate if I can find a good alternative for the spam problem; any suggestion?

Paolo
by psaldari
Wed Jul 17, 2019 9:58 am
Forum: General Questions
Topic: Google recaptcha and the GDPR
Replies: 6
Views: 18986

Google recaptcha and the GDPR

Hello,
anyone knows if the google recaptcha violate the GDPR?
In my site I don't collect any data (no cookies) and my dubt is: recaptcha send dato to google and it store this data?

There is other (free) alternatives to google recapcha?

All the best
Paolo
by psaldari
Sat May 25, 2019 2:24 pm
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

Never mind, I found the solution here:
https://api.jquery.com/jquery.noconflict/
I add this to the html:
<script>
$.noConflict();
// Code that uses other library's $ can follow here.
</script>
and all goes well.

Paolo
by psaldari
Sat May 25, 2019 11:49 am
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

EDIT: solved

Gosh... in the pages where I have a slideshow like this:
http://www.aprisogni.it/spettacoli/aladino.html
the privacy statement is always visible and stay on top of the page...
What's happen?

Paolo
by psaldari
Sat May 25, 2019 11:18 am
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

OK, in a dialog works much better, thank you.

Just for my curiosity, is it possible to show a dialog from a link in the main menu?

Paolo
by psaldari
Sat May 25, 2019 8:31 am
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

As always thank you for your patience. Can you point me in the correct direction where I can find informations on how set the dimensions of this privacy statement lightbox? The problem is not on a big screen, but on a small screen (like iPhone SE) the lightbox is to little and not confortable to rea...
by psaldari
Fri May 24, 2019 7:31 pm
Forum: General Questions
Topic: wrong style
Replies: 2
Views: 9270

Re: wrong style

oops... :oops:
Tank you, problem solved.
by psaldari
Fri May 24, 2019 7:29 pm
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

Yes thank you, now I can set fancybox for the page. But I can't set dimensions of the lightbox window. On top of the pages there is the "privacy statement" link, in the settings I set open as lightbox and in the settings I write: width:500, height:500 but the dimensions of the lightbox do ...
by psaldari
Fri May 24, 2019 1:06 pm
Forum: General Questions
Topic: wrong style
Replies: 2
Views: 9270

wrong style

Hi, if you go to my site here: http://www.aprisogni.it the text "privacy statement" on the top of the page have it style (like in all other site pages because its defined in the master page), but in this page: http://www.aprisogni.it/contatti.php this text do not have style (or not the cor...
by psaldari
Thu May 23, 2019 6:06 pm
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Re: Open page in a lightbox

OK I understood thank you.
Anyway, for now I leave it like this and, when the fancybox is supported, I fine tune all.

Cheers
Paolo
by psaldari
Thu May 23, 2019 12:28 pm
Forum: General Questions
Topic: Open page in a lightbox
Replies: 10
Views: 20452

Open page in a lightbox

Hello, I'm my site I want to open a page (link in the site menu) to a lightbox. I read on the manual that the lightbox script on the page it must be set to fancybox. But every time I set the lightbox script to "fancybox" and I click everywhere on the page, the lightbox script returns to &q...
by psaldari
Sun May 12, 2019 6:11 pm
Forum: Form Questions
Topic: letters with accents
Replies: 4
Views: 20385

Re: letters with accents

Last thing
the UTF-8 char set works only if I activate the "Form processor".
If I activate only the "Form" with the UTF-8 char set enabled the problem persist.

cheers
Paolo
by psaldari
Sun May 12, 2019 6:05 pm
Forum: Form Questions
Topic: Carousel multi page form responsive
Replies: 2
Views: 17137

Re: Carousel multi page form responsive

Hi Pablo and thank's for your time.
OK, it works now :lol:

Paolo