pdclark
@pdclark on WordPress.org, @pd on Slack
Contributions Sponsored
- Member Since: May 31st, 2009
- Job Title: Technical Support
Contribution History
pdclark’s badges:- Core Contributor
- Hosting Contributor
- Plugin Developer
- Training Contributor
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to [Pods - Custom Content Types and Fields] Strange behavior in certain field, on the site WordPress.org Forums:
The Elementor dynamic content feature is maintained by the Elementor team. There is a Pods… -
Posted a reply to Website field and LiteSpeed Cache issue, on the site WordPress.org Forums:
In the Website Options tab when editing the website/URL field settings, setting Format to No… -
Posted a reply to Missing update_handler in the PodsRESTHandlers.php, on the site WordPress.org Forums:
Reported on the Pods plugin GitHub for review and development at https://github.com/pods-framework/pods/issues/7470 Please comment there… -
Posted a reply to Download the content of my pods, on the site WordPress.org Forums:
All Pods content except for Advanced Content Types (custom tables) can be exported in the… -
Posted a reply to Error on WordPress Site During Update – Assistance Required, on the site WordPress.org Forums:
The error indicates that a function which expected a a title or text to be… -
Posted a reply to Conditional Field Groups – Feature Request, on the site WordPress.org Forums:
<?php/** * Plugin Name: Hide Fields if not Industries */add_action( 'admin_head', function(){ // Are we… -
Posted a reply to [Pods - Custom Content Types and Fields] Search results template, on the site WordPress.org Forums:
<?php echo do_shortcode( sprintf( '[pods name="haendler" template="haendler-archive" id="%s" ]', get_the_ID() ) );?> https://www.php.net/manual/en/function.sprintf.php ...which is… -
Posted a reply to Pods lists items from all languages, on the site WordPress.org Forums:
Please check Polylang filters, verify with the Polylang support team, and if verified unresolvable on… -
Posted a reply to New Post Type in Pods – no Full Width Attribute, on the site WordPress.org Forums:
It would depend on what "Full Width" means and how it is activated within the… -
Posted a reply to Suggested method of removing custom field content after deleting custom field, on the site WordPress.org Forums:
The Delete all content for a Pod tool at WP Admin > Pods Admin >… -
Posted a reply to “Create new field group” button not working, on the site WordPress.org Forums:
aria has to do with accessibility, such as screen readers for the blind. JavaScript warnings… -
Posted a reply to Change widget message carousel to a gallery or grid, on the site WordPress.org Forums:
Under Pods Admin > Settings, set Allow SQL clauses to be used in Dynamic Features… -
Posted a reply to Turn off Post Types Without Deleting Them, on the site WordPress.org Forums:
Admin UI: In the Admin UI tab, turn off its user Interface. Public Publishing: In… -
Posted a reply to Second Detail Page, on the site WordPress.org Forums:
WP default Read More button Hierarchical Post Type with child pages for separate URLs. Pods… -
Posted a reply to How to set a Relationship Field to be Editable for Admin but Read-Only for User?, on the site WordPress.org Forums:
There might be other filters for the drop-down menu, user interface, but due to the… -
Posted a reply to The Events Calendar – Calendar Embed – Proper Implementation, on the site WordPress.org Forums:
The linked page displays a calendar with events. An iframe displays a separate page, so… -
Posted a reply to AJAX filter for Pods List?, on the site WordPress.org Forums:
https://wordpress.org/plugins/search-filter/ https://facetwp.com -
Posted a reply to Insert Pods shortcode into registered user profile page, on the site WordPress.org Forums:
It seems like there may be some confusion about how each data structure connects to… -
Posted a reply to How to set a Relationship Field to be Editable for Admin but Read-Only for User?, on the site WordPress.org Forums:
A plugin which allows Administrators to edit a field, while other users see the field… -
Posted a reply to Fatal error: Out of memory in PodsMeta.php line 1286, on the site WordPress.org Forums:
The memory limit is for Pods / PHP as a whole, for one individual page… -
Posted a reply to The Events Calendar Pro series post type, on the site WordPress.org Forums:
Yes, that is possible: Post Types registered by other plugins will not be editable if… -
Posted a reply to update 3.3.4, on the site WordPress.org Forums:
If it's possible to reproduce the issue, the specific JSON error message given may help… -
Posted a reply to Restore Deleted Post, on the site WordPress.org Forums:
While Trash capability is enabled on a default installation and custom post type when testing… -
Posted a reply to Hyphens instead of Underscores in slugs, on the site WordPress.org Forums:
When adding a field to a post type or taxonomy, the field definition starts with… -
Posted a reply to Unable to Edit User profile with Front end Form, on the site WordPress.org Forums:
The message is from https://github.com/pods-framework/pods/blob/f5cd00fa9fd580b336e6afd32b1e1cd0f12d4502/includes/general.php#L2272C45-L2275 To allow user edit forms, add this to wp-config.php: define(… -
Posted a reply to Elementor Pro & Pods Checkbox, on the site WordPress.org Forums:
The issue has more to do with Elementor Pro, which is under paid support. Please… -
Posted a reply to “Pods embed error: Pod not found” when editing homepage using pods blocks, on the site WordPress.org Forums:
The Pod not found error appears to be at https://github.com/pods-framework/pods/blob/305235c34d7135ae196aabb70409f148d7fdd7c4/classes/PodsAdmin.php#L1762 It looks like the check… -
Posted a reply to Solutions for translating custom fields, on the site WordPress.org Forums:
Details for WPML may be best discussed with their paid support team, as the source… -
Posted a reply to Redis SCAN performance concern from Pods cache group flush (e.g. pods_post_type_, on the site WordPress.org Forums:
The only filter I see around that area of cache-flushing behavior is at https://github.com/pods-framework/pods/blob/305235c34d7135ae196aabb70409f148d7fdd7c4/classes/PodsView.php#L673 Adding:… -
Posted a reply to Filter by category in “relationship” field, on the site WordPress.org Forums:
There where query starts from the subject of the relationship field, where the starting table… -
Posted a reply to Custom image field: Set post featured image as default?, on the site WordPress.org Forums:
See https://docs.pods.io/displaying-pods/template-tags/if-conditional-tag/ For example, if the field name is featured_image_mobile, a Pods template could be:… -
Posted a reply to WYSIWYG field duplicated on frontend in Demo sandbox, on the site WordPress.org Forums:
There appears to be some missing information in your post: It's mentioned that a field… -
Posted a reply to Dynamic link, on the site WordPress.org Forums:
See https://docs.pods.io/displaying-pods/magic-tags/special-magic-tags/, where {@get.number} would output the value of ?number=123 from the URL. -
Posted a reply to Showing Related Items in an Elementor Widget, on the site WordPress.org Forums:
Without access to your custom application and data, or debug logs from the unexpected output,… -
Posted a reply to Sorting Linked types with the template view, on the site WordPress.org Forums:
Yes, shortcodes can go in shortcodes with that configuration. Also note that menu_order is a… -
Posted a reply to CPT1 automatically disconnects from CPT2, on the site WordPress.org Forums:
None of those plugins sound like something that would corrupt relationship field values, unless the… -
Posted a reply to Issue in components activation, on the site WordPress.org Forums:
Sounds like there may be a plugin conflict occurring. Try temporarily disabling the CF7 plugin,… -
Posted a reply to option to remove images from the gallery, on the site WordPress.org Forums:
Gallery functionality in Pods is a connection to WordPress core gallery templates. Additional functionality for… -
Posted a reply to Pod disappeared from Dashboard, on the site WordPress.org Forums:
In the configuration, "show_in_menu": "0", corresponds to whether or not to show the menu item… -
Posted a reply to Terms List block not showing custom taxonomy, on the site WordPress.org Forums:
Check access permissions for the Taxonomy Topics, such as whether the Taxonomy is set to… -
Posted a reply to showing the pods only in one article category, on the site WordPress.org Forums:
In a Pods template conditional: [if field="category.slug" value="podcasts"] ...podcast things...[/if] In PHP, one WP core… -
Posted a reply to QS BEFORE ACHAT, on the site WordPress.org Forums:
The Pods plugin provides a high-level graphical interface for remixing WordPress core data types, such… -
Posted a reply to Loop Carousel with Related Items, on the site WordPress.org Forums:
I’ve proven that the queries I’m using are working just fine, as you can see… -
Posted a reply to pods + free elementor version, on the site WordPress.org Forums:
WHERE statements and other SQL can be enabled with the Allow SQL clauses to be… -
Posted a reply to Item List Pagination Issue, on the site WordPress.org Forums:
Pagination applies to the outermost query, so pagination of images should start with a query… -
Posted a reply to Sorting Linked types with the template view, on the site WordPress.org Forums:
I'm not sure whether the orderby option on a relationship field would effect [each] or… -
Posted a reply to Loop Grid Error with Pods Listing, on the site WordPress.org Forums:
At the link, I am seeing under the "Featured Homes" heading, there is an Elementor… -
Posted a reply to How to use @post_date in Pods template to control output, on the site WordPress.org Forums:
Documentation on Pods template conditional if/else tags can be found at https://docs.pods.io/displaying-pods/template-tags/if-conditional-tag/ If the date… -
Posted a reply to Multiple shortcodes fail in adding WP video player via pods upload field, on the site WordPress.org Forums:
The approached Jory mentioned above should work in most cases. One other approach is adding… -
Posted a reply to Order by Meta field value no longer works, on the site WordPress.org Forums:
It appears the original poster shared some of the date queries from their site on…
Contributor
-
Yet Another Featured Posts Plugin (YAFPP)
Active Installs: 100+
Support Rep
-
Pods - Custom Content Types and Fields
Active Installs: 100,000+
Plugins
-
Audit Trail
-
AvatarPlus
-
Bulk Plugin Installation
-
Docs to WordPress
-
Edit Flow
-
Hierarchy
-
Oxford Debate
-
Post via Dropbox
-
Sliced Invoices & Gravity Forms
-
Watcher Social Net
-
Wordfence Security - Firewall, Malware Scan, and Login Security
-
WP Debug Robot
-
WP Install Profiles
-
WP OAuth Server (OAuth Authentication)