Re: </__body> ....<__body> is duplicated ?
Re: </__body> ....<__body> is duplicated ?
You have something wrong with your template. Since I haven't looked at your template I don't know what it is.
Re: </__body> ....<__body> is duplicated ?
Not sure what happen to my post it's missing my explanation.
Trying again....
I've worked with CMSMS many times.
I've started to code out a new site Using 1.6.5 "Poya"
I added a style sheet
Added a temporary template and attached the style sheet to that template.
I also attached the template to the homepage (Page)
I'm just starting the job and decided for tonight I would just add the raw html to the template and then code in the CMS tomorrow.
I did not use the {content} smarty. I just added the html from my build and added the meta, style, title etc. Smarty tags.
My issue is the site's is duplicating for some reason
See here:
http://tribe.sugnadesign.com/
Any ideas?
Shane
Trying again....
I've worked with CMSMS many times.
I've started to code out a new site Using 1.6.5 "Poya"
I added a style sheet
Added a temporary template and attached the style sheet to that template.
I also attached the template to the homepage (Page)
I'm just starting the job and decided for tonight I would just add the raw html to the template and then code in the CMS tomorrow.
I did not use the {content} smarty. I just added the html from my build and added the meta, style, title etc. Smarty tags.
My issue is the site's is duplicating for some reason
See here:
http://tribe.sugnadesign.com/
Any ideas?
Shane
Re: </__body> ....<__body> is duplicated ?
Here's the Template
Code: Select all
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<title>{title} | {sitename}</title>
{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}
{metadata}
{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}
{stylesheet}
{* This is how all the stylesheets attached to this template are linked to *}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}
{literal}
<__script__ src="js/jquery-1.3.2.js" type="text/javascript"></__script>
<__script__ src="js/jquery.anchor.js" type="text/javascript"></__script>
<__script__ src="js/jquery.corners.js" type="text/javascript"></__script>
<__script__>$(document).ready( function(){
$('.col-navigation').corners();
});</__script>
<__script__>$(document).ready( function(){
$('.col-navigation-last').corners();
});</__script>
<__script__>$(document).ready( function(){
$('.inner-goods').corners();
});</__script>
<__script__>$(document).ready( function(){
$('.inner-guts').corners();
});</__script>
<__script__>$(document).ready( function(){
$('.inner-glory').corners();
});</__script>
<__script__>$(document).ready( function(){
$('.inner-glam').corners();
});</__script>
{/literal}
</head>
</__body>
<div id="header">
<div class="inner-header">
<div class="logo"><img src="uploads/images/tm_logo_header.gif" width="418" height="189" /></div>
<div class="utility-navigation">
<div class="bass">Bass Ale Bottle</div>
</div>
<!-- / utility navigation / -->
</div>
</div>
<!-- / header / -->
<!-- goods -->
<div class="index-top-row">
<div class="inner-top">
<div class="col-container">
<div class="slider">
Slider code here
</div>
<div class="col-video"><img src="uploads/images/metalica_screenshot.jpg" width="299" height="258" /></div>
</div>
</div>
</div>
<!-- / End goods / -->
<!-- Navigation -->
<div class="index-nav-row">
<div class="inner-nav">
<div class="col-container">
<div class="col-navigation">
<h2><span class="the-goods">The Goods</span></h2>
<div class="nav-button"><a href="#myGoods" rel="" id="anchor1" class="anchorLink"><img src="uploads/images/green_button.gif" alt="The Goods" width="119" height="121" border="0" /></a></div>
</div>
<div class="col-navigation">
<h2><span class="the-guts">The Guts </span></h2>
<div class="nav-button"><a href="#myGuts" rel="" id="anchor1" class="anchorLink"><img src="uploads/images/red_button.gif" alt="The Guts" width="119" height="121" /></a></div>
</div>
<div class="col-navigation">
<h2><span class="the-glory">The Glory </span></h2>
<div class="nav-button"><a href="#myGlory" rel="" id="anchor1" class="anchorLink"><img src="uploads/images/yellow_button.gif" alt="The Glory" width="119" height="121" /></a></div>
</div>
<div class="col-navigation-last">
<h2><span class="the-glam">The Glam</span></h2>
<div class="nav-button"><a href="#myGlam" rel="" id="anchor1" class="anchorLink"><img src="uploads/images/blue_button.gif" alt="The Glam" width="119" height="121" /></a></div>
</div>
</div>
</div>
</div>
<!-- / End Navigation / -->
<div class="anchor"><a name="myAnchor" id="myGoods"></a></div>
<!-- goods -->
<div class="index-goods-row">
<div class="inner-goods">
<div class="col-container">
<div class="col-content">
<h2><span class="the-goods">The Goods</span></h2>
<p>Our dedicated staff of producers, engineers, session players and graphic designers relies heavily and play-off each other’s years of combined talents to reach one common goal, the Artists Vision. Tribe Mark Studio takes an honest approach to recording. Simply stated, we listen to the Artist's and create the plan that will convert the vision sonically, stage the session to compose an environment that will inspire and capture creativity. A recording studio should be an extension of the artist within it</p>
</div>
<div class="col-photo"><img src="uploads/images/photo.jpg" width="473" height="247" /></div>
</div>
</div>
</div>
<!-- / End goods / -->
<!-- services -->
<div class="index-services-row">
<div class="inner-services">
<div class="col-container">
<div class="col-services">
<h2><span class="services">Services We Offer</span></h2>
<p>Our dedicated staff of producers, engineers, session players and graphic designers relies heavily and play-off each other’s years of combined talents to reach one common goal, the Artists Vision. Tribe Mark Studio takes an honest approach to recording. Simply stated, we listen to the Artist's and create the plan that will convert the vision sonically, stage the session to compose an environment that will inspire and capture creativity. A recording studio should be an extension of the artist within it</p>
</div>
</div>
</div>
</div>
<!-- / End services / -->
<div class="anchor"><a name="myAnchor" id="myGuts"></a></div>
<!-- guts -->
<div class="index-guts-row">
<div class="inner-guts">
<div class="col-container">
<div class="col-content">
<h2><span class="the-guts">The Guts</span></h2>
<p>While we have a ton of some of the best equipment i.e. Neve style preamps, Neumann & Royer mics, Top Line Digital Converters, Dedicated / Spacious Vocal Booth and Drum/Amp Booth, Monitors , Classic Tube amplifiers and Instruments, Drums, etc… The list could go on and on. We also have some of the cheapest but tried and true equipment. Sonically speaking, everything has its place and we love to chase tones!</p>
</div>
<div class="col-photo"><img src="uploads/images/photo.jpg" width="473" height="247" /></div>
</div>
</div>
</div>
<!-- / End guts / -->
<div class="anchor"><a name="myAnchor" id="myGlory"></a></div>
<!-- glory -->
<div class="index-glory-row">
<div class="inner-glory">
<div class="col-container">
<div class="col-glory">
<h2><span class="the-glory">The Glory</span></h2>
<div class="player"><img src="uploads/images/player.jpg" width="718" height="601" /></div>
</div>
</div>
</div>
</div>
<!-- / End glory / -->
<div class="anchor"><a name="myAnchor" id="myGlam"></a></div>
<!-- glam -->
<div class="index-glam-row">
<div class="inner-glam">
<div class="col-container">
<div class="col-glory">
<h2><span class="the-glam">The Glam </span></h2>
News goes Here
</div>
</div>
</div>
</div>
<!-- / End glam / -->
<div id="footer">
<div class="inner-footer">
<div class="footer-links"><a href="#">Footer</a><a href="#"></a></div>
<div class="copyright">Footer</div>
</div>
</div>
<__body>
</__html>