Martin Sotirov
Forum Replies Created
-
Forum: Reviews
In reply to: [Gutenberg] Still hate itFully agree. It’s a half-baked solution to a problem that didn’t exist in the first place.
WordPress has 2 use cases it excels at:
- Freelancers and agencies making custom websites
- Non-developer power users
… and one use case it’s bad at / not intended for:
- Full site editing wix / Medium style
Core devs decided to some what improve WP for the third use case by completely disregarding and destroying the first two major use cases that WP already excelled at. Shows how little they understand their users.
@webtoffee thanks. This is what I was looking for ??
I have the same problem. Any ideas?
@webtoffee I just submitted the bug report form. Thanks for taking the time to look into it.
@webtoffee 1.9.5
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA for WooCommerce] Error in Link reset password emailI am experiencing this problem on one of my customers’ sites too.
It looks like the same problem was supposedly to be solved 2 years ago. https://www.ads-software.com/support/topic/forgot-password-broken/
- This reply was modified 4 years, 5 months ago by Martin Sotirov.
I have the same problem.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Fatal Error ab Version 2.1.0: Name not foundDanke für die Rückmeldung, @pixelarbeit. War die PHP-Version auf dem neuen Server anders? Oder kann es sein, dass der Inpsyde Logger irgendein spezifisches PHP-Modul benutzt, das bei mir nicht installiert ist?
Es ist echt schade, dass die Exception-Meldung das konkrete Problem nicht nennt.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Fatal Error ab Version 2.1.0: Name not foundHallo @aweissinpsyde,
ich habe die gleiche Exception wie @pixelarbeit.
There is neither a value or service named 'Inpsyde\Lib\Psr\Log\LoggerInterface
PHP 7.0.8 WordPress 5.4 WooCommerce 4.0.1 PayPal PLUS for WooCommerce 2.2.0
Kann es sein, dass der Composer Autoloader im Plugin irgendwie nicht richtig funktioniert? Wie habt ihr damals das Problem gel?st?
Viele Grü?e
Martin- This reply was modified 4 years, 7 months ago by Martin Sotirov.
- This reply was modified 4 years, 7 months ago by Martin Sotirov.
- This reply was modified 4 years, 7 months ago by Martin Sotirov.
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Error notice after installationI have the same error.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payment processing failed. Please retry.Hi @jricketts4,
I did that multiple times already
The Publishable key and Secret key I get from https://dashboard.stripe.com/test/apikeys and the webhook Signing secret I get under https://dashboard.stripe.com/test/webhooks after generating a webhook with the URL provided by your plugin.
Like I said, the webhook logs show successful requests of the event type “customer.created”.
Forum: Plugins
In reply to: [WP Super Cache] Errors after WP update to 5.3I had a similar error. You need to change the parameters to the walk function of your custom menu walker because the Walker class got updated in 5.3.
public function walk( $elements, $max_depth ) {
should be
public function walk( $elements, $max_depth, ...$args ) {
No matter how you spin it, the free version is extremely limited and that can be seen in the reviews you get.
If you want to sell a premium plugin, then do it outside of the plugins repo like Gravity Forms, WPRocket, WPML and many other great premium plugins.
If you insist on being included in the WP Plugins Repo, look at Advanced Custom Fields or Yoast for how to do an actually useful free version.
No matter how you spin it, the free version is extremely limited and that can be seen in the reviews you get.
If you want to sell a premium plugin, then do it outside of the plugins repo like Gravity Forms, WPRocket, WPML and many other great premium plugins.
If you insist on being included in the WP Plugins Repo, look at Advanced Custom Fields or Yoast for how to do an actually useful free version.
The documentation is pure misleading rubbish.
If you don’t require the most advanced features because you only create a table in WordPress every now and then, wpDataTables is perfect for you.
The only tables that this plugin allows you to create are based on imported CSV/JSON files. You cannot style them in any way. There’s even an obnoxious ad Generated by wpDataTables inserted in the frontend.
ALL other features are locked, not just advanced features.