We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12322
    • 13 Posts
    I was running 1.0.0 and upgraded to 1.0.14. My content [*content*] and [*longtitle*] on all pages is missing from my pages. The manager is working fine.

    http://www.homerfilms.com/

    Any hints out there.
      • 9995
      • 1,613 Posts
      Thats really weird, maybe you can try re-upgrading because of some corrupt uploaded files?

      Did you use the github latest version or modx.com one?
      Is safe_mode off ?
        Evolution user, I like the back-end speed and simplicity smiley
        • 20413
        • 2,877 Posts
        Your content is still there. It's just being called inside the <head></head> in the <title></title> tag.

        You want it between the <body></body> tags.
          @hawproductions | http://mrhaw.com/

          Infograph: MODX Advanced Install in 7 steps:
          http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

          Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
          http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
          • 9995
          • 1,613 Posts
          OMG, indeed.

          Your template needs to be checked!
          thats a large title you have
            Evolution user, I like the back-end speed and simplicity smiley
            • 12322
            • 13 Posts
            The template is not the problem. [*content*] will not display. It places the content next to the [*longtitle*]. Here is the only thing I could get to work. This is my template and [*content*] was always in the body.

            <!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">
            <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <meta name="google-site-verification" content="p8FEXutmiE-KwhPzgnbqLOfC70C-qtq0p09sf90hL7s" />
            <base href="[(site_url)]" />
            <link rel="stylesheet" type="text/css" href="[(base_url)]assets/style.css" />
            <link rel="stylesheet" type="text/css" href="[(base_url)]assets/form.css" />
            <link rel="stylesheet" media="all" type="text/css" href="assets/templates/wayfinder/basic_dd.css" />
            <!--[if lte IE 6]>
            <link rel="stylesheet" media="all" type="text/css" href="assets/templates/wayfinder/basic_dd_ie.css" />
            <![endif]-->
            <script src="assets/js/AC_RunActiveContent.js" type="text/javascript"></script>
            <link rel="stylesheet" type="text/css" href="[(base_url)]assets/js/shadowbox/shadowbox.css">
            <script type="text/javascript" src="[(base_url)]assets/js/shadowbox/shadowbox.js"></script>
            <script type="text/javascript">
            Shadowbox.init({[**]
            language: 'en',
            players: ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'],
            flashParams: {bgcolor:"FFFFFF"},
            });

            </script>
            <title>[(site_name)] | </title>
            </head>
            <body>
            <div id="root">
            <div id="root-box"><div id="header"></div><div id="linkbar"><div class="menu">[!Wayfinder?startId=`0` &sortBy=`menuindex` &hereClass=`active`!]</div></div><div id="contenttop"></div><div id="content">
            [*longtitle*][*content*]
            </div><div id="contentbottom"></div></div>
            <div id="footer">{{hf_footer}}
            {{linkicons}} </div></div>
            {{google}}
            </body>
            </html>
              • 9995
              • 1,613 Posts
              looks like you nailed it!
                Evolution user, I like the back-end speed and simplicity smiley