theming

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
jcicolani's picture

Troubles with Custom Theme using 960Grids Base Theme

I am trying to build a custom theme for my much discussed photo workshop site using the 960 Grid base theme. I get it running all right, except one small problem. None of my blocks are displaying. In their place I get "1" or "0". The regions seem to work right, properly sized, etc., but the blocks aren't showing.

Here is my theme.info file:


name = Vandivier
description = 960 Grid Subtheme
version = VERSION

core = 6.x
base theme = ninesixty
engine = phptemplate

stylesheets[all][] = reset.css
stylesheets[all][] = 960.css
stylesheets[all][] = styles.css

Read more
molenick's picture

Editing panels_content management page - adding, removing, altering CTools provided widgets and their elements

I'm working on a site that uses og_panels to allow group admins to construct the layout of their group sites. These admins need only the most very basic options, and the plan is to remove any option deemed excessive from the end user experience. Most specifically, I'm looking to make alterations to the following:

1) Removing options in CTools dropdown menus on the panels_content page.
2) Altering, reordering and removing headings from the Add Content modal window

Read more
stephthegeek's picture

Could we borrow your site with RTL content for theme development?

Hi all! I'm one of the developers of the base theme Fusion. We've built in RTL support to the theme but want to test it much more thoroughly before the final 1.0 release. But it's quite challenging to build and set up full, realistic RTL content when it's not our language :)

Read more
rpeters's picture

Drop down menu css problem

I have been racking my little brain trying to figure this out. I have a mockup and it has drop down menus they work fine. But when I try to employ them in drupal my first child displays fine, but my sub menus do not drop down. Does anybody know what I could be doing wrong?

Read more
texas-bronius's picture

Themining pager.inc .. Client wants XYZ, Drupal gives ABC

Yes, I'm using devel w/theming, and I get "theme_pager()" as the function to override for this full pager at the bottom of my View. Ok. So all I did was copy theme_pager() over into my template.php, rename "theme", and suddenly, my pager is stripped down to just the pages-- it no longer has the prev next, first last links.

I tried removing that theme override again, and instead use the theme_pager_first(), and that one I can play with all day.

Can someone provide some knowledge on what's not right for me?

Read more
stephthegeek's picture

Learn how to unlock more of Drupal's potential with Fusion theming at DrupalCon San Francisco

The TopNotchThemes team will be at DrupalCon in full force! Most importantly, we'd like to show you how to build more flexible themes faster, without reinventing the wheel -- with Fusion. If you want to see this session at DrupalCon, vote now!

Theming with Fusion: a new approach for layout and modular styles

We'll also (hopefully) be co-presenting two great sessions:

Read more
NonProfit's picture

IE6 breaking Zen

Hi, IE6 is breaking my Zen layout. I believe the issues relates to clearing #main, but for the life of me, can't figure out what I need to do. Any insight greatly appreciated.

http://rhill.gogrow.org/entertaining/

Thanks!

-NP

Read more
Cliff's picture

Tools for Choosing Accessible Colors

At last night's Austin Drupal meetup, I promised to post the links to the tools I demonstrated for testing color schemes for sufficient contrast. I plan to share more about these in the Accessibility portion of Drupal documentation, but for now, here are the places to find the tools:

Read more
chowdah's picture

Theming Views Slideshow output

I just started playing with views slideshow, but I'm having a hard time finding any documentation on theming the output. I can do some with css, but I don't understand how the tpl that comes with the views slideshow module (there's only one tpl file) works. Can somebody point me in the right direction?

Read more
wernerglinka's picture

using webform

I like to use a single contact form that is routed to different expert emails depending on where the user comes from. I also need the form title and intro text needs to be customized. I am using the webform module.

Example: I have a link “talk to expert A” and a second link “talk to expert B”. Both links point to the same form at forms/generic_form.

link A points to forms/generic_form?recipient=expert_a@example.com
link B points to forms/generic_form?recipient=expert_b@example.com

In the form I have set a field “recipient” with a default value of %get[recipient]

Read more
Subscribe with RSS Syndicate content