diego27
Forum Replies Created
-
This also started happening to my client on the 16th of March. It happens regardless of it being PayPal or Authorize.net. I’ve rebuilt the website in a newer theme, simple Hello Elementor. I’ve tried every other suggestion. Removing every possible cache, extended memory time out. Orders I have personally test, I click it once and it spins for a bit and then spits out two orders. Client has called many of the people and there has been varied errors mentioned. Last one that did NOT duplicate said that it gave duplicate order error. It seems when it doesn’t duplicate some other problem is the only thing keeping it from doing it.
Forum: Plugins
In reply to: [Mooberry Book Manager] Bug in Series OrderThe reluctance was there is over 800 books to reassign. I appreciate you taking the time to respond. It has been helpful. I wasn’t able to get it to reorder where you mentioned in the code, but I changed everything using the Publisher option instead. At least with that one I could do it in bulk for 40 pages instead of doing each individually.
Forum: Plugins
In reply to: [Mooberry Book Manager] Bug in Series OrderWe are not using the series as one would traditionally, but the theory should still apply as you have stated, but I want it to show in reverse. Series is used to group them by the year of which they are highlighted in our Book list because we deal with books from all types of authors, so we want the latest to show at the top. Everything from 2020 (Current List), should show based upon the latest one we put into the book list.
Before we had to update the plugin it was working that way without having to change anything, but that version was from a couple years old ago. I understand about when it updates it will get overwritten, but I keep a note of the change and can reapply when updated. It isn’t something we do real often. If there is a way to control the change in functions.php instead great, otherwise if you can direct me to the spot in the code that would be just as good. Thanks for your time!
Forum: Plugins
In reply to: [Mooberry Book Manager] Bug in Series OrderCould you tell me the file that controls that? That way I can get in and adjust it in the code if nothing else. I have spent some time looking through the code, but haven’t been successful in where that is controlled on that specific piece. Thanks for your assistance.
Forum: Plugins
In reply to: [Mooberry Book Manager] Bug in Series OrderThank you for your response. But it does show the option when Selecting Books by Series, if you leave the Group by as None. And it makes sense that it should be there because you should be able to order your series just by newest or oldest without having to get into any custom ordering.
Resaving worked for me too. I don’t know if this helps track down the problem, but I noticed it started to give an error after I made a change in Woocommerce. Specifically I had disabled the New email from being sent under Woocommerce > Settings > Email.
Forum: Fixing WordPress
In reply to: Intermittent blank white screen (dashboard and frontend)I’ve also been having this issue with two websites recently and would love to know resolutions. They are hosted in the same area on a GoDaddy reseller. The only solution I have found is possibly not enough allocated memory for PHP. I changed it for one and haven’t had the issue pop back up in the last few days but jury is still out.
I’d like to know this one too. I am looking to prepopulate a person’s name and email if they are logged in.
Ditto. I had a bunch of spaces because I copy and pasted a list from Word and didn’t think it would matter. It does. It makes the require not work as well as I wasn’t getting the values to come through in the email when I took the require option off.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Receive mail but no attachment :(Make sure that you include your [FileUpload] in the form field File Attachments if you want to get it as an attachment not in the Message Body area. If you include it in the Message Body all it will give you is the name of the file.
Hope that helps.