Title: mikesee's Replies | WordPress.org

---

# mikesee

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Slider and Carousel with Category for WooCommerce] Selecting Columns to View on Mobile](https://wordpress.org/support/topic/selecting-columns-to-view-on-mobile/)
 *  [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/selecting-columns-to-view-on-mobile/#post-14645419)
 * Trying this on latest version, updated lines 241, 248 from 1 to 2, mobile is 
   still only showing 1 column. Any other lines need to be updated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Shipment Tracking for WooCommerce] Change color of shipping providers](https://wordpress.org/support/topic/change-color-of-shipping-providers/)
 *  Thread Starter [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/change-color-of-shipping-providers/#post-13541587)
 * This is exactly what I was looking for. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Shipment Tracking for WooCommerce] Change color of shipping providers](https://wordpress.org/support/topic/change-color-of-shipping-providers/)
 *  Thread Starter [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/change-color-of-shipping-providers/#post-13540792)
 * this is what I’ve tried
 *     ```
       /* purolator change color */
       add_action( 'get_ast_provider_name_callback', 'color_purolator', 10, 3 );
       function color_purolator ($provider_name){
       	if ($provider_name = 'Purolator' ) {
       	    return "<p style='color:red'>";	
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BLAZING Email Transfer Payment Gateway] Remove EMT Instructions on Processing Emails](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/)
 *  Thread Starter [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/#post-12166007)
 * Do you have access to FTP or cpanel in hosting? You will need to edit the file
   via those methods as you can’t use plugin editor in your site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BLAZING Email Transfer Payment Gateway] Remove EMT Instructions on Processing Emails](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/)
 *  Thread Starter [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/#post-12165963)
 * This is how I updated my code to get it to work.
 *     ```
       if ( $this->instructions && ! $sent_to_admin && 'emt' === $order->get_payment_method() && 
       				( $order->has_status('on-hold') || $order->has_status('pending') ) ) { 
       				echo wpautop( wptexturize( $this->get_instructions( $order ) ) ) . PHP_EOL;
       		}
       		}
       ```
   
 * See if that works for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BLAZING Email Transfer Payment Gateway] Remove EMT Instructions on Processing Emails](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/)
 *  Thread Starter [mikesee](https://wordpress.org/support/users/mikesee/)
 * (@mikesee)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-emt-instructions-on-processing-emails/#post-12041627)
 * Tried removing ‘processing’ from that line and its working exactly how we were
   wanting it to. Appreciate that responses!!

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