Title: wareworks's Replies | WordPress.org

---

# wareworks

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

 *   [Profile](https://wordpress.org/support/users/wareworks/)
 *   [Topics Started](https://wordpress.org/support/users/wareworks/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wareworks/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wareworks/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wareworks/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wareworks/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wareworks/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: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minification for CSS and JS and HTML not working for Mobile Requests](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/)
 *  Thread Starter [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/#post-14663348)
 * [@bornforphp](https://wordpress.org/support/users/bornforphp/)
 * Submitted Support Request there. In how much more time, they can work/resolve
   this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minification for CSS and JS and HTML not working for Mobile Requests](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/)
 *  Thread Starter [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/#post-14658704)
 * [@bornforphp](https://wordpress.org/support/users/bornforphp/)
    Thank you so 
   much. I appreciate. If you need access of the web admin or a remote session then
   let me know the time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minification for CSS and JS and HTML not working for Mobile Requests](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/)
 *  Thread Starter [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/#post-14657246)
 * Thanks [@bornforphp](https://wordpress.org/support/users/bornforphp/)
 * Issue is in the Theme, something related to the CSS linking but not able to resolve.
 * CSS files are linked normally by using <link> tag. Please let me know if you 
   have any idea by which WP_Optimize will be able to Minify and Merge the CSS files
   and background Images included in the CSS files?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minification for CSS and JS and HTML not working for Mobile Requests](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/)
 *  Thread Starter [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/#post-14624000)
 * [@bornforphp](https://wordpress.org/support/users/bornforphp/)
 * Yes I have tried this as well. It increases the time or decrease ratings for 
   Desktop with Mobile.
 * There should be some meaningful solution or update in the plugin itself for mobile
   requests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minification for CSS and JS and HTML not working for Mobile Requests](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/)
 *  Thread Starter [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/minification-for-css-and-js-and-html-not-working-for-mobile-requests/#post-14622147)
 * [@bornforphp](https://wordpress.org/support/users/bornforphp/)
    No, it doesn’t
   work. I tried it by applying and then I have just done it again and checked. 
   There should be anything other solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Product Fields (Product Addons) for WooCommerce] Cannot see custom field values in my wp backend](https://wordpress.org/support/topic/cannot-see-custom-field-values-in-my-wp-backend/)
 *  [wareworks](https://wordpress.org/support/users/wareworks/)
 * (@wareworks)
 * [5 years ago](https://wordpress.org/support/topic/cannot-see-custom-field-values-in-my-wp-backend/#post-14479726)
 * Similar issue to me as well. Custom fields are added via Plugin and those are
   showcased even. But When customer orders, Order is placed successfully but field
   value doesn’t come up in the order meta data as meta key for the Order id.
 * This below query return all other data in the array format for a particular Order
   but not the the data for the Custom Field via this plugin.
 * SELECT * from wp_woocommerce_order_itemmeta WHERE wp_woocommerce_order_itemmeta.
   order_item_id='”.$orderdata->order_item_id.”‘”
 *     ```
       Array
       (
           [0] => Array
               (
                   [meta_id] => 1768
                   [order_item_id] => 171
                   [meta_key] => _product_id
                   [meta_value] => 3118
               )
   
           [1] => Array
               (
                   [meta_id] => 1769
                   [order_item_id] => 171
                   [meta_key] => _variation_id
                   [meta_value] => 0
               )
   
           [2] => Array
               (
                   [meta_id] => 1770
                   [order_item_id] => 171
                   [meta_key] => _qty
                   [meta_value] => 1
               )
   
           [3] => Array
               (
                   [meta_id] => 1771
                   [order_item_id] => 171
                   [meta_key] => _tax_class
                   [meta_value] => 
               )
   
           [4] => Array
               (
                   [meta_id] => 1772
                   [order_item_id] => 171
                   [meta_key] => _line_subtotal
                   [meta_value] => 0
               )
   
           [5] => Array
               (
                   [meta_id] => 1773
                   [order_item_id] => 171
                   [meta_key] => _line_subtotal_tax
                   [meta_value] => 0
               )
   
           [6] => Array
               (
                   [meta_id] => 1774
                   [order_item_id] => 171
                   [meta_key] => _line_total
                   [meta_value] => 0
               )
   
           [7] => Array
               (
                   [meta_id] => 1775
                   [order_item_id] => 171
                   [meta_key] => _line_tax
                   [meta_value] => 0
               )
   
           [8] => Array
               (
                   [meta_id] => 1776
                   [order_item_id] => 171
                   [meta_key] => _line_tax_data
                   [meta_value] => a:2:{s:5:"total";a:0:{}s:8:"subtotal";a:0:{}}
               )
   
       )
       ```
   
 * Why this is happening at various places where custom fields are used by this 
   plugin? I tried to resolve this by adding new custom fields and by changing the
   configuration but didn’t work.
 * Looking forward for a solution.

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