Alex
Forum Replies Created
-
https://drive.google.com/file/d/1-VVCOuUC8L3GzFQzjyBXl8iR5tKPN7Sa/view?usp=sharing
if input value is 0.123, the output must be “ok” else “not ok”
Every 0.xyz value is “ok” –> wrong!
even with 0.abc !!!
thank you
dear,
I probably didn’t explain myself well.
the condition is not applied to a field of the “fields tab”, but it is applied to a field of the “behavior tab”Another clarification. The condition checks only the value before the decimal point.
In practice if the condition is 3.8 for the TEXT1 (text) field, it is valid for all inputs 3.8, 3.456, 3.2198673, 3adrt, 3bfsasdaA clarification.
if I insert any value that starts with 0 (zero) it is validated.
It seems that the conditional check occurs on a number data type even if the input is a text box.Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] User enrolled listThank you
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] User enrolled listAre there any workarounds?
A select on db?
Thank you
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] User enrolled listThank you for the answer.
Unfortunately in the order list I see ONLY the orders placed by customers and not the manual authorizations made via “assign/unassigned course” in the tools menu.
b.r.
Alex
Thanks Adam for the detailed reply. I’m glad I was helpful in reporting.
I’ll keep an eye on your changelog
Bets regards
I’m closing due to partially incorrect information
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] TranslationSorry… it’s true… I chose the wrong plugin. The one that has the problem is… “LearnPress – WooCommerce Payment Methods Integration”
Hi,
thanks for the valuable tips.
I found that if I leave the wrap setting completely unset, the problem is there. If I want to remove it I have to force the no wrap |->
Only in this way it works
Thank you
Dears … any news?
Thank you
Hi,
it seems clear to me that you have not seen that the problem is not the play of the video, but the positioning of the text.
I attach the screenshot (https://www.alessandronalin.com/wptest/presto-screenshot/) of your screencast where also in your case you can clearly see that if I use Elementor containers, the text under the player ends up under the player itself.
The theme I used is the standard twenty-twentythree, and there are no other plugins active.
please check better
Thank you
Forum: Plugins
In reply to: [VikAppointments Services Booking Calendar] webhook filterGreat!
Many thanks
Forum: Plugins
In reply to: [VikAppointments Services Booking Calendar] webhook filterSorry. The 2nd code I pasted before was wrong. This is the right one, but as I said it doesn’t work
add_filter('vikappointments_before_dispatch_webhook', function($status, &$payload, &$headers, $hook, $job) { $payload['somekey'] = 'true' ; return $status; }, 10, 5);