Forums

header navigation (6 posts)

  1. visual mechanics
    Member
    Posted 2 years ago #

    Not sure why the elements in my header are not showing up. Anyone know why this isn't working properly?

    I checked the header file and the elements are showing up in there as well as in the nav.php file. is it a CSS issue?

    http://www.roberickson.com/blog

    thanks

  2. racer x
    Member
    Posted 2 years ago #

    We'll really need a link to help you out.

  3. aicos
    Member
    Posted 2 years ago #

    What do you mean by elements? Do you and a URL of the site we can look at?

    aicos

  4. Darrell Schauss
    Member
    Posted 2 years ago #

    Make sure you are editing the right template file your site is set to use.

  5. visual mechanics
    Member
    Posted 2 years ago #

    oops. forgot that. head cold making me hazy.

    http://www.roberickson.com/blog

  6. racer x
    Member
    Posted 2 years ago #

    You'll want to get in the habit of using the full URL for images.

    One example:
    <img src="<?php echo bloginfo('template_directory') . '/images/image_name.jpg';?>" width="12" height="12" alt="etc" title="etc" />

    WordPress is not like a regular html site. Your theme folder is way down from the root.
    Your URL output should look like this:
    http://roberickson.com/blog/wp-content/themes/simplr/images/nav_overview.jpg

Topic Closed

This topic has been closed to new replies.

About this Topic