Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
screen1.jpg
screen1.jpg (17.1 KiB) Viewed 1187 times
I'm in the early stages of the tutorial (the blog part 1). I can't see where I've made any error but, having changed some text in the Admin Panel, it appears where expected but also at the top of the page, together with the URL of the page!

I'm working on my local development PC with WAMPSERVER 3.1.4 installed.
Hi,

The superfluous output you are seeing on the top seems to be coming from the "<cms:editable>" definitions.
You can learn more about this issue here - viewtopic.php?p=11689#p11689 but, in short, the <cms:editable> tags *also* output their values.

Therefore you may either -
1. Add the hidden='1' to <cms:editable> or
2. Place those definitions within a <cms:template> tag block (which does not allow the outputs to reach the browser).

The second method above is the preferable way (and has also been used in the blog and portfolio sections of the Aurelius tutorial).

Hope this helps. Please let me know.
Perfect: using the <cms:template> tag block is the ideal way as you said.

Much appreciated.

Oh, BTW, I also tried the hidden='1' solution. That hid the URL but the text still appeared at the top of the page!
3 posts Page 1 of 1