theming

Events happening in the community are now at Drupal community events on www.drupal.org.
rpeters's picture

Styling just view blocks

I would like to just style all my view blocks a certain way how can I do that? Any advice

Read more
mattkoltermann's picture

Best practice for inserting $title above content and right sidebar?

Hi!

If I'm not in the right forum for this kind of topic, please accept my apologies -- and it would be great if you could direct me to a more appropriate place.

I'd like to print the $title above $content and $sidebar_second, but to the right of $sidebar_first. What the best way to do that?

Read more
crotown's picture

OP sub-theming difficulty: adding variable for use in node-article.tpl.php

Dear fellow OpenPublish folks,

I am using OP 2.2 and am having difficulty providing my own preprocessor variable to be used in a custom version of node-article.tpl.php that is in a sub-theme of openpublish_theme.

Read more
xsiyez's picture

Welcome, Drupal Users

Welcome drupal users. Share your ideas, experience, tricks and best practices on drupal usage and development.

Read more
calmforce's picture

Theming GMap info window

Hi!
My issue may sound trivial to experienced themers, but I have a trouble with GMap info window (the one that pops up when you click on the marker): it background doesn't follow the theme style, and stays light. My theme is light text on dark background, so the text is not visible well. I've tried to override the "gmapnodelabel" class in my theme CSS, but it didn't work.

Has anyone done this kind of thing? I would appreciate the style snippet very much.

Thanks,

Vladimir

Read more
arianek's picture

D7 Theme Docs

Can anyone help out on D7 Theme docs? There is a big need for help there, and it's an area I am totally clueless about. 2 issues on my radar:

I think it needs a lot of love, so if anyone can adopt these and help out, that'd be fantastic!

Read more
jeremylichtman's picture

Photosensitive

This may be of interest to a few people on DUG-TO.

We just launched the latest incarnation of PhotoSensitive's website (photosensitive.com). They did the graphic design work, and then we implemented in Drupal.

Two reasons I'm posting this here:

Read more
groovehunter's picture

Schulung für (u.a.) theming d6 und/oder d7 gesucht

Hallo zusammen

Ich suche für zwei Mann unserer Firma eine kurze Schulung fürs design, da unsere Firmenwebsite neu gemacht werden soll. Wir konnten auf meinen Vorschlag hin drupal fürs intranet durchsetzen, worüber ich natürlich erfreut bin und nun wird unsere website endlich auch bald neu gemacht - nun gut, "bald" ist relativ, das bedeutet , es ist nicht eilig mit meiner Anfrage.

Wir sind in Augsburg und würden gerne also im Laufe der nächsten Monate mal an einem workshop bzw Schulung teilnehmen. Falls Ihr was wißt oder selber was macht, sagt Bescheid.

Read more
lewisnyman's picture

CSS based views outputs catalogue?

Hi everyone,

I was wondering if there was a section available where drupal theme developers could share pluggable, class based css styles for the views module?
I know plugins exist in module form but they seem a bit heavy handed when you want total control over your output and the css.

An example would be:

.view.inline .views-row {
float: left;
   margin-right: 20px;
}

.view.inline .views-row-last {
     margin-right: 0;
   }

All you would have to do is paste this css into your stylesheet and add the class 'inline' to the view in the UI.

Another example:

Read more
Grayside's picture

How to Use Theme Functions to Take Over an Entire Page

My last question at July's meetup asked how to mimic the book export or print module functionality to set aside the entire Drupal page render in favor of your own theme function.

The Development mailing list got me an answer within two hours, courtesy of Matt Chapman.

In your menu callback function, do not return theme(). Instead, print theme().

Read more
Subscribe with RSS Syndicate content