Viewing 1 replies (of 1 total)
  • Hi ecomm,

    These “files” and associated errors are in relation to a new feature we’re working on for adding more catalogue styles. It dynamically loads the corresponding JavaScript file and CSS. At the moment, there is no corresponding js or css files, which is why you’re getting those messages. They won’t cause any issues except for the sight of the errors in the console. That being said, if you’d like, you could just completely remove those lines of code for now. They’re in the “UPCP_Main.php” file. You can look for the following lines:

    wp_enqueue_script('upcp-theme-js', UPCP_CD_PLUGIN_URL . 'js/catalogue-style-' . $Catalogue_Style . '.js', array( 'jquery' ));
    

    and

    elseif ($Catalogue_Style != "None") {wp_enqueue_style( 'catalogue-style-' . $Catalogue_Style, UPCP_CD_PLUGIN_URL . 'css/catalogue-style-' . $Catalogue_Style . '.css');}
    
Viewing 1 replies (of 1 total)
  • The topic ‘catalogue-style-* files not found’ is closed to new replies.