Title: Roy Ho's Replies - page 36 | 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 - 526 through 540 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/35/?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)…
[35](https://wordpress.org/support/users/splashingpixelscom/replies/page/35/?output_format=md)
36 [37](https://wordpress.org/support/users/splashingpixelscom/replies/page/37/?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/37/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Page Alignment Off | Twenty Ten theme](https://wordpress.org/support/topic/product-page-alignment-off-twenty-ten-theme/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/product-page-alignment-off-twenty-ten-theme/#post-3979096)
 * Add something like this at the end of your theme style.css
 *     ```
       .product .entry-summary { clear:none; }
       ```
   
 * If that is doesn’t work “not specific enough”, then use this:
 *     ```
       .product .entry-summary { clear:none !important; }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Page Alignment Off | Twenty Ten theme](https://wordpress.org/support/topic/product-page-alignment-off-twenty-ten-theme/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/product-page-alignment-off-twenty-ten-theme/#post-3979090)
 * Compatibility means in function and not necessarily styling. Because there is
   no telling how you setup your content for WC to accommodate every type of situations.
   Looking at your site, you just need to adjust the CSS in terms of the left and
   right side containers.
 * Also if you’re going to be using a default theme, I would recommend 2012 instead
   of 2010.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Compatibility Issues](https://wordpress.org/support/topic/compatibility-issues-5/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/compatibility-issues-5/#post-3979088)
 * Sounds like a theme issue. Try switching your theme to 2012 theme and re-test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce shop page line spacing issue](https://wordpress.org/support/topic/woocommerce-shop-page-line-spacing-issue/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-shop-page-line-spacing-issue/#post-3970226)
 * It works…I already tried it on your site…If it didn’t work for you, it usually
   means you didn’t do it correctly in the correct spot or you have a CSS specificity
   issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to link to a product tab???](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/#post-3975646)
 * It works, I tested it…If you want help you should really post the URL in question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to link to a product tab???](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/#post-3975575)
 * It depends on your theme…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to link to a product tab???](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/#post-3975564)
 * It doesn’t jump because the review tab is not initially shown…It is hidden on
   page load. So you would probably need JS to help you achieve this.
 * Something like this:
 *     ```
       if ( location.href.match(/#tab-reviews/g) !== null ) {
       jQuery( '#tab-reviews' ).show();
       jQuery( 'li.reviews_tab a' ).trigger('click');
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to link to a product tab???](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-to-link-to-a-product-tab/#post-3975537)
 * I believe it does work as in it does “jump” to the section but the tab just doesn’t
   switch is what you mean?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WC product search](https://wordpress.org/support/topic/wc-product-search/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wc-product-search/#post-3975502)
 * Please use tools such as firebug or chrome tools to help you determine what CSS
   and file is associated with the area you want to modify.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] change width of product category dropdown in sidebar](https://wordpress.org/support/topic/change-width-of-product-category-dropdown-in-sidebar/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/change-width-of-product-category-dropdown-in-sidebar/#post-3975501)
 * You can just set a width for the select field in your CSS. Something like this
   should do:
 *     ```
       #dropdown_product_cat { width:220px; }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WC product search](https://wordpress.org/support/topic/wc-product-search/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wc-product-search/#post-3975497)
 * If you think it is ugly, then you should style it yourself via CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Enable Add To Cart for specific products Not for all.](https://wordpress.org/support/topic/enable-add-to-cart-for-specific-products-not-for-all/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/enable-add-to-cart-for-specific-products-not-for-all/#post-3967745)
 * Sorry, my solution was for your main menu, not your sidebar as I thought you’re
   referring to your main menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Authentication](https://wordpress.org/support/topic/authentication-3/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/authentication-3/#post-3974342)
 * No you don’t add the shortcode there. Add a regular LINK for the redirect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing Price Filter](https://wordpress.org/support/topic/removing-price-filter/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/removing-price-filter/#post-3974332)
 * Sounds if you have other issues going on. Do your other widgets allow you to 
   disable? Try dragging in to the same sidebar a regular text widget. Then try 
   to drag that out and see if it remains in there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Related products](https://wordpress.org/support/topic/related-products-4/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/related-products-4/#post-3974328)
 * Please have a look inside the WC plugins folder and look under templates folder.
   In that folder you will find all the necessary template files that generates 
   most of WC including the related products part.
 * Then you can copy it out and put into your theme folder so your changes will 
   not be affected by updates. Here is a link that will show you what to do. [http://docs.woothemes.com/document/template-structure/](http://docs.woothemes.com/document/template-structure/)

Viewing 15 replies - 526 through 540 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/35/?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)…
[35](https://wordpress.org/support/users/splashingpixelscom/replies/page/35/?output_format=md)
36 [37](https://wordpress.org/support/users/splashingpixelscom/replies/page/37/?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/37/?output_format=md)