I work wordpress 6.2.2 (multisite) with php 8.1.
I installed and activated canvasio light but can not upgrade it.
After entering the license, the download does not start and I cannot update it.
]]>Hi!
Thanks for your wonderful plugin and the update you did to support PHP 8.0.
I’m writing to you because I still have PHP Warning & Notices such as the following:
PHP Warning: Undefined array key “id” in wp-content/plugins/canvasio3d-light/inc/caFunctions.php on line 713
PHP Warning: Undefined array key “val” in wp-content/plugins/canvasio3d-light/inc/caFunctions.php on line 713
PHP Warning: Undefined variable $out in wp-content/plugins/canvasio3d-light/inc/caFunctions.php on line 858
PHP Warning: Undefined array key “post_ID” in wp-content/plugins/canvasio3d-light/inc/caData.inc.php on line 2
PHP Warning: Undefined array key “modus” in wp-content/plugins/canvasio3d-light/inc/caData.inc.php on line 2
PHP Notice: Undefined index: HTTP_HOST in wp-content/plugins/canvasio3d-light/inc/caFunctions.php on line 10
PHP Notice: Undefined index: HTTP_HOST in wp-content/plugins/canvasio3d-light/inc/caFunctions.php on line 7
Do you know where does it comes from and how to fix these?
I’m using PHP 8.0 and Divi on my website.
]]>Hi,
please note that after the latest update of the plugin, the plugin interface inside the admin dashboard got black and weird and the CSS is damaged, also all the pages used canvasio3d-light shortcode have been crushed and show below fatal error:
Fatal error: Cannot redeclare deregister_bbpress_styles() (previously declared in /opt/bitnami/apache/htdocs/wp-content/themes/cesis/functions.php:479) in /opt/bitnami/apache/htdocs/wp-content/themes/cesis/functions.php on line 478
There has been a critical error on this website.
Appreciate your quick feedback on this, please.
Note: I am using php 7.4 and the plugin was working fine before the latest update
]]>Hi,
I just want to mention that this plugin doesn’t seem to be compatible with PHP 8.0 (and probably 8.1).
Please fix this in future updates ??
]]>Hi dears,
when we inserted the short coe for canvasio3d in a page it is not shown.
when I desable the cache for this page it shows, any idea for this behaviour please??
awaiting your prompt feedback.
]]>Hi,
I try to upload a zip file and it takes hours to upload.
In the zip, one file is missing, the one with the .glTF extension.
Is it normal that it lasts so long to upload ?
Thanks
]]>Password is 123
Model not centering right in Editor and model not showing up on site? Don’t know what I am doing wrong, but does not seem like I am. Really searched for answer and solution but no luck!
HELP
hello
Not support the format .fbx with .tga Textures.
just load .fbx with no Textures!
I am on wordpress version 5.3.3 the previous version worked fine however after updating to 2.0 now I am seeing the line code as opposed to the 3D image render.
]]>Hello
I get this errors
Notice: Undefined offset: 1 in /home2/xxxx/public_html/wp-content/plugins/canvasio3d-light/inc/initLight.inc.php on line 109
Notice: Undefined offset: 1 in /home2/xxxx/public_html/wp-content/plugins/canvasio3d-light/inc/initLight.inc.php on line 114
Notice: Undefined offset: 1 in /home2/xxxx/public_html/wp-content/plugins/canvasio3d-light/inc/initLight.inc.php on line 115
No short code errors found.MTL-File not found: https://nbi19.com/wp-content/uploads/2019/05/Strv_m_40L.mtl
Best Regards
LesBear
`
Unfortunately the 3D models doesn’t show up on Android in any of the browsers.
Loader stuck at 97%, sometimes goes to 99%, then all I see is a white blinkig page, no 3D model.
Sometimes a warning pops up about a non responding wpWebGL.js
Works fine on desktop and on iOS devices.
Hope there’s an easy fix.
Thanks
I am trying to use the text feature. I have text in there but it does not appear. I set the textCol to #FFFFFF because the background is black, but nothing shows up. Is there a way to control the font/font size? Is this feature working?
]]>How can you use a .stl file while it is not supported by wordpress?
I get an error: Sorry, this file type is not permitted for security reasons.
I suggest the following adjustment to the inc/initLight.inc.php module
if($GLOBALS[“canvasioId”]==0){
add_action( ‘wp_enqueue_scripts’, ‘caCustom_scripts’);
}
/*******************
* jvs – modified this module to correct error message:
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts,
admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information.
(This message was added in version 3.3.0.) in /www/wepacuxe_957/public/wp-includes/functions.php on line 4773
*********************************/
function caCustom_scripts ( ) {
wp_register_script(‘threejs’,plugins_url(‘/inc/js/three.min.js’,dirname(__FILE__),false));
wp_register_script(‘glDetector’,plugins_url(‘/inc/js/Detector.js’,dirname(__FILE__),false));
wp_register_script(‘wpWebGL’,plugins_url(‘/inc/js/wpWebGL.js’,dirname(__FILE__),false));
}
This should replace the direct use of wp_register_script at time of init with registration at a more appropriate point in the execution stream.
]]>Hi,
is this possible to add support for the extension .fbx and his texture file ?
Thank you
]]>Hi
i testing your plugin with my files or your files but i have a white block and zero 3d picture. i read your documentation but no found resolution, i looking a console js in google chrome but not found error ??
could you help me please ?
]]>Hello,
I have this warning with the plugin :
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /Applications/MAMP/htdocs/amcc/wp-includes/functions.php on line 4148
Can you modify the plugin? I thing you have to replace wp_register_script with wp_enqueue_scripts in the file initLight.inc.php
ThankS
]]>Hello,
My problem is that when I inspect the source code, i can see the url of the objpath and anyone can download my 3D file. How do I prevent that ?
Thanks
]]>Hi,
i have a problem with the width in twenty seventeen theme.
When the width is set to 900px the picture is small (about 770px!).
I used this code:
[canvasio3D width="900px" height="500px" border="0" borderCol="#F6F6F6" dropShadow="0" backCol="#FFFFFF" backImg="https://....jpg" mouse="on" rollMode="Auto" rollSpeedH="0" rollSpeedV="0" objPath="https://.....stl" objScale="2" objColor="#0066cc" lightSet="5" reflection="off" refVal="5" objShadow="on" floor="off" floorHeight="30" lightRotate="off" Help="off"] [/canvasio3D]
css style:
@media(min-width:768px) {
.has-sidebar:not(.error404) #primary { width: 70% }
.has-sidebar #secondary { width: 25% }
/* Responsive */
@media(max-width:768px) { .has-sidebar:not(.error404) #primary { width: 100% }
Thanks for support.
Gianluca
Website link require password: 12345
]]>Hello,
there is a glitch in this plugin ratings – See Images in the links:
https://www.canvasio3d.com/pub/wp_forum_error/Image1.png
https://www.canvasio3d.com/pub/wp_forum_error/Image2.png
Please moderate to correct it – Thank you!
]]>The loader stays stuck at 100% and will not show any stl or obj file.
When I delete the path it will show an error, so the viewer seems to be working, but nor small or large files ‘finish’ loading so it seems…?