Hello,
i have a web template and in this template i inserted almost all 'cms made simple' tags there, but i got an error. In my menu i see: Current page is 4: Contacts; Current page is 1: Home
I use {cms_module module='MenuManager'} tag.
What i am doing wrong?
I dont know how to correct it.
Thnak you
Current page is ...
Re: Current page is ...
That is from the menu template you may need to make a custom one or use a diff. one from the defaults, all tho I've never seen one that has Current page is in the template, do you have some code we could look at or a link?
-
Cieska
Re: Current page is ...
OK. I will try to play with menu manager.
You can see my wrong page example www.golgonda.lt
With cmsmadesimple 0.13 version i haven't any problem, but with newer these problems are.
You can see my wrong page example www.golgonda.lt
With cmsmadesimple 0.13 version i haven't any problem, but with newer these problems are.
Re: Current page is ...
You need to add the dfn CSS....
In the new ver. it is in the Accessibility and cross-browser tools CSS...
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
In the new ver. it is in the Accessibility and cross-browser tools CSS...
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

