Sorry spotted the last issue, I have noticed the page has no title, it just shows the url where the page title should be, the source code says
Code: Select all
<title></title>


How do I get the page name to show, I tried adding
Code: Select all
<title><cms:show k_nestedpage_title /></title>
to my includes/header.php file but didn't work

UPDATE: Sorry sorted this issue