Hi, Ed
First – THANKS! ๐
You mean includes/swift-framework/options/
For anyone with this problem in future.
I’ve done exactly like this:
In includes/swift-framework/options/defaults.php in line 13
define('Redux_OPTIONS_URL', site_url(str_replace($fslashed_abs, '', $fslashed_dir)));
to
define('Redux_OPTIONS_URL', get_template_directory_uri().'/includes/swift-framework/options/');
Working! ๐