I want to create a new template for forms - with no sidebars. I don't want to use the exclude option in settings or CSS fixes.
I have seen this post in the FAQ:
http://forum.bytesforall.com/showthread.php?t=10672
but trying the code does not seem to work in my setup (Atahualpa 3.6.7).
It uses this method:
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
global $bfa_ata;
$left_col ="off";
$left_col2 = "off";
$right_col2 = "off";
$right_col = "off";
Is there another way to do this, or something I am missing?
I have an active widget (a menu) in the left column - is that switching the $left_col == "on" somewhere else in the code?
Additionally, how can I remove the Header Image Container (the slideshow) from a template?
Thanks in advance.