joncon62
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Table for WooCommerce] Table format is messed up with 6.0.3Thanks, that’s fixed it. It did place the search box and filter to the left of the table but I fixed that by selecting the No Sidebar option in the Design tab.
- This reply was modified 2 weeks, 2 days ago by joncon62.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Table format is messed up with 6.0.3Do you have an update on this? I see the topic was marked as resolved but it isn’t resolved so I changed it back. I cannot update to 6.0.3 because of this problem. I am using this plugin on several sites and they all have the same problem.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Table format is messed up with 6.0.3Here is the table, but it is running 6.0.2
https://nickomoandrasullah.com/product-category/pop-songs-individual/
Forum: Plugins
In reply to: [Product Table for WooCommerce] Table format is messed up with 6.0.3Here is a video showing the problem.
Thank you for checking out the report. I am running Litespeed cache and did purge ALL before asking the customer to try again. Click this link for the event that the customer was trying to buy tickets for.
https://snappytickets.co.uk/event/roxane-jamie-katy-singing-weekend/
Select any ticket, tick the T&Cs box and click Order Now.
I am running 10.5.2 and just asked one of the customers to retry after clearing their cache and it still failed for them.
Status report is at https://pastebin.com/peFJcTZx
I haven’t contacted your support team yet as the error hasn’t shown up over the last week. Maybe re-installing did fix it. I will mark this as closed, but if it shows up again I’ll contact your support.
The issue is not resolved, I got 3 warning messages this morning but nothing in the error log. Do you have a debug log I could enable? I have double checked and you are the only plugin using toastify.
I am running version 4.3.7 and the error just showed up again overnight. The error box disappears quite quickly while inspecting it so is difficult to track down. I have reinstalled the plugin and I’ll let you know how it goes.
Forum: Plugins
In reply to: [Limb AI Chatbot] Fatal Errors with 10.14Thanks @raffiyeghiazaryan that’s fixed it.
Thanks for following this up with me. I can confirm the fix works.
This is happening to me too, I’m trying to connect a partner account without success. I did perform a ‘start over’ when I disconnected but it just keeps looping back to connect after successfully connecting. Do you have a partner version of this plugin? I need to enter BN Code aswell.
I have just retried an import in an incognito window and it did ask if I wanted to replace the docs. I then tried again in my normal browser window and it asked there too, so currently I cannot reproduce the problem. You have fixed the original reason for this thread so I will close it. Thanks for your help.
Thanks for the follow up. I can confirm that the development version the build no longer shows those Undefined property errors.
Hi @sadmansakibnadvi, I have re-opened this thread as the developers at Blocksy have a response for you. They are going to make a change to their code, but it sounds like this is masking a problem with your implementation.
This is their report.
The override of tax_query with a class that doesn’t remotely resemble the actual WP_Tax_Query is unsafe: https://share.cleanshot.com/gYNkmddk
The issue appears to be caused by BetterDocs in the first place, as they’re overriding a standard field with a non-standard object. This type of override is concerning, and a better approach would be to use the built-in hooks to modify the query behaviour. If this override method is necessary, all fields from the standard class should be included in the dummy object: https://developer.wordpress.org/reference/classes/wp_tax_query/
If you or other users want to view the other thread you can find it HERE.