Skip over navigation

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/26/2013 4:34:05 AM
Gravatar
Total Posts 7

Skip over navigation

From this morning I have go a link called "Skip over navigation" on top left.  It pointed to "#startcontent"

What's this ?? How can I get rid of this !

Platform : windows 7, Mojo 2.3.9.4, sqlserver, website : www.laccrochenote.com

Any idea ?? Thank you.

Guy.

 

8/26/2013 10:52:21 AM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Skip over navigation

Hi there,

The skiplink is something that is used for accessibility, so you do not want to remove it, but hiding it is fine.  Add this CSS to the main stylesheet of your site:


.skiplink {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

This will visually hide the link but it will still show up for screen readers and such.

Best,
-Elijah

8/29/2013 1:13:32 PM
Gravatar
Total Posts 7

Re: Skip over navigation

In fact I try to put this on style.css or stylemojo.css but I have still the problem !!

see : www.laccrochenote.com

 

Guy.

8/29/2013 2:58:58 PM
Gravatar
Total Posts 7

Re: Skip over navigation

Well in fact the problem appears when I just copy a skin, change his name and use it (without modifications).

Thanks,

Guy.

8/29/2013 3:24:03 PM
Gravatar
Total Posts 18439

Re: Skip over navigation

skin folders should not have any spaces, copy to a new skin name with no spaces in the folder name, you can use - or _ but no spaces.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.