Hi @leac,
I have check the same scenario with default themes but I am not facing this issue at my end please try the below shared solution to fix this issue.
Please Open the file located at: cool-timeline\admin\codestar-framework\classes\setup.class.php.
To fix file loading issue replace your existing code with the corresponding code shared below with line numbers, click here for more details.
Locate the following lines:
line no. 587:
wp_enqueue_style( ‘csf’, CTL_PLUGIN_URL. ‘admin/codestar-framework/assets/css/style’. $min .’.css’, array(), self::$version, ‘all’ );
line no. 591:
wp_enqueue_style( ‘csf-rtl’, CTL_PLUGIN_URL. ‘admin/codestar-framework/assets/css/style-rtl’. $min .’.css’, array(), self::$version, ‘all’ );
line no. 595:
wp_enqueue_script( ‘csf-plugins’, CTL_PLUGIN_URL. ‘admin/codestar-framework/assets/js/plugins’. $min .’.js’, array(), self::$version, true );
line no. 596:
wp_enqueue_script( ‘csf’, CTL_PLUGIN_URL. ‘admin/codestar-framework/assets/js/main’. $min .’.js’, array( ‘csf-plugins’ ), self::$version, true );
Let me know If you are still facing the same issue after trying these.
Thanks & Regards.
-
This reply was modified 11 months ago by aniketji.