[ad_1]
The “thumb_excerpt_length” property only affects the description shown below the gallery thumbnails. Unfortunately, our current version doesn’t have any option to disable the “Show More” button and show the full description below the player. I promise that our next version can do this.
As a quick solution, I have prepared a small patch for you. Kindly try adding the following code to the bottom of your theme’s functions.php file to show the whole description.
function ayg_override_player_description( $description, $video ) {
return $video->description;
}
add_filter( 'ayg_player_description', 'ayg_override_player_description', 10, 2 );Hope this solved your issue:
Note:
Unfortunately, we are not able to access your website here. Cloudflare is blocking our IP address. Cloudflare Ray ID: 7c889c44be2d1221
