Title: tblacker's Replies | WordPress.org

---

# tblacker

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] forms css](https://wordpress.org/support/topic/forms-css/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/forms-css/#post-16012560)
 * Hi – the underlying css and design system is actually an NHS Digital project,
   and their components are available (and documented) at [https://service-manual.nhs.uk/design-system/components/buttons](https://service-manual.nhs.uk/design-system/components/buttons)[
   menu on left hand side has various links to the form components]. You could extract
   just the css for forms elements if you wished, but bear in mind your forms markup
   needs to also follow the syntax described. I hope that helps 😛
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nightingale] Telephone Number / Contact Button in Header](https://wordpress.org/support/topic/telephone-number-contact-button-in-header/)
 *  [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/telephone-number-contact-button-in-header/#post-14706527)
 * you could do this with a child theme modifying header.php and including a widget
   area. The theme itself does not support this out of the box, but could be very
   easily modified to accommodate. Feel free to drop me a message if you any support
   would help 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nightingale] Nightingale CSS File Size](https://wordpress.org/support/topic/nightingale-css-file-size/)
 *  [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/nightingale-css-file-size/#post-14706522)
 * Thank you – one of the downsides of using SASS was unexpected bloat, which has
   been massively reduced in the latest release.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nightingale] Gravity Form changes](https://wordpress.org/support/topic/gravity-form-changes/)
 *  [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/gravity-form-changes/#post-14706515)
 * This question predates the latest release (apologies for the late response), 
   which addresses GF 2.5, and was the trigger for the changes to Gravity Forms.
   Both legacy and new views should be accommodated in a much smoother way. As always
   though, and feedback, improvement suggestions or general comments are very welcomed.(
   sorry for the delay in replying).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nightingale Companion] Options not available](https://wordpress.org/support/topic/options-not-available/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/options-not-available/#post-13038297)
 * Thank you for raising this – minor typo in the link which is fixed in v1.0.5 
   😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] parse error](https://wordpress.org/support/topic/parse-error-525/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/parse-error-525/#post-12944142)
 * v1.1.6 resolves this for you – thank you for raising it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] parse error](https://wordpress.org/support/topic/parse-error-525/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years ago](https://wordpress.org/support/topic/parse-error-525/#post-12776654)
 * Hi – this is part of the php 7.4 type declarations, and I mistakenly believed
   it would work on lower versions. Apparently if you have lower than php 7.3 it
   doesnt work. Thank you for highlighting it, will make a change in next release.
   In the meantime, you can either raise your server php levels, or on line 183 
   of nhsblocks.php you can modify:
    `function nhsblocks_block_renderer( string 
   $name, array $attributes, string $content = null ) : string {` to: `function 
   nhsblocks_block_renderer( string $name, array $attributes, string $content = 
   null ) {`
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] Dependence on Guttenberg plugin?](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/#post-12106039)
 * Can you ping me an email Matt? [tony.blacker@leadershipacademy.nhs.uk](https://wordpress.org/support/users/tblacker/replies/tony.blacker@leadershipacademy.nhs.uk?output_format=md)–
   think it would probably help get your install working, and would definitely help
   me if makes the products easier to use 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] Dependence on Guttenberg plugin?](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/#post-12103075)
 * If you use the Gutenberg built into core, the majority of the blocks will work,
   but I had issues with nested blocks, and later versions of Gutenberg fix this.
   So the plugin _will_ function without Gutenberg as a standalone plugin, but you
   may get some funky results if you have inner blocks [i.e. the Dashboard layout].
   (
   The Gutenberg dependency for the Nightingale theme btw is purely a carry over
   from the plugin dependency – the theme will function absolutely fine with or 
   without Gutenberg plugin).
    -  This reply was modified 6 years, 6 months ago by [tblacker](https://wordpress.org/support/users/tblacker/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] Dependence on Guttenberg plugin?](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/#post-12102900)
 * think its a typo mate- your screenshot shows `guttenberg` not `gutenberg` 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NHS Blocks] Dependence on Guttenberg plugin?](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/)
 *  Plugin Author [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/dependence-on-guttenberg-plugin/#post-12101899)
 * [https://wordpress.org/plugins/gutenberg/](https://wordpress.org/plugins/gutenberg/)–
   Gutenberg plugin seems to be alive and kicking… 🤔
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Separate plugin and theme, or…?](https://wordpress.org/support/topic/separate-plugina-nd-theme-or/)
 *  Thread Starter [tblacker](https://wordpress.org/support/users/tblacker/)
 * (@tblacker)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/separate-plugina-nd-theme-or/#post-11883319)
 * Thanks for moving the thread, and apologies for positing in the wrong place to
   begin with :). The Slack channel would appear to be an invite only. And my question
   was to avoid wasting theme reviewers time by having things right before I submit
   it to them…

Viewing 12 replies - 1 through 12 (of 12 total)