l4gen
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay What You Want] [Pay what you want] minimum value by priceHi, thank you for the quick response. Could I handle by myself? If you could tell where me to start with…
many thanksL
Forum: Themes and Templates
In reply to: [Ascend] Portfolio [weird behaviour] – Ascend ThemeHi Ben
Bingo! The css did not work, but scaling down the display was effective.
I didn’t figure it out on my own, but in fact is the first time that it happens to me.
At least I know the reason ??
Thank you so much!
LucaForum: Themes and Templates
In reply to: [Ascend] Portfolio [weird behaviour] – Ascend ThemeHi Hanna
sorry for my late response.
I disabled all the extensions in chrome but the result is the same.
Here the screenshots https://postimg.cc/gallery/36gatq9cq/
Many thanks
LucaForum: Themes and Templates
In reply to: [Ascend] Portfolio [weird behaviour] – Ascend ThemeHi Hanna
thank you for your reply
Unfortunetly I still see 2 rows! no zoom. I cleared several times the cache and data stored in chrome advanced option ??
Google Chrome up to date
Version 73.0.3683.86 (Official Build) (64 bit)
windows 10
Any other suggestion?
Many thanks
LucaForum: Themes and Templates
In reply to: [Ascend] Portfolio [weird behaviour] – Ascend ThemeHello Kevin, here it is:
https://corsatti.cosegni.it/portfolio
Many thanks
LucaForum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Prevent duplicate email submissionHello francois86
Thank you so much. I’ll test it asap and I’ll keep you in touch.
LForum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Prevent duplicate email submissionHi contactic, here it is…hope it helps.
Thank you
L
P.s.
The code before the one that I attached before is the same from https://cfdbplugin.com/?page_id=904 except than this 2 line tha I adapted to my form.
Please also note that the code from CFDB for prevent double submission is full working.…
$formName = ‘*’; // Change to name of the form containing this field
$fieldName = ‘tua-email’; // Change to your form’s unique field name
…./* modified CFDB*/
function is_already_submitted($formName, $fieldName, $fieldValue) {
require_once(ABSPATH . ‘wp-content/plugins/contactic/CTC_FormIterator.php’);
$exp = new CTC_FormIterator();
$exp = new CTC_FormIterator();
$atts = array();
$atts[‘show’] = $fieldName;
$atts[‘filter’] = “$fieldName=$fieldValue”;
$atts[‘unbuffered’] = ‘true’;
$exp->export($formName, $atts);
$found = false;
while ($row = $exp->nextRow()) {
$found = true;
}
return $found;
}Forum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Prevent duplicate email submissionI contactic
I’ve tried again but still goes on loop.
??
Thank YouForum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] Prevent duplicate email submissionHi Contactic
the solution you wrote is exactly the one I tried.
I’ll give it another chance, maybe I mistyped anything.
Thank you so much