Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Still left sidebar with nosidebar template (http://forum.bytesforall.com/showthread.php?t=17981)

zingo5 Jul 14, 2012 12:08 PM

Still left sidebar with nosidebar template
 
When using the nosidebar template from another thread I still get a left sidebar.
url:http://jabc.info/wordpress4/no-sidebar-second-test/

start of template:
Code:

<?php
/*
Template Name: nosidebar
*/
 ?>
<?php // Do not delete these lines ?>
<?php        /* get all options: */
# error_reporting(-1);
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
global $bfa_ata;
$left_col ="off";
$left_col2 = "off";
$right_col2 = "off";
$right_col = "off";
get_header();
extract($bfa_ata);
global $bfa_ata_postcount;
?>

<?php /* If there are any posts: */
if (have_posts()) : $bfa_ata_postcount = 0; /* Postcount needed for option "XX first posts full posts, rest excerpts" */ ?>

        <?php // Deactivated since 3.6.5
        # include 'bfa://content_above_loop';
        // Uses the following static code instead: ?>
        <?php bfa_next_previous_page_links('Top'); // For MULTI post pages if activated at ATO -> Next/Previous Navigation:  ?>


juggledad Jul 14, 2012 12:51 PM

What version of Atahualpa and what was the other thread?

zingo5 Jul 14, 2012 01:38 PM

Version: 3.7.6


http://forum.bytesforall.com/showthr...=nosidebar.php

juggledad Jul 14, 2012 08:35 PM

See post #12 in this thread http://forum.bytesforall.com/showthread.php?t=8787


All times are GMT -6. The time now is 09:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.