fuzzoid
Forum Replies Created
-
Forum: Plugins
In reply to: [3DPrint Lite] Shortcode not workingRegarding the paid version please read FAQ
‐What’s the shortcode for the premium plugin?
It has no own shortcode, but you can use woocommerce product_page shortcode. To be able to use it you need to check “Load Everywhere” on the plugin settings page.Forum: Plugins
In reply to: [3DPrint Lite] Premium SubscriptionHello,
3DPrint Lite does not have a subscription.
The subscription is for the full version of the product https://secure.avangate.com/order/checkout.php?PRODS=4655709&QTY=1&CART=1&CARD=1Forum: Plugins
In reply to: [3DPrint Lite] Not receiving price requests via emailThe plugin uses wp_mail function for sending emails.
So you can debug it using plugins like
https://ww.wp.xz.cn/plugins/wp-mail-logging/
https://ww.wp.xz.cn/plugins/display-wp-mail-error-messages/Forum: Plugins
In reply to: [3DPrint Lite] SLA PrintingCan you tell me which Cura profiles/settings you found useful for SLA printing?
Forum: Plugins
In reply to: [3DPrint Lite] Could not send the email. Please try again laterSo the error is “Could not instantiate mail function”. This may happen if the server does not support PHP mail function. The workaround I’d suggest is to install any SMTP plugin like https://ww.wp.xz.cn/plugins/easy-wp-smtp/
Alternatively contact your server’s tech support and ask them if they can enable the PHP mail function.Forum: Plugins
In reply to: [3DPrint Lite] SLA PrintingNot yet, but I’m working in that direction.
Forum: Plugins
In reply to: [3DPrint Lite] Shortcode not workingDo you use both 3dprint and 3dprint-lite?
They can’t work through shortcodes both, becuase there is a conflict.Forum: Plugins
In reply to: [3DPrint Lite] Could not send the email. Please try again laterThe plugin uses wp_mail function for sending emails.
So you can debug it using plugins like
https://ww.wp.xz.cn/plugins/wp-mail-logging/
https://ww.wp.xz.cn/plugins/display-wp-mail-error-messages/- This reply was modified 7 years, 9 months ago by fuzzoid.
Forum: Plugins
In reply to: [Easy 3D Viewer] Models Upside DownAlthough I’ll add rotation options later.
- This reply was modified 7 years, 9 months ago by fuzzoid.
Forum: Plugins
In reply to: [Easy 3D Viewer] Models Upside DownI’ve never had that problem.
Perhaps you have to rotate your models manually in a 3D editor.Forum: Plugins
In reply to: [3DPrint Lite] Upload errorHopefully next month
Forum: Plugins
In reply to: [3DPrint Lite] How to download the stl file receivedAs discussed by email:
Make sure that wp-content/uploads/p3d is writable (check permissions) and also check if you have enough disk space.Forum: Plugins
In reply to: [3DPrint Lite] Server asking for login credentialsAs discussed by email: there were a couple of problems with SSL and password protected admin area.
Forum: Plugins
In reply to: [3DPrint Lite] Upload errorHi
I’m working on a server update which will increase the performance by 50%Forum: Plugins
In reply to: [3DPrint Lite] active machines have line through themHi, you have JS error on your site:
Uncaught (in promise) TypeError: Cannot set property ‘innerHTML’ of null
at PhanesWidget.loader (main.min.js?ver=3:17)
at PhanesWidget.start (main.min.js?ver=3:10)
at HTMLScriptElement.callback (main.min.js?ver=3:8)Try deactivating Phanes plugin and test.