Title: WebWise - David Woodthorpe's Replies | WordPress.org

---

# WebWise - David Woodthorpe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Post and Page Grid: Each Equalize Height Among All Posts in Grid](https://wordpress.org/support/topic/post-and-page-grid-each-equalize-height-among-all-posts-in-grid/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/post-and-page-grid-each-equalize-height-among-all-posts-in-grid/#post-12386150)
 * You can add a flexbox css rule to make all of the posts on a row the same height–
   this can also be useful if you want to always align one element to the bottom
   of a block (action button etc) which can be done by making one element within
   the flexbox enabled container grow to take all remaining space.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] Remove Font Awesome](https://wordpress.org/support/topic/remove-font-awesome-5/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/remove-font-awesome-5/#post-12384293)
 * You can remove this by using the following snippet in functions.php
 *     ```
       add_action( 'wp_enqueue_scripts', 'webwise_remove_atomic_block_css', 100 );
   
       function webwise_remove_atomic_block_css(){
           wp_dequeue_style( 'atomic-blocks-fontawesome' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Speed Optimization] How To Turn Off Above The Fold On Certain Pages Only](https://wordpress.org/support/topic/how-to-turn-off-above-the-fold-on-certain-pages-only/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/how-to-turn-off-above-the-fold-on-certain-pages-only/#post-9911003)
 * I had a similar issue trying to get Beaver Builder to work for a client – my 
   fix is available on GitHub – [https://github.com/WebWiseWales/atfo-bb-compatibility](https://github.com/WebWiseWales/atfo-bb-compatibility)–
   I hope this helps.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Displaying WooCommerce Orders via AJAX request from MySQL Database as LIVE Feed](https://wordpress.org/support/topic/displaying-woocommerce-orders-via-ajax-request-from-mysql-database-as-live-feed/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/displaying-woocommerce-orders-via-ajax-request-from-mysql-database-as-live-feed/#post-4611850)
 * Have you checked out the new woocommerce REST api system?
 * [http://docs.woothemes.com/document/woocommerce-rest-api/](http://docs.woothemes.com/document/woocommerce-rest-api/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs Lite for WooCommerce] Storing php variable in a custom tab](https://wordpress.org/support/topic/storing-php-variable-in-a-custom-tab/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/storing-php-variable-in-a-custom-tab/#post-3791806)
 * I’m fairly sure you can use the same meta functions as wordpress using the order
   id (which is the same as the post id)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Custom Statuses] Woo Dashboard > Monthly Sales (bug)](https://wordpress.org/support/topic/woo-dashboard-monthly-sales-bug/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/woo-dashboard-monthly-sales-bug/#post-3586335)
 * Hello ankulbarar – on a related issue – do you know if it is possible to allow
   payment of an order with a custom status from the “my account” page? – I have
   worked out how to show the “pay” link but payment does not actually work. Is 
   there a way to set the status back to “pending” when the pay button is pressed
   to allow payment?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce add-to-cart button disappears‏ [humbleshop]](https://wordpress.org/support/topic/woocommerce-add-to-cart-button-disappears%e2%80%8f-humbleshop/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-add-to-cart-button-disappears%e2%80%8f-humbleshop/#post-4193322)
 * Every variation **has **to have a price set or the add to cart button will disappear
   when a variation is selected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can't get it to work anymore](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/#post-3531880)
 * Hello Jeremy – the problem would seem to be one or more of my custom woocommerce
   plugins – do you have a developer changelog available?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can't get it to work anymore](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/#post-3531870)
 * Care to share Mitch?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Can't get it to work anymore](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/cant-get-it-to-work-anymore/#post-3531868)
 * Hello – I have run the compatibility plugin on my site and the http and https
   tests completed without errors – Jetpack was working perfectly until I upgraded
   to 2.2 yesterday.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Updated to Jetpack 2.2, but could not connect to wordpress .com](https://wordpress.org/support/topic/updated-to-jetpack-22-but-could-not-connect-to-wordpress-com/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/updated-to-jetpack-22-but-could-not-connect-to-wordpress-com/#post-3532475)
 * I have the same issue following upgrade to 2.2 with my site using my own vps 
   for hosting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Disable Jetpack comments on specific pages](https://wordpress.org/support/topic/disable-jetpack-comments-on-specific-pages/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/disable-jetpack-comments-on-specific-pages/#post-3238477)
 * Also in need of help with this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WooCommerce](https://wordpress.org/support/topic/woocommerce-6/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-6/#post-2784532)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WooCommerce](https://wordpress.org/support/topic/woocommerce-6/)
 *  [WebWise – David Woodthorpe](https://wordpress.org/support/users/evolutionsigns/)
 * (@evolutionsigns)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-6/#post-2784531)
 * After checking the code I can see that the cart update function converts the 
   quantity value into a positive integer using absint
 * Change
 *     ```
       // Clean the quantity input
       $quantity = absint( $cart_totals[$cart_item_key]['qty'] );
       ```
   
 * to
 *     ```
       // DON'T Clean the quantity input
       $quantity = $cart_totals[$cart_item_key]['qty'] ;
       ```
   
 * Should sort out the update issue.

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