Pantelis Orfanos
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Adding multiple databasesGreat! thanks.
I’ve already switched from 2 groups for verbs to one and now added other groups as nouns and adjectives.Have a great rest of the day ??
Forum: Plugins
In reply to: [Participants Database] Email notifications not sending after signupHi again Roland.
Yes i do agree that there is in the documentation (i’ve went through it thoroughly, check screenshot specific: https://nimb.ws/WSj7Z4)
but even though it DOES say MUST to complete the sign up and show the “thanks” message, it might focus more to “show” instead of ALSO its mandatory to COMPLETE the sign up AND send the notifications.
perhaps it might be good idea to “seperate” these two actions”
– sending the notifications
– use of the thank you message shortcode.
which as i assumed are currently connected.the funny thing is that there IS somekind of a bug at this specific process, that this was what started the whole turmoil of debugging, that SOMETIMES it DOES sends the notifications..lol..
I’m sure you’ll figure it out ??
i can help debugging if you’d like, just find me on community slack to discuss further.All the best and again thanks for this great plugin you have ?? <3
Forum: Plugins
In reply to: [Participants Database] Email notifications not sending after signupafter digging into debugging found the solution…lol..
and the solution was the shortcode of [pdb_signup_thanks]i had a redirection to another thank you page but because actually i didn’t need to have any message but just the content of the new page, i didn’t add the shortcode to this other page.
When i finally, after several tries, added it everything works like a charm..
Can you please in your next update not have it as mandatory to have it in case we don’t want to present any message?
As i saw the record is being added to the db but it doesn’t give the execution to send the notifications, most probably (i haven’t checked your code) cause you have that triggered when it sees the [pdb_signup_thanks] shortcode.Thanks once more for your wonderful plugin.
Ps: one small extra recommendation if you’d like due to the fact that its not CLEAR that its A MANDATORY to have if you redirect to another thank you page, can you write that to the specific section so it won’t trouble others? Thank you! ??
Thank you very much Chetna.
Looking forward hearing you.
All the best!Hi Chetna
First, i can’t reproduce the client process since the website is live and i wouldn’t like to make a charge and refund.
Second it seems the next order of the ones that was showing as 1 January 1970, looks normal (check screenshot 1: https://nimbusweb.me/s/share/4571666/7li1prc9f7kgl32eegw3)
Also if you see inside the order, where it has 1 January 1970, is normal as well (check screenshot 2: https://nimbusweb.me/s/share/4571678/bad7bkfydl25kdwzneib)PHP Version 7.3.16
WP Version 5.5
WooCommerce 4.4.1
Order Delivery Date Lite 3.10.2Order Delivery setup:
check screenshot 3: https://nimbusweb.me/s/share/4571706/2vh3btgb72hovv1zd85a
and 4: https://nimbusweb.me/s/share/4571710/ordqyb5wa5s7skxbt9tn
The rest of the tabs i didn’t have to setup them.Thanks.
Hi.
i’m having the same issue.
To explain better.
At the backend, at the WooCommerce -> Orders list, i see as Delivery date 1 January 1970.
When i go inside the order details at the Delivery date i see the proper date that the client add in the process of the order.
This has started happening from yesterday afternoon UTC time.
It was about then i’ve updated WooCommerce to version 4.4.0
Today also i’ve just update it to version 4.4.1Thanks in advance.
Forum: Plugins
In reply to: [Contact Form 7] tel minlength bug?hello please check at slack
send you there a message
thanks- This reply was modified 6 years, 2 months ago by Pantelis Orfanos.
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Possible Bug?thank you @wmaclean for the bug correction. you ve helped too ??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Problem with E-MailSOLVED. i hope the next info will help you too..
as the author says in his FAQ, check here: Email message is not showing the correct values (https://www.ads-software.com/plugins/cf7-conditional-fields/#faq)
the fields must have unique names.
meaning in your code you must have the following (i ve tried to my case and it works):
code for form:
<label> Ihr Vorname (Pflichtfeld) [text* your-vname] </label> <label> Haben Sie am 24.12. einen unverschiebbaren Termin direkt vor oder nach der Besuchszeit? (Pflichtfeld) [radio vortermin default:2 "Ja" "Nein"] </label> [group einschranke] <label> Wann genau ist Ihr Termin? Wir ben?tigen diese Angabe für eine genaue Planung der Route [text* vortermin-def]</label> [/group] <label> Wie viele Personen sollen beschenkt werden? (Pflichtfeld) [number* teilnehmer min:1 max:6] </label> [group alter1] <label> Wie alt ist das erste Kind? [text* alternum1-1] </label> [/group] [group alter2] <label> Wie alt ist das erste Kind? [text* alternum2-1] Wie alt ist das zweite Kind? [text* alternum2-2]</label> [/group] [group alter3] <label> Wie alt ist das erste Kind? [text* alternum3-1] Wie alt ist das zweite Kind? [text* alternum3-2] Wie alt ist das dritte Kind? [text* alternum3-3]</label> [/group] [group alter4] <label> Wie alt ist das erste Kind? [text* alternum4-1] Wie alt ist das zweite Kind? [text* alternum4-2] Wie alt ist das dritte Kind? [text* alternum4-3] Wie alt ist das vierte Kind? [text* alternum4-4] </label> [/group] [group alter5] <label> Wie alt ist das erste Kind? [text* alternum5-1] Wie alt ist das zweite Kind? [text* alternum5-2] Wie alt ist das dritte Kind? [text* alternum5-3] Wie alt ist das vierte Kind? [text* alternum5-4] Wie alt ist das fünfte Kind? [text* alternum5-5]</label> [/group] <label> Hier haben Sie Platz für Bemerkungen [text sonderwunsch] </label> <label> Bitte l?sen Sie den Captcha [recaptcha size:normal] </label> [submit "Senden"]
and for email:
Vortermin:[vortermin] [vortermin-def] Anzahl Geschenkempf?nger:[teilnehmer] [alter1] Alter K1: [alternum1-1] [/alter1] [alter2] Alter K1: [alternum2-1] Alter K2: [alternum2-2] [/alter2] [alter3] Alter K1: [alternum3-1] Alter K2: [alternum3-2] Alter K3: [alternum3-3] [/alter3] [alter4] Alter K1: [alternum4-1] Alter K2: [alternum4-2] Alter K3: [alternum4-3] Alter K4: [alternum4-4] [/alter4] [alter5] Alter K1: [alternum5-1] Alter K2: [alternum5-2] Alter K3: [alternum5-3] Alter K4: [alternum5-4] Alter K5: [alternum5-5] [/alter5]
i believe it works ??
all the best!
ps: Jules you ‘ve made an Awesome plugin ??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Problem with E-Maili add to that.
i have the same issue.i have upgrade everything to the latest version.
wp 4.8.1
cf7 4.9
cf7cf 1.3.4Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Not Working with AjaxHi. i have the same problem.
i’m using your wonderful plugin into bethemes and i have used it inside another shortcode of tabs. (for ex. [tabs][tab1][content_protector password=”something” identifier=”someone” ajax=”true”][/content_protector][/tab1][/tabs]it is working without ajax, but when the page is reloading it goes again to the first tab (obviously) and then the user have to go again to the tab that the content was protected.
is there a way to solve and run it with ajax?
thanks in advanced
Forum: Plugins
In reply to: [AddToAny Share Buttons] AddToAny Share Firefox Pinterest Buttonhi there.. any update? thx
Forum: Plugins
In reply to: [AddToAny Share Buttons] AddToAny Share Firefox Pinterest Buttonthis is something that i cannot control… cause i cannot go to any computer that use firefox…
sure https://www.flabouri.gr/nflthanks
solution ok, found that there was another plugin – Taxonomy Order – that was making the conflict. i deactivated after i run again to a new wp setup and everything ok.
Also to add on that, when i tried to add new category, although at first it appears in the categories, then it stops appearing and at the “Add new post” it doesn’t show at all.
thanks again.