Title: rinh's Replies | WordPress.org

---

# rinh

  [  ](https://wordpress.org/support/users/rinh/)

 *   [Profile](https://wordpress.org/support/users/rinh/)
 *   [Topics Started](https://wordpress.org/support/users/rinh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rinh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rinh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rinh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rinh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rinh/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/users/rinh/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rinh/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/rinh/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Format the date and time from custom meta fields](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/#post-17900830)
 * I reached out to ACF support and I got help quick. I wasn’t doing this correctly.
   The solution is here for anyone else who might need it: [https://www.advancedcustomfields.com/blog/acf-6-2-8/#block-bindings-api](https://www.advancedcustomfields.com/blog/acf-6-2-8/#block-bindings-api)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Format the date and time from custom meta fields](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/#post-17891298)
 * Thanks for finding! That is a very old bug :/
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Format the date and time from custom meta fields](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/#post-17891247)
 * Thanks for the reply! I use the code snippets plugin to for snippets of PHP. 
   The problem for me when editing is rather that I do not know PHP.
   I’ll try out
   the script in a bit. I also found this, so perhaps it’s actually a bug within
   ACF? [https://github.com/AdvancedCustomFields/acf/issues/673](https://github.com/AdvancedCustomFields/acf/issues/673)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Format the date and time from custom meta fields](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/format-the-date-and-time-from-custom-meta-fields/#post-17889219)
 * Thank you for the reply and the snippet! Unfortunately it still remains in the
   same date format 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] ACF shortcodes not working in Full Site Editing templates](https://wordpress.org/support/topic/acf-shortcodes-not-working-in-full-site-editing-templates/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/acf-shortcodes-not-working-in-full-site-editing-templates/#post-16657670)
 * [@asafm7](https://wordpress.org/support/users/asafm7/) That makes it work without
   additional plugin. Thank you a lot!
    -  This reply was modified 3 years, 1 month ago by [rinh](https://wordpress.org/support/users/rinh/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] ACF shortcodes not working in Full Site Editing templates](https://wordpress.org/support/topic/acf-shortcodes-not-working-in-full-site-editing-templates/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/acf-shortcodes-not-working-in-full-site-editing-templates/#post-16656199)
 * [@asafm7](https://wordpress.org/support/users/asafm7/) kind of, but I had to 
   install an additional plugin: [https://wordpress.org/plugins/display-a-meta-field-as-block/](https://wordpress.org/plugins/display-a-meta-field-as-block/)
   
   With that plugin I was able to get ACF fields to work on Site Editor templates.
   Oddly enough ACF shortcodes work on pages and posts, but not in templates without
   that plugin. I’m not sure if it’s a bug with ACF or Site Editor.Hope you get 
   it work!
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [FSE random p tags when adding blocks in code editor](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/#post-16587510)
 * Hi and thank you for your reply.
   I’m using the Custom HTML widget for a couple
   of features in templates where I build the actual layout.
 * However, I’m currently trying WordPress 6.1.1, since I’m using 6.2 RC2 for what
   I’m creating. I should’ve tested that before even posting this in the first place,
   so I apologise for that. So far I cannot reproduce the issue in 6.1.1. The HTML
   block behaves like you’d expect it to: keeping the HTML and scripts intact.
 * This is very good news, it sure was stressful! Though, seems the bug might be
   back in 6.2 so perhaps I should report it.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [FSE random p tags when adding blocks in code editor](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/#post-16586284)
 * Sorry, I’m opening this again because now I have huge issues with this `wpautop`
   using the HTML block. I used it for a custom button with a script and after closing
   and opening the template it was all destroyed by p and br tags and divs had been
   removed. I understand adding these tags automatically is necessary when writing
   content, but it shouldn’t be in the HTML block?
 *     ```wp-block-code
       <p><button id="btn">Menu</button></p><p><script></p><p>var btn = document.getElementById("btn");</p><p>btn.addEventListener("click", e => {<br />	document.documentElement.setAttribute("data-modal-active",<br />		document.documentElement.getAttribute("data-modal-active") === "true" ? "false" : "true")<br />});</p><p></script></p>
       ```
   
 * I found this on github: [https://github.com/WordPress/gutenberg/issues/33832](https://github.com/WordPress/gutenberg/issues/33832)
   
   It looks like it was fixed, but I can’t see how.Is there any way to disable autop
   from being in the HTML block only?Thank you in advance.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [FSE random p tags when adding blocks in code editor](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/#post-16582487)
 * Thank you for the reply and explanations!
 * It definitely seems to have a mind of its own, and probably not supposed to mix
   it all like I tried first. I think I’ll do this properly with column blocks and
   the HTML block when I do need my own HTML for smaller things.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conditional menu and FSE block themes](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/#post-16580704)
 * I found out why. I had to enable this in Ultimate Member – Settings – Access –
   Enable the “Content Restriction” settings for the Gutenberg Blocks
 * Thank you for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conditional menu and FSE block themes](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/#post-16580670)
 * Hi and thank you for your reply.
 * For some reason I’m missing the UM settings option in your second image. For 
   me it just looks like this
 * ![](https://i0.wp.com/i.imgur.com/9OByArC.png?ssl=1)
 * I tried reinstalling Ultimate Member as well as deactivating other plugins and
   change block theme. I’m using WordPress 6.2 RC2
 * Thank you in advance.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [FSE random p tags when adding blocks in code editor](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/fse-random-p-tags-when-adding-something-to-code-editor/#post-16579378)
 * I feel my post is somewhat embarassing since I’m probably supposed to use the
   columns block for the layout, but it seemed so convenient to throw my own markup
   in there and add blocks where I needed them.
   Also aware this
 *     ```wp-block-code
       <!-- wp:post-title /-->
       ```
   
 * is just a HTML commentary, but it somehow displays the post title.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Conditional menu and FSE block themes](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/conditional-menu-and-fse-block-themes/#post-16576944)
 * Thank you for your reply.
 * Appearance – Menus doesn’t exist in block themes, there’s only the Navigation
   block. In classic themes however it’s possible to make the menu items conditional
   with the UM plugin in Appearance – Menus.
   Any plans on making it work for the
   Navigation block too?I’ll try to solve it with code for now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Shortcodes in FSE templates](https://wordpress.org/support/topic/shortcodes-in-fse-templates/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcodes-in-fse-templates/#post-16566503)
 * Okay thank you. I’ll ask over there instead
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Shortcodes in FSE templates](https://wordpress.org/support/topic/shortcodes-in-fse-templates/)
 *  Thread Starter [rinh](https://wordpress.org/support/users/rinh/)
 * (@rinh)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/shortcodes-in-fse-templates/#post-16566410)
 * Hi and thank you for the reply.
 * I failed to provide more detail on this so I’ll do it now.
 * I’m trying to get Advanced custom fields (free version) shortcodes to work in
   templates. They work fine if added directly in a page or post with the shortcode
   block, but I can’t make them work in templates using the shortcode block.
 * I also tried with a shortcode from another plugin and it wouldn’t either so I
   was perhaps too quick to assume it isn’t working.
 * I’ve tried with Twenty Twenty Three on WordPress 6.1.1 and 6.2 RC2.
 * Thank you in advance.

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/users/rinh/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rinh/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/rinh/replies/page/2/?output_format=md)