{"id":9265,"date":"2021-01-12T14:17:17","date_gmt":"2021-01-12T14:17:17","guid":{"rendered":"https:\/\/www.rumbletalk.com\/blog\/?post_type=epkb_post_type_1&#038;p=9265"},"modified":"2024-10-22T06:05:14","modified_gmt":"2024-10-22T06:05:14","slug":"disable-specific-attachment-buttons","status":"publish","type":"epkb_post_type_1","link":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/","title":{"rendered":"Disable Specific Attachment Buttons"},"content":{"rendered":"\n<p>When checking &#8220;<strong>Allow sharing of files, photos, and sending audio &amp; video messages<\/strong>&#8220;, you can send multimedia attachments with these buttons:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"429\" height=\"140\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210105083733\/buttons.png\" alt=\"disable attachment buttons\" class=\"wp-image-9266\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20210105083733\/buttons.png 429w, https:\/\/d241b8qep9dzid.cloudfront.net\/20210105083733\/buttons-300x98.png 300w\" sizes=\"(max-width: 429px) 100vw, 429px\" \/><\/figure><\/div>\n\n\n<p>If you wish to disable specific attachment buttons, you may use the CSS codes below:<\/p>\n\n\n\n<ul>\n<li>To remove &#8220;<strong>Add file<\/strong>&#8221; button: <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>.upload-dialog-box&gt;button:nth-child(1) {\n     display: none;\n }<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050034\/removeaddfile.png\" alt=\"\" class=\"wp-image-13328\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050034\/removeaddfile.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050034\/removeaddfile-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050034\/removeaddfile-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<ul>\n<li>To remove &#8220;<strong>Take photo<\/strong>&#8221; button:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>.upload-dialog-box&gt;button:nth-child(2) {\n     display: none;\n }<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050133\/removetakephoto.png\" alt=\"\" class=\"wp-image-13330\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050133\/removetakephoto.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050133\/removetakephoto-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050133\/removetakephoto-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<ul>\n<li>To remove &#8220;<strong>Record audio<\/strong>&#8221; button:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>.upload-dialog-box&gt;button:nth-child(3) {\n     display: none;\n }<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050224\/removerecordaudio.png\" alt=\"disable attachment buttons\" class=\"wp-image-13331\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050224\/removerecordaudio.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050224\/removerecordaudio-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050224\/removerecordaudio-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<ul>\n<li>To remove &#8220;<strong>Record video<\/strong>&#8221; button:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>.upload-dialog-box&gt;button:nth-child(4) {\n     display: none;\n }<\/code><\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"800\" height=\"600\" src=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050301\/removerecordvideo.png\" alt=\"disable attachment buttons\" class=\"wp-image-13332\" srcset=\"https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050301\/removerecordvideo.png 800w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050301\/removerecordvideo-300x225.png 300w, https:\/\/d241b8qep9dzid.cloudfront.net\/20220526050301\/removerecordvideo-768x576.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>","protected":false},"excerpt":{"rendered":"<p>Disable Specific Attachment Buttons &#8211; online group chat for web site<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"epkb_post_type_1_category":[340],"epkb_post_type_1_tag":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events<\/title>\n<meta name=\"description\" content=\"Did you know that you can disable specific attachment buttons on your chat room? Here&#039;s how to do it with CSS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events\" \/>\n<meta property=\"og:description\" content=\"Did you know that you can disable specific attachment buttons on your chat room? Here&#039;s how to do it with CSS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/\" \/>\n<meta property=\"og:site_name\" content=\"Online Group Chat Room Plugin for Websites and Live events\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/rumbletalk\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-22T06:05:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2021\/01\/buttons.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@rumbletalk\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/\",\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/\",\"name\":\"Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events\",\"isPartOf\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\"},\"datePublished\":\"2021-01-12T14:17:17+00:00\",\"dateModified\":\"2024-10-22T06:05:14+00:00\",\"description\":\"Did you know that you can disable specific attachment buttons on your chat room? Here's how to do it with CSS.\",\"breadcrumb\":{\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rumbletalk.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Disable Specific Attachment Buttons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#website\",\"url\":\"https:\/\/rumbletalk.com\/blog\/\",\"name\":\"Online Group Chat Plugin for Websites and Event\",\"description\":\"Embed a social group chat for communities and events. Grow your online audience with the next evolution of HTML chat room. Attach files, Mobile, Audio and Video calls.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rumbletalk.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3\",\"name\":\"Mary Alice\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g\",\"caption\":\"Mary Alice\"},\"url\":\"https:\/\/rumbletalk.com\/blog\/index.php\/author\/mary-alice\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events","description":"Did you know that you can disable specific attachment buttons on your chat room? Here's how to do it with CSS.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/","og_locale":"en_US","og_type":"article","og_title":"Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events","og_description":"Did you know that you can disable specific attachment buttons on your chat room? Here's how to do it with CSS.","og_url":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/","og_site_name":"Online Group Chat Room Plugin for Websites and Live events","article_publisher":"https:\/\/www.facebook.com\/rumbletalk","article_modified_time":"2024-10-22T06:05:14+00:00","og_image":[{"url":"https:\/\/rumbletalk.com\/blog\/wp-content\/uploads\/2021\/01\/buttons.png"}],"twitter_card":"summary_large_image","twitter_site":"@rumbletalk","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/","url":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/","name":"Disable Specific Attachment Buttons - Online Group Chat Room Plugin for Websites and Live events","isPartOf":{"@id":"https:\/\/rumbletalk.com\/blog\/#website"},"datePublished":"2021-01-12T14:17:17+00:00","dateModified":"2024-10-22T06:05:14+00:00","description":"Did you know that you can disable specific attachment buttons on your chat room? Here's how to do it with CSS.","breadcrumb":{"@id":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rumbletalk.com\/blog\/index.php\/knowledge-base\/disable-specific-attachment-buttons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rumbletalk.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Disable Specific Attachment Buttons"}]},{"@type":"WebSite","@id":"https:\/\/rumbletalk.com\/blog\/#website","url":"https:\/\/rumbletalk.com\/blog\/","name":"Online Group Chat Plugin for Websites and Event","description":"Embed a social group chat for communities and events. Grow your online audience with the next evolution of HTML chat room. Attach files, Mobile, Audio and Video calls.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rumbletalk.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/53a763b494aec8f004846c17ae8d90c3","name":"Mary Alice","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rumbletalk.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/96b1fbff01b496d6a7d82bba8a4738f7?s=96&d=mm&r=g","caption":"Mary Alice"},"url":"https:\/\/rumbletalk.com\/blog\/index.php\/author\/mary-alice\/"}]}},"_links":{"self":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1\/9265"}],"collection":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1"}],"about":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/epkb_post_type_1"}],"author":[{"embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=9265"}],"version-history":[{"count":5,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1\/9265\/revisions"}],"predecessor-version":[{"id":17297,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1\/9265\/revisions\/17297"}],"wp:attachment":[{"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=9265"}],"wp:term":[{"taxonomy":"epkb_post_type_1_category","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1_category?post=9265"},{"taxonomy":"epkb_post_type_1_tag","embeddable":true,"href":"https:\/\/rumbletalk.com\/blog\/index.php\/wp-json\/wp\/v2\/epkb_post_type_1_tag?post=9265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}