Héctor Prieto
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] PHP WarningsThanks again! Interesting, that helps. I’ll double check the fix just in case.
Forum: Plugins
In reply to: [Secure Custom Fields] PHP WarningsHi Andreas, thanks for reporting.
I’ve opened a patch in SCF to fix this issue: https://github.com/WordPress/secure-custom-fields/pull/286
Just to verify my undersanding, can you confirm which versions you were switching from and to?
Forum: Plugins
In reply to: [Secure Custom Fields] Categories and Tags DisappearedHi there,
Thanks for reporting this issue. To help investigate, could you provide some additional information?
Environment details:
- WordPress version?
- Secure Custom Fields version?
- PHP version?
- Are you using the Block Editor (Gutenberg) or Classic Editor?
About the CPT/Taxonomy issue:
- When you say “selection sections didn’t appear” – could you share a screenshot of what you’re seeing vs. what you expected?
- Were you creating a new Post Type or Taxonomy through SCF → Post Types / Taxonomies?
About the missing Categories/Tags:
- Are they missing from the edit screen, the quick edit, or both?
- Could you check Screen Options (top-right of the edit post screen) and confirm whether Categories/Tags checkboxes are visible and checked?
- Does this affect all users or just your account?
- If you create a brand new admin user, do they also see the issue?
Any screenshots or additional context would be very helpful in narrowing this down.
Forum: Plugins
In reply to: [Secure Custom Fields] Image field does not return URLHi again; I’ve patched the issue and it should be solved with the next SCF release.
Thanks for following up. I’ll mark this issue as resolved then, but let us know if you find any other issues.
Hi @georgeslevy ! Looking at the error, which is provided by Divi itself, it seems more likely to be a third-party error and not in SCF. As @cbravobernal mentioned, we are unable to experience any issue or find a potential connection with SCF without further details.
- This reply was modified 4 months, 2 weeks ago by Héctor Prieto.
Forum: Plugins
In reply to: [Secure Custom Fields] Content in SCF blocks disappearsHi @inverseparadox ,
Thanks for reporting this issue. To help us investigate, could you please provide:
- WordPress version
- PHP version
- Active theme (and whether issue persists with a default theme like Twenty Twenty-Four)
- Other active plugins (or whether issue persists with only SCF active)
- What changed during the server migration (PHP version, hosting provider, server software)?
- Browser console output – the full error stack trace if possible
- Can you reproduce on a fresh WordPress install?
Any additional details about your server environment before and after migration would help narrow this down.
- This reply was modified 4 months, 2 weeks ago by Héctor Prieto.
Forum: Plugins
In reply to: [Secure Custom Fields] Image field does not return URLThanks for reporting! I’ve filed a bug report: https://wordpress.org/support/topic/image-field-does-not-return-url/
Hi @s3nd41,
I’m sorry there’s still not enough documentation for it; here’s how to display your custom field content on the frontend:
Option 1: PHP in Theme Templates
Use theget_field()function in your theme files:Option 2: Block Bindings (WordPress 6.5+)
In the block editor, you can bind core blocks to SCF fields:- Select a block (e.g., Paragraph)
- Open the block settings sidebar
- Under “Attributes”, click the connection icon
- Select your SCF field
Option 3: Shortcodes
Note: Shortcodes are disabled by default in SCF 6.3+. To enable them, add this to your theme’s functions.php:add_filter('acf/settings/enable_shortcode', '__return_true');Then use:
[acf field="your_field_name"]Let me know if you need help with a specific field type!
Forum: Plugins
In reply to: [Secure Custom Fields] Fatal error on plugin update to 6.6.0The recently lauched SCF 6.7.1 solves this issue. Apologies again for the inconvenience!
@lagunas @kosmavision could you verify on your end?
Forum: Plugins
In reply to: [Secure Custom Fields] Fatal error on plugin update to 6.6.0Thanks, @kosmavision . The stacktrace was incredibly helpful to find the issue; a fix is underway and an updated version will be out as soon as possible, we’ll let you know.
- This reply was modified 4 months, 2 weeks ago by Héctor Prieto.
Forum: Plugins
In reply to: [Secure Custom Fields] Fatal error on plugin update to 6.6.0Hi @lagunas, thanks for reporting the issue!
What WordPress version are you using?
Forum: Plugins
In reply to: [Secure Custom Fields] The latest update crashed my siteI hope I haven’t lost everything by reinstalling the plugin.
Hi @mengeco. Reinstalling the plugin is fine, no content should be lost, all data lives safely in the database.
Forum: Plugins
In reply to: [Secure Custom Fields] The latest update crashed my siteHi all. A new working 6.5.4 version is available in the plugin directory. Since the site admin can’t be accessed, the plugin can be updated by running
wp plugin update secure-custom-fieldin the installation folder. If the new version doesn’t appear, run firstwp plugin list.Can anyone confirm whether their update was broken through auto-updates? Auto-updates should be able to fix the problem automatically as well, it would be great if somebody could confirm it worked for them.
Sorry again for the inconvenience.
Hi again. A new working 6.5.4 version is available in the plugin directory. Since the site admin can’t be accessed, the plugin can be updated by running
wp plugin update secure-custom-fieldin the installation folder. If the new version doesn’t appear, run firstwp plugin list.Can anyone confirm whether their update was broken through auto-updates? Auto-updates should be able to fix the problem automatically as well, it would be great if somebody could confirm it worked for them.
Sorry again for the inconvenience.