This forum is for assistance with theme development.

[ecommerce] product table for all product listings?

Hello,

With ecommerce, a call to http://example.com/product gives a nice listing of all products in a table.

Now, I have a bunch of url aliases that refer to several product categories, using taxonomy, e.g. I have a taxonomy term for red, say http://example.com/taxonomy/term/20 and a URL alias for this, say http://example.com/product/red.

Other block is covering the info inside the Taxonomy Ticker block

Hi,

I installed the Taxonomy Ticker and it works well, I display it on the right side of my screen.
If I add for example a new block (search) under the Ticker I get as a result the Ticker block and the search block appaers on the Ticker block so I see the rolling lines on the search block.

Any ideas?

Thanks,
Jeremy

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?

Pages

Subscribe with RSS Subscribe to RSS - Theme development