• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: page is displayed 2 times under each!
PostPosted: Thu Jun 28, 2012 8:19 pm 
Offline
New Member

Joined: Thu Jun 28, 2012 8:07 pm
Posts: 4
Hello,
I started making a website and looked the preview now i saw that my page is displayed 2 times see: www.tododesign.nl/CMSMS

I hope u can help me:)


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Fri Jun 29, 2012 5:49 am 
Offline
Power Poster
Power Poster
User avatar

Joined: Sat Jul 12, 2008 3:50 am
Posts: 276
Location: Zeist, Netherlands
Have a look at your template. Are you sure the template itself is not written in duplicate?


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sat Jun 30, 2012 3:47 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Feb 25, 2009 4:25 am
Posts: 70
Location: Victoria, BC
Perhaps paste your template if you aren't sure. There's some definite shenanigans going on.


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sat Jun 30, 2012 8:57 pm 
Offline
New Member

Joined: Thu Jun 28, 2012 8:07 pm
Posts: 4
{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" >

</head>
<title>{sitename} - {title}</title>

{metadata}
{cms_stylesheet}

</head>
<body>

<div id="container">

<!-- start header -->
<div id="header">

<!-- start menu -->
<div id="menu">
{menu}
</div>
<!-- end menu -->

</div>
<!-- end header -->

<!-- start banner -->
<div id="banner"></div>
<!-- end banner -->

<!-- start content -->
<div id="content">

<div id="websites_box">
<a href="websites.html"><div class="websites_image"></div></a>
<div class="text_box">
<h3>Wij maken websites met een eigentijds ontwerp, wij onderhouden websites, en zijn gespecialiseerd in het maken van dynamische websites, die goed passen bij de doelgroep van uw bedrijf.</h3>
</div>
</div>

<div id="drukwerk_box">
<a href="drukwerk.html"><div class="drukwerk_image"></div></a>
<div class="text_box">
<h3>Wij ontwerpen tijdschiften, programmaboekjes, posters, flyers, bedrijfskranten, brochures, en huisstijlen met een eigentijds ontwerp voor een betaalbare prijs.</h3>
</div>
</div>

<div id="logos_box">
<a href="logos.html"><div class="logos_image"></div></a>
<div class="text_box">
<h3>Wij ontwerpen logo's met een betekenis, voorafgaand aan het maken van het logo doen we onderzoek over de doelgroep en de fuctie van het bedrijf om tot een passend en orgineel ontwerp te komen.</h3>
</div>
</div>

</div>
<!-- end content -->

<div id="push"></div>

</div>
<!-- end container-->

<div id="footer"></div>

</body>
</html>


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sat Jun 30, 2012 9:00 pm 
Offline
New Member

Joined: Thu Jun 28, 2012 8:07 pm
Posts: 4
yes i am sure the template is not written in duplicate:( can it be that my CMSMS is wrong installed?


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sat Jun 30, 2012 9:19 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Feb 25, 2009 4:25 am
Posts: 70
Location: Victoria, BC
Lots of items are duplicated in your template there. You have two </head> statements but no <head>. Where is your {content} tag? Why is the content div repeated twice? You have <div> tags inside of <a> tags.

Basically, your entire template is a mess. You need to know basic html structure before you can use cmsms properly.


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sun Jul 01, 2012 1:21 am 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11818
Location: Arizona
Some how you have doubled everything in the template/page, are you sure you didn't add the template to the page content?...

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sun Jul 01, 2012 5:57 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Apr 23, 2008 7:53 am
Posts: 5083
Location: The Netherlands
http://docs.cmsmadesimple.org/layout/ba ... e-template
http://docs.cmsmadesimple.org/layout/ex ... e-template

Grtz. Rolf

_________________
Dutch CMSMS community website cmsms.nl and Wiki wiki.cmsms.nl
--------------------------
My CMSMS Tips and Tricks Weblog and website about Pneumatic Tube Systems / Rohrpost
My other (Dutch) website: Smakelijk eten zonder zout (Design: Compufairy)


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sun Jul 01, 2012 9:33 am 
Offline
New Member

Joined: Thu Jun 28, 2012 8:07 pm
Posts: 4
thank u:) ye it was twice because i had two times </head> now its good:D sry it was something stupid.

close


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sun Jul 01, 2012 3:20 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Feb 25, 2009 4:25 am
Posts: 70
Location: Victoria, BC
No problem, now just get that <div> out of the <a> so I can sleep at night.


Top
 Profile  
 
 Post subject: Re: page is displayed 2 times under each!
PostPosted: Sun Jul 01, 2012 5:25 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11818
Location: Arizona
http://validator.w3.org/check?verbose=1 ... 2FCMSMS%2F

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner