Hi there seems to be a bug with this on WordPress 3.1.3. Ive been trying to get this to work but although it loads the menu, it spits out some php errors/warnings above it on the page and also it doesnt prevent the listed Page ID URLS from linking.
The site Im developing is currently in maintenance mode, but a quick google of the first warning ("Missing argument 2 for wp_kses()") and it appears a couple other sites have encountered this problem, eg. http://www.sellwebsitetips.com/blog-cat … a-website/
This is the full warning:
Warning: Missing argument 2 for wp_kses(), called in /home/sellwebs/public_html/wp-content/plugins/pixopoint-menu/core.php on line 539 and defined in /home/sellwebs/public_html/wp-includes/kses.php on line 501
Warning: Wrong parameter count for explode() in /home/sellwebs/public_html/wp-content/plugins/pixopoint-menu/core.php on line 539
Warning: Invalid argument supplied for foreach() in /home/sellwebs/public_html/wp-content/plugins/pixopoint-menu/core.php on line 541
Im a novice at php so dont know whats going wrong, any ideas how I could amend the code to correct this?
Thanks