bob_hardy
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] JS/CSS Files not combiningOnly because tools.pingdom.com tells me they’re not combined.
Is there another way to check/know for sure?
Thanks
Forum: Plugins
In reply to: [BJ Lazy Load] bj_lazy_load_html filter shrinking imageFigured it out.
There’s a setting to “Load Responsive Images” in a scaled down version and this is what was happening. Turned it off and images load in their appropriate size.
Thanks imt_anna
It looks like this is an option in the plugin settings themselves… I’m guessing this feature is to prevent login errors from showing on the admin login page (for security reasons) but it is also affecting the regular user login page, which it shouldn’t.I think the simplest fix is just unchecking the “disable login error messages” option in the plugin settings.
So yes… I messed that up. The str_replace should have been the other way around.
The str_replace function, when used properly, fixed the issue with the admin-ajax.php content lot being loaded over https!And no, my entire site is not https secure, just the account/order pages.
Issue solved. Thanks for your help!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] admin-ajax.php over http instead of httpswhere you able to sort this out?
Thanks
I also tried changing
), admin_url(‘admin-ajax.php’) ), )to:
), str_replace(“https:”, “http:”, admin_url(‘admin-ajax.php’)) ), )
in either/both wp-slimstat.php and index.php but that didn’t fix it either…
Unfortunately that didn’t fix the issue. It also caused a bunch of fonts to break because there’s an insecure response…
GET https://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2 net::ERR_INSECURE_RESPONSECan I ask how you would recommend loading HTTPS pages?
Thanks
Thanks. Do you know of another way of loading specific pages over https that works with slimstat?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Best way to check a ZIP code before allowing an orderI’m having the same issue. Did you find an answer to this?
Thanks