Title: Andy Walker's Replies | WordPress.org

---

# Andy Walker

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Courtyard] After latest WordPress update, Wordpess Login page not working](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/)
 *  [Andy Walker](https://wordpress.org/support/users/socwordpress/)
 * (@socwordpress)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/#post-15528733)
 * [@precisethemes](https://wordpress.org/support/users/precisethemes/)
 * That was a typo!
 * I Can confirm the theme working nicely on WordPress **5**.9.2
    -  This reply was modified 4 years, 3 months ago by [Andy Walker](https://wordpress.org/support/users/socwordpress/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Courtyard] After latest WordPress update, Wordpess Login page not working](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/)
 *  [Andy Walker](https://wordpress.org/support/users/socwordpress/)
 * (@socwordpress)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/#post-15527243)
 * Thanks for the update Precise Themes.
 * Can confirm the theme working nicely on WordPress 4.9.2
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Courtyard] After latest WordPress update, Wordpess Login page not working](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/)
 *  [Andy Walker](https://wordpress.org/support/users/socwordpress/)
 * (@socwordpress)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/after-latest-wordpress-update-wordpess-login-page-not-working/#post-15437192)
 * Message to Precise Themes:
    The theme admin page does not work with WordPress
   4.9.1 The problem persists when child theme and all plugins are disabled. Switching
   to any other theme or reverting to WP 4.9 resolves the issue.
 * `Fatal error: Uncaught Error: Call to undefined function get_current_screen()
   in /home/colombe/public_html/wp-includes/script-loader.php:2356 Stack trace: #
   0 /home/colombe/public_html/wp-includes/class-wp-hook.php(307): wp_global_styles_render_svg_filters()#
   1 /home/colombe/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()#
   2 /home/colombe/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()#
   3 /home/colombe/public_html/wp-includes/general-template.php(3074): do_action()#
   4 /home/colombe/public_html/wp-content/themes/courtyard/functions.php(224): wp_body_open()#
   5 /home/colombe/public_html/wp-settings.php(555): include('...') #6 /home/colombe/
   public_html/wp-config.php(84): require_once('...') #7 /home/colombe/public_html/
   wp-load.php(50): require_once('...') #8 /home/colombe/public_html/wp-admin/admin.
   php(34): require_once('...') #9 /home/colombe/public_html/wp-admin/index.php(
   10): require_once('...') #10 {main} thrown in /colombe/public_html/wp-includes/
   script-loader.php on line 2356`
    -  This reply was modified 4 years, 4 months ago by [Andy Walker](https://wordpress.org/support/users/socwordpress/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] This is how to downgrade to 2.4 instructions](https://wordpress.org/support/topic/this-is-how-to-downgrade-to-2-4-instructions/)
 *  [Andy Walker](https://wordpress.org/support/users/socwordpress/)
 * (@socwordpress)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/this-is-how-to-downgrade-to-2-4-instructions/#post-14752332)
 * [@amityweb](https://wordpress.org/support/users/amityweb/) If you are using wp-
   cli for your automated update scripts then use an exclude modifier to prevent
   this plugin updating –
 * `wp plugin update --all --exclude=uk-cookie-consent`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Fields for Contact Form 7] Sample Form Not Working](https://wordpress.org/support/topic/sample-form-not-working/)
 *  [Andy Walker](https://wordpress.org/support/users/socwordpress/)
 * (@socwordpress)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/sample-form-not-working/#post-14026596)
 * Hi Jules,
 * Thanks for the great plugin.
    Any thoughts on this?
 * > Mattia (@albazeus)
   >  2 months ago My mistake was naming a form-tag “children”.
   > I guess it’s some sort of reserved word in CF7.
 * I have just had to go and fix several websites where all of the conditional field
   were never appearing.
    The solution was to change the ‘children’ field name to
   something else, and update the conditions to match.
 * Having a field called ‘children’ prevents all of the conditional field from working,
   but there are no errors in the console!
 * It is incredibly common to have a ‘children’ field on accommodation / holiday
   enquiry forms, and then to conditionally have children’s age(s) fields appear
   if there are any children.
 * I ran a little test on one of my sites, reverting updates with GIT, and my websites
   broke when I updated them from cf7-conditional-fields 1.9.9 to 1.9.11 back in
   Sept, so either 1.9.10 or 1.9.11 introduced the error.
 * Before I changed the field name, I had tried disabling all other plugins. It 
   made no difference.
 * Regards
 * ps. Thanks Mattia for saving me some time.
    -  This reply was modified 5 years, 5 months ago by [Andy Walker](https://wordpress.org/support/users/socwordpress/).

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