upgrade to 2.0, menus not working
Posted: Wed Dec 16, 2015 3:49 am
Hi All
Hoping this might be an easy fix for someone, as its not for me !
I have upgraded my cmsms from version 1.12 to 2.0.
I have resolved some issues getting errors etc.
How ever my menus have dissapeared. I had to remove embed header=true from my template, as this was causing an error to display.
I have changed all the stylesheet to cms_stylesheet as required in version 1.11.xx.
Below is the where the menu is called, so i think the problem is here but thats as far as i can go. Its calling a theme CSSmenuhoriz1.
</__body>
<div class="wrap clearfix">
<div class="header"></div>
<div class="topnav" id="nav">
{menu template="GrassStains : theme : CSSmenuhoriz1"}
</div>
<div class="container clearfix">
<div class="news_right clearfix" id="news">
<p><span class="news_title">{content block='content2title' oneline='true'}</span></p>
{content block='content2'}
</div>
<div id="content">
<h2>{title}</h2>
{content}
</div>
Under the template in the admin on cmsms where my template is selected under the default option, i see Simple Navigation Menu is selected, but there is no way to change this?
I see in version 2.0 that menu manager is replaced with navigator, so wondering if this is part of the problem
I am not great with templated stylesheets etc, but i have done all i can to resolve this.
running
PHP version 4.x
Apache Version 2.4.9
Cheers
Hoping this might be an easy fix for someone, as its not for me !
I have upgraded my cmsms from version 1.12 to 2.0.
I have resolved some issues getting errors etc.
How ever my menus have dissapeared. I had to remove embed header=true from my template, as this was causing an error to display.
I have changed all the stylesheet to cms_stylesheet as required in version 1.11.xx.
Below is the where the menu is called, so i think the problem is here but thats as far as i can go. Its calling a theme CSSmenuhoriz1.
</__body>
<div class="wrap clearfix">
<div class="header"></div>
<div class="topnav" id="nav">
{menu template="GrassStains : theme : CSSmenuhoriz1"}
</div>
<div class="container clearfix">
<div class="news_right clearfix" id="news">
<p><span class="news_title">{content block='content2title' oneline='true'}</span></p>
{content block='content2'}
</div>
<div id="content">
<h2>{title}</h2>
{content}
</div>
Under the template in the admin on cmsms where my template is selected under the default option, i see Simple Navigation Menu is selected, but there is no way to change this?
I see in version 2.0 that menu manager is replaced with navigator, so wondering if this is part of the problem
I am not great with templated stylesheets etc, but i have done all i can to resolve this.
running
PHP version 4.x
Apache Version 2.4.9
Cheers