VlooMan
Forum Replies Created
-
Hi Nazmul,
I understand that, but according to WordPress Guidelines you should always add un-minified version as well, whenever you use a minified script. This means you can still enqueue and use the minified versions “for better loading speed”, but also provide un-minified ones to be available for developers to modify, enqueue and use it in case they need to tweak the functionality. This is the beauty of WP. You can hook into different places and modify what you need.
We see you do exactly this in the lite version as otherwise the plugin would not pass the official approval process.:
- js/dokan-upgrade.js – human readable
- js/dokan-upgrade.min.js
- js/dokan-wp.js – human readable
- js/dokan-wp.min.js
- …
So why can’t you provide the same for dokan-pro? All files are obfuscated and unusable for modifications by other developers. Simply add the human readable ones and keep using the obfuscated ones. E.g.:
- js/vue-pro-frontend-shipping.js – obfuscated and no readable alternative
- …
Thank you for your answer in advance. I hope if you are a developer yourself, you will surely understand my point and in the end this would make your paid product even better.
Cheers
- This reply was modified 5 years, 9 months ago by VlooMan.
@beeteam368 How did they resolve your problem?
Hey guys,
P.S. Tried to signup for your Support but my activation e-mail never came. ( hecked spam as well 🙁 )
Experiencing the same problem. Latest WP, WooCommerce, myCred gateway addon and when I try to purchase a product:
[26-Mar-2019 09:21:38 UTC] PHP Fatal error: Uncaught Error: Call to a member function get() on null in project/wp-content/plugins/mycred/includes/mycred-functions.php:1167 Stack trace: #0 project/wp-content/plugins/mycred/addons/gateway/carts/mycred-woocommerce.php(325): myCRED_Settings->get_users_balance(2, 'MYC') #1 project/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(888): WC_Gateway_myCRED->process_payment(108) #2 project/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(1081): WC_Checkout->process_order_payment(108, 'mycred') #3 project/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(435): WC_Checkout->process_checkout() #4 project/wp-includes/class-wp-hook.php(286): WC_AJAX::checkout('') #5 ... in project/wp-content/plugins/mycred/includes/mycred-functions.php on line 1167What is going wrong?
- This reply was modified 7 years, 4 months ago by VlooMan.
Forum: Plugins
In reply to: [WordPress Importer] Multiple Notices shown, could use an update!Hey guys,
This problem is caused by a bug which has already been fixed a Year ago, but the new version has still not been released. I guess the problem will be fixed in the next version.
The problem is related to PHP 7 and here is the already fixed and merged solution. https://core.trac.wordpress.org/ticket/36281
Let’s pray the developers will release it soon.
Cheers
Forum: Plugins
In reply to: [WordPress Importer] Not working on PHP 7+1
Forum: Plugins
In reply to: [Better WordPress Minify] Not creating minified files on PHP7Hey, any news about the PHP7 Compatibility?
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)The Original Plugin which Stefan simply copied and added unnecessary donation button in WordPress administration was suggested a few comments before:
The clean and now fine-tuned plugin can be found on GitHub with all necessary instructions:
The Original WordPress Plugin to fix Chrom 44 issues
Direct Download Link: Chrome_44_Fix.zip
Cheers
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Hey,
Although this is not a WooCommerce problem but a pure Google Chrome one. This plugin available on GitHub can save you a lot of troubles until the next Chrome version is out.
There is also a detailed explanation about the problem:
Cheers