This forum is for assistance with theme development.

customize box_cleanslate theme

Hi guys !
I want to customize box_cleanslate theme for my website, but I dont found as move menu header to right and decrease the font size in poll options.

As you see in this screenshot I want move menu header (red square) from the left to right or center. Also I want to rezise text options (red square) from poll as bottom text size(green square).

Is there a way to identify nodes as teasers/full text with taxonomy & node type details?

It seems to me that in my theme at least the only class a node has is "node". There's no identification of what taxonomy it is (if any), what node type it is, or whether its a teaser preview or full text.

So these are the 3 classes I'd like added to nodes in the html of my theme:

where to set theme-engine config params? in settings.php?

hi all,

i'm using smarty theme engine with drupal v47b6.

is settings.php the right place to place theme-wide smarty settings?

e.g., if i want to reassign the delimiters for smarty tags used in a given theme to, say, '', in my own code, i'd include

define('SMARTY_DIR', '/path-to/smarty/libs/');
require(SMARTY_DIR . 'Smarty.class.php');
$smarty = new Smarty;
$smarty->left_delimiter = ' $smarty->right_delimiter = ':ZZZ>';

in my site's top-level 'index.php'.

Grouping comments into a single div

How do you group comments into a containing div? Like this:

<div id="container">comments</div>

This way it will be possible to apply a style to them as a whole, for instance deciding where they should show up in the page.
Any suggestions? Thanks in advance.

Help. I switched to chameleon, and now my site is down.

I am using Drupal v4.6

I checked the Chamelion box to try something, and now I get this error:

Fatal error: Call to undefined function: menu_primary_links() in /home/brainshr/public_html/themes/chameleon/chameleon.theme on line 56

How can I undo this?

How do enable titles for the admin section, but disable it for everywhere else?

From page.tpl.php say I want to have the node title
print $title

to appear in the admin section, but not for any other page. Is there a easy way to do this?

Pages

Subscribe with RSS Subscribe to RSS - Theme development