Carlos Bravo
Forum Replies Created
-
Hi!
I’m afraid I cannot share the site. I created an empty site note so that meta is not longer undefined.
Sorry for the trouble.
I’m afraid that is not enough for us to debug. Can you please contact your host and ask for error logs?
Hi there!
Could you please share the entire error message? That way we can try to find the source of the error ( Divi, SCF, hosting, etc )
Forum: Plugins
In reply to: [Secure Custom Fields] WordPress Page Edit Screen BreakingThat seems more an internet problem than a plugin problem. If it works for you in a different computer, I’m afraid we cannot help you there.
Thanks for reporting!
Forum: Plugins
In reply to: [Secure Custom Fields] WordPress Page Edit Screen BreakingHi there!
Can you please share an screenshot or list the field types you are using on that page?
Thanks!
Forum: Plugins
In reply to: [Secure Custom Fields] Problem for image field that only returns ID not URLHi there!
Did you check the Return Format option when you edit your field type?
Forum: Plugins
In reply to: [Secure Custom Fields] Fatal error when trying to edit PostHi @charlie67p , you can use find all previous versions on this link.
https://wordpress.org/plugins/secure-custom-fields/advanced/If you prefer to just download it, this is the direct link:
https://downloads.wordpress.org/plugin/secure-custom-fields.6.5.5.zipThanks for sharing the log, I’ll take a look at it.
Forum: Plugins
In reply to: [Secure Custom Fields] Fatal error when trying to edit PostHi there!
Thanks for the report. The api-helpers file has not been touched since a while, so the last version should not be the cause of that fatal. Did you try to downgrade the plugin to 6.5.5?
I could not reproduce the error. Can you please share what fields are you adding to that repeater, are you using any additional option like pagination or something similar?
Thanks again!Forum: Plugins
In reply to: [Secure Custom Fields] What Does The Latest Update UI Feature Mean?Hi there!
The new beta feature allows to connect paragraph, buttons, images and headings to custom fields. But it is only available for posts and custom post types. This means it won’t work (yet) for templates or query loops.
You can see a video of the feature in its respective Github Pull Request. (link)
You need to enable:
- Show in REST API at Group Settings level.
- Allow Access to Value in Editor UI at Field Level. (Presentation).
Forum: Plugins
In reply to: [Secure Custom Fields] The latest update crashed my siteHi there.
Sorry for the inconvenience. We are deploying a new 6.5.3 version with the revert.
Forum: Plugins
In reply to: [Secure Custom Fields] Support for High-performance order storageHi!
HPOS support was included in 6.5.0. Can you please share where is not working?
Hi there!
Thanks for writing a so detailed description of the issue!
As far as I know, there has never been the possibility of using anything different than another field for the conditional logic inside a field.
However, it’s not the same, but could also work, you can use different Field Groups and use Location Rules to have something similar.
That way you could use a Rule similar to “Show this field group if” and add these two options using the “and” operator.
Post Type > Equal to > Veicolo – and
Post Taxonomy > Equal to > Auto d’epoca.
I attach the JSON.
[
{
"key": "group_685c1758e72f4",
"title": "Dettagli Veicolo",
"fields": [
{
"key": "field_685c17591a018",
"label": "Veicolo",
"name": "Veicolo",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"operator": "",
"value": ""
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"maxlength": "",
"allow_in_bindings": 0,
"placeholder": "",
"prepend": "",
"append": ""
},
{
"key": "field_685c181862164",
"label": "Another Field",
"name": "another_field",
"aria-label": "",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": [
[
{
"operator": "",
"value": ""
}
]
],
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "a",
"maxlength": "",
"allow_in_bindings": 0,
"placeholder": "",
"prepend": "",
"append": ""
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "veicolo"
},
{
"param": "post_taxonomy",
"operator": "==",
"value": "tipologia_veicolo:auto-depoca"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": true,
"description": "",
"show_in_rest": 0
},
{
"key": "taxonomy_685c170a3e847",
"title": "Tipogias Veicolo",
"menu_order": 0,
"active": true,
"taxonomy": "tipologia_veicolo",
"object_type": [
"veicolo"
],
"advanced_configuration": 0,
"import_source": "",
"import_date": "",
"labels": {
"name": "Tipogias Veicolo",
"singular_name": "Tipogia Veicolo",
"menu_name": "Tipogias Veicolo",
"all_items": "All Tipogias Veicolo",
"edit_item": "Edit Tipogia Veicolo",
"view_item": "View Tipogia Veicolo",
"update_item": "Update Tipogia Veicolo",
"add_new_item": "Add New Tipogia Veicolo",
"new_item_name": "New Tipogia Veicolo Name",
"search_items": "Search Tipogias Veicolo",
"popular_items": "Popular Tipogias Veicolo",
"separate_items_with_commas": "Separate tipogias veicolo with commas",
"add_or_remove_items": "Add or remove tipogias veicolo",
"choose_from_most_used": "Choose from the most used tipogias veicolo",
"most_used": "",
"not_found": "No tipogias veicolo found",
"no_terms": "No tipogias veicolo",
"name_field_description": "",
"slug_field_description": "",
"desc_field_description": "",
"items_list_navigation": "Tipogias Veicolo list navigation",
"items_list": "Tipogias Veicolo list",
"back_to_items": "← Go to tipogias veicolo",
"item_link": "Tipogia Veicolo Link",
"item_link_description": "A link to a tipogia veicolo"
},
"description": "",
"capabilities": {
"manage_terms": "manage_categories",
"edit_terms": "manage_categories",
"delete_terms": "manage_categories",
"assign_terms": "edit_posts"
},
"public": 1,
"publicly_queryable": 1,
"hierarchical": 0,
"show_ui": 1,
"show_in_menu": 1,
"show_in_nav_menus": 1,
"show_in_rest": 1,
"rest_base": "",
"rest_namespace": "wp\/v2",
"rest_controller_class": "WP_REST_Terms_Controller",
"show_tagcloud": 1,
"show_in_quick_edit": 1,
"show_admin_column": 0,
"rewrite": {
"permalink_rewrite": "taxonomy_key",
"with_front": "1",
"rewrite_hierarchical": "0"
},
"query_var": "post_type_key",
"query_var_name": "",
"default_term": {
"default_term_enabled": "0"
},
"sort": 0,
"meta_box": "default",
"meta_box_cb": "",
"meta_box_sanitize_cb": ""
}
]Taxonomies could be added there, but it would be an enhancement rather than a bug.
Forum: Plugins
In reply to: [Secure Custom Fields] Field Groups not showing on “Order” post typeIt should work now with SCF 6.5.0.
Hi there!
Initially, everything included in ACF should be also applicable on SCF. The latest features may take some time to be released, though.
Hope it helps! Feel free open an issue if you find any compatibility problem:
https://github.com/WordPress/secure-custom-fields/issuesForum: Fixing WordPress
In reply to: whatsapp and linkedin share buttons not workingHi there!
I recommend asking at Elementor’s support forum so the plugin’s developers and support community can help you with this.