asandler
Member
Posted 5 months ago #
After upgrading to 1.0.32 I cannot see any trace of NAVT anymore. There's no "NAVT Lists" sub-menu in Tools anymore. There's no NAVT widget and obviously nothing appears on my web-site - I used to have NAVT widget.
Any ideas how to fix it?
I am back with 1.0.31 for now.
Thanks.
Alex.
tr33m4n
Member
Posted 5 months ago #
Hey,
I've only just started trying this plugin out... but I encountered the same problems as you. I fixed them by telling my server to take group ownership of the plugin, and allow itself read/write permissions... once done I deactivated and activated the plugin again and it worked :)
Fyi: If you have root access to your server
~$ chown -R joebloggs:www-data wordpress-navigation-list-plugin-navt
~$ chmod -R 0775 wordpress-navigation-list-plugin-navt
should do the trick :)
Dan
RICK430
Member
Posted 3 months ago #
where do you put in the codes above?