phantasmix
Forum Replies Created
-
Forum: Plugins
In reply to: [IP2Location Redirection] Works on desktop but not on mobileHad to create separate redirects for WWW/NON-WWW versions of the website.
Yes, I did whitelist the IP, forgot to mention. That had no effect.
Deactivating Wordfence should’ve been the first step, I know, but am always very reluctant to do it.
Deactivated cleanly (with “delete tables”) and still no luck.
So the issue lies elsewhere. Sorry to have bothered you unnecessarily.
Hi Adam,
no, it doesn’t show up under Live Traffic but the Supsystic plugin creator tested it and came up with the following:In the debugger/network console in Firefox, I see that there was a POST operation with code 200, but we’re getting a blank page instead of a PDF download dialog.
- This reply was modified 4 years, 2 months ago by phantasmix.
Sorry, it’s fixed. Was my mistake – carefully read your instructions and realized that I had two ‘wishlist’ slugs in use in different spots. Just co-incided with the udpate ??
—
- This reply was modified 4 years, 8 months ago by phantasmix.
Forum: Plugins
In reply to: [Wishlist for WooCommerce: Multi Wishlists Per Customer] FontAwesomeThe update fixed it all. Super ?? Thanks so much!
P.S. Sorry, I clicked update before testing out the function code. Useful snippet to have, thanks for that as well.
Forum: Plugins
In reply to: [Wishlist for WooCommerce: Multi Wishlists Per Customer] FontAwesomePablo,
Everything except for the Facebook icon is fixed with the following:[class*="alg-"] i.fa { font-family: 'Font Awesome 5\ Free' !important; font-weight: 900; }
Apparently some of the icons don’t work without the font-weight setting.
Not sure what the problem is with Facebook though, maybe content? Will look closer this afternoon.
Cleaner way would probably be to fix up the templates, but so much more fuss ??
CSS works for me.Thanks
Forum: Plugins
In reply to: [Wishlist for WooCommerce: Multi Wishlists Per Customer] FontAwesomeSome of the icons are fixed with a simple css override:
[class*="alg-"] i.fa { font-family: 'Font Awesome 5\ Free' !important; }
Super! That worked great, thank you.
Forum: Plugins
In reply to: [User Role Editor] Shop Managers can’t add couponsResolved
Forum: Plugins
In reply to: [User Role Editor] Shop Managers can’t add couponsWoocommerce itself requires a lot of the post/page publishing capabilities according to this list:
https://github.com/woocommerce/woocommerce/blob/250fcc96a3ea4b1150eb3e94fa45e968ce4340aa/includes/class-wc-install.php#L942Just reverted the Shop Manager role to these and they’re now able to add coupons. I had some of the core caps turned off.
Thank you for pointing me in the right direction, Vladimir.
Forum: Plugins
In reply to: [User Role Editor] Shop Managers can’t add couponsVladimir,
for this particular website I’m using the free plugin version.And apologies, thought this would’ve been implied: all of the Woocommerce capabilities are turned on for the Shop Manager role. All 53 out of 53, including 17/17 Coupons capabilities.
I didn’t quite understand the first part of your message: are you saying there should be something else turned on for them, like post creation? That is currently turned off.
Thank you
Forum: Plugins
In reply to: [WP2Social Auto Publish] No longer works for new FB appsYes, it works, but apparently only until August 1st.
Thank you, hope you find a solution as the plugin is great otherwise.
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] echo do_shortcode?Thanks. That’s the direction I went in with the last (edited) message ??
Though still stuck, I suspect it’s to do with ACF now, because $roles is a repeater checkboxes field and I always get stuck at those.
Thank you for your help, I’m sure once the ACF thing is figured out, the above will work.