Jump to content

Recommended Posts

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

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" >&gt;</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">&gt;</span><span class="navigation-page"><span class="navigation_end"><a href="http://mywebsite1.com/fr/content/category/2-nos-ingredients">Nos ingr&eacute;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">&gt;</span><span class="navigation-page">Array</span></div>
<!-- /Breadcrumb -->

 

Still no idea? Anyone?

Link to comment
Share on other sites

×
×
  • Create New...