Jump to content

mrjasongorman

Members
  • Posts

    71
  • Joined

  • Last visited

Community Answers

  1. mrjasongorman's post in Menu order strange error was marked as the answer   
    Actually this did not quite work correctly i instead refactored the code to generate the array.
    From this
    $topMenu = $pages->find("id=1|1001|1025|1044|1035|1061|1043|1062, sort=sort"); to this:
    $root = $pages->get('/'); $topMenu = $root->children('id=1001|1025|1044|1035|1061|1043|1062'); $topMenu = $topMenu->prepend($root);
  2. mrjasongorman's post in Breadcrumb foreach pagearray error was marked as the answer   
    Found the problem, there was some jQuery targeting the breadcrumb navigation removing nth child.
×
×
  • Create New...