Title: Roy Ho's Replies - page 23 | WordPress.org

---

# Roy Ho

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 331 through 345 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/splashingpixelscom/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/splashingpixelscom/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/splashingpixelscom/replies/page/24/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/24/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing 'Quantity' from cart](https://wordpress.org/support/topic/removing-quantity-from-cart/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/removing-quantity-from-cart/#post-4058887)
 * Your answer is in woocommerce/templates/cart/cart.php. You can make a copy of
   that and put it in your themesfolder/woocommerce/cart/ and make your changes 
   there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Formatting and Alignment Problem How to edit padding](https://wordpress.org/support/topic/formatting-and-alignment-problem-how-to-edit-padding/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/formatting-and-alignment-problem-how-to-edit-padding/#post-4094158)
 * If you look in your theme’s css you will see this rule:
 *     ```
       .right-sidebar #content { margin: 20px 0 0 -10px; }
       ```
   
 * That -10px is what is causing your content to spill out of the left side. You
   can try setting that to 20px or so but beware, this may have negative affect 
   on the rest of your site that relies on that style.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] password_reset hook missing argument 2](https://wordpress.org/support/topic/password_reset-hook-missing-argument-2-3/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/password_reset-hook-missing-argument-2-3/#post-4091829)
 * Yes the codex is outdated. I have now updated the codex.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] password_reset hook missing argument 2](https://wordpress.org/support/topic/password_reset-hook-missing-argument-2-3/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/password_reset-hook-missing-argument-2-3/#post-4091813)
 * Exactly what the error says…Your code should more like this:
 *     ```
       add_action( 'password_reset', 'my_password_reset', 10, 2 );
   
       function my_password_reset( $user, $new_password ) {
         // do stuff
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Quantity box plus & minus out of place](https://wordpress.org/support/topic/quantity-box-plus-minus-out-of-place/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/quantity-box-plus-minus-out-of-place/#post-4090404)
 * Switch to 2012 and also turn off all plugins except WC and see if this still 
   happens.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Cross-Sell Images Don't Work](https://wordpress.org/support/topic/cross-sell-images-dont-work/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/cross-sell-images-dont-work/#post-4070829)
 * As suggested on your other question, switch to 2012 theme and turn off all other
   plugins except WC and see if it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Checkout Page PayPal Area Isn't Lined Up Properly](https://wordpress.org/support/topic/checkout-page-paypal-area-isnt-lined-up-properly/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/checkout-page-paypal-area-isnt-lined-up-properly/#post-4087313)
 * This is not a WooCommerce issue. I would suggest you switch to 2012 theme and
   turn off all plugins except WC and report back…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Page stopped working](https://wordpress.org/support/topic/page-stopped-working-1/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/page-stopped-working-1/#post-4085705)
 * White screen usually indicates a PHP error. You should check your PHP error log
   to see what you find.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce is not working properly on WP3.6](https://wordpress.org/support/topic/woocommerce-is-not-working-properly-on-wp36/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-is-not-working-properly-on-wp36/#post-4085151)
 * Works fine for me…I suggest you change to 2012 theme and turn off all plugins
   except WC and re-test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Verification before Charging Card](https://wordpress.org/support/topic/verification-before-charging-card/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/verification-before-charging-card/#post-4085073)
 * While Paypal does have that capability, you have to check if the Paypal payment
   module that comes default with WC will allow that or even if you purchase a separate
   module, you need to check if this function is there.
 * For more information on this you can refer to -> [https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_admin_authcapture](https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_admin_authcapture)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Translating 100% but some words are still in English](https://wordpress.org/support/topic/translating-100-but-some-words-are-still-in-english/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/translating-100-but-some-words-are-still-in-english/#post-4075870)
 * Also for the record, I searched for the text you mentioned and I can find it 
   no problem…Not too sure why it is not showing for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Translating 100% but some words are still in English](https://wordpress.org/support/topic/translating-100-but-some-words-are-still-in-english/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/translating-100-but-some-words-are-still-in-english/#post-4075869)
 * What editor are you using? POeditor? And if so, did you make sure to put in the
   right gettext function? In this case _x?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] pagination for product shortcode not work](https://wordpress.org/support/topic/pagination-for-product-shortcode-not-work/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/pagination-for-product-shortcode-not-work/#post-4081477)
 * I looked at the code that generates the products for the shortcode and I don’t
   see any indication that there was suppose to be pagination so perhaps it was 
   not designed to use pagination. You could certainly add your own though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce theme](https://wordpress.org/support/topic/woocommerce-theme/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-theme/#post-4081964)
 * Not in particular no but then your ecommerce side of things will not adhere to
   the style of your theme and will look much different and not to mention you may
   encounter layout issues.
 * But if you must use a theme that is not made for WC, then I would suggest you
   start with 2012 theme as it is probably the most compatible with that in terms
   of layouts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] pagination for product shortcode not work](https://wordpress.org/support/topic/pagination-for-product-shortcode-not-work/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/pagination-for-product-shortcode-not-work/#post-4081405)
 * Ok put this in your theme’s functions.php file
 *     ```
       add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 4;' ), 20 );
       ```
   
 * And then try the category via URL and see if pagination shows up.

Viewing 15 replies - 331 through 345 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/22/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/splashingpixelscom/replies/page/3/?output_format=md)…
[22](https://wordpress.org/support/users/splashingpixelscom/replies/page/22/?output_format=md)
23 [24](https://wordpress.org/support/users/splashingpixelscom/replies/page/24/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/24/?output_format=md)