anziosoftware
Forum Replies Created
-
Hi, I think it’s too much protection π – the conflict arises with this type of plugin https://wordpress.org/plugins/wp-file-manager/
and with this one I’m using https://wordpress.org/plugins/file-manager-advanced/ (their team is also working on the issue and is interested). What happens: both the backend and frontend folder creation functions are blocked and an error is returned. There’s no specific link, but the error that’s shown is “Unable to connect to backend. Access denied. HTTP error 403” when trying to create a folder. WordPress debugging instead is: ob_end_flush(): failed to send buffer of zlin output compression. I hope this information helps. Regards, thanks FConfirmed: It does not work if the user is not created with the “Registration Form” of the Plugin, for example if I create it directly on the WP Administrator side it does NOT work.
I believe that if the user is created directly from WordPress and therefore NOT created with the registration form this thing does not work.
Furthermore, on secondary pages, some buttons that were previously 3.33.4 dimmed would change color when hovered over, then 3.33.5 disappear, and then reappear when hovered over. This highlights a clear layout problem.
I faced the same problem. Besides being unable to insert the login into the page, I also saw a code error in the bottom right. The only plugin updated in the last 24 hours was Elementor (from version 3.33.4 to 3.33.5)
Maybe wont work for some other reasons ?
ok, I just found the button that replaces the Ajax automatic save, but I was wondering, aren’t you curious to understand why on one site it works great automatically and on another it needs the button? In this specific case, same server, even the same plugins, however in my opinion a defect related to Ajax. Thanks anyway
Solved sorry
Thanks Elliot, that was clear, but I was thinking to this:
If you set the default page for the referral links in the βReferral URLsβ settings tab: eg. http://www.mydomain.com/shop/
when you create a new affiliate user with Add New Affiliate and relative coupon: eg. mycoupon1
You will get http://www.mydomain.com/my-account-affiliate/?coupon=mycoupon1 as default Referral Link
And not as logic http://www.mydomain.com/shop/?coupon=mycoupon1 considering the default page
I’m a picky person, but certainly now I understand that it’s not a problem, it’s just like that. π
That is, if I create a new coupon that I have not linked to any affiliate as the default referral link it generates the page that has been set as the Affiliate Dashboard Page: + the coupon, I would make the main domain + the coupon and the Affiliate Dashboard page the default Page: This is the Affiliate Dashboard Page.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] SubscriptionsThat was clear, question is your plugin works only for that plugin or there is another free plugin out there ? Thanks
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] SubscriptionsIs it not a free plugin out there ?
Hi thanks, best support, nothing to say more.
Thanks for support, great job !
I have just arrived at a better solution without modifying the Plugin, in which case the INPUT of the PLUGIN’s UserName user_login must also be present.
Putting this code at the bottom of the page where the Form is, hides the INPUT of the UserName user_login but populates it with what is typed into the INPUT of the Email user_email.<script> document.getElementById("user_login_field").style.visibility = "hidden"; document.getElementById('user_email').onkeyup = function() {document.getElementById('user_login').value = document.getElementById('user_email').value}; </script>