Viewing 4 replies - 1 through 4 (of 4 total)
  • I just ran into this also. Update line 60 to read:

    if($instance['sort'])

    instead of:

    if($opts[$key]['sort'])

    Plugin Author ITS Alaska

    (@itsalaska)

    Sorry for this bug – widgets are still new territory for me.

    I’ll push an update fixing this in the next half hour.

    I’ve noticed a related issue that I was wondering about. Once you’ve got your parent and child pages in order, It seems as if the top nav highlighting disappears if the the nav is more than two levels deep. At one level deep, you can click around child pages and the top nav maintains the correct highlight state. If your hierarchy is 2+ levels deep, the highlight state disappears as soon as you click beyond the first level. Is there a workaround? Thanks in advance.

    Plugin Author ITS Alaska

    (@itsalaska)

    It’s likely a problem with the theme (I assume you mean theme nav by top nav). If you know a bit of PHP, you can probably fix it within your theme with the preg_replace function and $_SERVER[‘REQUEST_URI’] variable.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sort by Page Order Not Working ver 1.3.2’ is closed to new replies.