Title: Manathan's Replies | WordPress.org

---

# Manathan

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unit Of Measure (UOM) for WooCommerce] Display the unit of mesure after stock number and quantity field](https://wordpress.org/support/topic/display-the-unit-of-mesure-after-stock-number-and-quantity-field/)
 *  Thread Starter [Manathan](https://wordpress.org/support/users/manathan/)
 * (@manathan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/display-the-unit-of-mesure-after-stock-number-and-quantity-field/#post-14713602)
 * Hi [@vikashbavisi](https://wordpress.org/support/users/vikashbavisi/),
 * That’s exactly what I’m trying to get. Unfortunately, there is no markup I can
   use on the quantity number. With my snippet, you can put it before (Rolls: 21
   in Stock) or after (21 in Stock Rolls).
 * I hope the plugin author has a solution. 🤞🏼
 * Cheers,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unit Of Measure (UOM) for WooCommerce] Display the unit of mesure after stock number and quantity field](https://wordpress.org/support/topic/display-the-unit-of-mesure-after-stock-number-and-quantity-field/)
 *  Thread Starter [Manathan](https://wordpress.org/support/users/manathan/)
 * (@manathan)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/display-the-unit-of-mesure-after-stock-number-and-quantity-field/#post-14558817)
 * Hi,
 * I did it with a pseudo element:
 *     ```
       .product[class*="dalle"] .stock::before, .product[class*="pave"] .stock::before{
       	content:"m² : ";
       }
       ```
   
 * With this CSS snippet, only the product in the category “Pavé” or “Dalle” will
   display “m2” next to the stock. You should be able to use this and replace the
   unit of mesure value and your categories. It’s not the best way to do it, but
   it solves this.
 * I hope it will be possible to display the unit of mesure there in a future update.
 * Best,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unit Of Measure (UOM) for WooCommerce] Bulk editing](https://wordpress.org/support/topic/bulk-editing-7/)
 *  [Manathan](https://wordpress.org/support/users/manathan/)
 * (@manathan)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bulk-editing-7/#post-14333185)
 * Would be very nice, indeed. I’m really interested in this feature. +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Gallery - Photo Gallery Gutenberg Blocks] Empty images in carousel in editor](https://wordpress.org/support/topic/empty-images-in-carousel-in-editor/)
 *  [Manathan](https://wordpress.org/support/users/manathan/)
 * (@manathan)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/empty-images-in-carousel-in-editor/#post-12834776)
 * I have the same problem. Thank you very much for the solution! I hope they’ll
   fix this bug quickly.

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