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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce search not returning results](https://wordpress.org/support/topic/woocommerce-search-not-returning-results/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-search-not-returning-results/#post-4006998)
 * I just did this on my setup and it works fine…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stop WooCommerce Html Requests / Files on Site Load](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/#post-3983497)
 * You can also try this…
 *     ```
       add_action( 'wp_enqueue_scripts', 'my_remove_scripts', 999 );
   
       function my_remove_scripts() {
       	if ( ! is_woocommerce() )
       		wp_dequeue_script( 'woocommerce' );
       }
       ```
   
 * But take note that there may be other JS that depends on what you’re removing
   so you may need to remove those too…As I stated in my comments earlier in this
   thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stop WooCommerce Html Requests / Files on Site Load](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/#post-3983496)
 * It most absolutely will work…how did you determine it didn’t work? Did you look
   at the page source?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] bread crumbing becomes erregular once I add attributed variations to product](https://wordpress.org/support/topic/bread-crumbing-becomes-erregular-once-i-add-attributed-variations-to-product/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/bread-crumbing-becomes-erregular-once-i-add-attributed-variations-to-product/#post-4005525)
 * I believe this is something you need to ask the author of your theme? To know
   for sure if this is caused by it, you can switch to 2012 theme and re-test…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Need help please with Short Description](https://wordpress.org/support/topic/need-help-please-with-short-description/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/need-help-please-with-short-description/#post-4004995)
 * Just use the CSS font-size property on the element you want to change.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add navigation arrows to product image that scrolls through product gallery](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/#post-4005472)
 * Yes please open a new thread if it is a different topic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add navigation arrows to product image that scrolls through product gallery](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/#post-4005468)
 * I am not sure if you will be able to find any solution for this…Try searching
   on WordPress.org plugins section to see if there are existing plugins that do
   this…Or Google to see if there are solutions…Other than that, I am afraid you
   would need to get a developer to do it for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add navigation arrows to product image that scrolls through product gallery](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-navigation-arrows-to-product-image-that-scrolls-through-product-gallery/#post-4005465)
 * Yes it is possible but is not something you will get a solution here as it requires
   quite a bit of custom coding to do.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Single page breadcrumbs shows random post navigation](https://wordpress.org/support/topic/single-page-breadcrumbs-shows-random-post-navigation/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/single-page-breadcrumbs-shows-random-post-navigation/#post-3986952)
 * That HTML doesn’t tell me if it is from WC or not as themes/plugins can filter
   that…
 * To know for sure, switch to 2012 theme and re-test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stop WooCommerce Html Requests / Files on Site Load](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/stop-woocommerce-html-requests-files-on-site-load/#post-3983490)
 * Your theme’s functions.php file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Need help please with Short Description](https://wordpress.org/support/topic/need-help-please-with-short-description/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/need-help-please-with-short-description/#post-4004951)
 * For semantic and seo reasons you should not make any descriptive paragraph text
   into heading tags…If you want to change the style of the text just use CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Top navigation](https://wordpress.org/support/topic/top-navigation-3/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/top-navigation-3/#post-4003601)
 * hmmmm I am not sure what you’re asking is related to WooCommerce. Sounds like
   it is a theme issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] External links to catalog](https://wordpress.org/support/topic/external-links-to-catalog/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/external-links-to-catalog/#post-3994865)
 * Have you look at the template files? Your answer is in there. I would tell you
   which file but I don’t recall off the top of head…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding add to cart on each products on product categories](https://wordpress.org/support/topic/adding-add-to-cart-on-each-products-on-product-categories/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adding-add-to-cart-on-each-products-on-product-categories/#post-4003058)
 * Yes it is possible. Not sure if there are already plugins out that does this 
   but pretty sure there are.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding add to cart on each products on product categories](https://wordpress.org/support/topic/adding-add-to-cart-on-each-products-on-product-categories/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adding-add-to-cart-on-each-products-on-product-categories/#post-4003056)
 * That is why I had you test to determine if this was a theme issue. Since now 
   we know it is, you have to contact your theme developer to ask if they can add
   that for you.

Viewing 15 replies - 466 through 480 (of 1,437 total)

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