Email: info@wordpresstechy.com
Where Developers Learn, Share, & Build Careers
#rc-imageselect, .g-recaptcha { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }
add_action(‘after_setup_theme’, ‘remove_admin_bar’); function remove_admin_bar() { $user_id = get_current_user_id() ; $role -= bbp_get_user_display_role($user_id) ; if (role == ‘bbp_participant’ { show_admin_bar(false); } }
BEST ANSWER
$('.video-js').attr('controls',true); Alternatively if you're using jQuery 1.6+ you may/should use $(".video-js").prop("controls",true);
Best Answer
I got the solution. Just enter a message on messagebox and submit. My plugin is live now. Thank You. https://wordpress.org/plugins/cf7-redirection/