Problems, need help? Have a tip or advice? Post it here.
20 posts Page 1 of 2
hi there,

we got issues with content not displaying, we just realized content is gone on all these pages:

http://www.designdiverso.com/integrated-marketing.php

http://www.designdiverso.com/brand-development.php

http://www.designdiverso.com/content-pl ... cution.php

http://www.designdiverso.com/social-media.php

http://www.designdiverso.com/innovation-technology.php

http://www.designdiverso.com/mobile.php

http://www.designdiverso.com/public-relations.php

content still there in backend but doesn't display in front end, we haven't changed anything it used to be there and now is all gone, this might be a bug.

Help needed asap!
If you view the source of the page, it can be seen clearly that a large section of the HTML has been commented out:
Code: Select all
<!--<section class="wwd-slider swiper-container">
    ...
</section>-->
still doesn't solve our issue, content is not displaying and visible in backend but doesn't show in front end, can you explain why?
still doesn't solve our issue, content is not displaying and visible in backend but doesn't show in front end, can you explain why?
@cheesypoof already explained that.
Please remove the HTML comments (i.e. '<!--' '-->') from around your contents in the templates to make them display properly.
the content that should show up it's not within those COMMENTS!

rest used to be there and now is gone,

check the source yourself, can you please explain why the content is visible in the backend but is not displaying in the front end?

Code: Select all
   <?php require_once( 'cms/cms.php' ); ?>
<cms:embed 'lang_getter.html' />
<cms:template title='Services Integrated Marketing' clonable='1' commentable='1'>
<cms:editable name="en_title" type='richtext'/>
<cms:editable name="fi_title" type='richtext'/>
<cms:editable name="en_integrated_content1" type='richtext'/>
<cms:editable name="fi_integrated_content1" type='richtext'/>
<cms:editable name="en_integrated_content2" type='richtext'/>
<cms:editable name="fi_integrated_content2" type='richtext'/>
<cms:editable name="en_integrated_content3" type='richtext'/>
<cms:editable name="fi_integrated_content3" type='richtext'/>
<cms:editable name="en_integrated_content4" type='richtext'/>
<cms:editable name="fi_integrated_content4" type='richtext'/>
<cms:editable name="en_integrated_content5" type='richtext'/>
<cms:editable name="fi_integrated_content5" type='richtext'/>
<cms:editable name="en_integrated_content6" type='richtext'/>
<cms:editable name="fi_integrated_content6" type='richtext'/>
<cms:editable name="en_integrated_content7" type='richtext'/>
<cms:editable name="fi_integrated_content7" type='richtext'/>
<cms:editable name="en_next" type='richtext'/>
<cms:editable name="fi_next" type='richtext'/>
<cms:editable name="en_prev" type='richtext'/>
<cms:editable name="fi_prev" type='richtext'/>
</cms:template>

<!DOCTYPE html>
<html>
<head><section class="integrated-campaigns-header">
       <article>
           <div class="content">
               <div class="align">
               <cms:pages masterpage='what-we-do.php' page_name='kokonaisvaltainen-markkinointi'>
                   <h1><cms:get "<cms:show my_lang />_services_title "/></h1>
               </cms:pages>
               <cms:pages  masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
                   <h2><cms:get "<cms:show my_lang />_title "/></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content1" /></p>
               
               </div>
           </div>
       </article>
   </section>

   <section class="integrated-grid">
       <article class="right">
           <div class="icon">
               <span class="icon-megaphone"></span>
           </div>
           <div class="description">
              
                   <h2><cms:get "<cms:show my_lang />_integrated_content2" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content3" /></p>
            
           </div>
       </article>
       <article class="left">
           <div class="icon">
               <img src="../img/wwd/img_owned_earned_paid_social.jpg" />
           </div>
           <div class="description">

                   <h2><cms:get "<cms:show my_lang />_integrated_content4" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content5" /></p>
   
           </div>
       </article>
       <article class="right">
           <div class="icon">
               <span class="icon-graph"></span>
           </div>
           <div class="description">

                   <h2><cms:get "<cms:show my_lang />_integrated_content6" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content7" /></p>
               </cms:pages>
           </div>
       </article>
   </section><cms:pages  masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
   <nav class="footer-nav-small">
       <a href="content-planning-execution.php" class="left">
           <i class="fa fa-chevron-left fa-1x"></i>
           <h5><cms:get "<cms:show my_lang />_next" /></h5>
       </a>
       <a href="brand-development.php" class="right">
           <h5><cms:get "<cms:show my_lang />_prev" /></h5>
           <i class="fa fa-chevron-right fa-1x"></i>
       </a>
   </nav>
