This forum is for assistance with theme development.

How to style submit form?

Hi everyone.

I am having a weird issue with my forms to submit content. For some reason, there is a big space between the title and the form itself. I have tried every CSS property that I can think of and can't seem to figure it out: can change the length of the page etc, but the form itself won't move up the page.

There is probably a specific class or id that I need to use, but I can't figure it out. Anyone have any ideas?

Here is the associated source code (for the beginning at least). Any thoughts on which class to style and what property to use?

Theme function targets a specific menu question

I have recently been using this function by bangtan to remove the current page/node from the menu list.

Image Module Problem. Blank Page SOMETIMES upon importing image

Hi All,

I've been having a problem with my image.module more than often, and it's beginning to concern me, as this site is for a client.

Themes not applying

Hi using 5.3, localhost, trying to implement downloaded themes. Only installed today so a newbie.

They show in the list in the site configuration/themes and are applied to the rest of the admin section. But when I switch to view my site, no theme is applied at all, just bare text (no css)

Have tried alek_2_0, sky and dichotomy. Placed in sites/all/themes

The default themes show fine...

I guess a path problem?

please review my theme

hi guys,

I'm busy developing a whole bunch of themes, based on free xhtml/css templates, and I'm going to release them all for free.

Before I release anything, I would like some feedback on the quality of the theme, I bet I forgot about some stuff and I want to themes to be as much plug-n-play as possible.

Things I've already thought of:
-comment styling
-user picturse
-swapping left and right column, if you put your block in left, layout automatically adapts to left-column and vice versa
-forms
-backend looking allright

Trying to zebra theme 1 pixelout

I am using the mediafield_display module, but this question would apply if I wasn't.

I have a theme variable $zebracount that increments in my _phptemplate_variables() method in my theme (in Drupal 4.7 with the audio module this method would be phptemplate_audio_mp3_player() ). The theme that I have created styles nodes differently depending on a modulo number (aka my zebracount variable). The trouble is when the call is made to my function mythemename_mediafield_display_1pixelout() theme function, the template variable is no longer accessible.

I am trying to do something like:


/**
* Theme a 1pixelout audio file.
*/
function KimmyZen_mediafield_display_1pixelout($file, $item, $field) {
global $base_url;

//$options = array();
//$options['soundFile'] = check_url($base_url .'/'. $file['filepath']);

if ($zebracount == 1) {
$options = array(
'soundFile' => check_url($base_url .'/'. $file['filepath']),
'bg' => '0xFFFFCD',
'leftbg' => '0xb5bb7d',
'rightbg' => '0xb5bb7d',
'rightbghover' => '0xE5EFF5',
'lefticon' => '0xffffcd',
'righticon' => '0xffffcd',
'righticonhover' => '0xE99030',
'text' => '0x537e53',
'slider' => '0xb5bb7d',
'loader' => '0xfac46c',
'track' => '0xFFFFFF',
'border' => '0x537e53',
);
} else {
// different colors here
$options = array(

Pages

Subscribe with RSS Subscribe to RSS - Theme development