
I'm making a website with CMSms and it fit perfectly the project. However, I encounter a problem with a precise content block : it isn't displayed on all pages that use it, even if its corresponding textarea is filled in the admin.
Let's explain. When I first did my template, I've put a {content block="bandeau"} in the page. Then, I began to create main pages and add the content. Since I finally don't have used this bandeau area, I've deleted it from the template. However, it appears that I actually need it for some pages that I will have created after, so I have put it again in the template, but with an upper-case : {content block="Bandeau"}.
Now, when I fill the Bandeau textarea on a page created after, it works fine, and the content is displayed on the front-end. However, when I want to add content in Bandeau on pages created before, nothing is displayed on the page (though it remains in the admin textarea no, in fact it disappears there too).
I think the new Bandeau is probably interfering with the 'ghost' of the now dead bandeau, which was present originally on these first pages.
Final result: I can't add content in some part of some of the main pages, and I've to deliver a functional website soon.
A solution could have been to delete and recreate all these first pages, but with all the content in different content blocks, all specific page options, and above all, all the hierarchy of pages and subpages, it would be a big work.
So, do someone have a solution ? Can this 'interference' (or whatever it is) be deleted (maybe in deleting old 'bandeau' fields in database or I don't know) ?
Thanks a lot,
Nicolas.