Kyle Phillips
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Adding multiple pages looses parent-childThanks for pointing that out Luis. I’ll release a patch update that resolves this shortly.
Forum: Plugins
In reply to: [Nested Pages] Nesting pages under linkVersion 1.3.2, available now, resolves this issue. Thanks again for pointing it out.
Forum: Plugins
In reply to: [Nested Pages] Nesting pages under linkThanks for pointing that out. It’s a small bug in the menu code causing it. I’ll release a patch update that fixes this.
Forum: Plugins
In reply to: [Nested Pages] Documentation Compatibility Requested.With version 1.3.0, all post types can now be enabled to use the Nested Pages interface. Under Settings > Nested Pages > Post types, you now have the option of either replacing each post type’s default listing, or adding a submenu item for the nested view.
Forum: Plugins
In reply to: [Nested Pages] Custom Posts Feature RequestWith version 1.3.0, just released, the nested view is now available for all CPTs. Visit Settings > Nested Pages > Post Types to enable on a per-post-type basis (the menu is still generated from the “Page” post type.
If you don’t want it to take over the post type’s list view, uncheck “replace menu” for that post type, and an additional submenu item will be added which links to the “nested view” for hierarchical types, or “sort view” for standard non-hierarchical types.
Forum: Plugins
In reply to: [Nested Pages] Nested pages below level 3 not indentingThis has been addressed in the latest release, 1.2.0. Thanks for pointing this out.
Forum: Plugins
In reply to: [Nested Pages] Nested pages below level 3 not indentingHi Adrian,
This will be corrected in the next release.Forum: Plugins
In reply to: [Nested Pages] Menu Options button not showing in Quick Edit menu for EditorThis has been resolved in version 1.1.9. Thanks again for pointing it out!
Forum: Plugins
In reply to: [Nested Pages] Menu Options button not showing in Quick Edit menu for EditorHi Jon,
This is an oversight on my part, and will be resolved in the next patch release. Thanks for bringing it to my attention.In the meantime, if you’re on a time crunch and are comfortable editing files, it’s a relatively simple fix:
Open the following file: wp-nested-pages/views/quickedit.php
On line 111, change the following:
<?php if ( current_user_can('edit_theme_options') ) : // Menu Options Button ?>
to:
<?php if ( $this->user->canSortPages() ) : // Menu Options Button ?>
The same change can be made on line 144.
At that point, editors will have access to menu options.
Forum: Plugins
In reply to: [Nested Pages] Page categories not visibleThis issue has been addressed in version 1.1.8.
Any menu items assigned to the page menu will now show up (including those added by other plugins).
I’m going to mark this as resolved… if you run into any other issues open it back up.
Forum: Plugins
In reply to: [Nested Pages] Drag and Drop PermissionsAs of 1.1.7, there is now a setting to give editors sorting capabilities.
To enable this, go to Settings > Nested Pages, and check “Editor” under “Allow Page Sorting”.
Forum: Plugins
In reply to: [Nested Pages] PHP NoticesTill,
If you have a multisite install, I believe your issue may be related to this one:
https://www.ads-software.com/support/topic/on-multisite-the-text-pa?replies=2The latest update (v1.1.6) addresses this issue.
Forum: Plugins
In reply to: [Nested Pages] on Multisite, the text paThanks for pointing this out (and for the helpful detailed screenshots). I believe this may be what is causing issues for another user. I’ll be pushing an update soon that addresses this.
Forum: Plugins
In reply to: [Nested Pages] PHP NoticesHi Till,
Sorry you’re having issues. Debugging is always on in the development of this plugin.The errors above all relate to methods that are calling the page post type object. Do you happen to have any plugins installed that might be changing the default “page” post type in any way?
Thanks for bringing it to my attention…?I assumed the page post type would be available. I’ll make it a point to check for that post type in activation.
Forum: Plugins
In reply to: [Nested Pages] Sync menu does not workHi Barb,
I’m going to mark this as resolved based on our email conversation. For anyone else with this issue, it has been solved with the latest update, 1.1.5.