Kyle Phillips
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Error…You probably want to contact support for the “wpvr” plugin you’re using (as referenced in the above error) or post in the general WordPress forums. This doesn’t seem related to Nested Pages based on your info.
- This reply was modified 7 years, 1 month ago by Kyle Phillips.
- This reply was modified 7 years, 1 month ago by Kyle Phillips.
Forum: Plugins
In reply to: [Nested Pages] Remove Nested Pages Menu1. Visit Settings > Nested Pages
2. Under “Menu Sync”, check “Disable menu sync completely”
3. Delete the generated menuForum: Plugins
In reply to: [Nested Pages] Sorting does not workMenu synchronization is only available when viewing by menu_order. The option is not available when sorting by other methods.
Forum: Plugins
In reply to: [Nested Pages] Bug with capabilitiesThank you for the issue report on Github. This has been resolved with v3.0.8 along with the Quick Edit issue.
Forum: Plugins
In reply to: [Nested Pages] Cannot set ‘Page Link’ to ‘Hide in Nav Menu’This issue should be resolved in the latest release, 3.0.9
Forum: Plugins
In reply to: [Nested Pages] 3.0.8 introduces javascript errorv3.0.9, just released, resolves this issue.
Forum: Plugins
In reply to: [Nested Pages] Clone function disappeared?The interface has been reworked a bit to accommodate the growing list of features.
If you hover over a row, there is now a “more” icon (•••). Click that, and there will be a dropdown with the clone option.
Forum: Plugins
In reply to: [Nested Pages] Confused..This plugin can be used to order any post type. It uses the native menu_order property to save ordering. It doesn’t alter any queries on the front-end. To update those using the same order, you’d need to update your theme to use the menu_order parameter in queries.
Forum: Plugins
In reply to: [Nested Pages] Update 3.0.3+ shoots wp_dropdown_pagesI understand now. This should be fixed in v3.0.6, just released.
Forum: Plugins
In reply to: [Nested Pages] When saving a pages parent changes ignoredI’m a little confused by the question.
It may be related to this thread, which was resolved in v3.0.3:
Forum: Plugins
In reply to: [Nested Pages] Edit with Elementor.. possible roadmap?Support for the native post_row_actions filter was added in Nested Pages V3. Any plugins that hook into that filter should be supported. Sounds like that’s what Elementor uses.
Forum: Plugins
In reply to: [Nested Pages] Update 3.0.3+ shoots wp_dropdown_pagesI’ve tested your plugin code above with Nested Pages v3.0.5, and the page dropdown is working as expected.
There was a bug in 3.0.3 that was patched in 3.0.4. If you haven’t updated to the latest version I would recommend that.
May be unrelated to your production code, but the meta box in the above code is registered for the “post” post type rather than the “test” post type.
Forum: Plugins
In reply to: [Favorites] Will you update with GDPR opt-in?I should also add, there is no personal data stored in the cookie that the plugin uses. The only data it stores includes the favorited post ids, the site ids for those posts (for multisite installations), and a group id for a future build out of additional features.
Forum: Plugins
In reply to: [Favorites] Will you update with GDPR opt-in?Version 2.2.0, just released has some features to help with GDPR.
If you require an opt-in, there is now a setting under Settings > Favorites > Users to require an opt-in.
Important: You’ll need to supply the text for the modal that displays, along with the “Approve” and “Deny” text for the buttons.
If you already have a cookie opt-in solution (like the one OneTrust provides), there are a couple of document-level jQuery events you can trigger into to set the cookie preferences.
These are now outlined on the main page for this plugin under the “GDPR” section.
Forum: Plugins
In reply to: [Nested Pages] Broken Front Page in Reading Settings on 3.0.3+This is a known issue that was related to the following bug, corrected in v3.0.4:
https://wordpress.org/support/topic/error-after-update-to-3-0-3/