Full Page Problems After Reading Many Posts
Permalink
I have been trying to get a full width page to work on my sitehttp://www.online-insight.us.
The theme is a copied version of the default theme with some modifications. This can be seen is the site is visited. There is a full.php in the theme folder, but when it is selected, the evil right side bar appears. I checked the main.css to endure that the page setting for <div id="central" class="no-sidebar"> exist.
I get the impression that the main.css file is possibly got a bug.
What am I missing?
The theme is a copied version of the default theme with some modifications. This can be seen is the site is visited. There is a full.php in the theme folder, but when it is selected, the evil right side bar appears. I checked the main.css to endure that the page setting for <div id="central" class="no-sidebar"> exist.
I get the impression that the main.css file is possibly got a bug.
What am I missing?
look inside your full.php file in the folder you copied default to, it may be identical to the right sidebar. If it is, just copy it from the default again. Still thought, it looks like a full width page to me?
Thanks for the quick response. My definition of the problem was poorly worded. The page is full size. The problem is that the right sidebar appears each time I add a page with full width template. I am trying to get rid of the right sidebar column. The code on the front page is
</div>
<div id="central">
<div id="sidebar">
</div>
When I make a new full page with the theme template. I get this:
<div id="central">
<div id="sidebar">
<div id="a329" handle="Sidebar" class="ccm-area ">
The php code in the fullpage template is:
<?php
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('elements/header.php'); ?>
<div id="central" class="no-sidebar">
<div id="body">
<?php
$a = new Area('Main');
$a->display($c);
?>
</div>
<div class="spacer"> </div>
</div>
<?php $this->inc('elements/footer.php'); ?>
I am really confused why this happens. The page is 980px wide I agree that is full page. But this sidebar is not so wunderbar.
</div>
<div id="central">
<div id="sidebar">
</div>
When I make a new full page with the theme template. I get this:
<div id="central">
<div id="sidebar">
<div id="a329" handle="Sidebar" class="ccm-area ">
The php code in the fullpage template is:
<?php
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('elements/header.php'); ?>
<div id="central" class="no-sidebar">
<div id="body">
<?php
$a = new Area('Main');
$a->display($c);
?>
</div>
<div class="spacer"> </div>
</div>
<?php $this->inc('elements/footer.php'); ?>
I am really confused why this happens. The page is 980px wide I agree that is full page. But this sidebar is not so wunderbar.
try going to dashboard/page types, and click on the defaults button next to full width and see what shows up.
I can confirm that no matter which page defaults button I push, I get a page that has the right sidebar. I even selected the left sidebar template, made a new page. When I went to the edit mode, guess what? There was only the right side bar no left side bar.
what if you download the right sidebar pagetype and then delete from its folder?
The problem is really more bizarre than I thought. I have another site on which I have installed Concrete5 using SimpleScripts as the installer through Blue Box. when the install is done I log into the site and go to the dashboard to check the default theme. when I select preview, there is NO graphic on the home page. As a matter of fact there are no graphics for any of the themes.
I checked the \files folder and noted that no additional folder were added where these images are stored. Usually these are found in \files\2345\1224\
I did select the install test data during the installation phase. I have a suspicion that this maybe the start or root cause of my problems.
I checked the \files folder and noted that no additional folder were added where these images are stored. Usually these are found in \files\2345\1224\
I did select the install test data during the installation phase. I have a suspicion that this maybe the start or root cause of my problems.