This forum is for assistance with theme development.

Table layout for Drupal 7 theming

Did drupal 7 support table layout for customizing theming?
I want to make custom theme. I am weak in DIV CSS layout. But I know table with CSS very well. So, is it possible to make table layout for custom themeing.

Using form #states with Skinnable Checkboxes and Radio Buttons

I would like to create a more organized and beautiful form using the following code http://codepen.io/jackncoke/pen/cdqCb (http://cdpn.io/cdqCb )

but #state feature does not work with it or even other similar jquery plugins.

Is it possible to use the state feature with this code?

Changing the image size via CSS

.field-slideshow-slide, .field-slideshow-slide a, .field-slideshow-slide img {
height: 100px;
width: 100px;
}
The above code is the image class of my site.i have changed the height and width to 100px it got worked in firebug.But the same code when in place in global.css its not working please help on this..
i have tried referring the image class in various ways no luck..please suggest if any alternative to change my image size.

Search Results Page doesn't display block

I'm new to Drupal so forgive me for my ignorance....

I've modified a theme which has involved me creating a top banner in a block. On all of my pages, articles and webforms the block is displayed.

BUT. In the search results page the block disappears. All other blocks appear exactly as I would expect them.

Please, please tell me what I'm doing wrong - I've searched for hours trying to find a solution.

The theme does not apply to all the website's pages

Hi,

I am trying to create a new website page. For this purpose I chose content type, but when I create a new page, it doesn't follow the common theme template. The common template has blocks on the right, which are located right next to the text. On a new page however, the blocks are shifted below the text. I have made an image of what I mean: https://www.dropbox.com/s/brp0j0k8x0s3d6u/content.png

Overriding block template file(block.tpl.php) in Drupal 7.x

Hi, I am a novice in Drupal. Long story short, I am using Drupal 7.18 and Zen Theme 7.x-5.1 for creating a sub theme for my site. A sub-theme is also being created which is working fine till date. Now while overriding the block.tpl.php, I have copied the "block.tpl.php" file from the parent theme to my sub-theme. Now as per the instructions available over the internet, I have duplicated the block.tpl.php file and named it as : block--block-251.tpl.php, where `251` is the ID of the block in the "block" table of the site. To be more specific, the block is being built with a view.

Pages

Subscribe with RSS Subscribe to RSS - Theme development