Title: kfos's Replies | WordPress.org

---

# kfos

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change Billing & Shipping title](https://wordpress.org/support/topic/change-billing-shipping-title/)
 *  [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/change-billing-shipping-title/page/2/#post-15138620)
 *     ```
       //Change the 'Billing details' checkout label to 'Contact Information'
       function wc_billing_field_strings( $translated_text, $text, $domain ) {
       switch ( $translated_text ) {
       case 'Billing & Shipping' :
       $translated_text = __( 'It works!', 'woocommerce' );
       break;
       }
       return $translated_text;
       }
       add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );
       ```
   
 * It worked for me without a space in the amp;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Invoice incorrect datas](https://wordpress.org/support/topic/invoice-incorrect-datas/)
 *  [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/invoice-incorrect-datas/#post-14241964)
 * same here. but the issue is not frequent
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Freesoul Deactivate Plugins - Disable plugins on individual WordPress pages] Plugin Clash with Learndash LMS](https://wordpress.org/support/topic/plugin-clash-with-learndash-lms/)
 *  Thread Starter [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/plugin-clash-with-learndash-lms/#post-14224422)
 * Ah thanks! I was trying to fiddle with the settings!
    Gonna give 5 stars for 
   the fast response.
 * When will be a PRO version coming out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Chat Plugin - Live Chat Plugin for WordPress] Can’t click anything on websote after opening chatbox](https://wordpress.org/support/topic/cant-click-anything-on-websote-after-opening-chatbox/)
 *  [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/cant-click-anything-on-websote-after-opening-chatbox/#post-13780254)
 * I also had this problem recently. only happened on phone. after you tap the chat,
   I can scroll the website again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership After Login Redirection] redirection to protected page](https://wordpress.org/support/topic/redirection-to-protected-page/)
 *  Thread Starter [kfos](https://wordpress.org/support/users/kfos/)
 * (@kfos)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/redirection-to-protected-page/#post-12202569)
 * it is due to the caching plugin.

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