If the above solution doesn’t work try this:
Like above, find the line
$nd_options_xml_url = esc_url( get_template_directory().’/import/demos-options.xml’);
And change to
$nd_options_xml_url = ( get_template_directory().’/import/demos-options.xml’);
Very similar to above but with the brackets included seemed to work for me