Kyle Phillips
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] 12/24 hour time support24 hour support has been added in v1.7.0.
If 24 hour time is selected under the general WordPress settings (H:i), it will automatically show up that way.
The custom fields that are created by the plugin are hidden as of 1.7.0.
If you reintall/reactivate the plugin, they should be hidden from view. Once you deactivate the plugin they’ll still be hidden.
Forum: Plugins
In reply to: [Nested Pages] W3C – Check failsThis should be resolved in the latest release, 1.7.0
Forum: Plugins
In reply to: [Nested Pages] Sync page name and navmenu item nameThe menu title/label can be changed in the quick edit interface, provided you have the necessary permissions.
Menu fields are available under “Menu Options”. Clicking that button will open up several fields, including the “Navigation Label” field. Changing this updates the menu title without needing to visit the Appearance > Menus area.
Forum: Plugins
In reply to: [Nested Pages] page orderI realize this topic is old, and you’ve probably figured this out by now…
The plugin actually uses the page order to order the nesting/tree. Once you activate the plugin and reorder your page tree, all the page “menu_order” fields will update to reflect that. There is no need to manually update those fields.
Forum: Plugins
In reply to: [Nested Pages] Multisite and Missing PermissionsThis should be resolved in the latest release, 1.6.8
Forum: Plugins
In reply to: [Nested Pages] Worpdress admin bars missing or loads lateThis should be resolved in the latest release, 1.6.8.
Forum: Plugins
In reply to: [Nested Pages] Adding Page IDs to main “Pages” pageThe ID is visible under the quick edit window, in the upper right.
If you’d like it to appear in the nested view, you could add a title filter. Something like the following:
add_filter('the_title', 'nestedpages_title_listing', 10, 3); function nestedpages_title_listing($title, $post_id, $view = null) { if ( !isset($view) || $view !== 'nestedpages_title' ) return; return $title . ' (ID: ' . $post_id . ')'; }- This reply was modified 9 years ago by Kyle Phillips.
Forum: Plugins
In reply to: [Nested Pages] Safari admin menus disappearThis should be fixed in the latest release, 1.6.8
Forum: Reviews
In reply to: [Nested Pages] This is such a great plugin!Thanks for the comment about the dates not working. That should be fixed in the latest release, 1.6.8
Forum: Plugins
In reply to: [Nested Pages] Continuing permalink issuesA temporarily patched version is being posted now.
For those asking why NP is instantiated on the front end, it’s necessary for the correct structure for pages nested underneath “link” items in the nested view.
If anyone is willing to beta test development releases, please let me know. There were a few users who helped previously, and they all reported that the issue was fixed with the last release.
Forum: Plugins
In reply to: [Nested Pages] PHP Fatal Error introduced with latest updateThis is corrected in 1.6.5
Forum: Plugins
In reply to: [Nested Pages] Enhancement Request: Tab Order on Add ChildAnother old topic, but wanted to let you know this was addressed in a recent release. Tab order is now enabled when adding multiple pages or child pages.
Forum: Plugins
In reply to: [Nested Pages] Enhancement Request: Non-AJAX Update of Ordering OptionI know this is an old topic, but manual sync is now available under the plugin settings.
Forum: Plugins
In reply to: [Nested Pages] Textdomain is not correctThe text domain has been updated in the latest release, 1.6.4