paopresta Posted July 29, 2014 Share Posted July 29, 2014 Hi everyone! This is my first post, but I hope next time I'll come back to give a hand instead of asking for one Here is my problem: I am building a simple website... However, I realized that when I try to go on my CMS pages from the information left colum, or from any other link on the site, my pages appear blank (although there are texts) . The CMS category are working perfectly, only the CMS pages are not showing the texts. The only thing showing on my pages are the CMS cathégorie "home" + name of the CMS page (with no space) : "AccueilLivraison"* and in the next line "AccueilArray" I have built another website using this template and the same page would show only one line as followed: Accueil>livraison and instead of "accueilArray" would be the normal title of the CMS page. I dont know why this ">" doesn't appear in both websites, but i know for sure I havn't been playing with the codes. Someone with a tiny start of solution would be great help! Thanks in Advance! Pao Link to comment Share on other sites More sharing options...
paopresta Posted July 30, 2014 Author Share Posted July 30, 2014 In the "working website" i found this in the source code: <!-- Breadcrumb --><div class="breadcrumb"> <a href="http://mywebsite.com/" title="Accueil">Accueil</a><span class="navigation-pipe" >></span><span class="navigation-page">livraison</span></div><!-- /Breadcrumb --> Whereas in the other there is this: <!-- Breadcrumb --><div class="breadcrumb"> <a href="http://mywebsite1.com/" title="Accueil">Accueil</a><span class="navigation-pipe" style="display:none">></span><span class="navigation-page"><span class="navigation_end"><a href="http://mywebsite1.com/fr/content/category/2-nos-ingredients">Nos ingrédients</a></span><span class="navigation-pipe">></span> <span class="navigation_product">Ricine</span></span></div><!-- /Breadcrumb --> <!-- Breadcrumb --><div class="breadcrumb"> <a href="http://mywebsite1.com" title="Accueil">Accueil</a><span class="navigation-pipe" style="display:none">></span><span class="navigation-page">Array</span></div><!-- /Breadcrumb --> Still no idea? Anyone? Link to comment Share on other sites More sharing options...
paopresta Posted July 30, 2014 Author Share Posted July 30, 2014 I found the solution here, In case anyone has the same problem! http://www.prestashop.com/forums/topic/308074-problem-with-cms-content-empty-pages/ Link to comment Share on other sites More sharing options...
vekia Posted August 1, 2014 Share Posted August 1, 2014 hello thank you for sharing url to solution i marked topic title as solved btw. Welcome on board! :-) Link to comment Share on other sites More sharing options...
Recommended Posts