Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • juliohm: Thank you! just as an fyi for others with this same problem:
    I got the same error too with publishing pages and not posts.
    I had to coment out the wp_enqueue_script(‘autosave’); line with the file:
    page-new.php(instead of post-new.php)

    it worked like a charm. thank you!

    Hey Everyone: I had the same issue too. Have you tried the plugin superfish w/ a wp_listpages() function call in an unordered list? Superfish uses Jquery and an unordered list, based on the menu plugin
    Suckerfish.

    I tried that, and it worked for me. You get the flyout menu effect with the css/unordered list, and you get a dynamic menu; The menu items that show up are the pages because of the wp_listpages() function call. So when they add or remove a page, it reflects on the menu itself. The one thing you do have to do is style the list/menu for the different colors, but if you’re running firebug you should be ok.

    here’s the link to superfish:
    https://users.tpg.com.au/j_birch/plugins/superfish/

    good luck, and hope this saves you lots of time ^_^

Viewing 2 replies - 1 through 2 (of 2 total)