Jory Hogeveen
@keraweb on WordPress.org and Slack
- Member Since: March 30th, 2010
- Location: Netherlands
- Website: keraweb.nl
- GitHub: JoryHogeveen
- Job Title: Full Stack Web Developer / Designer
- Employer: Keraweb
Contribution History
Jory Hogeveen’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- Translation Editor Translation Editor
- Plugin Developer Plugin Developer
-
Posted a reply to View As not showing up for regular admins on multisite, on the site WordPress.org Forums:
Hi @maaevecsett For multisite you'll need to grant blog admins the 'view_admin_as' capability. They will…1 day ago
-
Posted a reply to Make “View as Admin” available to other roles with limitations, on the site WordPress.org Forums:
No problem! The roles and users other roles can edit depends on the "access level"…2 days ago
-
Posted a reply to Linked topographies stopped showing in template, on the site WordPress.org Forums:
Hi @simonmaddox If you edit the Activity pod, do you see the fields there? Could…2 days ago
-
Posted a reply to Filesize, on the site WordPress.org Forums:
Hello @gooss007 This can be done in PHP templates. Not Pods templates. See https://wordpress.stackexchange.com/questions/477/how-do-i-get-the-size-of-an-attachment-file Cheers,…2 days ago
-
Posted a reply to Custom Post Type in Multiple Taxonomies, on the site WordPress.org Forums:
Hello @fireuponline It seems to me that your $categories variable would be filled with businesses,…3 days ago
-
Posted a reply to Make “View as Admin” available to other roles with limitations, on the site WordPress.org Forums:
Hello @bradeja Pleas see https://github.com/JoryHogeveen/view-admin-as/wiki/Custom-capabilities#view_admin_as As mentioned, any users that require access to VAA will…4 days ago
-
Posted a reply to I deleted a pods by mistake!, on the site WordPress.org Forums:
Only if you have a database backup, otherwise it's gone unfortunately.5 days ago
-
Posted a reply to Pods for training log (ACT or User Meta)?, on the site WordPress.org Forums:
There are advantages to both ACT and metabased. Metabased is fully integrated in WordPress, ACT's…5 days ago
-
Posted a reply to How to list all entries of specific related custom field, on the site WordPress.org Forums:
Not 100% sure what you mean but it looks like a pods shortcode using the…5 days ago
-
Posted a reply to Pods with Properties settable in another Pod, on the site WordPress.org Forums:
Hello @jamiebcove In your case you already have made your setup. A building would be…5 days ago
-
Posted a reply to Pods show after date x until date y, on the site WordPress.org Forums:
Hello @pherchristoph You can use CURDATE() for such comparisons. See this topic: https://wordpress.org/support/topic/how-to-display-pods-items-dated-after-a-certain-date-time/ Cheers, Jory5 days ago
-
Posted a reply to Fetch data from XML URL, on the site WordPress.org Forums:
Have you checked this page? https://www.wpallimport.com/documentation/advanced/password-protected-files/ Cheers, Jory1 week ago
-
Posted a reply to Fetch data from XML URL, on the site WordPress.org Forums:
Ah it's about import, not export. For importing I'd advice you to look at plugins…1 week ago
-
Posted a reply to Fetch data from XML URL, on the site WordPress.org Forums:
Hello @cessayr No, Pods does integrate with WordPress REST API (json data). Why explicitly XML?…1 week ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
Hi @nathalie75 Correct, for more search/filter types a shortcode isn't flexible enough. You'd have to…1 week ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
Hi @nathalie75 I'm very sorry, I was just looking at the shortcodes parameters for another…1 week ago
-
Posted a reply to get pods template name, on the site WordPress.org Forums:
There is a filter called pods_shortcode which passes all tags that are send to the…1 week ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
No problem, good luck with your project! Cheers, Jory1 week ago
-
Posted a reply to Orderby LastName – User Directory with Pods Shortcode, on the site WordPress.org Forums:
You're welcome! The best way to say thanks is to leave a 5 star review…1 week ago
-
Posted a reply to Causing error on pages, on the site WordPress.org Forums:
Hi @shihtzurescue As you can see in the error it's a file from WP Froms…1 week ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
Hi @nathalie75 I understand but please keep in mind that though we can support and…1 week ago
-
Posted a reply to Orderby LastName – User Directory with Pods Shortcode, on the site WordPress.org Forums:
Hello @bckaz This is because the last name of a user is part of the…1 week ago
-
Posted a reply to Displaying a block of fields only if another field is checked., on the site WordPress.org Forums:
There is no actual direction for this. Please check the references I posted.2 weeks ago
-
Posted a reply to Template categories question, on the site WordPress.org Forums:
Hi @wpress2010 This is a known limitation in the shortcode. You can do this in…2 weeks ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
The one on the page you've mentioned: https://pods.io/docs/code/pods/filters/ Cheers, Jory2 weeks ago
-
Posted a reply to Filtering Pods by custom field, on the site WordPress.org Forums:
Hi @nathalie75 Have you checked the video? It will give you some examples on how…2 weeks ago
-
Posted a reply to Displaying a block of fields only if another field is checked., on the site WordPress.org Forums:
Hello @hedgehog90 Sorry, this is currently not possible and will require a custom add-on. Cheers,…2 weeks ago
-
Posted a reply to Php in templates, on the site WordPress.org Forums:
I'm only talking about pagination for loops used in the Pods shortcode. Not single pages.…2 weeks ago
-
Posted a reply to Php in templates, on the site WordPress.org Forums:
Our shortcode does support pagination if that is what you mean. Other than that you'd…2 weeks ago
-
Posted a reply to Magic tags not rendering from templates, on the site WordPress.org Forums:
Hi @fyfluids Have you checked our introduction video Grow? https://docs.pods.io/videos/grow-beyond-posts-pages-introduction-pods-framework/ In any case, the shortcode…2 weeks ago
-
Posted a reply to Use Pods to automate our “memberships”?, on the site WordPress.org Forums:
Hello @bckaz Pods can handle the data itself and will provide ways for management and…2 weeks ago
-
Posted a reply to Restrict Access not working if role can delete users, on the site WordPress.org Forums:
You're welcome! The best way to say thanks is to leave a 5 star review…2 weeks ago
-
Posted a reply to Select input issue: Only in SAFARI, on the site WordPress.org Forums:
I know this is a different issue but nevertheless this one is also unrelated to…2 weeks ago
-
Posted a reply to Restrict Access not working if role can delete users, on the site WordPress.org Forums:
In that case I'm sure it's the is_super_admin() check that overrules. What WordPress considers a…2 weeks ago
-
Posted a reply to Adding shortcodes within a Pods template (Nevermind I got it), on the site WordPress.org Forums:
Hello @stellarjdoak Please enable WP debug and inform us of any errors showing. https://wordpress.org/support/article/debugging-in-wordpress/ Cheers,…2 weeks ago
-
Posted a reply to Plugin not working with Refined Theme (Genesis Child), on the site WordPress.org Forums:
I found the issue with the Email Encoder plugin. This happens because the Email Encoder…2 weeks ago
-
Posted a reply to Permalink for certain Posttypes, on the site WordPress.org Forums:
WordPress doesn't support a UI for such URL structures out of the box. You will…2 weeks ago
-
Posted a reply to Fantacy Sport in real life site (Ultimate Frisbee) Will pods do it?, on the site WordPress.org Forums:
Hello @ultileague Please see this page: https://docs.pods.io/faqs/what-can-you-build-with-pods/ In short, yes. How you create such custom…2 weeks ago
-
Posted a reply to Create “painting” to go within a “gallery” (newbie question), on the site WordPress.org Forums:
Such URL's cannot be made without customization's. Here is an example of someone doing something…2 weeks ago
-
Posted a reply to Restrict Access not working if role can delete users, on the site WordPress.org Forums:
Hi @bckaz Pods uses is_super_admin() for a check in some places (I'll have to check).…2 weeks ago
-
Posted a reply to Best Kept Secret Plugin, on the site WordPress.org Forums:
Thank you for your kind words! You are very welcome! Cheers, Jory2 weeks ago
-
Posted a reply to Naming Convention?, on the site WordPress.org Forums:
Hello @harry-hobbes As far as I know there are no real limitations to labels. Names…2 weeks ago
-
Posted a reply to Revision history is not working for custom fields creating by Pods plugin, on the site WordPress.org Forums:
Correct, as I said, custom fields are not supported for revision history in WordPress. Sorry,…2 weeks ago
-
Posted a reply to oEmbed Feature Not Working, on the site WordPress.org Forums:
Tested the oEmbed field locally and it works fine here. Indeed, please file the bug…2 weeks ago
-
Posted a reply to pods display based on date together with [if] [else] conditional statements, on the site WordPress.org Forums:
Hi @lkonl1ne No problem. For PHP you can fetch the same results in two ways:…2 weeks ago
-
Posted a reply to Revision history is not working for custom fields creating by Pods plugin, on the site WordPress.org Forums:
Hello @shyamla Please check your screen settings (top right). Also, please note that revisions do…2 weeks ago
-
Posted a reply to pods display based on date together with [if] [else] conditional statements, on the site WordPress.org Forums:
Hi @lkonl1ne For more advanced if/else statements you will have to use actual PHP code…2 weeks ago
-
Posted a reply to Sort order for publications, on the site WordPress.org Forums:
I do not understand what you mean with the Pod plugin. Pods creates custom post…2 weeks ago
-
Posted a reply to ‘actions available’ missing from edit pod/admin ui, on the site WordPress.org Forums:
Hi @erikpost Not sure what you mean, could you give me an example? Cheers, Jory2 weeks ago
-
Posted a reply to Add a new entry to pod from front end?, on the site WordPress.org Forums:
Hi @dbaapplied This is not a Pods feature. You will have to create your own…2 weeks ago
Developer
-
Admin Columns - Genesis Framework add-on
Active Installs: Less than 10
-
Admin Columns - Members add-on
Active Installs: 30+
-
Genesis Widget Column Classes
Active Installs: 10,000+
-
Off-Canvas Sidebars & Menus (Slidebars)
Active Installs: 700+
-
Pods - Custom Content Types and Fields
Active Installs: 90,000+
-
Preview Menu
Active Installs: 10+
-
View Admin As
Active Installs: 4,000+
-
Widget CSS Classes
Active Installs: 100,000+
-
Widget Subtitles
Active Installs: 200+
Contributor
-
Pods SEO
Active Installs: 1,000+
-
Restrict User Access - Membership Plugin with Force
Active Installs: 10,000+
Plugins
-
Admin Columns
-
Admin Menu Manager
-
AMP
-
Better Notifications for WP
-
Black Studio TinyMCE Widget
-
Blox Lite - Content Blocks for Genesis
-
Booster for WooCommerce
-
Caldera Forms - More Than Contact Forms
-
Classic Editor
-
Content Aware Sidebars - Unlimited Widget Areas
-
Dark Mode
-
Disable Comments
-
Download Attachments
-
Duplicate Post
-
Duplicate Widgets
-
ElasticPress
-
Elementor Page Builder
-
Enable Media Replace
-
Five Star Restaurant Reservations
-
Front-end Editor for WordPress
-
Genesis Columns Advanced
-
Genesis Connect for WooCommerce
-
Genesis Favicon Uploader
-
Genesis Simple Edits
-
Genesis Simple Hooks
-
Genesis Simple Share
-
Genesis Simple Sidebars
-
Genesis Translations
-
Genesis Widget Column Classes
-
GeoDirectory - Business Directory Plugin
-
Image Watermark
-
Image Widget
-
Imsanity
-
Intermediate Image Sizes
-
Loco Translate
-
Max Mega Menu
-
Menu Icons by ThemeIsle
-
Meta Box for Yoast SEO
-
Mollie Payments for WooCommerce
-
Multisite Enhancements
-
Off-Canvas Sidebars & Menus (Slidebars)
-
Optimize Images Resizing
-
Plugin Notes
-
Plugin Toggle
-
Pods - Custom Content Types and Fields
-
Pods SEO
-
Polylang
-
Post Type Switcher
-
Rename wp-login.php
-
Responsive Lightbox & Gallery
-
Restrict User Access - Membership Plugin with Force
-
Schema
-
Tabify Edit Screen
-
The Events Calendar
-
Three Column Screen Layout
-
User Role Editor by Members – Best User, Role and Capability Management Plugin for WordPress
-
View Admin As
-
What The File
-
Widget CSS Classes
-
Widget Subtitles
-
WooCommerce
-
WooCommerce Advanced Product Quantities
-
WooCommerce Fixed Quantity
-
WooCommerce Thumbnail Input Quantities
-
Wordfence Security - Firewall & Malware Scan
-
WordPress Mega Menu - QuadMenu
-
WordPress MU Domain Mapping
-
WordPress Page Builder - Beaver Builder
-
WP Force SSL
-
WP Migrate DB - WordPress Migration Made Easy
-
WP Multi Network
-
WP Show Posts
-
WP Super Cache
-
WP-Optimize - Clean, Compress, Cache.
-
WPS Hide Login
-
Yoast SEO