fuzzoid
Forum Replies Created
-
Forum: Plugins
In reply to: [3DPrint Lite] 3D Print Lite Not working – no show of even uploadIn the browser console I see errors related to phanes plugin. Try to deactivate phanes plugin and test. Also try deactivating other plugins you installed recently.
Forum: Plugins
In reply to: [Easy 3D Viewer] MaterialsYes, it’s worth making sure that texture files actually exist in the same folder as the .mtl file. The plugin actually automatically replaces local file paths to just file names.
If you have a trouble uploading large files make sure your max_upload_size is large enough.Forum: Plugins
In reply to: [Easy 3D Viewer] MaterialsTextures are supported (obj+mtl)
Reflective materials are technically possible, but I haven’t implemented it
https://stackoverflow.com/questions/19731471/reflective-material-in-three-jsForum: Plugins
In reply to: [Easy 3D Viewer] Model laying flat to the grid (Not Upright)1. Please check your .mtl file, it should point to existing texture files.
You can also post the link to your zip file here, I’ll check it.
2. This may happen if a model has a broken geometry. I suggest trying to repair the model
https://tools3d.azurewebsites.net/
3. Install any Custom JS plugin and add this code:
jQuery(document).ready(function( $ ){
if (typeof(woo3dv)!=’undefined’) {
woo3dv.resize_scale=0.5;
}
});4. I don’t do custom modifications.
Wireframe can be enabled like this:
woo3dv.model_mesh.material.wireframe=true
Number of polygons:
woo3dv.model_mesh.geometry.faces.lengthForum: Plugins
In reply to: [3DPrint Lite] STL ViewerThree.js
Forum: Plugins
In reply to: [PizzaTime] Customization at code level?It’s open source, GPL license, the same as wordpress
Forum: Plugins
In reply to: [Easy 3D Viewer] Product ImageNot yet. I’ll add that later.
Forum: Plugins
In reply to: [3DPrint Lite] I can not add it the cartHello,
I see this error ”
Fatal error: Maximum execution time of 30 seconds exceeded in /home/udimenso/udimensao3d.com/wp-content/plugins/astra_wp/astra/libraries/plugins/IDS/Filter.php on line 120″
Maybe try to deactivate astra_wp plugin or try to increase max_execution_time in php.ini to 60 or more.Forum: Plugins
In reply to: [3DPrint Lite] Error #-200: HTTP Error.Try decreasing File Chunk Size in 3dprint settings
Forum: Plugins
In reply to: [3DPrint Lite] CustomitationFor layout adjustments you can use any Custom CSS/JS plugin.
Modifying plugin files is not recommended.Forum: Plugins
In reply to: [3DPrint Lite] Theme compatibilityIf you use a shortcode you need to enable Load Everywhere option on 3dprint settings page.
Forum: Plugins
In reply to: [Easy 3D Viewer] If is plugin activated so product data section doesn’t workThe problem was solved by deactivating/activating other plugins
Forum: Plugins
In reply to: [Easy 3D Viewer] If is plugin activated so product data section doesn’t workYes please, you can send them to fuzzoidsoftware at gmail com
Forum: Plugins
In reply to: [Easy 3D Viewer] If is plugin activated so product data section doesn’t workIt’s not very clear what the problem is. You can’t save product settings?
Forum: Plugins
In reply to: [3DPrint Lite] The file XXXXXXXXXXXX.stl does not exist.multisite problem fixed