Title: bootle's Replies | WordPress.org

---

# bootle

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bootle/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bootle/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Responsive tables with Genesis/BizBudding Mia Reach Theme](https://wordpress.org/support/topic/responsive-tables-with-genesis-bizbudding-mia-reach-theme/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/responsive-tables-with-genesis-bizbudding-mia-reach-theme/#post-13303903)
 * Thanks for taking the time to look at it, that encouraged me to have another 
   go at hacking the CSS in dev tools and this time succeeded.
 * Not entirely confident of my CSS, but it did the trick and not hackish.
 * As you say, looks like a theme issue.
 * FWIW this made the theme work well:
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   530px) {
    .content-sidebar-wrap { margin-left: 0; margin-right: 0; width: 94%;}}
 * (premium donation on its way, super thanks!)
    -  This reply was modified 5 years, 8 months ago by [bootle](https://wordpress.org/support/users/bootle/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Show title in block](https://wordpress.org/support/topic/show-title-in-block/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/show-title-in-block/#post-12088676)
 * I’ll wait for it to go core though, thanks for the heads up!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Show title in block](https://wordpress.org/support/topic/show-title-in-block/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/show-title-in-block/#post-12088653)
 * Thanks, slowly getting my head around what blocks (Gutenburg) can do 😉
 * Excellent advice, will do that, and you’ve taken my knowledge up a notch!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Show title in block](https://wordpress.org/support/topic/show-title-in-block/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/show-title-in-block/#post-12088623)
 * Except I used CSS to make a nice background colour, in line with the theme, for
   the block, to make it stand out from the rest of the page. So having a separate
   block means more messing with CSS to make the two appear to merge. As the functionality
   is in the [tag] version I think it should be in both. Time to try it as a tag
   then…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Table Rate Shipping by Mangohour] plugin slows down backend, deprecated functions, no support](https://wordpress.org/support/topic/plugin-slows-down-backend-no-support/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-slows-down-backend-no-support/#post-9812892)
 * For the plus (paid for) version, the fix is very simple. Line 2162 should be 
   changed from:
 * `public function calculate_shipping( $package ) {`
 * to
 * `public function calculate_shipping( $package = array() ) {`
 * Thanks to Vishal above – I simply diff’d his fix to the free version, to find
   the change, and applied same change to the plus version. Vishal has confirmed
   on another thread that this is the change.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Table Rate Shipping by Mangohour] Warning: Declaration of MH_Table_Rate_Shipping_Method….Error on line 55](https://wordpress.org/support/topic/warning-declaration-of-mh_table_rate_shipping_method-error-on-line-55/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/warning-declaration-of-mh_table_rate_shipping_method-error-on-line-55/page/2/#post-9811238)
 * For the plus (paid for) version, the fix is very simple. Line 2162 should be 
   changed from:
 * `public function calculate_shipping( $package ) {`
 * to
 * `public function calculate_shipping( $package = array() ) {`
 * Thanks to Vishal above – I simply diff’d his fix for the normal version vs the
   original version, to find the change, and applied same change to the plus version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Search Repair for WooCommerce] Nothing happening](https://wordpress.org/support/topic/nothing-happening-14/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/nothing-happening-14/#post-9652983)
 * Thanks – the other rows were completed, so I went ahead and did the deletes as
   given (on local), then ran Order Search Repair and it fixed up all 1960 orders.
   DB shows expected new fields, and searches work for the ones it couldn’t find
   before.
 * Then backed up and migrated live to local again, and did it same on live. Worked
   perfectly.
 * A million thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Search Repair for WooCommerce] Nothing happening](https://wordpress.org/support/topic/nothing-happening-14/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/nothing-happening-14/#post-9652620)
 * Super, your help is very much appreciated. Just got back home and looked at _billing_address_index
 * At a certain point, the data changes to contain only the users (or customer’s)
   full name (i.e. two, three or four words separated by spaces). Am running latest
   WP and WC.
 * Is there a simple SQL I can run that will clear/drop all _billing_address_index
   so your plugin can get to work?
 * phpmyadmin is showing for a search of meta_key _billing_address_index:
 * meta_id post_id meta_key meta_value
 * 110237 4051 _billing_address_index Axxxx Mxxx Hxxx Mix Hair & Beauty 63…
 * 113703 185 _billing_address_index Hxxx Hxxxxx
 * Note how the early post_id has a _billing_address_index of just two words.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Order Search Repair for WooCommerce] Did not work for me](https://wordpress.org/support/topic/did-not-work-for-me-37/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/did-not-work-for-me-37/#post-9651304)
 * Hi there! Thanks for the plugin. I found it worked and then…
 * I have a local setup and a live setup. First I ran it locally, it was fine, I
   could search for orders from 2014 that my client was complaining about. Then 
   I used WP migrate pro (+migrate media) to copy the live site to local, and ran
   again. It immediately completed with zero orders processed. Strange – so I deactivated
   the plugin, reactivated it – no change. Uninstalled and re-installed, no change.
   Looked for any files hiding info, none found.
 * So I bit the bullet, backed up live separately, and ran the plugin on live. No
   orders processed, could not find the 2014 order (though definitely there).
 * Deactivated all plugins apart from woocommerce and order search repair (on local),
   no change.
 * All very strange, as it worked perfectly on the first thing I tried. I also used
   it on another woocommerce installation and it worked perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stripe free payment gateway for WooCommerce] Problems with Stripe free payment gateway for WooCommerce](https://wordpress.org/support/topic/problems-with-stripe-free-payment-gateway-for-woocommerce/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/problems-with-stripe-free-payment-gateway-for-woocommerce/#post-6023966)
 * Yes, I tried many others. Finally I settled on the “official” version on the 
   woocommerce site, i.e. [http://www.woothemes.com/products/stripe/](http://www.woothemes.com/products/stripe/)
   which is relatively expensive but works with IE9 – something that was an issue
   for my client (unfortunately still lots of people using old browsers, especially
   elderly people).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Find Your Nearest] Cannot Select Country](https://wordpress.org/support/topic/cannot-select-country/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cannot-select-country/#post-3993750)
 * On my machine, the full path is:
 * /home/colin/www/voakesfreefrom/wp-content/plugins/wp-find-your-nearest-premium/
   includes/admin_panel_FYN_options.php
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Find Your Nearest] Cannot Select Country](https://wordpress.org/support/topic/cannot-select-country/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-select-country/#post-3993636)
 * Hi – the author gave this reply to the same question (from me) a few days earlier.
   This worked for me and he said a new version will be coming. In my case, it only
   affected the localhost install.
 * hmmm… what happens if you replace line 225 in /includes/admin_panel_FYN_options.
   php
 * require_once(‘countrycodes.php’);
 * with
 * global $countrycodes_array;
 * ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Find Your Nearest] New installation, Select Country not working, with PHP error](https://wordpress.org/support/topic/new-installation-select-country-not-working-with-php-error/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/new-installation-select-country-not-working-with-php-error/#post-3975807)
 * Works a treat!
 * Foxed as to how 😉
 * Tested on remote server too, seems fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Find Your Nearest] New installation, Select Country not working, with PHP error](https://wordpress.org/support/topic/new-installation-select-country-not-working-with-php-error/)
 *  Thread Starter [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/new-installation-select-country-not-working-with-php-error/#post-3975451)
 * Seems to be fine on remote machine, but would like to setup locally first.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Easy Table] How do I remove the bold header from the first row of the table?](https://wordpress.org/support/topic/how-do-i-remove-the-bold-header-from-the-first-row-of-the-table/)
 *  [bootle](https://wordpress.org/support/users/bootle/)
 * (@bootle)
 * [13 years ago](https://wordpress.org/support/topic/how-do-i-remove-the-bold-header-from-the-first-row-of-the-table/#post-7751548)
 * Came across this for the same reason – the docs clearly state th=”false” in the
   options tab. How about updating plugin to use either? Great plugin, use it all
   the time, on many sites!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/bootle/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bootle/replies/page/2/?output_format=md)