-
▼
2011
(334)
-
▼
May
(24)
- How to Embed an PDF in WordPress
- How to Use WordPress Themes for My Blogger Blog
- How to Fix Global Translator Problems in WordPress
- How to Turn a WordPress Header Into an Image With ...
- How to Remove the Date From WordPress Pages
- How to Blog to Wordpress Using a Mobile Phone
- How to Hide Authors in Thesis WordPress
- How to Use WordPress for Freelancing
- How to Fix Broken WordPress NAV Menu
- How to Divide WordPress Posts Into Columns
- How to Create a WordPress XAMMP Folder
- How to Hide a Date in WordPress
- How to Set Up WordPress on My Own Domain
- How to Let Contributors Upload Photos in Wordpress
- How to Write a Book in Drupal or WordPress
- How to Install a Noobslide Gallery in WordPress
- How to: WordPress Sync Blog Between Two Sites
- How to Remove the Title From the Homepage on WordP...
- How to Track Outbound Clicks From WordPress
- How to Fix WordPress Spacing
- How to Install WordPress MU for GoDaddy
- How to Protect a WordPress Template
- How to Use Multiple Page Layout in WordPress
- How to upload a theme to Wordpress
-
▼
May
(24)
adsense
How to Fix Broken WordPress NAV Menu
1. Log in to your WordPress admin area. Click 'Appearance' from the large menu down the left of the screen, then click 'Editor.' Look at the list of files down the right, then click 'header.php.' The file appears in the central editing pane.
2. Scroll down the file until you find the navigation menu for your site. Inspect the code for unclosed tags. The menu probably starts with a divider; for example,
. Look for a closing
tag after the menu. Look for closing tags for the HTML List feature: the opening
or
tag should be closed with
and
, respectively, at the end of the list, and every
should have a closing
at the end of that line.
3. Check that all the items you want to appear on the menu are present. If they are not, add the relevant links to the menu. To accomplish this, start a new line, then use the following code:
Anchor Text
Change the example URL to the location you want, and change 'Anchor Text' to the text you want the menu item to display.
4. Click 'Update File' if you make any changes you want to keep.
5. Click 'style.css' from the bottom of the list of files, then scroll down until you find the sections for the divider of the menu, such as '#navmenu,' '#navmenu ul,' or '#navmenu li.' Check the CSS code here for mistakes. Every attribute should have a semicolon at the end of it; for example, 'width:100px;' is correct. Each section should be opened and closed with curly parentheses:#navmenu ul{float:left;width:100%;}Also, check that the section directly above the menu section is closed, or it will swallow the code for the navigation menu into it.
6. Check the CSS attributes themselves for omissions. For example, if you want the menu to be horizontal, you need 'float:left;'.
7. Click 'Update File' when you're done.
5:52 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment