Carlos Pinedo
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] Secure Custom Fields – security vulnerability?The same here. This is WordFence report:
https://www.wordfence.com/threat-intel/vulnerabilities/detail/advanced-custom-fields-637-authenticated-admin-limited-arbitrary-function-callOk, thanks for answering
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Vulnerability patch?The same problem here, please patch
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/yet-another-related-posts-plugin/yarpp-53010-missing-authorizationForum: Plugins
In reply to: [Elementor Header & Footer Builder] 12 websites crashed!my site is still down after 1.6.30 update
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] 12 websites crashed!Just one crashed, but is my main website ?? ?When will it be fixed?
- This reply was modified 6 months, 2 weeks ago by Carlos Pinedo.
Hi cwanasmoiz,
We’re running into another hiccup because our hosting plan came from a reseller. The account we use on Cloudways seems to be missing the ticket and chat features.
Not sure if there’s an email where I can shoot over our website domain so you guys can take a look at what’s going on.
Thanks a lot Julie I’ll reach Cloudways, but the solution will be to change hosting.
thanks a lot Peter
Thank you so much, wfpeter. I’ve just sent it to the email you recommended. Additionally, I’ve uploaded the file here: https://okdinamica.com/okd/wp-content/uploads/2023/11/fWIFijXb.txt
If you have any further feedback, please do let me know.
Thanks once again.
Forum: Plugins
In reply to: [List category posts] ACF “Select field” label not appearing as it shouldThanks for all the help zymeth25?
Forum: Plugins
In reply to: [List category posts] ACF “Select field” label not appearing as it shouldHowever, it doesn’t work if the field is of the ‘Select multiple values’ type. In that case, you get the term ‘Array’ instead of the value of the field.
Forum: Plugins
In reply to: [List category posts] ACF “Select field” label not appearing as it shouldThe instructions and code of inula (@janetb) works really well:
Delete the following line from your custom template:
$lcp_display_output .= $this->get_custom_fields($post);
Replace for every customfield with:
$field_object = get_field_object( 'Met', $post->ID ); $lcp_display_output .= $field_object['label']; $lcp_display_output .= $field_object['value'];
Again, where Met is the name of the customfield
- This reply was modified 1 year ago by Carlos Pinedo.
Forum: Plugins
In reply to: [List category posts] ACF “Select field” label not appearing as it shouldThanks for answering, I’ll read the thread
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] The plugin cause a critical error :(The problem was solved.
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] The plugin cause a critical error :(Thanks for the support!
- This reply was modified 1 year, 1 month ago by Carlos Pinedo.