Forum Replies Created

Viewing 7 replies - 91 through 97 (of 97 total)
  • Instead of $cat=”1″ put:
    if (!isset($cat)) {
    $cat = "1";
    }

    Which I THINK means “if no category is selected, show category 1” rather than just “show category 1” which would override whatever category was acturally selected.
    I finally got this to work after much head bashing (with help here!) and looking at outdated info.
    Joan

    Thank you very much!
    Joan

    It is broken in 1.2 also.

    Thread Starter joand

    (@joand)

    Hi podz, thanks. I am also trying to use your tutorial to make a border around the nav sections – that is the only border I have – I have correspondingly made the menu float larger – but still no go in the non-IE browsers. I have various margins and paddings – it seems to me that they must be acting differently within the float in different browsers. When I get a chance, I will try again from the beginning and see if I can figure out where it goes wrong.
    Joan

    Thread Starter joand

    (@joand)

    I don’t think it is PHP you need to know about in this case – it is CSS (and I am thinking about going back to tables!!)
    I thought that someone else here might have already been there and done that and could offer some advice. I wanted a narrower layout than the 772px in the original Gemini template – so that the content would be in the center of an 800 x 600 screen, so I reduced it to 700px and the content div, floating left, to 510 and the nav div, floating right, to 175. Is there a reason that the rap would have to be 772px specifically? Having gotten into this, I started to read about floats – they do not seem to have to be any particular size.
    Joan

    Oh, I get it now! I found the original post on Andrew’s site – which explained it a bit better for the not-so-PHP-savvy people like me. What he is saying is comment out that section of code. Works fine for me in WP 1.2. Thanks Andrew!
    Joan

    I would like to be able to do this also. I have found the lines above, but where is /* the code snippet below */ as indicated in the post, with which to replace them?
    Joan

Viewing 7 replies - 91 through 97 (of 97 total)