markofapproval
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Localhost issue on 8.5 and aboveThanks! That is definitely a working workaround for now. Many thanks for these links.
I am having same issues but if I put the head and footer post into draft mode I can edit it. So that is a workaround for now I am using.
- This reply was modified 7 months, 4 weeks ago by markofapproval.
Forum: Plugins
In reply to: [WooCommerce] Site Crash on Localhost on Clean InstallationI am having the exact same issues as Gaurav. Woocommerce crashes on localhost so making offline development with xampp impossible. However I will try reverting to a previous version of Woo or WordPress and see what happens. Any updates on this?
Hi Jose will certainly try it.
Many thanks for being so fast on this.
Reply back soon! ??
Forum: Plugins
In reply to: [Loops & Logic] Multisite issuesHey guys,
Yeah I suddenly realised that admins do not need this much power; only super admins. I guess I was confused about the Tangible menu still appearing for administrators of certain sites on the network. Because they can still edit the templates created by super administrators only they will break them because the kses function will strip and destroy ??
Probably a good work around, at least in my case, would be to have the templates only available to super admins. But general site admins can apply the template through Elementor, Beaver or the block editor. Or even apply the template from another site on the network through these 3 builders…
If that makes sense.
Happy to take a look at this and give you any ideas. I haven’t looked into the documentation and use on a multisite yet and will aim to do that!
Thanks again!
Thank you Jose for jumping on this so quickly. Indeed the notice is gone but the site is crashing when I try and go into Elementor. This is the error log:
Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, string given in xxx/public_html/wp-content/mu-plugins/eos-deactivate-plugins.php:484 Stack trace: #0 xxx/public_html/wp-content/mu-plugins/eos-deactivate-plugins.php(484): in_array() #1 xxx/public_html/wp-settings.php(372): include_once('/home/795074.cl...') #2 xxx/public_html/wp-config.php(132): require_once('/home/795074.cl...') #3 xxx/public_html/wp-load.php(50): require_once('/home/795074.cl...') #4 xxx/public_html/wp-blog-header.php(13): require_once('/home/795074.cl...') #5 xxx/public_html/index.php(17): require('/home/795074.cl...') #6 {main} thrown in xxx/public_html/wp-content/mu-plugins/eos-deactivate-plugins.php on line 484 There has been a critical error on this website.
I deactivated it for now. For sure take your time to fix, I can always revert to an older version if needed.
With gratitude,
Mark.Thanks Jose! Sure that is what I will do for now. Although my multi site only has a handful of users so not a problem at this stage.
Look forward to checking out this nifty plugin esp for optimising landing pages!
Forum: Plugins
In reply to: [Loops & Logic] React JS Error when PODS InstalledThank you it seems to be working well now! Thank you for looking into this.
But I am troubleshooting another issue and will report on another thread!
Forum: Plugins
In reply to: [Yoast SEO] Looping issue on edit.php pageHi Michael,
I am happy to report I resolved it by installing the “Yoast tester” Plugin and clicking “reset indexable tables and migrations” — a thought I had after viewing the errors log I downloaded from my server.
The former trial by disabling all did not help but this method did.
If you wish to share your comments, I think we can then close this?
Best!
Mark.Forum: Plugins
In reply to: [Yoast SEO] Looping issue on edit.php pageHey Michael, many thanks for your reply. I mentioned in the original message at the top that I had deactivated everything and that and it is how I found out Yoast was the culprit.
I will stage the sites and try again. I am wondering if it is something to do with the host – I am with Cloudways and they have lots of powerful backend stuff doing on.
I was asked to supply the error logs too, thus the reason for asking ??
If you could just read over the messages under this thread (there are only 5) I think it might help give you a bigger picture.
Will respond back too on what I found!
Forum: Plugins
In reply to: [Yoast SEO] Looping issue on edit.php pageI just had one of my ecommerce clients contact me telling me they could not search for products on the backend because of the looping and crashing issue.
So I will grab you the php logs for both the membership site where the posts won’t load and the ecommerce site where the products can’t be search for. Both errors occur in the admin side. On archive based posts.
For now I downgraded all clients to Version 17.5 and all is well again.
How do I get you error logs to you?
I also had this issue with the auto complete field being broken. The great thing about PODS is we can change it to standard dropdown list until there is an offical patch.
PS The beta you supplied here for Virgillo did fix the phroblem for me. Will eagerly await for the production release ??
Thank you to both you of. I disabled it through the settings earlier, and put my contact form on another site, but this will certainly come in handy. Appreciated!
I can validate that adding a user who signs up by Woocommerce to Gravity forms (programmatically through the API) adds an extra 4 seconds onto the processing time. I ran some tests.
Surely you would have used a specific Gravity Form hook to integrate Cleantalk with it. Wouldn’t it just be a matter of me doing a remove_action( ) call? Do you have a developer reference to save me searching these hooks?
Thanks!
Mark.Hi, the situation is that I want the customer to buy a product through woocommerce. I have no issues with cleantalk running on that.
But when the payment complete trigger is fired, I want to programmatically add them to a hidden gravity form.
I’m assuming CleanTalk would once again trigger (unncessarily) sending the same data back to its servers for checking again. This would seriously slow down the response to the user as well as create unncessary overhead on my server and yours.
Surely I could just remove action right?