bellovia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Multiple Order Refunded NotificationsJust encountered this issue on a client site. Refunded using the “refund via PayPal” button on 2 test orders. Fortunately the refunds were to myself to reverse these test orders, so the nearly 100 email notifications came to me rather than to an actual customer. Would love to figure out what caused the issue before we run into an actual customer that needs a refund. ??
Would be happy to provide status report info, plugins/extensions used on this site, specific info regarding the test orders that were refunded.
Thanks in advance for any help resolving this issue.
Forum: Plugins
In reply to: [Yoast SEO] PHP Error in Yoast-SEOI’m getting a similar error after the latest update. I’ve temporarily deactivated the plugin to resolve. Just mentioning here so that they know it’s not an isolated issue.
Warning: array_merge(): Argument #2 is not an array in /home/abigai11/public_html/wp-includes/load.php on line 63
Forum: Plugins
In reply to: [Simple Social Icons] background no longer transparent after updateApologies for the multiple posts. Found a solution that worked after some futher digging. Posting here in case anyone else is having the same issue. I was able to force the transparent background by adding the following to my child theme’s style sheet:
ul#menu-primary-navigation .simple-social-icons ul li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}ul#menu-primary-navigation .simple-social-icons ul li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}Forum: Plugins
In reply to: [Simple Social Icons] background no longer transparent after updateI found a fix for this with the last update but they’ve gone white again since the most recent update. Now I can’t remember what hoops I jumped through to fix it the first time around. Is there something I can do to force the transparency now and for future updates?
Thanks so much for the response. I’ll keep an eye out for that option in future releases. ????