diff --git a/wp-content/themes/score/lib/admin/inc/theme-meta-options.php b/wp-content/themes/score/lib/admin/inc/theme-meta-options.php index 7e380a6..aa311d1 100644 --- a/wp-content/themes/score/lib/admin/inc/theme-meta-options.php +++ b/wp-content/themes/score/lib/admin/inc/theme-meta-options.php @@ -37,7 +37,15 @@ function ghostpool_dedication_meta_boxes() { 'std' => '', 'type' => 'text', 'size' => 'large'), - + + 'ghostpool_destination_user_country' => array( + 'name' => 'ghostpool_destination_user_country', + 'title' => __('Destination country', 'gp_lang'), + 'desc' => __('', 'gp_lang'), + 'std' => '', + 'type' => 'text', + 'size' => 'large'), + 'ghostpool_destination_user_id' => array( 'name' => 'ghostpool_destination_user_id', 'title' => __('Destination user', 'gp_lang'), diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index 501a465..41e68b1 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -225,7 +225,7 @@ jQuery(window).ready(function() { activeVideo:0, autoPlay:true, loopingOn:false, - randomPlay:true, + randomPlay:false, autoAdvanceToNextVideo:true, youtubeChromeless:false, thumbWidth: 120,