Title: Niraj Singh's Replies - page 2 | WordPress.org

---

# Niraj Singh

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/users/nirajsharp/replies/?output_format=md) [1](https://wordpress.org/support/users/nirajsharp/replies/?output_format=md)
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ssl problem](https://wordpress.org/support/topic/ssl-problem-22/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/ssl-problem-22/#post-14517984)
 * no there was nothing complete blank
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] recaptcha contact form 7](https://wordpress.org/support/topic/recaptcha-contact-form-7/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/recaptcha-contact-form-7/#post-14512801)
 * its now working on my devices too sorry
    -  This reply was modified 4 years, 11 months ago by [Niraj Singh](https://wordpress.org/support/users/nirajsharp/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ssl problem](https://wordpress.org/support/topic/ssl-problem-22/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/ssl-problem-22/#post-14512683)
 * RewriteEngine On
    RewriteCond %{HTTPS} off RewriteRule ^(.*)$ [https://%](https://%){
   HTTP_HOST}%{REQUEST_URI} [L,R=301]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] recaptcha contact form 7](https://wordpress.org/support/topic/recaptcha-contact-form-7/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/recaptcha-contact-form-7/#post-14512657)
 * sorry,
    i discovered this is happening only with my devices(desktop and smartphone)
   still strange?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ssl problem](https://wordpress.org/support/topic/ssl-problem-22/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/ssl-problem-22/#post-14512167)
 * i edit .htaccess acording to my hosting provider ([https://www.bluehost.com/help/article/force-ssl-on-all-pages](https://www.bluehost.com/help/article/force-ssl-on-all-pages))
   but didn’t work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How do I hide the order_review table in WooCommerce?](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/#post-14508896)
 * hi,
    any way to add link of product to that image thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How do I hide the order_review table in WooCommerce?](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/#post-14508774)
 * Thanks it worked perfectly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How do I hide the order_review table in WooCommerce?](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/)
 *  Thread Starter [Niraj Singh](https://wordpress.org/support/users/nirajsharp/)
 * (@nirajsharp)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-do-i-hide-the-order_review-table-in-woocommerce-2/#post-14504756)
 * hi thanks for the reply
    blow is the code i have increased only width and height
   little to make image larger you can see.
 *     ```
       add_filter( 'woocommerce_cart_item_name', 'ts_product_image_on_checkout', 10, 3 );
   
       function ts_product_image_on_checkout( $name, $cart_item, $cart_item_key ) {
   
           /* Return if not checkout page */
           if ( ! is_checkout() ) {
               return $name;
           }
   
           /* Get product object */
           $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
   
           /* Get product thumbnail */
           $thumbnail = $_product->get_image();
   
           /* Add wrapper to image and add some css */
           $image = '<div class="ts-product-image" style="width: 283px; height: 226.4px; display: inline-block; padding-right: 7px; vertical-align: middle;">'
                       . $thumbnail .
                   '</div>'; 
   
           /* Prepend image to name and return it */
           return $image . $name;
       }
       ```
   

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/users/nirajsharp/replies/?output_format=md) [1](https://wordpress.org/support/users/nirajsharp/replies/?output_format=md)
2