Mario Beach
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove CPT base] TranslatePress issueI’m using the Pro version but it’s an additional plugin to enable pro features so the free plugin must do the same thing alone.
Forum: Plugins
In reply to: [Remove CPT base] TranslatePress issueI ended up using this code https://www.wpexplorer.com/remove-custom-post-type-slugs-in-wordpress/ and it worked perfectly with TranslatePress.
It would still be nice for the others that prefer using your plugin that it works with TranslatePress. https://www.ads-software.com/plugins/translatepress-multilingual/
It’s not the most popular translation plugin but I think it should. Living in a bilingual area, I tried many and it is definitively the easiest of all.
Forum: Plugins
In reply to: [Ultimate WP Mail] Multiple Emails SentHi, I found another bug. When adding users to a list, if one of the users display name contains an apostrophe it will create an issue when returning to the list to edit. The selected user will prevent the Current Users list to show at all. A Json list of the selected users is created in JS and stops on the first apostrophe found therefore creating an error.
Uncaught SyntaxError: Unterminated string in JSON at position 4502 at JSON.parse (<anonymous>) at HTMLDivElement.<anonymous> (ewd-uwpm-admin.js?ver=1.2.2:774:24)
In this example, looking at the error, the json stopped at the apostrophe in the name Jack Daniel’s
[{"id":123,"name":"First User (Bob Smith)"}, ... {"id":168,"name":"Great Company (John Smith)"},{"id":288,"name":"Jack Daniel
Forum: Plugins
In reply to: [Ultimate WP Mail] Multiple Emails SentThank you @jaysupport, Works great! Thank you for the fast turnaround, as you know for anyone with larger lists it could have rapidly becoming a real problem!! ??
Maybe something to consider in the next version: In AdminEmailLists.class.php, to make it easier with our users, I changed line 162 in order to visually confirm which email I’m actually adding to the list. This way by hovering the Name on the left we can see the email address in a tooltip. I find it is very helpful when users display names are not representative and this way it’s not disturbing the layout at all. I did not bother changing the js but having it on the right would be nice too! ??
<span class='ewd-uwpm-user-display-name' title="<?php echo esc_html( $user->user_email ); ?>"><?php echo esc_html( $user->display_name ); ?></span>
Forum: Plugins
In reply to: [Ultimate WP Mail] Multiple Emails SentMy last tests, I was using strictly WordPress 6.2 and UWPM 1.2.1 and still the same. No WP Mail SMTP, using only default php mail from the server.
I enabled log like you suggested, here it is:
[11-May-2023 14:57:03 UTC] PHP Notice: Trying to get property 'term_id' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:03 UTC] PHP Notice: Trying to get property 'name' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:03 UTC] PHP Notice: Trying to get property 'term_id' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:03 UTC] PHP Notice: Trying to get property 'name' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:20 UTC] PHP Notice: Trying to get property 'term_id' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:20 UTC] PHP Notice: Trying to get property 'name' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:20 UTC] PHP Notice: Trying to get property 'term_id' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176 [11-May-2023 14:57:20 UTC] PHP Notice: Trying to get property 'name' of non-object in /home/b4q1bapiptqj/mariobeach.com/wp-content/plugins/ultimate-wp-mail/ewd-uwpm-templates/admin-send-mail.php on line 176
Here’s the UWPM log , you can see how many was sent for each users:
- This reply was modified 1 year, 6 months ago by Mario Beach.
Forum: Plugins
In reply to: [Ultimate WP Mail] Multiple Emails SentI installed on a fresh WordPress install, I created a list of 2 users. I sent an email to the list using WP Mail SMTP and without it, using only php mail. In both cases 3 emails went out. 1 to the first user, and 2 to the second one. There is something wrong. I downgraded all the way down to 1.1.1 and still same issue. Maybe it’s an issue with with WordPress 6.2. I can’t believe nobody caught that before. It should be easy to recreate the error. Here are screenshots of the logs and the list used. 2 users -> 3 emails each time. When you have a list of 40, the last one gets it 40 times!!!
Please fix ASAP!!
Forum: Plugins
In reply to: [Ultimate WP Mail] Multiple Emails SentI’m experiencing the same issue as @tsic where multiple emails are being sent when using lists, some users got it an insane amount of times!
I tested with a smaller list of 4 users and just like @tsic, the first email was sent once, the second email twice, third email 3 times and 4th email 4 times. I’m sending using WP Mail SMTP. I can’t use your SMTP settings because I need Outlook 365 api to send. Only solution for now is to send emails one by one. Please fix. It use to be working.
Forum: Plugins
In reply to: [reCAPTCHA for WooCommerce] reCAPTCHA not resetting on checkout validationI installed 1.2.1 just before you updated. I’m now using 1.3.0 and it’s working perfectly. Great plugin, thank you!
Forum: Plugins
In reply to: [reCAPTCHA for WooCommerce] reCAPTCHA not resetting on checkout validationI tried with the Cloudflare one and the same issue occurs on ajax validation.
Now it’s marked as resolved I would have given you a link to try but its really easy. just hit submit twice at checkout, the first time you get error messages on whatever is missing and the form, the second time you get this first “Please complete the reCAPTCHA to verify that you are not a robot.” and then all the other messages but the captcha remains visually valid. Its probably a similar fix on both. I will use the Cloudflare one once fixed. Thank youForum: Plugins
In reply to: [reCAPTCHA for WooCommerce] reCAPTCHA not resetting on checkout validationWow, very fast reply thank you! I’ll sure give your other plugin a try and may use it instead if it’s working at checkout. Thank you
Forum: Plugins
In reply to: [Elementor Custom Skin] Comments Count on Comments closed postOk I found a workaround if anyone needs. The predefined Comments element in the Post Info Meta Data returns no value in the loop if comments are closed but using the Custom element and returning the Comment Number works in the loop. Then pick a comment Icon and voilà.
Forum: Plugins
In reply to: [Elementor Custom Skin] Comments Count on Comments closed postI realized the the post-info widget is an elementor pro widget usually used in singluar posts templates. When used in a loop there is a problem because it takes in consideration the comments_open on singular where it should not in loops. Can you fix this? The filter is not working either as I have no idea how to tell I’m in that custom loop is_archive() or is_home() is false inside these custom loop, is_signular() is true. Any idea how I could find out that I’m in the custom loop in the comments_open filter? If I return true on everything in my filter the comment count is showing correctly but also comments are open on the posts. Any help welcome.
It’s mind boggling. I tried what you suggested. Disconnected everything. Created a new merchant center account using the option in the plugin. It seemd to work a bit better.
But everything else is connected, using a fresh new accounts created from within.
I do not get the error message on the product feed page but I do get this message in the Woocommerce Logs 2022-06-01T18:40:56+00:00 ERROR Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductSyncer::validate_merchant_center_setup Cannot sync any products before setting up Google Merchant Center.
I tried the test connection link and all connections seems fine. It’s only when I try to Sync a product that I get “Error submitting products to Google: Google Merchant Center has not been set up correctly. Please review your configuration.” Does that meant to review the Google Merchant account setup in Google or in this plugin?
Also, I haven’t setup Google Ads yet is this mandatory?
@dudaster Maybe making loops default to Elementor Canvas would prevent this issue. Please fix in next version. Unfortunately this workaround does not work for grids!! Please fix!