shileyking
Forum Replies Created
-
Forum: Plugins
In reply to: [Manage Notification E-mails] Conflicting with WooCommerce@virgial, do you have any other recommendations or updates we could try? This plugin does work well for us otherwise, so I hate to have to replace it, but the site owner is getting tired of blank emails.
Forum: Plugins
In reply to: [Manage Notification E-mails] Conflicting with WooCommerce@virgial, thanks for the file. I uploaded it but, unfortunately, it hasn’t resolved the issue. The site owner is still receiving the blank emails.
Forum: Plugins
In reply to: [Manage Notification E-mails] Conflicting with WooCommerce@virgial, WP version is 5.7.2, WooCommerce version is 5.4.1 and all plugins are up-to-date. However, WP or WooCommerce version hasn’t seemed to affect it at all or slow the blank emails in the last few months – they consistently come through regardless of updates or versions.
@takanakui here’s the screenshot and element within the source code if that helps – https://ibb.co/nr3db8Z
@takanakui thanks for your response. URL: https://cliburn.org/cliburn-staging/
Yes, I’ve tried hiding elements but can’t get it to work. I just want it to function with the top menu, not the secondary menu featured beneath the header graphic.
@joyously, that seemed to do the trick! Thank you so much for your help.
Thanks, Joy. I’ll try that out.
A little more insight I found – the full text reads:
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/wordpress/wp-content/themes/cliburn/category-2017-winners.php on line 177
Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/wordpress/wp-content/themes/cliburn/category-2017-winners.php on line 181Lines 176 – 181 in the template are:
if (count ($competition) > 0) { echo(implode($competition, ' ') . '<br>'); } if (count ($round) > 0) { echo(implode($round, ' '));
I read that changing the parameters in the associated lines has solved this issues for others, I just can’t find what to specifically change the parameters to?