JepGuy
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Google maps not displayed (key problem)Thanks Franky!!
It’s working fine now 🙂Forum: Plugins
In reply to: [Kento 3D Model Viewer] How to apply textures to the obj modelHi,
Sorry to disturb again but I found the solution …
If it can help somebody who encounters the same problem as me …in the index.php file (kento_3dmv_shortcode function) I declared an extra parameter called “canvas_name” in the array and replaced all the ‘cv’ instances by “.$atts[‘canvas_name’].”
Then the code to insert in the web page becomes:
[kento_3dmv canvas_name=”first_canvas” width=”500″ height=”400″ source=”http://example.com/models/sample-model1.obj” ]
[kento_3dmv canvas_name=”second_canvas” width=”500″ height=”400″ source=”http://example.com/models/sample-model2.obj” ]
….
Hope this helps!
Forum: Plugins
In reply to: [Kento 3D Model Viewer] How to apply textures to the obj modelHi there,
I love this plugin too and especially for its simplicity.
I would appreciate if you could help me with the following request:
I need to embed more than one viewer in the same page so I tried to copy the same piece of code … I have 2 canvas now but both 3d models are moving in the first one!
I had a look at the code and I suppose it is due to the fact that there is only one same canvas reference … but I’m not an expert 🙂
Would you be kind enough to help me solving that problem?
Thanks again !!