• Resolved tsteinh

    (@tsteinh)


    The spouse’s date of death is not displaying in the correct place. The row is Death, #1, Date of Death and then the date. Maybe the row should start with #1 (without the Death term), then the rest would line up. How do I fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tsteinh

    (@tsteinh)

    Fixed it myself by modifying traits-genealogical-tree-single-member-info.php and commenting out these lines (439-443):

    if ($ref === 1) {
    $deat_html .= ‘<td valign=”top” colspan=”1″ rowspan=”‘ . $row_count . ‘”>’;
    $deat_html .= __(‘Death’, ‘genealogical-tree’);
    $deat_html .= ‘</td>’;
    }

    Guess I’ll have to make a note of it if this plugin is ever updated.

    Plugin Author akdevs

    (@akdevs)

    @tsteinh Thanks for identify and fixed the issue, i will consider it on next update, Thanks

    Thank you @tsteinh greatly appreciated. wish the birth and death were in the same proximity, but this was so helpful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘spouse date of death in separate cell’ is closed to new replies.