• Resolved Thomas Jarvis

    (@thomasjarvisdesign)


    Can you provide me with a snippet of code or a line to edit in the plugin to relocate the upload box below the additional notes field?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Fowler

    (@brandonxlf)

    On line 112 of class-display.php, replacing $field_groups['order'] = array_merge( $processed, $field_groups['order'] ); with $field_groups['order'] = array_merge( $field_groups['order'], $processed ); should work.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.