Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Sidebar isn't shown on Custom Pages

Hi
I've installed the Custom Pages add-on, activated it and set up a new route. The new page displays ok using my chosen custom theme.
However, the plugin doesn't seem to render the sidebar (Panel).
Within my theme (default.master.php) I have this code to render the main content, and the Panel sidebar;
<div id="Content"><?php $this->RenderAsset('Content'); ?></div> <div id="Panel"><?php $this->RenderAsset('Panel'); ?></div>
After viewing the source of the resulting page, I get this;
<div id="Content">main content blah... blah..</div> <div id="Panel"></div>
The Panel isn't rendering. I've searched the forums and I think others are having the same difficulty. Is there code that could be added to the plugin file to achieve this?
Many thanks
Matt
Vanilla Version 2.0.18.4
Custom Pages Version 1
Customised 'Sugar' theme from themforest
Tagged:
0
Comments
amended above.