Upgrading and problems with Stylesheets.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Wobbly
New Member
New Member
Posts: 2
Joined: Tue Nov 19, 2013 8:23 pm

Upgrading and problems with Stylesheets.

Post by Wobbly »

I have CMS based on CMSMS made by company which makes websites. I wanted to change hosting but I failed and decided to move on original CMSMS by copying templates. When I've done that I realized that I have to change {stylesheet} to {cms_stylesheet}. When I did that, my site finally opened but it seems that stylesheet is not working. Draft here: http://amk.retardo.pl

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
  <title>{sitename} - {title}</title>

  {metadata}
{cms_stylesheet}
<__script__ src="uploads/js/Spry/widgets/textareavalidation/SpryValidationTextarea.js" type="text/javascript"></__script>
<__script__ src="uploads/js/Spry/widgets/textfieldvalidation/SpryValidationTextField.js" type="text/javascript"></__script>
<__script__ type="text/javascript" src="uploads/js/blank.js"></__script>
</head>
 </__body id="{alias}">
<div id="wrapper">
    
    <!--CONTENT-->
    <div id="content">


          <div id="sub">
            <h1><a href="index.php"><span>{sitename}</span></a></h1>
            {menu template='image_menu.tpl'}
            
            <h2>Aktualności</h2>
            {news number='10' detailpage='aktualnosci' moretext="[ czytaj więcej ]"}
            
            {search resultpage="wyszukiwarka"}
          </div>
          

          <div class="top_pic">
          </div>

          <div id="main">
            <h2>{title}</h2>
            
            {content}
            
          </div>

      <div class="blue_box">
            <div><div class="box_picture"></div></div>
            <div class="blue_box_bg">
              {global_content name='stronaglownabox'}
            </div>
          </div>
          
    </div>
    <!--CONTENT-->
    
</div>

<!--FOOTER-->
<div id="footer">
    {menu number_of_levels="1"}
    <p>Copyright &copy; 2008 <a href="http://netart.pl" title="Domeny, Serwery, Hosting, Serwisy WWW">NetArt</a></p>
</div>
<!--FOOTER-->
 <__body>
</__html>
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Upgrading and problems with Stylesheets.

Post by Dr.CSS »

It isn't throwing any errors but I would look at the template again to make sure it is in there with no { cms_stylesheet } spaces in it or ?...
Wobbly
New Member
New Member
Posts: 2
Joined: Tue Nov 19, 2013 8:23 pm

Re: Upgrading and problems with Stylesheets.

Post by Wobbly »

There are no spaces or question marks.
User avatar
rotezecke
Power Poster
Power Poster
Posts: 411
Joined: Fri Apr 18, 2008 9:34 pm

Re: Upgrading and problems with Stylesheets.

Post by rotezecke »

do you have a stylesheet associated with that template?

where does the <!--[if IE]> stuff come from, and the IE stylesheet?
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Upgrading and problems with Stylesheets.

Post by Wishbone »

define "stylesheet not working"

Do you see the stylesheet calls when you "view source" ?
Locked

Return to “[locked] Installation, Setup and Upgrade”