Kyle Phillips
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Breaking Similar PermalinksIf anyone that is/was having this problem would be willing to install a patch on a development site, please send me a message on the plugin website: nestedpages.com.
I’d like to make sure this is resolved before releasing publicly.
- This reply was modified 9 years, 6 months ago by Kyle Phillips.
Forum: Plugins
In reply to: [Nested Pages] Cannot hide page?I’m not sure why this wouldn’t be saving.
Menu Sync does need to be enabled for this to take effect.
Also, the generated “Nested Pages” menu needs to be assigned to a specific location in your theme.
Forum: Plugins
In reply to: [Nested Pages] W3C validation failsThat db field is required by the plugin in menu synchronization… removing it manually essentially removes it from the sync process.
I have been unable to recreate your problem after updating (across multiple sites). The rel attribute is being removed in all of my cases.
If you have cacheing enabled, I would try reseting that. It may also help to re-sync the nav menu.
Forum: Plugins
In reply to: [Nested Pages] Edit pages in various page buidlersFilters have been added for both the edit and view links/text in the latest version of the plugin. You can use these to customize these. Details are listed under the “Other Notes” tab of the plugin page here.
Forum: Plugins
In reply to: [Nested Pages] Admin Page Notes?Filters have been added in the latest release for both edit and view links/text.
Details and parameters are listed under the “Other Notes” tab of the plugin page here.
Forum: Plugins
In reply to: [Nested Pages] W3C validation failsThis has been resolved in the latest plugin release.
Forum: Plugins
In reply to: [Nested Pages] Admin Page Notes?As I mentioned on Github, the next release of Nested Pages will apply the_title filter to the titles displayed in the nested view.
Once that is out, you’ll be able hook into that to achieve what you’re after.
You could grab the meta data the notes plugin is saving and pass that as the title in your case.
Forum: Plugins
In reply to: [Nested Pages] W3C validation failsThis will be fixed in the next release.
Forum: Plugins
In reply to: [Nested Pages] Looks amazing! Any update coming soon?There is an update coming soon, with a new feature in regards to the quick edit interface, and a few small bug fixes. That being said, the plugin is tested and works with the latest WP release. The “tested up to” will reflect that in the next release.
Forum: Plugins
In reply to: [Simple Locator] File must be CSV formatFor the time being, try commenting out line 26 of app/Services/Import/Listeners/FileUploader.php
// if ( $_FILES[‘file’][‘type’] !== “text/csv” ) return $this->error(‘File must be CSV format.’);
Forum: Plugins
In reply to: [Simple Locator] Location page not loading google mapTry changing line 65 to:
<?php endwhile; reset_post_data(); ?>Forum: Plugins
In reply to: [Simple Locator] Location page not loading google mapViewing the source, it looks like multiple posts are being output in the JS data the plugin uses… it makes me think there is a loop somewhere that either isn’t closed, or isn’t being reset properly.
You may need to go through your theme files and double check that. The single.php template would be a good place to start.
Forum: Plugins
In reply to: [Simple Locator] Location page not loading google mapIt looks like an issue with your theme.
The JS console is showing an error from an undefined function “stickyMojo”. It doesn’t look like the theme is including that jQuery plugin.
You could try removing those lines from your theme’s scripts.js.
Forum: Plugins
In reply to: [Favorites] Cookie NameThe cookie expiration will be extended to 1 year by default in the next release.
If you’d like to change that before the update, you can update the following lines in app/Entiteis/Favorite/SyncSingleFavorite.php:
Forum: Plugins
In reply to: [Nested Pages] Auto hiddingThis was a bug in the plugin related to the 4.4 update. It should be resolved in the 1.5.4 release.