joncon62
Forum Replies Created
-
It doesn’t look like an error, just information about the textarea field.
I should add, that line 88 in class-field-textarea.php is:
error_log(print_r($field_settings, true));
so it will always write to the error log.
[16-Apr-2021 17:46:31 UTC] Array
(
[template] => textarea_field
[name] => address
[label] => Address
[required] => no
[width] => large
[css] =>
[placeholder] =>
[default] =>
[size] => 40
[help] =>
[is_meta] => yes
[wpuf_cond] => Array
(
[condition_status] => no
[cond_field] => Array
(
)[cond_operator] => Array
(
[0] => =
)[cond_option] => Array
(
[0] => – select –
)[cond_logic] => all
)[wpuf_visibility] => Array
(
[selected] => everyone
[choices] => Array
(
))
[input_type] => textarea
[rows] => 5
[cols] => 25
[rich] => no
[show_in_post] => yes
[hide_field_label] => no
[restriction_type] => character
[id] => 126
)- This reply was modified 3 years, 10 months ago by joncon62.
That’s perfect, thanks!
I’ve now managed to enable the view of the profile info, I didn’t have ‘About Tab’ ticked in Settings->Appearance->Profile Menu.
It would still be useful to know how to stop the redirect to ‘view’ mode after an update.
The problem is in ‘view’ mode I don’t see any of the data I’ve updated. I may have missed a setting to display the set fields. When I save any post in wordpress I stay on the edit screen. That’s my expected behaviour.
Glad it helped.
Thanks
I made a video demonstrating the problem. Click HERE
I’m also looking for a way to decrease the seat count for status = on-hold. This is the default status for BACS (Bank) or Cheque transaction. How do I change the setting to do this?
Thanks for letting me know.
Sorry, I think it may be a cache issue, once I cleared the cache and browsing history it started working.
I’ve been using this plugin for quite a while now and only just realised it creates user accounts when I had new accounts turned off in woocommerce. I had to delete all the unwanted users, many of them are spam trying to find vulnerabilities in the site.
I would like to continue using the plugin but editing the core file is not the way to do it as it would get overwritten with future updates. Can you please provide an option in the settings to do this, or better still, read the settings in woocommerce and use that.
Great idea, +1 for this.
This still isn’t available in 3.3.7, can you include it in the next release please.
Thanks
I’ll use your Live Demo to illustrate the issue.
1) Add 3 tickets, eg the VIP
2) Fill in all 3 attendee information fields (Name and Phone)
3) Reduce ticket number to 2The 3rd attendee fields is removed as expected but All the other attendee info disappears and becomes blank. Ideally we want to keep the data that was entered for attendee 1 and 2.
Forum: Themes and Templates
In reply to: [Square] ‘Select All’ not workingThanks for that. I confirm all is working again.
Forum: Themes and Templates
In reply to: [Square] ‘Select All’ not workingI don’t believe it’s related to plugins as it still fails when I deactivate them all.
I did a little more debugging and found that it works up to WP 5.5 and stopped working in 5.5.1 onwards.
If I downgrade to 5.5 even the latest theme release works.