WPIntell

Source evidence

Problem with rtl

Fluid Player · support · 2019-04-03T04:54:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mr.nosrati unresolved
The admin panel encountered problems when I active fluid player add this code to the fluid-player.php file add_action(‘wp_enqueue_scripts’, ‘callback_for_setting_up_scripts’); function callback_for_setting_up_scripts() { wp_register_style( ‘fluidplayercss’, ‘ https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css’ ; ); wp_enqueue_style( ‘fluidplayercss’ ); wp_enqueue_script( ‘namespaceformyscript’, ‘ https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js’ ;, array( ‘jquery’ ) ); } and remove this code from the FluidPlayerPlugin.php file. line 6-15 private static function loadAssets() { wp_enqueue_script( ‘fluid-player-js’, self::FP_CDN_CURRENT_URL . ‘/fluidplayer.min.js’, [], false ); wp_enqueue_style(‘fluid-player-css’, self::FP_CDN_CURRENT_URL . ‘/fluidplayer.min.css’); } and line 19 static::loadAssets(); ok enjoy! This reply was modified 7 years ago by mr.nosrati .

Comments

1 shown
mr.nosrati 2019-05-10T05:50:00+00:00

add this code to the fluid-player.php file add_action(‘wp_enqueue_scripts’, ‘callback_for_setting_up_scripts’); function callback_for_setting_up_scripts() { wp_register_style( ‘fluidplayercss’, ‘ https://cdn.fluidplayer.com/v2/current/fluidplayer.min.css’ ; ); wp_enqueue_style( ‘fluidplayercss’ ); wp_enqueue_script( ‘namespaceformyscript’, ‘ https://cdn.fluidplayer.com/v2/current/fluidplayer.min.js’ ;, array( ‘jquery’ ) ); } and remove this code from the FluidPlayerPlugin.php file. line 6-15 private static function loadAssets() { wp_enqueue_script( ‘fluid-player-js’, self::FP_CDN_CURRENT_URL . ‘/fluidplayer.min.js’, [], false ); wp_enqueue_style(‘fluid-player-css’, self::FP_CDN_CURRENT_URL . ‘/fluidplayer.min.css’); } and line 19 static::loadAssets(); ok enjoy! This reply was modified 7 years ago by mr.nosrati .