nebbens
Forum Replies Created
-
Forum: Plugins
In reply to: [Stream] PHP Deprecated from Yoast SEOI’m experiencing this as well. Any timeline for a fix? Or a code change we can implement?
Thanks!
Forum: Plugins
In reply to: [Email Log] PHP 8.2 deprecated errorI assume many have already fixed this locally, but to document. Just add
protected $beta;
on line 21 of plugins/email-log/include/libraries/EDD_SL_Plugin_Updater.php.
I tried deactivating plugins and using a default theme, but the problem persists. I have created a support ticket. Thank you.
Steps to reproduce the problem.
1. select some orders on the order list
2. select the bulk action to print invoices
3. click apply.? It reloads the page and prints correctly.?
4. select some orders again
5. select bulk action to change their status to on hold (or any other).?
6.? click apply, it will initiate printing again along with changing the status of the order.No, I mean that it will popup a message within Microsoft (or another) Authenticator so that the user only needs to click approve rather than type in the numbers. Similar to how Microsoft accounts 2FA works or Duo.
Thank you
Can you please give me instructions as to how to do this new price rather than price adjustment? I’m not seeing it. (I have purchased the Pro version)
Also is it possible to just set a new price rather than a price adjustment? Let’s say the product has 3 options. Option 1 costs 1000, option 2 costs 100 and option 3 costs 250. I could set it up with adjustments for each, but I would prefer to just list the total price for each so it is listed as
Original Price $1000
Option 1: No Change
Option 2: $100
Option 3: $250rather than
Option 1: No Change
Option 2: -$900
Option 3: -$750Thank you!
Is it available with the pro version?
Forum: Plugins
In reply to: [The Events Calendar] Switching to Legacy ViewsI assume you have fixed your problem by now, but in case someone else stumbles across this thread. I have found that when using the new templates, is_search() is true for list view. This is a change from the previous version.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login themed profiles and lostpassword conflictSince I didn’t receive a response this last weekend, I decided to take a look myself and fixed the issue by adding a case for “lostpassword” in the template_redirect function in themed-profiles.php. I just added it above the case for logout, so it just does a break.
Please let me know if there are any issues with this change and whether or not it will be included in the next version.
Thank you.Forum: Plugins
In reply to: [Theme My Login] Theme My Login themed profiles and lostpassword conflict_tml_action is set to: lostpassword