{"id":4357,"date":"2025-09-26T13:08:25","date_gmt":"2025-09-26T12:08:25","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=4357"},"modified":"2025-11-16T11:49:41","modified_gmt":"2025-11-16T11:49:41","slug":"hide-objects-and-sections","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/manipulating-html\/hide-objects-and-sections","title":{"rendered":"Hide objects and sections"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Hide objects and sections on page load<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  \/\/----- HIDE ALL OPTIONAL WIDGETS AND SECTIONS OF THE PAGE INITIALLY -----\n  if (strpos($_SERVER&#91;'REQUEST_URI'], 'wp-admin') === False)    \/\/Don't do if we're editing the page design\n  {\n    $HtmlOutput .= &lt;&lt;&lt;_END\n      &lt;style&gt;\n        #MyButton1,\n        #MyButton2 {\n          visibility: hidden;\n        }\n        #MySection1,\n        #MySection2 {\n          display: none;\n        }\n      &lt;\/style&gt;\n_END;\n  }<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Hide from JavaScript<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>document.getElementById(\"my_object_id_value\").style.display = \"none\";<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Hide objects and sections on page load Hide from JavaScript<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[307,132,74],"tags":[],"class_list":["post-4357","post","type-post","status-publish","format-standard","hentry","category-css-javascript","category-manipulating-css","category-manipulating-html"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=4357"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4357\/revisions"}],"predecessor-version":[{"id":4371,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4357\/revisions\/4371"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=4357"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=4357"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=4357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}