• visual mechanics

    (@visual-mechanics)


    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • racer x

    (@racer-x-1)

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

    aicos

    (@aicos)

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

    aicos

    Darrell Schauss

    (@darrellonsite)

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

    Thread Starter visual mechanics

    (@visual-mechanics)

    oops. forgot that. head cold making me hazy.

    http://www.roberickson.com/blog

    racer x

    (@racer-x-1)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header navigation’ is closed to new replies.