fuzzoid
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy 3D Viewer] Variable ProductSupported now in PRO version http://woo3dviewer.wp3dprinting.com/product/variable-product/
Forum: Plugins
In reply to: [Easy 3D Viewer] Changing materialsNow you can do that in PRO version http://woo3dviewer.wp3dprinting.com/product/variable-product/
Forum: Plugins
In reply to: [PizzaTime] Double Add to Cart ButtonsInstall any Custom CSS plugin and add this code:
body.pizzatime button.pizzatime-button {
display: none;
}input#pizzatime-qty-m {
display:none;
}Forum: Plugins
In reply to: [Easy 3D Viewer] PNG Image support for this pluginYou mean converting png files to 3D models? No, I don’t have that.
Forum: Plugins
In reply to: [Easy 3D Viewer] 3D viewer box sizeThe Canvas Resolution only affects the quality of image.
What you need is to install any Custom CSS plugin and try this code:#woo3dv-viewer {
width:50% !important;
}Forum: Plugins
In reply to: [3DPrint Lite] file size limitIt’s not possible at the moment
Forum: Plugins
In reply to: [Easy 3D Viewer] bug display with product backendSince 1.2.4 the model is previewed in a popup window which should solve this problem
Forum: Plugins
In reply to: [3DPrint Lite] file size limitThere’s no limit, but there is an important option on the Settings tab – File Chunk Size. It should not be larger than upload_max_filesize and post_max_size settings defined in your php.ini
The files get uploaded to /wp-content/uploads/p3d/Forum: Plugins
In reply to: [3DPrint Lite] Analyzing Stuck at 1%There was a strange php-curl behaviour which was eventually fixed by upgrading core wp and other plugins. The root of the problem is still unknown, but the plugin is working now..
Forum: Plugins
In reply to: [Easy 3D Viewer] config not workingLow resolution decreases the picture quality making it more pixelated.
Forum: Plugins
In reply to: [Easy 3D Viewer] config not workingCanvas resolution works like a display resolution, it doesn’t affect the canvas size on the page.
What you need is to alter your theme layout.
You can install any “custom css” plugin and try this code:
div#primary {
width: 100%;
}Forum: Plugins
In reply to: [Easy 3D Viewer] Changing materialsOn the frontend? No.
Forum: Plugins
In reply to: [3DPrint Lite] 3D Print not workingMake sure your attributes look like this:
http://wp3dprinting.com/attr/attr1.PNG
http://wp3dprinting.com/attr/attr2.PNGForum: Plugins
In reply to: [3DPrint Lite] Downloads deleting after a few daysIt deletes old files if you have set “Delete files older than N days” setting on the 3dprint settings page.
The upload folder is /wp-content/uploads/p3d/Forum: Plugins
In reply to: [Easy 3D Viewer] Model on the sideFixed
please update to 1.2.3.6- This reply was modified 7 years, 7 months ago by fuzzoid.