I removed some of the old images Jodie provided and added the new images
Collins made to take their place and am beginning to parts of the site for
design purposes.
17 files changed:
if ($depth == 0) {
++$mainLevelCounter;
}
+ static $level;
+ if ($depth == 1) {
+ ++$mainLevelCounter;
+ }
$element->has_children = ! empty( $children_elements[ $element->ID ] );
$element->classes[] = ( $element->current || $element->current_item_ancestor ) ? 'active' : '';
$element->classes[] = ( $element->has_children && 1 !== $max_depth ) ? 'has-dropdown' : '';