hallo, I have a template partial with only html code into it. I print thist template partial in all other templates, with {template_partial_name} and it works, but into a file template it is not shown. I don’t know why. I have these template routes, but I don’t know if it has anything to do with it: templatename1 namegroup1 routename1 templatename2 namegroup1 routename1/{type:alpha_dash}
is when I go to the address www.domainname.ext/routename1/{type:alpha_dash} that the template partial is not showing. for example in routename1 the template partial is showing.
thanks
One thing I always try first off when things aren’t working like I’d expect is turning on template debugging- it’s in ‘Settings- Debugging and Output’ ’ Enable debugging?. Make sure you’re logged in on the frontend, load up the page in question, and make sure you’re really seeing the template you think you are.
If that doesn’t help- simplify. Replace the actual template tag with TEMPLATE TAG HERE in h1s or something. Usually once I simplify enough, I spot what’s going on.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.