Open jezzdk opened 9 years ago
I noticed an error in my console, because the default URL for css and js is the plugin URI.
You could simply add this line to your functions.php and the issue is solved. That's the idea behind the constant SCPT_PLUGIN_URL actually.
SCPT_PLUGIN_URL
define( 'SCPT_PLUGIN_URL', get_template_directory_uri() . '/super-cpt/' );
I noticed an error in my console, because the default URL for css and js is the plugin URI.