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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Many to many post relationships](https://wordpress.org/support/topic/many-to-many-post-relationships/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/many-to-many-post-relationships/#post-3938259)
 * If what I understand is correct, you can simply put the sub-category of your 
   choice into the menu via the menu setting page. Why would you need to create 
   custom post type for this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937782)
 * Because I don’t know exactly what you’re trying to do and why, my help is limited.
   But using wp_head doesn’t seem like the right place in my opinion unless you 
   have a good reason for this. So perhaps you should explain in detail what you’re
   really trying to accomplish.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937761)
 * Why do you need to put this value within the wp_head?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937744)
 * Have you tried looking into the woocommerce global to see if you can use anything
   there?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937718)
 * An even better way is to use the product object.
 *     ```
       $product = get_product( get_the_ID() );
       echo $product->get_price();
       ```
   
 * That creates the product object and you can now use any of the object’s methods
   to display anything about that product you want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Global Product count?](https://wordpress.org/support/topic/global-product-count/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/global-product-count/#post-3936459)
 * You can use get_posts function to fetch that information.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] the WC menu builders are not showing in appearance -> menus](https://wordpress.org/support/topic/the-wc-menu-builders-are-not-showing-in-appearance-menus/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/the-wc-menu-builders-are-not-showing-in-appearance-menus/#post-3935309)
 * Top right of your menu page there is a tab called “screen options” pull that 
   down and you will see the selections.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No featured images on products, help!](https://wordpress.org/support/topic/no-featured-images-on-products-help/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-featured-images-on-products-help/#post-3934776)
 * …ok then sorry I can’t help you…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No featured images on products, help!](https://wordpress.org/support/topic/no-featured-images-on-products-help/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-featured-images-on-products-help/#post-3934773)
 * On your product page look to the top right corner of your screen and pull down
   the “screen option” tab. See if “featured image” is checked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No featured images on products, help!](https://wordpress.org/support/topic/no-featured-images-on-products-help/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-featured-images-on-products-help/#post-3934766)
 * Then there is obviously a conflict with your theme. Try removing the add theme
   support statement completely.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] No featured images on products, help!](https://wordpress.org/support/topic/no-featured-images-on-products-help/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-featured-images-on-products-help/#post-3934746)
 * Switch to 2012 theme and see if you’re still having this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product page looks different in firefox](https://wordpress.org/support/topic/product-page-looks-different-in-firefox/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/product-page-looks-different-in-firefox/#post-3934325)
 * That is something you have to do yourself I am afraid. Try using firebug or chrome
   dev tools to help you along the way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce: Product image sizes not changeing](https://wordpress.org/support/topic/woocommerce-product-image-sizes-not-changeing/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-product-image-sizes-not-changeing/#post-3933131)
 * Well if you look at the CSS, you will see why. It has a width of 94% so no matter
   what size you put, it will always scale to 94%…You need to either set a bigger
   size image than the container holding it or change your CSS to not use percentage
   based width.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Layout problem](https://wordpress.org/support/topic/layout-problem-12/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/layout-problem-12/#post-3931645)
 * Well if you’re using a plugin, then it is still not default. If the issue is 
   with the plugin “Magic Zoom Plus”, then you need to contact them to fix the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Layout problem](https://wordpress.org/support/topic/layout-problem-12/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/layout-problem-12/#post-3931622)
 * Your theme is NOT the default Twenty Twelve. You need to contact your theme author
   to resolve this or if you want to switch to the default 2012 and see how it suppose
   to look.

Viewing 15 replies - 601 through 615 (of 1,437 total)

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