• Ok my problem has nothing to do with kubrick.
    For some reason my index.php isn’t formatting the pages properly. They show fine on my pc but when viewed elsewhere all the text and whatnot is on the left.
    Am I correct in assuming its not loading the css properly?
    http://josephtallen.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • I checked in both MSIE 6 and Firefox 0.9.3 and everything looked fine to me.

    Thread Starter bleach

    (@bleach)

    Thanks for your response Sdollen.
    I did get everything ‘looking’ fine finally. I had to change these entries:
    { background: url(“<?php bloginfo(‘url’); ?>/images/kubrickbgcolor.jpg”);
    To just plain old:
    { background: url(“/images/kubrickbgcolor.jpg”);
    Which is great because its fixed my visual problems. But if it ain’t one thing its another. Now none of my category links work or comment links work. Obviously there is some problem with me running this locally or I didn’t configure something properly. Just mucking around I can’t get into wp-login.php anymore, I changed my URI (don’t ask why, trying random fixes..)
    Any suggestions?
    Thanks
    http://josephtallen.com

    Maybe it can be changed to “ww2.josephtallen.com:81”. There are 3 values that you can change in your SQL i think, all in wp_options or something

    I did just visit your site and tried to follow one of your category links – it brought up a 404. Also, curious about your host…. the page display is extremely slow when I visit your site… I mean it takes a couple of minutes for the index to come up and the same for the 404 error message page.

    Thanks again for the replys all..
    To answer a few questions and provide some info:
    I’m serving the blog locally thus my 192.168.1.45:81 nat address behind my router. That also explains they slow loading BTW it’s merely DSL 🙁
    When I change my URI to josephtallen.com (or ww2.josephtallen.com:81 for that matter) I cannot access the webpage locally for some reason nor any of its functions. Is there a setting I need to make in my router that allows me to view those addresses locally?
    I’m figuring that if I change my URI to http://www.josephtallen.com or ww2.josephtallen.com:81 that the webpage will function perfectly remotelybut locally it won’t do crap.
    I’m at work now and I’m seeing that yes it indeed does show my local IP. So I guess my overall problem is that I cannot access my website locally unless it’s configured with the local IP. At home, navigating to josephtallen.com just simply doesn’t work.
    Thanks in advance all..

    Thread Starter bleach

    (@bleach)

    Sorry didn’t log in last post.
    Turns out that yes chaning my URI to josephtallen.com fixes the problem and the site is fully functional remotely.
    Locally however I’m just getting a blank page when I navigate to josephtallen.com. I’m suspect of a router or apache issue?
    Comments and suggestions appreciated 🙂
    -jta

    Thread Starter bleach

    (@bleach)

    PROBLEM SOLVED:
    All stemmed from the fact I didn’t have my domain entered in my hosts file so I could view it locally. This caused the site to either:
    a) work locally and ONLY locally or
    b) work remotely and ONLY remotely
    Now I actually might sleep for a week then start my own style.
    A big thanks to everyone that helped it was much appreciated.
    -jta

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

The topic ‘WordPress & Kubrick style’ is closed to new replies.