This forum is for assistance with theme development.

another new quirk in IE7 with css

http://i136.photobucket.com/albums/q189/VeryMisunderstood/css.png
the above image shows a new quirk im noticing on IE7
any css wizards see this yet ?

Chameleon Theme and Meta tags

I apologize if I am posting this in the wrong place. Please advise if I am. I am using the chameleon theme for my fan site and am trying to get google to use my keywords that I have used through the nodewords module to assist in google searches.

However, when I check my site's page source, I cannot find the metatags while using the theme Chameleon. If I change the theme to bluemarine, the metatags show up.

I very much want to continue to use the chameleon theme, but the metatags are also very important. How can I modify chameleon to show the metatags?

4 colum design using container help please

Hello, im a currentlly developing a drupal theme and need some help. I am using a container to put the left side bar, content, and the right side bar in. When i try to add in another sidebar to act as ads on the right, it wont show up...

Bellow i have included some code were i insert the colums.

CSS code:

#container {
}
#container #left {
	width:120px;
	float:left;
	background:#e4e4e4;
	padding:10px;	
}
#container #ad {
	width:290px;
	padding:10px;	
	margin 0px 160px 0px 540px;
	background:#e4e4e4;
}
#container #right {
	width:150px;
	float:right;
	background:#e4e4e4;
	padding:10px;
}
#container #content {
	margin:0px 410px 0px 120px;
}

Now the width is 1000 for now.

The page.tpl.php code:

<div id="container">

<?php if ($sidebar_left != ""): ?>
<div id="left"><?php print $sidebar_left ?></div>
<?php endif; ?>

<?php if ($sidebar_ad != ""): ?>
<div id="ad"><?php print $sidebar_ad ?></div>
<?php endif; ?>

<?php if ($sidebar_right != ""): ?>
<div id="right"><?php print $sidebar_right ?></div>
<?php endif; ?>

<div id="content">
<?php if ($title) { ?><h1><?php print $title ?></h1><?php } ?>
<div id="tabs"><?php print $tabs ?></div>
<?php print $help ?>
<?php print $messages ?>
<?php print $content; ?>
</div></div>

Now as you see i have 4 colums set. Now at the moment only sidebar_left, content, and sidebar_right show

Easy ?s: Add image to top of Aggregator Blocks

If you go to http://portal.ubertechnik.com I have 3 columns (sidebar-left, content, sidebar-right). Each column is a different RSS feed.

How do I get an image at the top of each column?

This is the mockup I want to accomplish:

http://portal.ubertechnik.com/themes/bluemarine/mock2.jpg

Thanks in advance.

Also, how do I remove the Edit Primary Links text so that the logo is centered?

Theme all non-nodes with a .tpl file?

Is it possible to theme all my non nodes such as admin pages and menu callbacks with something like non-node.tpl.php?

Thanks!

Secondary links show based on Primary link clicked?

It seems as though 4.7 wants to make a move in this direction, but I'm unsure how to implement it programmatically in my template. I would like any sub-menu links of the primary links menu to display when the menu item is clicked.

Pages

Subscribe with RSS Subscribe to RSS - Theme development