theme

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

Sell theme and code/dbase?

I developed a specific drupal theme. I plan to sell this theme, but it's not much use unless I also sell custom views and panels I built for it. Can i sell this together in a bundle?

Read more
opegasus's picture

Omega 3.X multi theme (Omega 3.x - The Responsive Grid)

Howdy all!

Anyone play with the latest Omega (3.X) multi theme? Looks pretty cool and can help developers/themers reach a large scalable (device-monitor) audience.

http://drupal.org/project/omega
http://developmentgeeks.com/blog/omega-3x-responsive-grid

Read more
jhsu802701's picture

Selecting a theme

I'm looking for advice on how to select a Drupal theme. What do you look for in selecting from the 289 available for Drupal 7? I'm not sure what exactly makes one theme more suitable than another for various tasks. That said, I see that one criterion I should aim for is maximum compatibility with different browsers.

Since I'm new to Drupal, I assume I should stick to something that's user-friendly, has been around for some time, and is widely used and supported. (That's the logic behind why I recommend Linux Mint for first-time Linux users.)

Read more
akanik's picture

Jquery working in admin theme (revision view) but not default theme

I'm having a very frustrating issue with jquery. I am trying to co-oped some jquery script, css, and text from ProPublica to use as a republished work on my company website (publicsource.org). The code that I am trying to use is here:

$(document).ready(function() {
var tabCommon = $(".frack-show-common");
tabCommon.addClass("active");
var tabSick = $(".frack-show-sick");
var tabWeird = $(".frack-show-weird");
tabCommon.click(function(e) {
e.preventDefault();
$("#common").fadeIn("slow");
$("#sick").hide();
$("#weird").hide();
tabCommon.addClass("active");

Read more
ithacaindy's picture

Support: How to Theme Node Details Using Context?

I'm trying to alter the way node detail pages look, using the Context article_detail_page. My main goal is to display the article's main photo above the headline, not below, which is the default. How do I accomplish this - perhaps Context is not even the right area.

Read more
hsalazar's picture

Diagram of regions in Omega 3

Please review this diagram of Sections, Zones, Regions for Omega 3.

Omega 3 Diagram

This is built in InDesign after using the starterkit for omega-html5, so it's easy to fix/repair/update.

By the way, this made me wonder about the inclusion, in mytheme.info, of the lines

regions[page_top] = 'Page Top'
regions[page_bottom] = 'Page Bottom'

since they don't appear elsewhere in the code.

Read more
unleash's picture

new install -> no theme & style - problem and solution !

hello dear developer hello dear users - good day all!

first of all i have a drupal commons installed - and i do not have any style at http://campus-24.com/ see the of the current status description here:

if you installed a commons and do not have a theme / nor a style just head over and read this: http://commons.acquia.com/discussion/no-theme-new-install and http://commons.acquia.com/discussion/no-theme-new-install#comment-15346

also had the same problem and it was solved by disabling CSS Optimizaition. checked all my CSS under /profiles/drupalcommons/themes, and all are UTF-8. You also might find an answer http://drupal.org/node/445462 You just have to convert all your css files in unix/utf8 and it's done.

Read more
miio_ma's picture

カラーモジュール対応のテーマなのですが、カラーが適用されません。

はじめまして。drupalを初めて1ヶ月の初心者です。
html、cssは簡単なサイト制作できるくらいの知識はあります。
php、cmsについては今まさに勉強中です。

少しずつですが理解をし始めているところで、
どうしても解明できない壁にぶち当たってしまいました。

初歩的すぎる質問かと思いますので大変恐縮ではございますが、
是非どなたかご教授頂ければ幸いでございます。

テーマをカスタマイズしようと試みています。

何かで「テーマをカスタムする場合は既存のテーマをいじってはいけない」
という記述を読んだので、以下のようにする事にしました。

drupalインストール時にあるテーマ「bartik」をサーバからダウンロードし、
「sites/all/themes」の中へ「bartik」ディレクトリをアップロードしました。

テーマ選択画面へ反映されたので、早速設定してみたところ
「配色」がデフォルトのカラーのままになってしまい、
カスタムカラーが一切適用されません。

「style.css を変更するのかな?」
と思いstyle.css を見てみましたが、
下手にいじってこれ以上の悪夢が起きたらまずいと思い手つかずになっています。

Read more
brainiac.kalel's picture

Cách custom menu trong drupal 7

Chào các bạn, mình mới tìm hiểu sơ về drupal 7.
Mình có làm template, trong đó có main menu, sử dụng

if ($main_menu) {
    print theme('links__system_main_menu', array('links' => $main_menu));
}

thì hiển thị menu dạng

<ul >
    <li ><a >dd</a></li>
    <li ><a >dd</a></li>
</ul >

nhưng giờ mình ko muốn kiểu đó mà muốn thêm tag span bao tag a

<ul >
    <li ><span ><a >dd</a></span></li>
    <li ><span ><a >dd</a></span></li>
</ul >

thì làm sao hook được.

Mong moi người chỉ bảo.

Read more
govinda_roul's picture

How to use multiple theme engines in drupal ?

Subscribe with RSS Syndicate content