Title: Mykill73's Replies | WordPress.org

---

# Mykill73

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Rest Password Fields are Missing](https://wordpress.org/support/topic/rest-password-fields-are-missing/)
 *  Thread Starter [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/rest-password-fields-are-missing/#post-8183655)
 * I did the usual ‘disable all plugins’ thing and a few other thigns and nothign
   worked until I added the following into my themes function.php
 * function show_fields() { ?>
    <style type=”text/css”> .wp-pwd { display: block!
   important; } </style> <?php } add_action( ‘login_enqueue_scripts’, ‘show_fields’);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Running JavaScript/Google Maps](https://wordpress.org/support/topic/running-javascriptgoogle-maps/)
 *  [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/running-javascriptgoogle-maps/#post-8183164)
 * This may help? Add it to your functions.php file or crete a plugin. They also
   have google maps plugins that may do the same thign you’re looking for.
 * [https://developer.wordpress.org/themes/basics/including-css-javascript/](https://developer.wordpress.org/themes/basics/including-css-javascript/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zendesk Chat] Would Feature Request be available going forward? (Exclude pages, or post types)](https://wordpress.org/support/topic/feature-request-395/)
 *  [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-request-395/#post-6748642)
 * This is working for me…at least for one page. Put into the functions file of 
   your theme…?
 *     ```
       add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
       		function my_deregister_javascript() {
       		if ( !is_page('manual') ) {
           	remove_action('wp_footer', array( 'Zopim_Widget', 'zopimme' ) );
            	remove_action( 'plugins_loaded', array( &$this, 'load_textdomain' ) );
       		wp_deregister_script( 'zopim' );
       	}
   
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Invoices maked as paid](https://wordpress.org/support/topic/invoices-maked-as-paid/)
 *  [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/invoices-maked-as-paid/#post-6368606)
 * Rookie question…where is that Template setting tab? I’m going through Woo right
   now and can’t seem to find it?! Is it in Woo? I didn’t see it in the PDF Invoice
   settings. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Invoices maked as paid](https://wordpress.org/support/topic/invoices-maked-as-paid/)
 *  [Mykill73](https://wordpress.org/support/users/mykill73/)
 * (@mykill73)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/invoices-maked-as-paid/#post-6368604)
 * We have this plugin, but we can’t figure out how to mark as paid. Is there any
   configuration needed or is it supposed to happen automatically. Thank you.

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