</cms:pages>

   <footer class="primary-footer">
      <div class="content">
         <div class="careers">
            <cms:pages masterpage="menu.php" page_name='main-menu'>
            <p><i class="fa fa-chevron-right fa-1x"></i><cms:get "<cms:show my_lang />_footer_content"/> </p>
            </cms:pages>
         </div>
         <div class="social">
            <ul>
               <li class="icon facebook"><a href="https://www.facebook.com/designdiverso"  target="_blank"><i class="fa fa-facebook fa-2x"></i></a></li>
               <li><a class="icon twitter" href="https://twitter.com/designdiverso"  target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
               <li><a class="icon linkedin" href="https://www.linkedin.com/company/design-diverso"  target="_blank"><i class="fa fa-linkedin fa-2x"></i></a></li>
Please also post the HTML generated from the template you posted above. Do a view-source and paste it here.
KK wrote: Please also post the HTML generated from the template you posted above. Do a view-source and paste it here.



this is the whole page:

Code: Select all
<?php require_once( 'cms/cms.php' ); ?>
<cms:embed 'lang_getter.html' />
<cms:template title='Services Integrated Marketing' clonable='1' commentable='1'>
<cms:editable name="en_title" type='richtext'/>
<cms:editable name="fi_title" type='richtext'/>
<cms:editable name="en_integrated_content1" type='richtext'/>
<cms:editable name="fi_integrated_content1" type='richtext'/>
<cms:editable name="en_integrated_content2" type='richtext'/>
<cms:editable name="fi_integrated_content2" type='richtext'/>
<cms:editable name="en_integrated_content3" type='richtext'/>
<cms:editable name="fi_integrated_content3" type='richtext'/>
<cms:editable name="en_integrated_content4" type='richtext'/>
<cms:editable name="fi_integrated_content4" type='richtext'/>
<cms:editable name="en_integrated_content5" type='richtext'/>
<cms:editable name="fi_integrated_content5" type='richtext'/>
<cms:editable name="en_integrated_content6" type='richtext'/>
<cms:editable name="fi_integrated_content6" type='richtext'/>
<cms:editable name="en_integrated_content7" type='richtext'/>
<cms:editable name="fi_integrated_content7" type='richtext'/>
<cms:editable name="en_next" type='richtext'/>
<cms:editable name="fi_next" type='richtext'/>
<cms:editable name="en_prev" type='richtext'/>
<cms:editable name="fi_prev" type='richtext'/>
</cms:template>

