Home › Forums › General Questions › html interface made from puzzles work well but not on my client website
Tagged: Html issue
- This topic has 4 replies, 5 voices, and was last updated 1 year, 5 months ago by
bigmike814.
-
AuthorPosts
-
2024-11-05 at 11:45 am #78465
Nathan Arditti
CustomerHi, I made a table configurator using puzzles. It works fine, except on my client’s website. The HTML interface isn’t working there. I’m stressed because it’s an important client. Any help is appreciated!
this is the link to my client website configutator : https://www.tablacasa.com/configurator/
this is the link to the 3D configurator : https://v3d.net/13qe
I think the main issue is me (lol) but I’m so bad at coding that I had to make it using puzzles.
Thanks in advance for you help !Attachments:
2024-11-05 at 4:58 pm #78499
xeonCustomerI would recommend opening the Developer Tools in chrome and looking at your client site. You will see some errors that will lead you to the solution more than likely.
Attachments:
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2024-11-06 at 6:12 am #78501
Yuri KovelenovStaff2024-11-06 at 7:38 am #78503kdv
ParticipantThe HTML interface isn’t working there
if you upload your app to the client’s server the problem will be gone.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-11-19 at 7:21 am #78918bigmike814
CustomerYour clients web admin should be able to get that working for you. It looks like they use a router to call file paths. If you’re not good, with code, just let them handle it. You can open up a can of worms if you don’t know what you’re doing.
If you absolutely must figure it out, check out the framework documentation. You’ll have to tell the URL dispatcher (django router I suppose) what the file path is and link it to https://www.tablacasa.com/configurator/. Check the link below for the framework documentation. It’s a python based framework, so it shouldn’t be too hard to figure it out.
https://docs.djangoproject.com/en/5.1/topics/http/urls/
3d Configurator | https://mc2sheds.com/builder
Site | https://mc2cpq.com
-
AuthorPosts
- You must be logged in to reply to this topic.


