I would like to edit these things in my theme (actually it's a mod of leaf), but i can't manage to find it. I've looked in all the .css files I've seen in the code of the page :S
Is it somewhere else?
Also, how can I change the images of the menus to make them like the default theme, I mean the menu-collapsed, menu-expanded, menu-leaf thingys.
Aaaand to hide the blue arrow of the links from some modules?
Hello!
I noticed that for any cck content type, on viewing a node created using a cck type, the breadcrumb is not set. This seems different from say a story or page node where on viewing a story/page, it shows the breadcrumb trail.
How do I set the breadcrumb for a cck content type to behave similar to a core content type?
the $breadcrumb variable only has 'home' and not the trail, is there an easy way to manually 'build' $breadcrumb from within say template.php?
For core nodes (blog), the breadcrumb on viewing is:
I'm trying to adjust the css for the Zen Theme when there are three columns. Right now, the left and right columns are 210px each, but I want to be able to reduce the right column to 89px.
I've tried adjust widths in the layout.css without any success.
Any help that you guys can provide would be greatly appreciated!
hey there, well i already have my business on another site but it is using php-fusion and does not offer what we are expanding in to now were i can see drupal does. but the themeing system has totaly got me baffeled and need help as the themes offered for download are not what we are looking for but want to create our own.
Hi there,
I am modifying a site I launched a few months ago so that it can have a new cck content type.
The new pages are going to be fairly plain compared to the rest of the site so I figured I would make a new template like page-plain.tpl.php and switch to it if the content type matched my new cck type.
Make sense so far?
Now what I'm trying to figure out is what I can use as a hook to detect my new content type. The machine readable name is "video_clip".