Title: abilis's Replies | WordPress.org

---

# abilis

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Product’s section looks strange](https://wordpress.org/support/topic/products-section-looks-strange/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/products-section-looks-strange/#post-13739928)
 * Thank you for the quick and helpful answer!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product table variation + dropdown attribute field](https://wordpress.org/support/topic/product-table-variation-dropdown-attribute-field/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/product-table-variation-dropdown-attribute-field/#post-13667260)
 * Please let me know. Is it possible to do? It’s very important for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product table variation + dropdown attribute field](https://wordpress.org/support/topic/product-table-variation-dropdown-attribute-field/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/product-table-variation-dropdown-attribute-field/#post-13637462)
 * Hello
 * * There is a color dropdown. CORRECT
    * There are table variations underneath.
   CORRECT * Changing the color also changes the displayed table variations. _A 
   customer chooses a color from the dropdown field and a variation of the product
   from the variation table. And I will see which the variation and the product’s
   color has been choosen by the customer in an order email_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PPOM - Product Addons & Custom Fields for WooCommerce] Some product attributes are not visible in the order page](https://wordpress.org/support/topic/some-product-attributes-are-not-visible-in-the-order-page-2/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/some-product-attributes-are-not-visible-in-the-order-page-2/#post-13620999)
 * If I comment the code from my last reply then standard variation fields and quantity
   field are appeared on the page. And if I choose the color attribute and variation
   of product from the appeared field(please see the image4) then the color attribute
   visible in the cart page. But if I choose the color attribute and variation of
   product from fields below(please see the image5) then the color attribute is 
   not visible. Any ideas?
 * [image4](https://drive.google.com/file/d/19KCe7Re9c697nbp-m8P0OpYf2kBbCBwd/view?usp=sharing)
   
   [image5](https://drive.google.com/file/d/1poieJ38okXsXNhgyehV6-ZFwmWGNNU9p/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PPOM - Product Addons & Custom Fields for WooCommerce] Some product attributes are not visible in the order page](https://wordpress.org/support/topic/some-product-attributes-are-not-visible-in-the-order-page-2/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/some-product-attributes-are-not-visible-in-the-order-page-2/#post-13620512)
 * This code was added by me because the code below, hides a select field which 
   is added using PPOM
 *     ```
       * Hide variations and add to cart.*/
       add_action( 'woocommerce_before_single_product', 'child_hide_product_variations', 90, 0 );
       function child_hide_product_variations() {
         global $product;
   
        if ( $product->is_type( 'variable' ) || count( $product->get_attributes() ) > 0 ) {
           remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
           remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
         } 
       }
       ```
   
    -  This reply was modified 5 years, 6 months ago by [abilis](https://wordpress.org/support/users/abilis/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Preload key requests(Google Speed Page)](https://wordpress.org/support/topic/preload-key-requestsgoogle-speed-page/)
 *  Thread Starter [abilis](https://wordpress.org/support/users/abilis/)
 * (@abilis)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/preload-key-requestsgoogle-speed-page/#post-13461798)
 * I have inserted a snippet to my functions.php file. And the record appeared in
   html code(see [image](https://drive.google.com/file/d/1fEK7Fxm740ed_OHaizjHyyuF9LtNzJ2M/view?usp=sharing)).
   But anyway Google shows recomendation “Preload key requests”(see [image](https://drive.google.com/file/d/139gUfdnewucmV8tKhwwYuw6s8T2ctonC/view?usp=sharing)).
   Any ideas why it happens?

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