{"id":1514680,"date":"2018-04-24T07:28:19","date_gmt":"2018-04-24T14:28:19","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/"},"modified":"2018-04-24T07:28:19","modified_gmt":"2018-04-24T14:28:19","slug":"hide-a-event-category-to-user-role","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/","title":{"rendered":"Hide a event category to user role"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I\u2019m trying to hide an event category in month view to a user role with css.<\/p>\n<p>I add this snippet to my function.php file :<\/p>\n<pre><code>add_action(&#039;init&#039;, &#039;get_current_user_role&#039;);\nfunction get_current_user_role() {\n\n    global $current_user;\n    $user_role = array_shift($current_user-&gt;roles);\n    $umrole=um_user(&#039;role_name&#039;);\n}\n\n\/\/ Cacher agenda Admin aux membre\n  \t\n  \tif ($umrole=&quot;Membres&quot;){\n\t\techo &#039;&lt;style&gt;.type-tribe_events. tribe-events-category-administration {display: none;}&lt;\/style&gt;&#039;;\n\t} else if ($umrole=&quot;Administration&quot;){\n\t\techo &#039;&lt;style&gt;.type-tribe_events. tribe-events-category-administration {display: inline-block;}&lt;\/style&gt;&#039;;\n\t}<\/code><\/pre>\n<p>This working well when I load my calendar (month view) but when I\u2019m using links to next or previous month the page remains stuck on loader animation.<\/p>\n<p>If anyone have an idea to help\u2026 Thank you !<\/p>\n","protected":false},"template":"","class_list":["post-1514680","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hide a event category to user role -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hide a event category to user role -\" \/>\n<meta property=\"og:description\" content=\"Hi, I\u2019m trying to hide an event category in month view to a user role with css. I add this snippet to my function.php file : add_action(&#039;init&#039;, &#039;get_current_user_role&#039;); function get_current_user_role() { global $current_user; $user_role = array_shift($current_user-&gt;roles); $umrole=um_user(&#039;role_name&#039;); } \/\/ Cacher agenda Admin aux membre if ($umrole=&quot;Membres&quot;){ echo &#039;&lt;style&gt;.type-tribe_events. tribe-events-category-administration {display: none;}&lt;\/style&gt;&#039;; } else if ($umrole=&quot;Administration&quot;){ [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/\",\"name\":\"Hide a event category to user role -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-04-24T14:28:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Hide a event category to user role\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hide a event category to user role -","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:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/","og_locale":"en_US","og_type":"article","og_title":"Hide a event category to user role -","og_description":"Hi, I\u2019m trying to hide an event category in month view to a user role with css. I add this snippet to my function.php file : add_action(&#039;init&#039;, &#039;get_current_user_role&#039;); function get_current_user_role() { global $current_user; $user_role = array_shift($current_user-&gt;roles); $umrole=um_user(&#039;role_name&#039;); } \/\/ Cacher agenda Admin aux membre if ($umrole=&quot;Membres&quot;){ echo &#039;&lt;style&gt;.type-tribe_events. tribe-events-category-administration {display: none;}&lt;\/style&gt;&#039;; } else if ($umrole=&quot;Administration&quot;){ [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/","name":"Hide a event category to user role -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-04-24T14:28:19+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/hide-a-event-category-to-user-role\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Hide a event category to user role"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1514680","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1514680\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1514680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}