Title: devjunkie's Replies | WordPress.org

---

# devjunkie

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Register form set user role not working](https://wordpress.org/support/topic/register-form-set-user-role-not-working/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/register-form-set-user-role-not-working/#post-10810205)
 * (This is my work account)
 * Hi,
 * I’m using the latest version. I’ve set customer as standard role in the Registration
   form. When I remove the role select and do a registration all new users have 
   the customer Role. But when I do it with the roles dropdown it doesn’t work. 
   I’ve also did a conflict test but this was negative.
 * Default config:
 * > [View post on imgur.com](https://imgur.com/MAemJBz)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Prices are displayed with a trailing “N/A”](https://wordpress.org/support/topic/prices-are-displayed-with-a-trailing-n-a/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/prices-are-displayed-with-a-trailing-n-a/#post-10742721)
 * Please change the filter to:
 * add_filter( ‘ngettext’, ‘my_text_strings’, 20, 3 );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Color of select option of product variation](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/#post-10742580)
 * I’m nut sure. You wrote you want to change the background color for the select
   options. Now you write me that you want to change the background color when you
   hover a select option. So what do you want now? Please be more specific!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Color of select option of product variation](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/#post-10742566)
 * It’s strange. The classes are gone. Try this instead:
 *     ```
       #content-area .variations select, 
       .variations option {
           background-color: #ffb6c1;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Color of select option of product variation](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/#post-10742554)
 * Blue? When I open it it is grey.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change attribute position under product title ?](https://wordpress.org/support/topic/change-attribute-position-under-product-title/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-attribute-position-under-product-title/#post-10742541)
 * Can you try this please? I can’t try it at the moment because I’m at the train.
 *     ```
       remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
       add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_single_add_to_cart', 50 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change attribute position under product title ?](https://wordpress.org/support/topic/change-attribute-position-under-product-title/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-attribute-position-under-product-title/#post-10742510)
 * Hey,
 * can you please add a picture how it looks now?
 * BG
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] can´t install](https://wordpress.org/support/topic/cant-install-84/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/cant-install-84/#post-10742505)
 * Hey Alexander,
 * du kannst auch etwas anderes versuchen. Lade dir hier WooCommerce direkt runter:
 * [https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip](https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip)
 * Geh dann per FTP Verbindung auf deinen Server und kopiere den Order
 * > woocommerce
 *  aus dem .zip file in den Ordner
 * > wp-content/plugins
 * . Geh dann in deine Admin-Oberfläche von deiner Website, geh auf Plugins, suche
   WooCommerce und klick dann auf aktivieren. Bitte lösch vorher im Ordner plugins
   den alten woocommerce Ordner komplett, bevor du es so rein kopierst, wie ich 
   es dir beschrieben habe.
 * Berichte mir dann mal, ob dass alles so geklappt hat.
 * VG
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change attribute position under product title ?](https://wordpress.org/support/topic/change-attribute-position-under-product-title/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-attribute-position-under-product-title/#post-10742490)
 * Hey m8,
 * please add this to your themes function.php:
 *     ```
       remove_action( 'woocommerce_single_product_summary', 
       'woocommerce_template_single_add_to_cart', 30 );
       add_action( 'woocommerce_single_product_summary', 
       'woocommerce_template_single_add_to_cart', 15 );
       Tell me if it works for you.
       ```
   
 * BG
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Description Alignment](https://wordpress.org/support/topic/product-description-alignment/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/product-description-alignment/#post-10742456)
 * Hey m8,
 * please add this to your themes function.php:
 *     ```
       remove_action( 'woocommerce_single_product_summary', 
       'woocommerce_template_single_add_to_cart', 30 );
       add_action( 'woocommerce_single_product_summary', 
       'woocommerce_template_single_add_to_cart', 15 );
       ```
   
 * Tell me if it works for you.
 * BG
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Prices are displayed with a trailing “N/A”](https://wordpress.org/support/topic/prices-are-displayed-with-a-trailing-n-a/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/prices-are-displayed-with-a-trailing-n-a/#post-10742444)
 * Hey,
 * add this to your themes function.php:
 *     ```
       /**
        * Remove N/A from prices
        */
       function my_text_strings( $translated_text, $text, $domain ) {
       	switch ( $translated_text ) {
       		case 'N/A' :
       			$translated_text = __( '', 'woocommerce' );
       			break;
       	}
       	return $translated_text;
       }
       add_filter( 'gettext', 'my_text_strings', 20, 3 );
       ```
   
 * This code is tested and should work. Please tell me if it works for you too.
 * BG
    Johannes
    -  This reply was modified 7 years, 6 months ago by [devjunkie](https://wordpress.org/support/users/devjunkie/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Xero Error](https://wordpress.org/support/topic/xero-error/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/xero-error/#post-10742431)
 * Hey,
 * do you have a picture from the error? So that I can reproduce the error?
 * Thanks!
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Grouped products quantity fields](https://wordpress.org/support/topic/grouped-products-quantity-fields/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/grouped-products-quantity-fields/#post-10742426)
 * Hi there,
 * if you want some good help, please take time to describe your problem. If you
   want my help, please add some pictures how I should looks like and correct you
   misspelling and your sentences.
 * BG
    Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Color of select option of product variation](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/)
 *  [devjunkie](https://wordpress.org/support/users/devjunkie/)
 * (@devjunkie)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/color-of-select-option-of-product-variation/#post-10742405)
 * Hey,
 * try this:
 *     ```
       .wc-default-select,
       .wc-default-select option {
           background-color: #ffb6c1;
       }
       ```
   
    -  This reply was modified 7 years, 6 months ago by [devjunkie](https://wordpress.org/support/users/devjunkie/).
      Reason: Changed color
    -  This reply was modified 7 years, 6 months ago by [devjunkie](https://wordpress.org/support/users/devjunkie/).
      Reason: Added select

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