<!DOCTYPE html>
<html>
<head>
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o?o:e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({QJf3ax:[function(t,e){function n(t){function e(e,n,a){t&&t(e,n,a),a||(a={});for(var c=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_events:f}}function r(){return{}}var o="nr@context",i=t("gos");e.exports=n()},{gos:"7eSDFh"}],ee:[function(t,e){e.exports=t("QJf3ax")},{}],gos:[function(t,e){e.exports=t("7eSDFh")},{}],"7eSDFh":[function(t,e){function n(t,e,n){if(r.call(t,e))return t[e];var o=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return t[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=n},{}],D5DuLP:[function(t,e){function n(t,e,n){return r.listeners(t).length?r.emit(t,e,n):(o[t]||(o[t]=[]),void o[t].push(e))}var r=t("ee").create(),o={};e.exports=n,n.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(t,e){e.exports=t("D5DuLP")},{}],XL7HBI:[function(t,e){function n(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:i(t,o,function(){return r++})}var r=1,o="nr@id",i=t("gos");e.exports=n},{gos:"7eSDFh"}],id:[function(t,e){e.exports=t("XL7HBI")},{}],loader:[function(t,e){e.exports=t("G9z0Bl")},{}],G9z0Bl:[function(t,e){function n(){var t=l.info=NREUM.info;if(t&&t.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto="https"===p.split(":")[0]||t.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=c.createElement("script");e.src=l.proto+t.agent,c.body.appendChild(e)}}function r(){"complete"===c.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=t("handle"),u=window,c=u.document,f="addEventListener",s="attachEvent",p=(""+location).split("?")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f]("DOMContentLoaded",o,!1),u[f]("load",n,!1)):(c[s]("onreadystatechange",r),u[s]("onload",n)),a("mark",["firstbyte",i()])},{handle:"D5DuLP"}]},{},["G9z0Bl"]);</script>
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">


   <title></title>





   <meta name="author" content="" />



   <meta name="description" content="" />



   <meta property="og:url" content="" />
   <meta property="fb:page_id" content="" />

   <meta property="og:title" content="" />



   <meta property="og:description" content="" />


   <meta property="og:image" content="" />


   <meta itemprop="name" content="" />



   <meta itemprop="description" content="w." />


   <meta itemprop="image" content="" />

   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@" />
   <meta name="twitter:site:id" content="" />

   <meta name="twitter:title" content="" />



   <meta name="twitter:description" content="" />


   <meta name="twitter:image"  content="" />












   <link rel="shortcut icon" href="../favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="../dist/css/wwd.2147483647.css" id="main-styles" />


   <!--[if lt IE 9]>
      <script src="/js/dist/ie8.js"></script>
      <link rel="stylesheet" href="/css/ie8.css" />
   <![endif]-->
</head>
<body>

   <header class="nav-black black-hover" id="primary-nav">
      <div>
         <h1 class="logo"><a href="../index.php">DesignDiverso</a></h1>
         <nav>
            <ul>
            <cms:pages masterpage="menu.php" page_name='main-menu'>
               <li><a  href="work.php"><cms:get "<cms:show my_lang />_menu_content1"/></a></li>
               <li><a href="about.php"><cms:get "<cms:show my_lang />_menu_content2"/></a></li>
               <li><a class="active" href="what-we-do.php"><cms:get "<cms:show my_lang />_menu_content3"/></a></li>
               <li><a  href="thoughts.php"><cms:get "<cms:show my_lang />_menu_content4"/></a></li>
               <li><a  href="contact.php"><cms:get "<cms:show my_lang />_menu_content5"/></a></li>
               
               <cms:php>
                        global $accepted_langs, $selected_lang;
                        foreach( $accepted_langs as $lang ){
                        $selected_class = ( $lang==$selected_lang ) ? ' selected' : '';
                        echo'<li><a href="<cms:show k_admin_link />switch.php?lang='.$lang.'&redirect='.urlencode($_SERVER["REQUEST_URI"]).'">'.strtoupper($lang).'</a></li>';
                        }
                        </cms:php>
               
            </ul>
            </cms:pages>
         </nav>
      </div>
      <a href="integrated-marketing.php" class="toggle menu"><span class="icon-menu"></span></a>
   </header>

   

   

   <section class="integrated-campaigns-header">
       <article>
           <div class="content">
               <div class="align">
               <cms:pages masterpage='what-we-do.php' page_name='kokonaisvaltainen-markkinointi'>
                   <h1><cms:get "<cms:show my_lang />_services_title "/></h1>
               </cms:pages>
               <cms:pages  masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
                   <h2><cms:get "<cms:show my_lang />_title "/></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content1" /></p>
               
               </div>
           </div>
       </article>
   </section>

   <section class="integrated-grid">
       <article class="right">
           <div class="icon">
               <span class="icon-megaphone"></span>
           </div>
           <div class="description">
              
                   <h2><cms:get "<cms:show my_lang />_integrated_content2" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content3" /></p>
            
           </div>
       </article>
       <article class="left">
           <div class="icon">
               <img src="../img/wwd/img_owned_earned_paid_social.jpg" />
           </div>
           <div class="description">

                   <h2><cms:get "<cms:show my_lang />_integrated_content4" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content5" /></p>
   
           </div>
       </article>
       <article class="right">
           <div class="icon">
               <span class="icon-graph"></span>
           </div>
           <div class="description">

                   <h2><cms:get "<cms:show my_lang />_integrated_content6" /></h2>
                   <p><cms:get "<cms:show my_lang />_integrated_content7" /></p>
               </cms:pages>
           </div>
       </article>
   </section>

    </nav>
        <nav class="slider-pagination circle-nav-outline"></nav>
</section>


   

<cms:pages  masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
   <nav class="footer-nav-small">
       <a href="content-planning-execution.php" class="left">
           <i class="fa fa-chevron-left fa-1x"></i>
           <h5><cms:get "<cms:show my_lang />_next" /></h5>
       </a>
       <a href="brand-development.php" class="right">
           <h5><cms:get "<cms:show my_lang />_prev" /></h5>
           <i class="fa fa-chevron-right fa-1x"></i>
       </a>
   </nav>
</cms:pages>

   <footer class="primary-footer">
      <div class="content">
         <div class="careers">
            <cms:pages masterpage="menu.php" page_name='main-menu'>
            <p><i class="fa fa-chevron-right fa-1x"></i><cms:get "<cms:show my_lang />_footer_content"/> </p>
            </cms:pages>
         </div>
         <div class="social">
            <ul>
               <li class="icon facebook"><a href="https://www.facebook.com/designdiverso"  target="_blank"><i class="fa fa-facebook fa-2x"></i></a></li>
               <li><a class="icon twitter" href="https://twitter.com/designdiverso"  target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
               <li><a class="icon linkedin" href="https://www.linkedin.com/company/design-diverso"  target="_blank"><i class="fa fa-linkedin fa-2x"></i></a></li>
               
            </ul>
         </div>
      </div>
   </footer>

   <!--[if lt IE 8 ]>
   <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
   <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
   <![endif]-->

   <!--[if lt IE 10]>
      <script src="/dist/js/polyfill.2147483647.js"></script>
   <![endif]-->





   
   <script src="../dist/js/wwd.2147483647.js"></script>




   <script>
     (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
     m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

     ga('create', 'UA-xxxxxxx-1', 'designdiverso.com');
     ga('require', 'displayfeatures');
     ga('send', 'pageview');
   </script>

   



<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"beacon-3.newrelic.com","licenseKey":"xxxf8bf3xx","applicationID":"3454891","transactionName":"NlVRYhdRCEVZAkMPXg8fcEMWRAlbFxZfB0VMR1YbAV9JX1YVUgFDAERWUkhdB0RTBEMPXwY=","queueTime":0,"applicationTime":266,"atts":"GhJSFF9LG0s=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-476.min.js"}</script></body>
</html>
<?php COUCH::invoke(); ?>


can you explain why the content is visible in backend but doesn't show in the front end then?
I think you misunderstood my question.
You are posting the code within the template. What I need is the HTML code that gets generated when this code in template is run. To get that, access the template in your browser and then right-click to do a view-source. That is the code I need to see.

As an alternative, just get me the URL to the template you posted and I'll take a look at it myself.
KK wrote: I think you misunderstood my question.
You are posting the code within the template. What I need is the HTML code that gets generated when this code in template is run. To get that, access the template in your browser and then right-click to do a view-source. That is the code I need to see.

As an alternative, just get me the URL to the template you posted and I'll take a look at it myself.



alrighty then

here is the generated source, but sorry can't you see it yourself?? by navigating to the page?

don't get you honestly

hope this helps


Code: Select all
   
   
   


<!DOCTYPE html>
<html>
<head>
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o?o:e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({QJf3ax:[function(t,e){function n(t){function e(e,n,a){t&&t(e,n,a),a||(a={});for(var c=u(e),f=c.length,s=i(a,o,r),p=0;f>p;p++)c[p].apply(s,n);return s}function a(t,e){f[t]=u(t).concat(e)}function u(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:u,_events:f}}function r(){return{}}var o="nr@context",i=t("gos");e.exports=n()},{gos:"7eSDFh"}],ee:[function(t,e){e.exports=t("QJf3ax")},{}],gos:[function(t,e){e.exports=t("7eSDFh")},{}],"7eSDFh":[function(t,e){function n(t,e,n){if(r.call(t,e))return t[e];var o=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return t[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=n},{}],D5DuLP:[function(t,e){function n(t,e,n){return r.listeners(t).length?r.emit(t,e,n):(o[t]||(o[t]=[]),void o[t].push(e))}var r=t("ee").create(),o={};e.exports=n,n.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(t,e){e.exports=t("D5DuLP")},{}],XL7HBI:[function(t,e){function n(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:i(t,o,function(){return r++})}var r=1,o="nr@id",i=t("gos");e.exports=n},{gos:"7eSDFh"}],id:[function(t,e){e.exports=t("XL7HBI")},{}],loader:[function(t,e){e.exports=t("G9z0Bl")},{}],G9z0Bl:[function(t,e){function n(){var t=l.info=NREUM.info;if(t&&t.agent&&t.licenseKey&&t.applicationID&&c&&c.body){l.proto="https"===p.split(":")[0]||t.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=c.createElement("script");e.src=l.proto+t.agent,c.body.appendChild(e)}}function r(){"complete"===c.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=t("handle"),u=window,c=u.document,f="addEventListener",s="attachEvent",p=(""+location).split("?")[0],l=e.exports={offset:i(),origin:p,features:{}};c[f]?(c[f]("DOMContentLoaded",o,!1),u[f]("load",n,!1)):(c[s]("onreadystatechange",r),u[s]("onload",n)),a("mark",["firstbyte",i()])},{handle:"D5DuLP"}]},{},["G9z0Bl"]);</script>
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">


   <title></title>





   <meta name="author" content="" />



   <meta name="description" content="" />



   <meta property="og:url" content="" />
   <meta property="fb:page_id" content="" />

   <meta property="og:title" content="" />



   <meta property="og:description" content="" />


   <meta property="og:image" content="" />


   <meta itemprop="name" content="" />



   <meta itemprop="description" content="w." />


   <meta itemprop="image" content="" />

   <meta name="twitter:card" content="summary" />
   <meta name="twitter:site" content="@" />
   <meta name="twitter:site:id" content="" />

   <meta name="twitter:title" content="" />



   <meta name="twitter:description" content="" />


   <meta name="twitter:image"  content="" />












   <link rel="shortcut icon" href="../favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="../dist/css/wwd.2147483647.css" id="main-styles" />


   <!--[if lt IE 9]>
      <script src="/js/dist/ie8.js"></script>
      <link rel="stylesheet" href="/css/ie8.css" />
   <![endif]-->
</head>
<body>

   <header class="nav-black black-hover" id="primary-nav">
      <div>
         <h1 class="logo"><a href="../index.php">DesignDiverso</a></h1>
         <nav>
            <ul>
            
               <li><a  href="work.php">työ</a></li>
               <li><a href="about.php">Meistä</a></li>
               <li><a class="active" href="what-we-do.php">Mitä me teemme</a></li>
               <li><a  href="thoughts.php">Ajatukset</a></li>
               <li><a  href="contact.php">yhteys</a></li>
               
               <li><a href="http://www.designdiverso.com/cms/switch.php?lang=en&redirect=%2Fintegrated-marketing.php">EN</a></li><li><a href="http://www.designdiverso.com/cms/switch.php?lang=fi&redirect=%2Fintegrated-marketing.php">FI</a></li>
               
            </ul>
            
         </nav>
      </div>
      <a href="integrated-marketing.php" class="toggle menu"><span class="icon-menu"></span></a>
   </header>

   

   

   <section class="integrated-campaigns-header">
       <article>
           <div class="content">
               <div class="align">
               
                   <h1><h1 class="big">360&deg; markkinointi</h1>
</h1>
               
               
           </div>
       </article>
   </section>

   
    </nav>
        <nav class="slider-pagination circle-nav-outline"></nav>
</section>





   <footer class="primary-footer">
      <div class="content">
         <div class="careers">
            
            <p><i class="fa fa-chevron-right fa-1x"></i><p>Etsimme koko ajan uusia lahjakkuuksia joukkoomme. <a href="http://www.designdiverso.com/careers.php">Tule mukaan</a></p>
</p>
            
         </div>
         <div class="social">
            <ul>
               <li class="icon facebook"><a href="https://www.facebook.com/designdiverso"  target="_blank"><i class="fa fa-facebook fa-2x"></i></a></li>
               <li><a class="icon twitter" href="https://twitter.com/designdiverso"  target="_blank"><i class="fa fa-twitter fa-2x"></i></a></li>
               <li><a class="icon linkedin" href="https://www.linkedin.com/company/design-diverso"  target="_blank"><i class="fa fa-linkedin fa-2x"></i></a></li>
               
            </ul>
         </div>
      </div>
   </footer>

   <!--[if lt IE 8 ]>
   <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
   <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
   <![endif]-->

   <!--[if lt IE 10]>
      <script src="/dist/js/polyfill.2147483647.js"></script>
   <![endif]-->





   
   <script src="../dist/js/wwd.2147483647.js"></script>




   <script>
     (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
     m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

     ga('create', 'UA-351280-1', 'designdiverso.com');
     ga('require', 'displayfeatures');
     ga('send', 'pageview');
   </script>

   



<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"beacon-3.newrelic.com","licenseKey":"bd6f8bf348","applicationID":"3454891","transactionName":"NlVRYhdRCEVZAkMPXg8fcEMWRAlbFxZfB0VMR1YbAV9JX1YVUgFDAERWUkhdB0RTBEMPXwY=","queueTime":0,"applicationTime":266,"atts":"GhJSFF9LG0s=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-476.min.js"}</script>
                    <div style="clear:both; text-align: center; z-index:99999 !important; display:block !important; visibility:visible !important;">
                        <div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999; display:block !important; visibility:visible !important;">
                        <center><a href="http://www.couchcms.com/" title="CouchCMS - Simple Open-Source Content Management" style="display:block !important; visibility:visible !important;">Powered by CouchCMS</a></center><br />
                        </div>
                    </div>
                    </body>
</html>

<!-- Page generated by CouchCMS - Simple Open-Source Content Management -->
but sorry can't you see it yourself?? by navigating to the page?

don't get you honestly
Actually I did try doing that. The 'title' of cms:template in the code suggested that the code belonged to the 'integrated-marketing.php' but when I accessed that template the HTML output I saw did not match the code you had originally posted (which is explained by your second post - you had posted an 'edited' version of the template).

Also in case you missed seeing it, I requested you to get me the URL of the template so that I could see it myself -
As an alternative, just get me the URL to the template you posted and I'll take a look at it myself.

That said, I think you must understand one fact (and it seems that you have got it wrong) - none of us here on the forum are under any kind of obligation to go check and rectify mistakes in your coding. We do that in the spirit of trying to help others and you absolutely must appreciate that. I'm forced to remind you of this because the kind of tenor your posts carry suggest otherwise.

Coming to the problem at hand -
taking a look at the generated HTML and comparing it with the template code, I can see that the following block of code (it is used twice on the template) is coming out blank
Code: Select all
<cms:pages  masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
    ...
</cms:pages>

This suggests that either the name of the template is not right or the page named 'ideas-that-transform-brands' does not exist or is inaccessible. Since we can be sure that the name of the template is right, you'll have to check the page.

To debug this, place the following code anywhere in the template (just for testing) -
Code: Select all
<cms:pages masterpage='integrated-marketing.php' page_name='ideas-that-transform-brands'>
    <h1>Page found <cms:show k_page_name /></h1>
   
    <cms:no_results>
      <h1>Page not found!</h1>
   </cms:no_results>
</cms:pages>

If you get 'not found', try finding out the right page name and putting it there.

Hope this helps.
20 posts Page 1 of 2