B C
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Offload SES Lite] Why is WP SES overwriting Sender Name and E-Mail?Update: Switching to manual minification (and restarting nginx) has helped me.
Also, using the JS minification Narcissus engine also seemed to have less conflicts
- This reply was modified 6 years, 6 months ago by B C.
Forum: Plugins
In reply to: [WP Offload SES Lite] Why is WP SES overwriting Sender Name and E-Mail?Yes using “headers” seems to work for Gravity Forms, however, it still seems to override Woocommerce?
We have “[email protected]” set in WP SES, but on “Woocommerce > Settings > Emails” in the “Email sender options”, the “From” address is “[email protected]”, but the customer receives them from [email protected].
Both of the emails are verified.
Is there a setting, fix, hook or something we can implement?
Hi @pixelyzed
I think we have the same error that we are looking for guidance on: https://www.ads-software.com/support/topic/multi-site-70/
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Multi-siteHi Justin, thanks for the plugin, its great.
I am having the same issue as @version2, that on multisite certain roles exist in site 1, and in subsites the roles show without the name and users cannot be added to them, saying the role does not exist.
See the main site:
https://pasteboard.co/H8hBPpn.png
And a sub site:
https://pasteboard.co/H8hC1me.pngI am comfortable making code or database changes, any ideas what might need to be done?
Yes, had the same issue with 5.10, reverting to 0.46 solved for me also, thanks guys
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Nesting shortcodesEcho, thanks for the plugin, much appreciated.
Does the support for listing mean I might be able to nest containers (e.g. to have a full width grey background, then a centred 12 col container), like:
[container fluid="true" xclass="background-grey"] [container] [row] [column md="12"] <h2>Most popular</h2> [/column] [/row] [/container] [/container]
At the moment I have to remove the one of the containers and do this:
<div class="container-fluid background-grey"> [container] [row] [column md="12"] <h2>Most popular</h2> [/column] [/row] [/container] </div>