Hello. When i admin of forums and trying to select a layout, i get:
GET https://www.website.com/wp-content/plugins/wpforo/wpf-includes/wp-color-picker-script.js?ver=4.9.10 404
thanks
Thank you for letting us know. I'm going to ask the developers to check the issue. I'll update topic asap.
Hi @anonymous20,
There is no in wp-color-picker-script.js file in wpForo core /wpforo/wpf-includes/ directory. This is a result of incorrect customization or some other script call. wpForo doesn't have and doesn't use such JS file. There is no any fix from wpForo side, you should search this issue in other codes/plugins.
That CAN'T be possible unless i hugely missunderstand something here. Because i SEE that script in your CODE that i just got from Wordpress:
in wpf-hooks.php
if( $_GET['page'] == 'wpforo-forums' ){
if( !empty($_GET['action']) ){
//Just for excluding 'nav-menu' js loading//
wp_enqueue_script('postbox');
wp_enqueue_script('link');
wp_enqueue_style( 'wp-color-picker' );
wp_enqueue_script( 'wp-color-picker');
wp_enqueue_script( 'wp-color-picker-script-handle', plugins_url('wp-color-picker-script.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
}
else{
wp_enqueue_script('nav-menu');
}
}
Sorry i don't follow. There is a 404 that i see or not ? In wpForo 1.62 ?
Anyways. Just forget it. Apparently there is some bug or error.