Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lildziner

    (@lildziner)

    Technokinetics, that’s it. Thank you! Even though the nav images were in the same spot as the page images, it wasn’t “seeing” them. I still don’t understand why but once I replaced “images/nav_off_ …” with a full URL of its location, the page can see them.

    Thread Starter lildziner

    (@lildziner)

    Thanks, t31os_ Thats a helpful explanation.

    Thread Starter lildziner

    (@lildziner)

    yeah, that’s copied over. But for sh*ts and giggles I deleted that bit and it didn’t do anything.

    Thread Starter lildziner

    (@lildziner)

    Thanks for reading my post!

    well so I guess my question is if I’m using the same code for layout and same CSS styles, why does my nav look jumbled. I guess I’m wondering if its possible to approach layout the same when designing within a PHP blog. Can I code in the same way to layout my nav? Or if I’m supposed to be using this dileo: <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?> Clearly I know nothing about PHP but I read in a tutorial that I’m supposed to swap out li with that piece of code.

    This is what my code looks like below the body tag:

    <div id="page">
    <div id="header" role="banner">
    <div id="headerimg">
    		<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    		<div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    
      <div id="nav">
      	<ul id="ul">
      	<li><a href="../Fiddlehead/webdev/index.html"index.html" class="selected"><img src="images/nav_off_home.png" alt="home"></a></li>
        <li><a href="products.html"><img src="images/nav_off_products.png" alt="products"></a></li>
        <li><a href="classes.html"><img src="images/nav_off_classes.png" alt="classes" ></a></li>
        <li><a href="project.html"><img src="images/nav_off_project.png" alt="project" ></a></li>
        <li><a href="events.html"><img src="images/nav_off_events.png" alt="events" ></a></li>
        <li><a href="directions.html"><img src="images/nav_off_directions.png" alt="directions"></a></li>
        <li><a href="index.html"><img src="images/nav_off_blog.png" alt="blog" ></a></li></ul>
      </div>
    <hr />

    So in case anyone runs into this issue, in my case it was all on my host (hostway.com) to fix manually. As soon as they did their part I finally got “successfully installed” screen from WordPress. YAY. It only took 2 days…

    I feel really dumb with trying to get this to work over a 24hour period with no luck. I think I’m in the same spot as the original poster.

    This is the error I get The requested URL /cgi-bin/php/blog/index.php was not found on this server. Though the URL shows https://www.leydavega.com/blog/index.php I don’t know what “cgi-bin” is.

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