This forum is for assistance with theme development.

Goofy theme & Internet Explorer

The theme seems to display correctly with Mozilla, but not with IE.
When there is a blog entry, the home page displays to wide and you need to scroll on the right do use it

see what I mean here
http://66.227.22.180/blog/

how can I correct this?

tia

marco

Override default forms

I'm trying to do a new theme for my site and would like to change the look of the user and search forms. Can someone point me to the documentation for doing this?

Regards,
Joe Cotellese.
www.clearstatic.org
Digital Media News

view theme thumbnails without downloading stuff

is there a way/place to see thumbnails+ of each and every theme to get an idea of look/feel of these themes without needing to download/install, etc.? i'm a non-techie just trying to make a decision

Where does the ordered list get called?

Sorry for the silly question here.

I'm not a big fan of ordered lists (bullet points) being used in the blocks. I'd like to remove them. The problem is, I honestly can't figure out where the

< u l > < l i >
< / l i > < / u l >

gets set. Does anyone know? I've searched through almost all the mocules and my theme.

Sorry for the newbie question!

Geoffrey

Node Function Ignored

No matter what I do, I can't get the main body of the page to change.

I've tried including function node() in my theme file and making changes there - no change!

I've tried changing function node() directly in includes/theme.inc - no change!

I've disabled cache in Admin->Site configuration - no change!

I've cleared the cache on my browser - no change!

This happens on my local installation and on my remote instalation as well.

Is the node body being cached somewhere, or is function node() being overiden?

best way to fix nodes on a page

I am looking for the best way to fix a node on the page.



Currently I have my theme looking for a certain node->type, $node->name and when it finds that it renders it in a special block.



But now I want something like:

------------------------------
|                            |
| Header                     |
------------------------------
|             |              |
|  node 15    |  node 3      |
|             |              |
|             |              |
------------------------------
|    other nodes             |
|                            |
------------------------------



The issue is that node 3 gets rendered before node 15 and I am using css to compensate.



I am thinking of hard coding both nodes into the theme->header() function directly and then unchecking 'post on frontpage'



Any other ideas????



Thanks,

-Aaron

Pages

Subscribe with RSS Subscribe to RSS - Theme development