Hi,
First I would like to thank anyone and everyone that might advise me on this problem. I am new at DNN, and I'm not sure how this occurred. At this point, I have no clue what to do. Below is the background and problem identified, I also included screen shot links to show what I am seeing and the actual code for the ascx and css file, for better understanding of the issue. Please let me know if more is needed.
Background info:
I have a skin that i have created with (toppane, contentpane,rightpane, and footerpane)
I spent the last week styling and formating the toppane (site title/logo)
Problem:
I began the tutorial on the Blog module and noticed that the layout view on the site no longer shows the blocks created (noted above).
The layout view under <admin> shows correctly the block sections layout.
See screen shot: http://www.frustrated-inc.com/_backup/admin view.jpg
But when i go to any other page in the site, the only block that is outlined and identified is the contentpane.
See screen shot http://www.frustrated-inc.com/_backup/page view.jpg
The other panes show the content placed inside them (toppane (title/logo) /rightpane (dnn search) /footerpane (footer content) but no longer outline or identification of the block name as with the contentpane.
As I went through the Blog tutorial, I added the blog module inside the contentpane, and attempted to move some the items to the rightpane, but i am no longer given that option in the move menu - only list (move down/bottom or contentpane) this is consistant through all pages. Only under admin layout shows the correct block elements and their location.
I went back to the ascx file, and nothing has changed that I can identify.
The following is the information contained in the ascx file:
<!--Doctype Declaration and CSS Links--------------------------------------------------- -->
<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="~/Admin/Skins/Text.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="STYLES" Src="~/Admin/Skins/Styles.ascx" %>
<link href="skin.css" rel="stylesheet" type="text/css" />
<div class="windowpane" >
<div class="skinmaster" >
<div class="pagemaster" >
<!-- begin title -->
<div class="titlepane" runat="server" visible="true" >
<div id="logo" ><dnn:LOGO runat="server" id="dnnLOGO" /></div>
<div class="titlecontent" >
<div id="sitetitle" >Frustrated Incorporated</div>
<div id="siteslogan" >I just want something simple, like the TRUTH!</div>
</div>
</div>
<div class="login" >
<dnn:Login runat="server" CssClass="login" id="log_in" />
</div>
<!-- menu section --->
<div class="mainMenu" >
<dnn:NAV ID="main_menu"
Level="Same"
EnableTheming="true"
CSSControl="mainMenu"
runat="server" />
</div>
<!-- begin mainbody -->
<div class="contentpane" runat="server" ID="ContentPane" visible="true"></div>
<div class="rightpane" runat="server" visible="true">
<!-- begin search section --------------------------------- -->
<div class="search" >
<dnn:SEARCH runat="server" id="search_box" />
</div>
</div>
<!-- end content holder -->
</div>
<div class="footerpane" >
<div class="footer" runat="server" >
<br />Copyright 2011 Frustrated Incorporated - Powered By DotNetNuke - Inspired by God - Contributions by Phantom Lady<br /><br /><br /><br />
</div>
</div>
<div id="ControlPanel" runat="server" ></div>
</div>
</div>
The following is the information contained in the css file:
/* Theme Name: Frustrated Inc PhantomLady Blog
Theme URI: http://www.frustrated-inc.com
Description: Conservative Blog
Version: 3.0
Author: Phantom Lady
Author URI: http://www.frustrated-inc.com */
/* skin layout definitions---------------------------------*/
/* whole window definitions---------------------------------*/
.windowpane
{
width: 100%;
margin: 0;
padding: 0;
background-color: Black;
}
/* whole browser definitions---------------------------------*/
.skinmaster
{
width: 1024px;
margin: auto;
}
/* whole page definitions---------------------------------*/
.pagemaster
{
margin-left: 35px;
width: 100%;
height: 684px;
background-image: url( images/background.png);
}
.titlepane
{
width: 100%;
}
#logo
{
float: right;
width: 136px;
height: 178px;
}
.titlecontent
{
float: right;
width: 83%;
}
/* embedded inside the titlecontent */
#sitetitle
{
width: 100%;
margin: 30px 0 0 0; /* TRBL*/
color: White;
font-family: "Tahoma", "Helvetica", sans-serif;
font-weight: bold;
font-size: 40px;
text-align: left;
vertical-align: bottom;
}
#siteslogan
{
width: 98%;
margin: 20px 0 0 0; /* TRBL*/
color: White;
font-family: "Calibri", "Times", serif;
font-size: 14pt;
text-align: right;
vertical-align: baseline;
}
/* ------- Login -------- */
.login
{
clear: both;
float: none;
width: 100%;
font-size: 10pt;
text-align: right;
color: #300;
}
a.login:link {color: #a00;}
a.login:hover {color: gray; }
a.login:select {color: #300;}
/* ------- Menu Section defined -------- */
.mainMenu
{
width: 100%;
height: 30px;
float: left;
cursor: pointer;
font-size: 13px;
font-weight: bold;
color: Orange;
}
.mainMenu .root
{
font-size: 13px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 0 20px 0 20px; /* top right bottom left */
text-transform: capitalize;
margin-right: 1px;
white-space: nowrap;
margin-right: 1px;
}
.mainMenu .hov
{
font-size: 13px;
font-weight: bold;
color: #fff;
background-color: Black;
}
.mainMenu .bc
{
font-size: 13px;
font-weight: bold;
color: #ff0;
background-color: Black;
}
.mainMenu .sel
{
font-size: 13px;
font-weight: bold;
color: #fff;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: Orange;
}
/* page content sections ---------------------------------*/
.contentpane
{
float: left;
width: 66.0%;
}
.rightpane
{
float: left;
width: 33%;
}
/* DNN search box modification */
/* DNN search block sized */
.search
{
float: left;
width: 100%;
height: 30px;
}
/* DNN search box modification */
#dnn_search_box_txtSearch
{
background-color: Black;
border: 1px solid Orange;
color: White;
font-weight: bold;
}
/* DNN radio button modification --?got rid of radiobutton, but text remains? -- */
#dnn_search_box_optWeb
{
visibility: hidden;
}
#dnn_search_box_optSite
{
visibility: hidden;
}
/* DNN search button */
/* DNN search button modification --mozila/IE; button background correct, ? modify Search text label */
#dnn_search_box_cmdSearch
{
padding: 2px 15px 2px 15px;
background-image: url(images/searchBGimage.png);
border: 1px solid Orange;
}
/* footer section ---*/
.footerpane
{
clear: both;
height: 169px;
background-image: url(images/footer.png);
background-repeat: no-repeat;
}
/* embedded inside the footerpane */
.footer
{
margin-left: 80px;
text-align: center;
font-family: "Times", serif;
font-size: 12pt;
color: #ccc;
margin: 90px,0,0,0; /* TRBL*/
}
I am using DNN 5.x community edition.
Please advise,
Kim