Hi!
I’m developing my first custom app and I need to display an element in the end user front end of my custom theme.
I relied on the end-user-app example in version 3 and 2.3 and didn’t get anything to show up.
Just out of curiosity I applied another theme (Marina) to the portal and the element appeared.
Both themes have the {% snippet ticket_details %}
.
What else should I check in the theme to fix it in my custom theme?
Thanks
I’m going to explain what was going on with my theme.
My current theme is built with the previous default theme base (classic); it uses Bootstrap 3.
New features such as end-user applications are built to be compatible with the new default base theme (golden_ox), which uses Bootstrap 5.
You can check this by downloading your theme and reading the “base_theme” property in the “meta” file.