Andrei
Forum Replies Created
-
Hi Ernest!
OK, got it, waiting for the update.
Thanks a lot!
I’m not sure what do you mean, I have my FA kit selected, and a FA version is 7.x.
But anyway thank you very much Justin, waiting for the plugin update then!- This reply was modified 4 weeks ago by Andrei.
Hi Justin!
Sure, here you are:array(30) { ["ID"]=> int(0) ["key"]=> string(19) "field_66ebeb766da27" ["label"]=> string(4) "Icon" ["name"]=> string(66) "acf[field_66ebe9fe6da24][field_66ebeb376da26][field_66ebeb766da27]" ["aria-label"]=> string(0) "" ["prefix"]=> string(45) "acf[field_66ebe9fe6da24][field_66ebeb376da26]" ["type"]=> string(4) "text" ["value"]=> string(92) "{"family" : "sharp", "style" : "light", "id" : "gear", "label" : "Gear", "unicode" : "f013"}" ["menu_order"]=> int(0) ["instructions"]=> string(0) "" ["required"]=> int(0) ["id"]=> string(63) "acf-field_66ebe9fe6da24-field_66ebeb376da26-field_66ebeb766da27" ["class"]=> string(0) "" ["conditional_logic"]=> int(0) ["parent"]=> string(19) "field_66ebeb376da26" ["wrapper"]=> array(3) { ["width"]=> string(2) "20" ["class"]=> string(0) "" ["id"]=> string(0) "" } ["icon_sets"]=> string(0) "" ["custom_icon_set"]=> string(0) "" ["default_label"]=> string(64) "<i class="fa-sharp fa-light fa-gear fa-fw"></i> Gear" ["default_value"]=> string(92) "{"family" : "sharp", "style" : "light", "id" : "gear", "label" : "Gear", "unicode" : "f013"}" ["save_format"]=> string(7) "element" ["allow_null"]=> int(0) ["show_preview"]=> int(1) ["enqueue_fa"]=> int(1) ["allow_in_bindings"]=> int(0) ["fa_live_preview"]=> string(0) "" ["choices"]=> array(0) { } ["_name"]=> string(4) "icon" ["_valid"]=> int(1) ["_prepare"]=> bool(true) }But I tested a small check and seems like it’s working fine with it (line 197, right after
$field['icon_sets'] = ...string):if (! is_array($field['icon_sets'])) {
$field['icon_sets'] = ! empty($field['icon_sets']) ? [(string) $field['icon_sets']] : [];
}Forum: Plugins
In reply to: [VikRestaurants Table Reservations and Take-Away] No payment methods@e4jvikwp , thanks for the info. So if I buy for example Stripe here and upload it to my plugins, I will have a choice to get payments from the clients via cards?
Just FYI, it’s very hard to understand what should I do from the plugin’s Admin page. I’m opening Payments section and see only “No rows found”. When trying to create a new one – see “No matches found” in File Class field. No notifications like “You must use PRO to be able…”, no buttons like “Purchase addons”, nothing. It’s very confusing and I wasted a lot of time on this.
Anyway, thank you for your answer.