Conversation
supportI have been having problems adding a link as a navigation item. Everything seems to be working up until I ‘Publish Changes’. After that the link items are removed. Are there any known quirks with this? I have tested it with BU section editor as the only other enabled plugin. I have tested it on Twenty Twelve theme and still no dice. Thanks, Peter http://wordpress.org/extend/plugins/bu-navigation/
Setting ‘BU_NAVIGATION_LINK_POST_TYPE’ to ‘link’ seems to be fixing this. Not sure what the implications will be by doing this. It was set to ‘bu_link’ originally. Thoughts? define( 'BU_NAVIGATION_LINK_POST_TYPE', 'link' ); It looks like this issue is linked to line 523 in admin/manager.php
Actually, this commit seems to be fixing the issue. https://github.com/bu-ist/bu-navigation/commit/1f592982208f7e6be3484aef3db129368e8d84c3
This issue has been resolved in the latest release (1.1.4).
Thank you!
Setting ‘BU_NAVIGATION_LINK_POST_TYPE’ to ‘link’ seems to be fixing this. Not sure what the implications will be by doing this. It was set to ‘bu_link’ originally. Thoughts? define( 'BU_NAVIGATION_LINK_POST_TYPE', 'link' ); It looks like this issue is linked to line 523 in admin/manager.php
Actually, this commit seems to be fixing the issue. https://github.com/bu-ist/bu-navigation/commit/1f592982208f7e6be3484aef3db129368e8d84c3
This issue has been resolved in the latest release (1.1.4).
Thank you!