Title: shan404's Replies | WordPress.org

---

# shan404

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

 *   [Profile](https://wordpress.org/support/users/shan404/)
 *   [Topics Started](https://wordpress.org/support/users/shan404/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shan404/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shan404/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shan404/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shan404/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shan404/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: [[Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices] Need way to get Wholesale Price without markup to use as Input field value](https://wordpress.org/support/topic/need-way-to-get-wholesale-price-without-markup-to-use-as-input-field-value/)
 *  Thread Starter [shan404](https://wordpress.org/support/users/shan404/)
 * (@shan404)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/need-way-to-get-wholesale-price-without-markup-to-use-as-input-field-value/#post-9822838)
 * Found a way through jquery.
    [https://stackoverflow.com/questions/47983957/jquery-text-to-get-html-price-and-to-increase-it-with-number-field/47998716#47998716](https://stackoverflow.com/questions/47983957/jquery-text-to-get-html-price-and-to-increase-it-with-number-field/47998716#47998716)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices] Need way to get Wholesale Price without markup to use as Input field value](https://wordpress.org/support/topic/need-way-to-get-wholesale-price-without-markup-to-use-as-input-field-value/)
 *  Thread Starter [shan404](https://wordpress.org/support/users/shan404/)
 * (@shan404)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/need-way-to-get-wholesale-price-without-markup-to-use-as-input-field-value/#post-9813401)
 * [@jkohlbach](https://wordpress.org/support/users/jkohlbach/), [@sanch3x](https://wordpress.org/support/users/sanch3x/)
 * Please help me?
 *   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] ‘Remember me’ not working](https://wordpress.org/support/topic/remember-me-not-working-4/)
 *  [shan404](https://wordpress.org/support/users/shan404/)
 * (@shan404)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remember-me-not-working-4/#post-9555742)
 * You are welcome.
    Glad I could help. Shan
 *   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] ‘Remember me’ not working](https://wordpress.org/support/topic/remember-me-not-working-4/)
 *  [shan404](https://wordpress.org/support/users/shan404/)
 * (@shan404)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remember-me-not-working-4/#post-9555202)
 * Hi StickyPixels,
 * I had the same problem. But I found a solution.
    First disable the “Remember 
   Me” Option. Go to & open: ultimate-member/core/um-actions-login.php and find
 *  `<?php if ( isset( $args[‘show_rememberme’] ) && $args[‘show_rememberme’] ) {
   
   echo $ultimatemember->fields->checkbox(‘rememberme’, __(‘Keep me signed in’,’
   ultimate-member’) ); echo ‘<div class=”um-clear”></div>’; } ?>`
 * And replace with:
 *     ```
       <label for="rememberme" class="inline um-field-checkbox-option">
       			<input name="rememberme" type="checkbox" id="rememberme" value="forever" /> <?php _e( 'Keep me signed in', 'ultimate-member' ); ?>
       		</label>
       ```
   
 * This is working perfectly for me. Hope this helps.

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