Title: Pranjal's Replies | WordPress.org

---

# Pranjal

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/pranjalg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pranjalg/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/pranjalg/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to add ml or liter to product information?](https://wordpress.org/support/topic/how-to-add-ml-or-liter-to-product-information/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [6 years ago](https://wordpress.org/support/topic/how-to-add-ml-or-liter-to-product-information/#post-13203370)
 * Thanks Con,
 * I’ve tried the plugin and it weirdly shows the “ml” unit next to the price tag,
   I don’t need that.
 * Instead, I’ve created a custom attribute for a product with “Quantity” and it
   nicely displays “Quantity – 100 ml.”
 * For now, it seems good 🙂
 * But, it would be great if WooCommerce includes this feature to also add the volumetric
   unit of a product under the shipping tab by default in the future release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery] Login/Registration only with OTP?](https://wordpress.org/support/topic/login-registration-only-with-otp/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [6 years ago](https://wordpress.org/support/topic/login-registration-only-with-otp/#post-13171451)
 * Glad you people are actively developing the plugin, it’s always fun to use a 
   product with a super active support team.
 * Impressive! keep up the great work 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SMS Alert – SMS & OTP for WooCommerce, Order Notifications & Abandoned Cart Recovery] Login/Registration only with OTP?](https://wordpress.org/support/topic/login-registration-only-with-otp/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [6 years ago](https://wordpress.org/support/topic/login-registration-only-with-otp/#post-13170992)
 * Thanks, I was able to achieve both the functionalities.
 * I wish the plugin may have this feature to completely disable login by email 
   and enable login by OTP as the default method.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Themes & Plugins Stats] Error: Please verify plugin slug](https://wordpress.org/support/topic/error-please-verify-plugin-slug/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/error-please-verify-plugin-slug/#post-13014977)
 * Hello BSF Team,
 * Alright, thanks a lot.
 * I would love to give it a trial and provide my feedback.
 * Also, I have got a question, “Do you think this plugin is good to display theme/
   plugin data on 200+ posts? will it impact site performance?
 * BTW, I have got a dedicated VPS with all sorts of caching layers installed.
 * Thanks again, for your valuable contribution to WordPress 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No option to CSV import for WooCommerce additional tax classes](https://wordpress.org/support/topic/no-option-to-csv-import-for-woocommerce-additional-tax-classes/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/no-option-to-csv-import-for-woocommerce-additional-tax-classes/#post-12262802)
 * Okay my bad, I couldn’t notice there’s an option to mention about additional 
   tax class in the CSV file.
 * Closing this thread!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move value of one custom field to another](https://wordpress.org/support/topic/move-value-of-one-custom-field-to-another/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years ago](https://wordpress.org/support/topic/move-value-of-one-custom-field-to-another/#post-7558614)
 * Update – I figured it out, in case if anybody wants to know the code
 *     ```
       update wp_postmeta
       set meta_key = 'theme2035_embed'
       where meta_key = 'video'
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move value of one custom field to another](https://wordpress.org/support/topic/move-value-of-one-custom-field-to-another/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/move-value-of-one-custom-field-to-another/#post-7558573)
 * Ummm no you read it wrong.
 * Let me clear 🙂
 * There are two custom fields-
    video theme2035_embed
 * The custom field “video” already has values for each posts (Which is just URL
   of YouTube video, and is different for each posts)
 * Now, my new theme uses different custom field for the same function, i.e. “theme2035_embed”
   what I want to do is that, copy all the individual values of “video” custom field
   to “theme2035_embed,” for each post, counts around 2500.
 * And later, delete this custom field called as “video.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Stopped working with CDN plugin](https://wordpress.org/support/topic/stopped-working-with-cdn-plugin/)
 *  Thread Starter [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/stopped-working-with-cdn-plugin/#post-7217512)
 * Hey Frank,
 * Yes, that did the trick.
 * Now works like charm.
 * Yeah Brian, now it does.
 * Thanks a lot 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Can't create group or add any new redirects](https://wordpress.org/support/topic/cant-create-group-or-add-any-new-redirects/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/cant-create-group-or-add-any-new-redirects/#post-6841327)
 * Hello there,
 * Try to install the plugin copy from Github,
 * [https://github.com/johngodley/redirection](https://github.com/johngodley/redirection)
 * It fixed the above issues for me,
 * Hope that helps 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Error: Invalid group when creating redirect](https://wordpress.org/support/topic/error-invalid-group-when-creating-redirect/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-invalid-group-when-creating-redirect/#post-6636304)
 * Hey guys,
 * Try to install the plugin copy from Github,
 * [https://github.com/johngodley/redirection](https://github.com/johngodley/redirection)
 * It fixed the above issues for me,
 * Hope that helps 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Cannot create Group Name](https://wordpress.org/support/topic/cannot-create-group-name/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/cannot-create-group-name/#post-6623361)
 * Hello everyone,
 * Try to install the plugin copy from Github,
 * [https://github.com/johngodley/redirection](https://github.com/johngodley/redirection)
 * It fixed the above issues for me,
 * Hope that helps 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some menu item missing on WP 3.9.2](https://wordpress.org/support/topic/some-menu-item-missing-on-wp-392/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/some-menu-item-missing-on-wp-392/#post-5226224)
 * Hey,
 * Do you have more than 20 menu items?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Version 2](https://wordpress.org/support/topic/version-2-4/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/version-2-4/page/2/#post-5224818)
 * [@rene](https://wordpress.org/support/users/rene/)
 * Thanks for your prompt action, it’s now working fine 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Version 2](https://wordpress.org/support/topic/version-2-4/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/version-2-4/#post-5224815)
 * [@rene](https://wordpress.org/support/users/rene/)
 * Hello,
 * Unfortunately, there seems to be still an issue with the share button CSS.
 * Sent you an email. Please check. 🙂
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Version 2](https://wordpress.org/support/topic/version-2-4/)
 *  [Pranjal](https://wordpress.org/support/users/pranjalg/)
 * (@pranjalg)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/version-2-4/#post-5224708)
 * @christiantt
 * If you want a copy of the old version, then grab it using this link 😉
 * [http://downloads.wordpress.org/plugin/mashsharer.1.2.9.zip](http://downloads.wordpress.org/plugin/mashsharer.1.2.9.zip)

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/pranjalg/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pranjalg/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/pranjalg/replies/page/2/?output_format=md)