Page 1 of 1

Current page is ...

Posted: Wed Sep 20, 2006 8:44 am
by Cieska
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

Re: Current page is ...

Posted: Fri Sep 29, 2006 11:51 pm
by Dr.CSS
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?

Re: Current page is ...

Posted: Mon Oct 16, 2006 12:09 pm
by Cieska
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.

Re: Current page is ...

Posted: Mon Oct 16, 2006 6:34 pm
by Dr.CSS
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;
}

Re: Current page is ...

Posted: Fri Oct 20, 2006 10:51 am
by Cieska
Yahoo, it works!
You are genius!

Thanks a lot