This forum is for assistance with theme development.

how can i order image alphabetically?

i want to order image alphabetically inside each gallery, i all ready found the way to display in reverse order (new at begin etc)

png integration in ie

Hello,

I am using a .png-image in my theme, but older IE versions, aren't able to translate this image right. I've tried to integrate a ie-bug-fix, but I have to set the width and height attribute, which isn't possible as I have integrated the picture as background-image ...

do you know how to set this attributes, or how I am able to integrate this picture as "normal" image?

thanks,

Dani

taxonomy term item list without teasers

I get the result of the query like

/?q=taxonomy/term/113,96/

in the form of teasers list. What I need is just a list of links without any teasers.

I tried to hack page.tpl.php but finished on $content variable. So that variable is a rather secret thing.

So could you help me uncover the way how that $content is constructed or tell another way to get and render the nodes list in form of link list.

Thank You!

How to Convert a Wordpress Theme

I have a WordPress theme I'd like to convert. What are the steps I need to adapt WP theme files to something Drupal understands? Thanks,

Ed

How do I change the font type and size of .mobi theme?

Hello everybody,

Does anyone know where I go to change the font sizes and colors for the .mobi theme? It doesn't have a css file and I can't figure out what file I need to modify to make the changes. Can anyone help?

Theming the collapsible fieldset in Drupal 4.7

I'm trying to theme the collapsible fieldset with CSS, but can't figure it out.

The only CSS styles that I can find that relate to the fieldset tag and the legend tag are in drupal.css in the misc folder. But none of these seem to set any colors:


/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
}

I'm trying to change the legend from just plain a link to being a bar of 100% width of the fieldset with a colored background (similar to Facebook).

I'm altering the Andreas09 theme.

I've tried just setting the width of the legend to 100%, which works in Internet Explorer on Windows and Opera on Mac OSX, but not Firefox on either Mac or PC. I also tried setting the top border of the fieldset to 15px, but there seems to be a margin around the legend that I couldn't remove with CSS.

Pages

Subscribe with RSS Subscribe to RSS - Theme development