chris.bair
Forum Replies Created
-
I uninstalled the plugin, DELETE FROM options WHERE option_name LIKE ‘%simple_banner%’, reinstalled the plugin, entered back in the settings. Seems to be working for now.
Forum: Plugins
In reply to: [WooCommerce] Where is USPS in the new Shipping Zones?I’m guessing it’s this: https://gist.github.com/ChromeOrange/10013862
Forum: Plugins
In reply to: [WooCommerce] Where is USPS in the new Shipping Zones?USPS (and FedEx) works in that it gives you prices, shipping methods that are not supported by zones just ignore zones and apply to all zones but also can’t be prioritized. OOh, I’d like to get that function snippet.
Forum: Plugins
In reply to: [WooCommerce] Where is USPS in the new Shipping Zones?Mike, it does work but you can’t specify the order of the shipping options unless they are zone enabled, this was removed with the introduction of zones. The result is they show up in alphabetical order so in my case FedEx (which is WAY more expensive than USPS) shows up first and USPS last. I had to disable FedEx until both get updated to support zones.
Forum: Themes and Templates
In reply to: [Customizr] FATAL ERROR:(Please activate your subscription.)Got the same thing, removing the plugin resolved the issue.
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] Styling not workingNot sure why this worked but all I needed to do was change the perma-link URL from https://www.thebairs.net/faqs/ to https://www.thebairs.net/faqs2/ and suddenly it’s working.
Forum: Plugins
In reply to: [MemcacheD Is Your Friend] Can't visit dashboard after upgradeHave the same issue
Forum: Plugins
In reply to: [WooCommerce] Reviews don't have any place to put ratingsFound the culprit: Jetpack. Specifically the Jetpack Comments module. With that turned off the ratings work great.
Forum: Plugins
In reply to: [WooCommerce] Reviews don't have any place to put ratingsForum: Plugins
In reply to: [WooCommerce] Reviews don't have any place to put ratingsYes, that is enabled.
Forum: Plugins
In reply to: [bitpay-for-woocommerce] Can't activate, doesn't work“php5-mcrypt is already the newest version” But I’m getting the same thing you were getting.
Forum: Plugins
In reply to: [bitpay-for-woocommerce] Can't activate, doesn't workdupe post, ignore me
Forum: Plugins
In reply to: [bitpay-for-woocommerce] Can't activate, doesn't workBCMath support enabled
gmp support enabled
GMP version 5.1.3Forum: Plugins
In reply to: [Friends Only] Hard coded for httpThere’s also a note on that page to escape REQUEST_URI to avoid a XSS vulnerability htmlspecialchars($_SERVER[‘REQUEST_URI’]);
Forum: Plugins
In reply to: [Friends Only] Hard coded for httpaccording to https://php.net/manual/en/reserved.variables.server.php $_SERVER[‘HTTPS’] will be set if it’s https