jpb10
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Button not working with keyboard in FirefoxMore generally:
div#n2-ss-2 .n2-ss-button-container a:focus { outline: <values>!important; }
Forum: Plugins
In reply to: [Smart Slider 3] Button not working with keyboard in FirefoxThanks. Great work.
As you suggested, I was able to change the hovered style focus by disabling “Improved Frontend Accessibility”, combined with this custom CSS:
div#n2-ss-2 .n2-style-<id>:focus { outline: <values>!important; }
I put it in my theme’s “Additional CSS” because it’s more convenient to edit and preview. It may or may not be the optimal way, but it works for now.
Cheers
- This reply was modified 4 years, 8 months ago by jpb10.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNForum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNIt was directly in Tools/Live traffic.
I don’t have access to the control panel right now, but I think there’s a button for whitelisting each blocked activity.
I just realized that the activity appears in Live traffic.
I whitelisted the URL and parameters and it seems to work fine.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNOkay, so I messed around with different custom file directories:
{plugins_dir}/woocommerce/*/*.js
and the upload goes further, but stops again at another Woocommerce file.
Then it occurred to me that Wordfence could be blocking W3TC from accessing too many directories/files at once.
After disabling Wordfence, no error.
Edit: Solution is whitelisting the URL and parameter in Wordfence.
- This reply was modified 5 years, 2 months ago by jpb10.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNI tried what @vmarko suggested initially. For me, the upload fails at:
wp-content/plugins/woocommerce/assets/js/round/round.min.js
When adding the plugins to the custom files, one by one, the upload fails only at that particular Woocommerce file. The file has not changed in 3 years.
I wonder if the last Woocommerce update could have caused this. I am looking into it, but it’s a bit out of my element.
Still not sure where is the “log”, @vmarko?
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNI updated WordPress (5.3.2) and CDN uploads worked.
Then I updated Woocommerce (3.8.1) and uploads started failing.
Finally I updated W3TC (0.12.0) and the issue persists.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNI will look into it.
Maybe enable WP debug (wp-config.php) or check the PHP log. (I have no idea…)
Which CDN mode are you using?
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNWhy was this marked as resolved?
- This reply was modified 5 years, 3 months ago by jpb10.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNI rolled back WordPress, Woocommerce and W3TC. No error.
Not sure which is causing the issue, but it’s not AWS.
Forum: Plugins
In reply to: [W3 Total Cache] “request failed” on custom files export to CDNI am getting the same error and my hunch is that a change in the last update is causing it.
My upload is stopping at wp-content/plugins/woocommerce/assets/js/round.min.js, which is at around 20% of the custom files CDN upload to AWS/S3.
I just updated and encountered the error, so I have not investigated further.
Forum: Themes and Templates
In reply to: [Storefront] Remove button outline goes to -9999pxhttps://themes.woocommerce.com/storefront/shop/
In Firefox:
– Add something to the cart.
– Then press (and hold) the x button to remove the item from the cart.Forum: Themes and Templates
In reply to: [Storefront] Remove button outline goes to -9999pxSorry. This is not resolved.
Forum: Themes and Templates
In reply to: [Storefront] Remove button outline goes to -9999pxIt causes the box to stretch out and look ugly.