page_theme.php not outputting
Permalink 1 user found helpful
Hi all,
I'm trying to get the autonav block to list out a couple of custom classes in the advanced options in the Design and Custom Template tool, but they're not turning up in the list.
Here's my page_theme.php file (it's a custom theme of my own design):
Any ideas why they're not turning up?
Thanks!
I'm trying to get the autonav block to list out a couple of custom classes in the advanced options in the Design and Custom Template tool, but they're not turning up in the list.
Here's my page_theme.php file (it's a custom theme of my own design):
Any ideas why they're not turning up?
Thanks!
Hey MrK,
Thanks for your response.
Actually, the multiple classes weren't the problem; it was me not following one particular instruction. Which is to say, de-activating/uninstalling my theme, then re-installing/re-activating it. Once i did that, it worked a treat!
Thanks again though, I appreciate it.
Thanks for your response.
Actually, the multiple classes weren't the problem; it was me not following one particular instruction. Which is to say, de-activating/uninstalling my theme, then re-installing/re-activating it. Once i did that, it worked a treat!
Thanks again though, I appreciate it.
I have an idea of why your custom block classes aren't working.
Using the Elemental theme as an example:
All of the custom classes in the arrays are single classes. In your arrays, you are combining three classes. I think it only works using a single class.