Josh Fisher
01/17/2025, 8:35 PMVapi
01/17/2025, 8:37 PMz-index
or pointer-events
properties that could be affecting your snippet.
3. **HTML Structure**: Ensure that the HTML structure of your snippet is compatible with Carrd's layout. Sometimes, certain HTML tags or attributes may not behave as expected due to the surrounding HTML or platform restrictions.
4. **Platform Limitations**: Carrd.co is a website builder with its own set of limitations. Some functionalities that work in a custom environment like a Django app might not be supported on Carrd.
5. **Snippet Conflicts**: There might be conflicts with other scripts or styles on your Carrd website that are not present in your Django app.
To troubleshoot this issue, you can:
- Check Carrd's documentation or support for any restrictions on custom code.
- Inspect the live website using browser developer tools to see if there are any errors or conflicts.
- Try simplifying the snippet to the bare minimum to see if it becomes clickable.
- Contact Carrd support for assistance with custom code integration.
If you need further assistance or if there's anything specific you would like me to help you with, please let me know!Vapi
01/17/2025, 8:37 PMShubham Bajaj
01/18/2025, 4:07 AMHot-Tip
You can check into browser console logs for self-explanatory errors, why call button is un-intractable.Josh Fisher
01/27/2025, 7:58 PMShubham Bajaj
01/28/2025, 6:02 AMKyle Brunker
02/26/2025, 4:31 PM