Bug in [cbc_video] shortcode Front page › Forums › CodeCanyon products › WordPress YouTube video post plugin › Bug in [cbc_video] shortcode This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by Constantin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 22, 2014 at 8:14 PM #327 MikeAmelungParticipant I believe there is a bug around line 62 of ccb-youtube/includes/shortcodes.php if( !$atts[‘width’] ){ return false; } should be: if( !$vars[‘width’] ){ return false; } I couldn’t find any other way to report it. Hope it helps. February 24, 2014 at 10:36 AM #328 ConstantinKeymaster Thank you, you’re right. As it is, it only checks if shortcode attribute is set, not the combined defaults with attributes. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In