LS
Forum Replies Created
-
Thanks!
em_booking_added
worked for me.Forum: Plugins
In reply to: [WPC Buy Now Button for WooCommerce] Reset Cart not workingThanks for your reply. Is there a way to send it privately? I would prefer not to post the site in a public forum.
Forum: Plugins
In reply to: [WPC Buy Now Button for WooCommerce] Reset Cart not workingCorrection. Cart reset is working to remove old items from the cart. But our product uses Gravity Forms Product Add-Ons, and it erases all the options for the product.
Thank you. I could try to build this myself, but I’m not sure what capability to remove. I tried using:
$user->add_cap( 'edit_users', false );
This effectively removed the ability to edit profiles the admin WP edit users screen. But it didn’t stop editing from the frontend UM profile page. Can you tell me what is the name of the capability I would need to remove profile editing through UM?
Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Cybersource Payment GatewayCyberSource is the problem due to the reason Darian guessed above. Skyverge, the CyberSource plugin developers, know about the issue. But they haven’t fixed it yet. So in the meantime I had to roll back to an older version of the events calendar plugin, which is still compatible with CyberSource.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Cybersource Payment GatewayThank you!
PHP 8
WordPress 6.2.2
The Events Calendar 6.0.13.1
Woocommerce 7.7.2
Cybersource 2.5.6
Theme = custom (but I also tested with the latest version of TwentyTwentyThree)Forum: Plugins
In reply to: [Easy Media Replace] Replace button no longer works with version 0.2.0Can confirm this is happening to me, too. These are the errors I see in the console when the replace popup is open:
Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist. upload.php:1
GET /wp-content/plugins/easy-media-replace/admin/css/images/ui-icons_777777_256x240.png 404 jquery-ui.min.css:1
Uncaught TypeError: Cannot read properties of undefined (reading ‘data’)
at Object. (easy-media-replace-admin.js?ver=1684761830:221:68)
at c (jquery.min.js?ver=3.6.1:2:28327)
at Object.fireWith as rejectWith
at l (jquery.min.js?ver=3.6.1:2:80070)
at XMLHttpRequest. (jquery.min.js?ver=3.6.1:2:82499)- This reply was modified 1 year, 6 months ago by LS. Reason: added errors
Thanks for your reply. We do not have fallback email setup, so all emails should be going through our default Post SMTP settings (microsoft 365). But we had some mysterious re-sends with a wocoommerce order email that intiially failed, so I was wondering what triggered it. Woocommerce says they don’t try to resend emails, and that it is all handled by WP or Post SMTP.
Here’s more detail on what happened:- Woocommerce order is successfully completed. Admin and customer invoice emails are triggered and sent. However, the sending fails because the customer typed an invalid email (@gmail.comcom). The log shows the email as failed for “Invalid reply-to”.
- The next day, a little more than 24 hours later, the admin email is resent (but no one did it manually). And still fails because the reply-to address is still wrong. The customer email was not retried.
- The third day, we manually fixed the customer’s email address, and manually triggered Woocommerce to send the customer’s invoice email. Upon doing so, the original admin order email was automatically resent at the exact same time, even though we never selected that email to be resent.
In this scenario, combined with the woocommerce and the failed email status, is it possible that Post SMTP’s re-send function could have also been triggered?
It wasn’t a big deal, but we are trying to understand why it happened. Thanks!
- This reply was modified 1 year, 7 months ago by LS.
Hi, thank you for the reply. I much prefer your plugin over the other plugins like WPML, but unfortunately this will not work for us. We have a lot of content, and we need to be able to make small edits to the english version without having to remember to check and fix all the other translations each time (we were going to buy Pro so we could do 5 languages). Unfortunately, we will have to choose another plugin. Thanks for your time.
Forum: Plugins
In reply to: [WooCommerce] Featured product block not working after updateI switched to the TwentyTwentyTwo theme and deactivated all plugins, and the issue remained. I also updated my other site, and the issue is happening over there now too. There are no errors in the Fatal Error log or the general php error log.
HOWEVER, I just updated WordPress to 6.0.1 before I printed out my status report, and that seems to have fixed it. My web host for some reason was not showing me WP available for update. The other site I mentioned is still not giving me WP 6 as an option to update so I’m still on 5.8.1 over there, and the error remains. So I’m assuming that must be the problem.
If the issue fixes itself once I’m allowed to update to WP 6.0.1 on my other site, then I’ll consider this resolved.
- This reply was modified 2 years, 4 months ago by LS.
Forum: Plugins
In reply to: [The Events Calendar] iCal link doesn’t work in updated calendar viewDo you have any idea why it’s happening, though? It’s happening on your official demo too: https://demo.theeventscalendar.com/event/multi-day-event/
If I click the Add to iCalendar link in Safari or Firefox, it asks me to open Chrome, and then adds it as a whole separate calendar in my Google calendar. I have iCal installed in my computer.
Shouldn’t the expected behavior for iCal links be to download the .ics file? That’s how the old links work.
I’m on Mac OS 12.2.1.
- This reply was modified 2 years, 7 months ago by LS.
Forum: Plugins
In reply to: [The Events Calendar] iCal link doesn’t work in updated calendar viewYes. It was enabled by default when I installed, and I intend for it to remain enabled.
While googling the iCal link issue I found an older post on this forum from people who resolved a calendar link issue when they unchecked the updated calendar option. Unchecking it fixed it for me too.
In the “updated view” the iCal link is a
webcal://
link, which (for me) tries to open Chrome and create a new calendar in Google. The “old view” link downloads an .ics file, which seems like the correct behavior, since you already have a separate Add to Google Calendar link specifically for Google.Since I wrote this, I re-enabled the updated calendar, and then used the
tribe_events_single_event_after_the_content
filter to manually rebuild the calendar links the old way. That worked, but of course it shouldn’t have to be that way. Will that filter still work when 6.0 is released?Forum: Plugins
In reply to: [The Events Calendar] Fatal error with most recent updateConfirming I have the same issue. Updated to 5.12 and event pages will not load — a long long delay and then finally a 502 error. Reverting back to 5.11 fixed it. I did not see any errors in the error log.
Forum: Plugins
In reply to: [wp-mpdf] Not working in Chrome – PHP deprecatedI understsand how to display the field. I do it all the time. I was just asking if there was something special I needed to do to get it display in your pdf template, as it was causing an error there.
After a bunch of trial and error I was able to resolve it by just turning on caching in the mpdf settings. I have no idea why that worked, but I’ll go with that.
Thank you.
Forum: Plugins
In reply to: [wp-mpdf] Not working in Chrome – PHP deprecatedI have determined that the PDF works if switch to the default mpdf theme (I was using a custom mpdf theme, which used to work, but now doesn’t). So that suggests the problem is somewhere with my code.
I tried removing all my custom fields one by one, and it seems the issue is being caused by the ACF WYSIWYG field. All of my custom fields are ACF text fields, and they all work in the PDF fine. But as soon as I add the WYSIWYG field content, then I get the error. Is there something special I need to do to get this content into the PDF?
If I use:
get_post_meta( $post->ID, 'professional_activities', true );
I get an error. If I remove “true” I get a PDF, but the output simply says “Array” where that field content should be.Is there a way to output content from this field? (It’s just paragraph and bulleted text in that field.)
Thank you.
- This reply was modified 3 years, 2 months ago by LS.