Title: ranjith multi_thoughts's Replies | WordPress.org

---

# ranjith multi_thoughts

  [  ](https://wordpress.org/support/users/ranjith-multi_thoughts/)

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Add woocommerce products to dropdown menu](https://wordpress.org/support/topic/add-woocommerce-products-to-dropdown-menu/)
 *  [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/add-woocommerce-products-to-dropdown-menu/#post-5233192)
 * how to display products in dropdown menu according to category in woocommerce
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add fields to woocommerce registration form : follow up](https://wordpress.org/support/topic/add-fields-to-woocommerce-registration-form-follow-up/)
 *  [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/add-fields-to-woocommerce-registration-form-follow-up/page/2/#post-4735272)
 * add_action( ‘register_form’, ‘adding_custom_registration_fields’ );
    function
   adding_custom_registration_fields( ) {
 *  //lets make the field required so that i can show you how to validate it later;
   
   $firstname = empty( $_POST[‘firstname’] ) ? ” : $_POST[‘firstname’]; $lastname
   = empty( $_POST[‘lastname’] ) ? ” : $_POST[‘lastname’]; ?> <div class=”form-row
   form-row-wide”> <label for=”reg_firstname”><?php _e( ‘First Name’, ‘woocommerce’)?
   ><span class=”required”>*</span></label> <input type=”text” class=”input-text”
   name=”firstname” id=”reg_firstname” size=”30″ value=”<?php echo esc_attr( $firstname)?
   >” /> </div> <div class=”form-row form-row-wide”> <label for=”reg_lastname”><?
   php _e( ‘Last Name’, ‘woocommerce’ ) ?><span class=”required”>*</span></label
   > <input type=”text” class=”input-text” name=”lastname” id=”reg_lastname” size
   =”30″ value=”<?php echo esc_attr( $lastname ) ?>” /> </div><?php }
 * //Validation registration form after submission using the filter registration_errors
   
   add_filter( ‘woocommerce_registration_errors’, ‘registration_errors_validation’);
 * /**
    * [@param](https://wordpress.org/support/users/param/) WP_Error $reg_errors**
   [@return](https://wordpress.org/support/users/return/) WP_Error */ function registration_errors_validation(
   $reg_errors ) {
 *  if ( empty( $_POST[‘firstname’] ) || empty( $_POST[‘lastname’] ) ) {
    $reg_errors-
   >add( ’empty required fields’, __( ‘Please fill in the required fields.’, ‘woocommerce’));}
 *  return $reg_errors;
    }
 * //Updating use meta after registration successful registration
    add_action(‘woocommerce_created_customer’,’
   adding_extra_reg_fields’);
 * function adding_extra_reg_fields($user_id) {
    extract($_POST); update_user_meta(
   $user_id, ‘first_name’, $firstname); update_user_meta($user_id, ‘last_name’, 
   $lastname); update_user_meta($user_id, ‘billing_first_name’, $firstname); update_user_meta(
   $user_id, ‘shipping_first_name’, $firstname); update_user_meta($user_id, ‘billing_last_name’,
   $lastname); update_user_meta($user_id, ‘shipping_last_name’, $lastname); } please
   tel me where to paste this code and in which file please tel me its urgent……..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce pages not working](https://wordpress.org/support/topic/woocommerce-pages-not-working-1/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/woocommerce-pages-not-working-1/#post-5655686)
 * how to adjust permalinks……
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Create a Dynamic page](https://wordpress.org/support/topic/create-a-dynamic-page/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/create-a-dynamic-page/#post-5652396)
 * no sir please visit the site [http://www.itsdirect.com.au](http://www.itsdirect.com.au)
   website in that visit the page PC builder it showing dropdown menu to select 
   products in tht page……..
    i want the pc builder page with those option in page
   and how to create it
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] top bar icon menu to left side.](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/#post-5655606)
 * thanks lot thanks thanks thanks thankssssssssssssssssssss
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] top bar icon menu to left side.](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/#post-5655535)
 * [http://compumart.multithoughts.com](http://compumart.multithoughts.com)
    home
   icon should come first left…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] top bar icon menu to left side.](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/top-bar-icon-menu-to-left-side/#post-5655522)
 * its urgent please help me
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] Create a Dynamic page](https://wordpress.org/support/topic/create-a-dynamic-page/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/create-a-dynamic-page/#post-5652374)
 * i am using woocommerce in virtue theme…in the website [http://www.itsdirect.com.au](http://www.itsdirect.com.au)
   as a pc builder page to select products using dropdown menu i want the same in
   my website also please help how to implement that page…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shop page Showing blank And my account login and register showing blank](https://wordpress.org/support/topic/shop-page-showing-blank-and-my-account-login-and-register-showing-blank/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/shop-page-showing-blank-and-my-account-login-and-register-showing-blank/#post-5647444)
 * yes i am using default permalink what should i use…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shop page Showing blank And my account login and register showing blank](https://wordpress.org/support/topic/shop-page-showing-blank-and-my-account-login-and-register-showing-blank/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/shop-page-showing-blank-and-my-account-login-and-register-showing-blank/#post-5647443)
 * but cart page is working why i don’t knw can’t able to login also from remote
   server to go dashboard..please help me sir
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] how to edit the html page of virtue theme](https://wordpress.org/support/topic/how-to-edit-the-html-page-of-virtue-theme/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-to-edit-the-html-page-of-virtue-theme/#post-5624434)
 * how to make the page link to #
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] how to edit the html page of virtue theme](https://wordpress.org/support/topic/how-to-edit-the-html-page-of-virtue-theme/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-to-edit-the-html-page-of-virtue-theme/#post-5624416)
 * but i want to change the link in html file and i want to add class for some html
   tags how can i achieve it..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] how to use background image for body in virtue theme pls help me its urgent](https://wordpress.org/support/topic/how-to-use-background-image-for-body-in-virtue-theme-pls-help-me-its-urgent/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/how-to-use-background-image-for-body-in-virtue-theme-pls-help-me-its-urgent/#post-5605568)
 * thanks lot its working
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] displaying some special category products in home page](https://wordpress.org/support/topic/displaying-some-special-category-products-in-home-page/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/displaying-some-special-category-products-in-home-page/#post-5605039)
 * i copied this code and pasted but not working i want to change product_categories
   number and how to know which product_categories number i want to display…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] displaying some special category products in home page](https://wordpress.org/support/topic/displaying-some-special-category-products-in-home-page/)
 *  Thread Starter [ranjith multi_thoughts](https://wordpress.org/support/users/ranjith-multi_thoughts/)
 * (@ranjith-multi_thoughts)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/displaying-some-special-category-products-in-home-page/#post-5605038)
 * i copied this code and pasted the and how to which product_categories number 
   i want to display…

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

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