Hi!
Thanks for your reply, here are my answers:
-
Widget: It’s an external 3D configurator.
-
Embed code: Requires a fixed
<div id="..."></div>container + a script. -
Tried so far:
a) Custom Code → added, but doesn’t work.
b) HTML Component → tested, but runs in an iFrame (not usable).
c) Custom Element → currently in use. -
Status:
-
With Custom Element, the div and script are created and loaded.
-
Problem: Container + script do not appear in the static page source, they are injected later → the configurator does not recognize them.
-
Current issue: I need a way to have the container with a fixed ID appear directly in the static page source.