Page 1 of 1

Navigation problem

Posted: Mon Jun 15, 2009 8:27 pm
by JiiPee
Ok, this is not about main navigation itself, but any help is very much appreciated.

I have installed coda-slider to my test site and it works just fine but there is something strange in the navigation. Left and right arrows works fine, but it's top navigation and previous/next links doesn't. They will slide content like it should be, but then for some reason it changes page to home page.

It works in plain html site, so I guess it has something to do with integrating to cmsms. What makes that page to change to home page?

Re: Navigation problem

Posted: Wed Jun 17, 2009 11:09 am
by paulbaker
In your HTML you have something like

« Previous

What you want is something like

« Previous

The anchor tag will probably help you - check out Extensions -> Tags -> anchor tag.  Click help and you will see how to use it.