DevHeads.net

Theme

D7 multi site theme

I have a site mysub.mysite.com, a D7 site, set up as multisite.
I have its sites directory at sites/mysite.com.mysub and its settings are
found and work.
In that directory I have a themes directory, and in it, a mytheme directory.

Having cleared cache via the admin panel and drush, mytheme is not shown in
/admin/appearance. If I move the theme to sites/all/themes, it is listed.

Display Suite Preprocess fields

I have the following line in THEME_preprocess_node

$vars['node']->field_breadcrumb['und'][0]['value'] =
theme('breadcrumb', array('breadcrumb'=>$breadcrumb));

In Display Suite, I added a preprocess field. The machine name of the field
is field_breadcrumb,

The field appears in the Manage Display settings, but its contents don't
appear when the display is rendered.

theme in www.silverstripe.org

Hi all,
few days ago I visited silverstripe CMS's site. I liked the theme of this
site.

could anyone tell me how to create uneven border (like we have teared a
paper unevenly) for content body and borders of tables like in that site.

how could that be achieved? its result of css programming or simply
arrangement of images as background?

thank you

Re: [themes] Questions about appropriateness of Design Studio

1. Is it a good fit for redoing a category page and product display layout for Commerce?

2. Is there a situation where you would not use it?

3. Given a situation where a 3rd-party widget will be on the page, and its module puts it where you don't want it, such as the social Share button, can it 'grab' that?

Thanks.

Questions about appropriateness of Design Studio

I have a few questions about whether Design Studio is appropriate in a
given situation with D7. Please feel free to opine on any!

1. Is it a good fit for redoing a category page and product display layout
for Commerce?

2. Is there a situation where you would not use it?

3. Given a situation where a 3rd-party widget will be on the page, and its
module puts it where you don't want it, such as the social Share button,
can it 'grab' that?

Thanks.

D7 Field template for node type

The following template works fine:

field--fences-h2--node.tpl.php

But what if I want it to apply to just a specific node type?

Overriding zone etc. templates for specific content types in D7

Is there a template hint for overriding a zone template for a specific
content type, such as a content zone template for product display, or do I
need to create one in template.php?

Need help to find out UI URL

Hi all,

I need some help to find out the URL (UI to see post) of this mailing list.
I am not able to see any post. Need help !!!!!

thanks,
Manjit.

Part-time Drupal Consultant Position (Boston, MA)

Hi!

We are looking for a part time Drupal Consultant to help us design and develop Drupal themes. Please find the job description in the attachment.

Thanks!
Beiyi

G

Dang van

Theme advice

Hello i'm building a site which theme is wine. The site is for online
selling of wines.
I come to ask if u could advice me a them for the effect.

Re: [themes] Question about including third-party code libraries

Vielen Dank für Ihre Nachricht. Zurzeit bin ich abwesend und werde ab dem 15. Oktober 2012 wieder für Sie da sein.
In der Zwischenzeit steht Ihnen Herr Ivan Schmid - <a href="mailto:ivan. ... at comvation dot com">ivan. ... at comvation dot com</a> - gerne zur Verfügung.

Freundliche Grüsse
Urs Löhnert

Question about including third-party code libraries

Hello everyone,

I have a quick question regarding Bootstrap and a Drupal theme I am developing and planning to add to drupal.org. The theme uses Bootstrap, and I was wondering what the rules are regarding including the Bootstrap CSS and JS files within the theme itself. Is this acceptable to do? Or do I need to leave it out and instruct users to manually download it and add the files in the necessary folder within the theme like I have seen some other Bootstrap themes on drupal.org do?

Thank you very much.

Replicating page.tpl.php in D7

I have the following code in my module in D7. My intention is to have my
custom template loaded in place of page.tpl.php for this specific page, and
to have the template file in the module directory rather than having
page--mypage.tpl.php in the theme directory.

The problem I'm running in to is that after the template is loaded, it
complains that none of the page variables (logo, etc) exist.

NYC Drupal Contract - Cool opportunity to get involved in Next Generation Interactive Television (iTV) !

Know a good, Jr. Front-End Drupal Developer?

We've got an amazing contract opportunity in NYC with one of our leading Broadcast Media clients for someone who's starting out with Drupal to join the team that's responsible for developing the next generation of Interactive Television (iTV) capabilities. Get in on the ground floor with this highly coveted company that is taking full advantage of the ever-changing technical landscape. You need just 1 year of "real-world" Drupal development experience, as well as familiarity with site building/themes for Drupal 6 and 7.

NYC DRUPAL THEMES Contract - See Below for details - from Stuart Zander, Project One, Inc.

Know an outstanding DRUPAL THEMES Consultant?

One of our key clients in New York City needs to bring aboard 1 or 2 talented Front-end Web Developers with strong, hands-on Drupal theming experience to join their expanding team. These people will be responsible for hands-on development for multiple projects, will keep up-to-date with new technologies, and will adapt to an ever-changing technical environment. 6-12 months contract (W2 or C2C okay), onsite only. Any Broadcast Media or Digital/Interactive Industry experience is a huge plus.

Corralling a stray button

In D7, in template.php, I'm hooking preprocess_page and setting a $vars[]
variable = theme_button.

In a block, I have this:

<?php global $signup_button; ?>
<div id="signup"><?php print $signup_button; ?></div>

The button appears in the page source outside of those enclosing divs.
What am I doing wrong?

Floating blocks in a responsive theme

I'm using a responsive theme. On the home page I have a large image, and a
block of text that gets floated (not in the css float sense, just the
general term) over the image.

I'm thinking about the mobile presentation, and that I will want the block
of text to appear above or below the image in that context. And that leaves
me completely confused as to how to position the block.

I'm using my_sub_theme -> tundra -> arctica. The documentation for
actica/tundra is lacking, though there is much built into them.

D7 adding a themed item to a region

I am displaying a large image in a front-page region. Currently I hook
process_region in template.php, set a variable = theme('image'), and print
it.

I'm thinking that rather than printing it from the hook, I'd rather add it
to $page[my_region_name] and let it get printed when the template prints
render[my_region_name].

Where do I add it, or what do I call to add it? I tried doing things in
the hook like $vars[page][my_region_name][content][] = $my_themed_image,
but that doesn't work.

Taxonomies Drupal 7

I need something like this but for taxonomies for template.php.

/ * Display page based node * /
pushbutton_preprocess_page function (& $ vars) {
if (arg (1) == 26) {/ / node26
$ vars ['theme_hook_suggestions'] [] = 'page__portada';
} If (arg (1) == 24) {/ / node 24
$ vars ['theme_hook_suggestions'] [] = 'page__about';
}
}

Thankyou Community

Question about Drupal File System

Hello Experts,
 
I would like to understand how Drupal stores the content, it is an specific File System used, can any FS be implemented like for example QFS. I could not find that type of information in the documentation would you please guide me.
 
Thanks in advance
MJ

Re: [themes] session variable in page--front.tpl.php

Drupal uses persistent session storage -- in the database -- which is what
lets your login persist. Session data is stored too.

The simple way around this is to also store a session expiration time for
your display. If that time has passed, clear both session variables and
reset them.

session variable in page--front.tpl.php

Hi,

I'm using D7 and need a way to show an animation only once when a
visitors comes to the site.
I am using a session variable in my page--front.tpl.php file and if it's
not set, it shows the animation. Code snips below.
For some reason though once the animation is shown on a PC, it is not
shown again at all. Even when the browser is closed and I wait a day.
When I log into the site and log out, the animation is shown fine.

Regions in different templates .

Hi,

I've got a question about region in templates,. Can I remove region in
templates after that they are already in page.tpl.php ? Example I have
regions in my page.tpl.php

[header]
[main]
[footer]

and now can I remove the [main] region totaly in page--about.tpl.php
template when he is used ? or change it to example [left_sidebar] ?

ofcourse all my regions are sets already in .info file

Does it make any errors ?

Thx

BR>

(no subject)

Help with my first theme ... please

Hi every:
I'm trying to create my first theme and I want to use Twitter Bootstrap
as CSS framework.

I miss something or something goes wrong

Hi every:
I'm trying to create my first theme and I want to use Twitter Bootstrap as
CSS framework.

Third or more custom menus in template theme.

Hello Everyone!

Im trying to add another menu like primary-menu in page.tpl.php. I don't
want use a blocks.

a submenu a bit different

Thanks Carl wiedemann. I'll try that before creating a block to show the menu. Or three blocks like a friend say to me to show the active link; a little confusing.
 

a submenu a bit different

I show you my menu in my home:
Menu
<a href="http://groups.drupal.org/files/menu_0.png" title="http://groups.drupal.org/files/menu_0.png">http://groups.drupal.org/files/menu_0.png</a>

And this is what i need when people click in <<'musical
services'>>, isn't a hover or on:click. I mean, when
musical-services page loads, it loads the submenu too.
submenu
<a href="http://groups.drupal.org/files/submenu.png" title="http://groups.drupal.org/files/submenu.png">http://groups.drupal.org/files/submenu.png</a>

How do i do this, any tutorial or something?
Thank you, Jorge.
 

How to print a Taxonomy term hyperlink?

I can't figure out how to print one of the Taxonomy term links so it is
hyper and not just a string of text.

I can get the string of text printed by using:

<?php print $node->taxonomy[2]->name; ?> View attachment "01Capture.PNG"
to see how I got the information via dev module.

Using the Themer Module and clicking one of the Taxonomy term links
produces different information.

Seeking a Themer FTE Enterprise Level Application NYC

Hi,

I'm seeking a Themer with strong CSS HTML & PHP for a fulltime opportunity
in NYC.

The role pays a competitive base salary plus bonus. The drupal team is 10+
which consist of both developers and themers.

This would be an addition to the theming team. Both the manager and the
team are a great group to work with.

send inquiries to tech scout at techtalent(at)gmail(dot)com

roadmaps for themes

Hello

Is there a roadmap for themes like Garland and Zen?
I am asking this because some themes are just discontinued when going from
a drupal version to a newer one.

thanks and best regards,
GG

banner frame and logo

Hello

I mean by banner frame in my e-mail the frame that is at the top page and
that contains the logo. Please let me know if drupal has a different naming
convention to designate this area. I suppose it should not be called header
because this area corresponds to the one just between the banner frame and
the content. Correct me please if I am wrong

Now back to my question, I want to make this frame thicker because the logo
is large and does not entirely appear now. I don't know if this change
depends on theme itself that I am using. Please also let me know if this is
true.

unsubscrive

Elijah Lynn
903.354.5247
The Future is Open!

tabbed menu

Hello

can someone please guide/coach me in the following task:

i m using blue marine theme on drupal6. I have a menu but I want to set it
up in tab layout.

I understand it has to do with CSS but I would like to have someone to
guide me and give me the steps.

thank you in advance!

BR,

some questions about themes

Hello

Is there a theme that is configurable and customizable? Let me tell you the
background of my question: I want to let users customize their view like
gmail does.

My 2nd question is about changing themes. Whenever I change the theme, I
lose all the dimensions of the frames and menus. I don't know how themes
were developed in drupal, but changing from 1 theme to another should not
ideally hurt the look of the site.

And my 3rd question is about sub-theme. I keep seeing this term especially
in Zen theme.

Moodle and drupal

@Roger. Minor correction - Drupal and Moodle are two entirely different
things. I've used both extensively and really like Moodle. There is a Drupal
module (only available for 6.x) that allows for a single signon between a
Drupal and a Moodle site, but that's about the extent of the integration. I
have to admit that, if I wanted to set something up for a school, I'd go
with Moodle. It has all the academic stuff baked in. There's really no need
to mess with Drupal.

Larry E. Lutz
2425 Sage Road, Apt. 53
Houston, Texas 77056
Voice: (713) 850-1358
Email: <a href="mailto: ... at swbell dot net"> ... at swbell dot net</a>

Theme where text is read-only

Hi,

I am looking for a Drupal theme where content/ text in the website should
be read only. The requirement is to display content in such a way so that
it cannot be copied to avoid duplication of the content. I want to know if
this is even possible, if yes then please provide suggestions.

Thanks in advance!

Best,
Sharmishtha

theme for schools

hello,

I am searching for a theme suitable for schools. I used so far the
bluemarine theme on my drupal 6. It is neat but fairly old and does not
have tabs. Do you recommend me of any theme that is suitable for schools in
that regards?

thank you a lot
GG

Drupal Theme Developers Wanted For Themes.com Beta Program

Hi all

We are looking for Drupal theme developers and designers to join our beta
program and hope there are members of this list who would like to
contribute.

After all, a marketplace is kind of barren if you don't have anything to
sell.

theme dependencies

Hi all,

is there any easy way to know what modules a theme is depending on?
I have a theme from a Drupal 6 site with a multitude of installed
modules. When I use the theme on a plain vanilla Drupal install a blank
page is installed.
I really do not want to go through all the tpl files to see what modules
are referenced. How is a problem like this tackled?

Thanks.

Bert

All page titles identical

Hi,

I'm currently develping a custom theme for a mid-sized Drupal site
(6.22) and ran into a bizarre problem: Suddenly all page titles are
rendered with the exact same string, but not (never) with the actual
page title. The string is the localized version of "Image galleries".

This behaviour affects as well nodes and taxonomy term pages as views,
panel pages and even administrative pages, altogether around 50,000
pages. The string appears as well in the node title (<h1 class="title">
... </h1), as in the browser's page title (<title> ...

Theme Regions

I want to ask you how can i easily add more regions to Barlow theme or
any theme at a drupal site.

also i want to ask you if is there a program that i can design a theme
and then extract it as a drupal theme :)

thanks in advance :)

Re: [themes] How do I remove a theme from drupal

No files in a directory /sites/all/themes, the theme is displayed in Admin panel.

How do I remove a theme from drupal

How do I remove a theme from drupal?

Drupal 7.x taxonomy-term.tpl.php

Hi guys,
I tried to edit the view of a taxonomy page.

Adding custom link tags to page head

Hello all,
I've been learning how to code themes including using the .info file and the page.tpl.php and node.tpl.php and the variables that can be set. So, I want to add a link in the head section of the page, above the body tag. There is the variable $header that seems to handle all of this. This is set in the template.php file. So what is the best practice for hardcoding a link. I want to link to a foaf file.

Questions for newbies

what i need to do is a simple page, but i need a drop-down menu.
I have already used the Nice Menus module, but it seems to NEVER fit with
any free template.
And my question is: is that normal?
Do i have to look better for a template for my Nice Menu? or do i have to
write code?
thanks
Ana,

P.S. As i dont really want to program, i have started testing if any theme
fits my necessities.

(no subject)

Regards,

Karen Todd
07989 573358

Sent from my iPhone

menu bar unknown border

Can someone direct me in the right direction as far as theming a very
generic website. I am currently using Adaptive themes and when theming the
menu bar at the top right corner I get this border underneath. According to
firebug, it's element.style { min-height: 40px} that causes this issue,
however I cannot overrde it. the website is <a href="http://www.csdpacifico.com/drupal_pac" title="www.csdpacifico.com/drupal_pac">www.csdpacifico.com/drupal_pac</a>.
Any hints will be greatly appreciated.

Genesis theme, Drupal 7: Getting conditional stylesheets to work?

Hello all

For the past day I've been attrempting to create conditional stylesheets for
ie7 and 8 for the Genesis them/Drupal 7 with no success. In some read nodes
they mention pre installed conditional stylesheet information which I can't
find. I've tried installing the Conditional Stylesheets module and still no
success, even looking at the source to see if there were conditional
statements and if they were loading with no success.

Any help, guidance, code snippets, and directions on how to accomplish this
task would be greatly appreciated.

PChuprina

<div id= vs <div class=

Greeting and Hello,

I am working on some custom menus for a custom page. I currently have three
menu bars that have the same background components but different content. I
was thinking that I should be using one class instead of different <div IDs
for each. As I am looking at it, a single class with attribute selectors
seems like a more flexible solution. Anyone have any thoughts on this?

TIA

Michael

I can't seem to get "vertical-align: top; " to function at all with the theme "Framework"?

I have a custom home page that I developed and I am having the biggest
bear of a problem getting it to "vertical-align: top;". Does anyone know
how this might be done with the Drupal platform. I tried several
different methods included encasing the image in a div etc. etc. Nothing
worked so far. My theme is framework. My content type is "full html".

implementing CrossSlide in Drupal 7

Hello all,

If I wanted to implement a "CrossSlide" slide show on a drupal page, where
would I put the following:

<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>

<script type="text/javascript" src="js/jquery.cross-slide.js"></script>

<script type="text/javascript" src="js/personalwork.js"></script>

<script type="text/javascript" src="js/js-core.js"></script>

I understand they have to go in the "head" area, but what document head? I
found a head area in html.tpl but am unsure if this is the place.

Disabling the "readmore link" to show the complete copy? (sorry second post)

Hello all,

Unfortunately I lost all my prior emails and have to ask this question
again.

I've been struggling with this for the past few hours and am extremely
frustrated.

How do I disable the "readmore link" to allow a full posting to show and
then make the link invisible. I actually made the link invisible, but
because of it not being disabled my post also disappeared and I was not able
to view it. This is for the front page of a website.

All help appreciated, and thanks for your patience.

PChuprina

How to remove search button D7

Hi,

Is there a way to remove search button completely? User can search just
hitting the enter!

Br,
Tanel

Simple slide show

Hello all,

Is there a simple jquery slideshow(nothing special) that can be implemented
in Drupal 7? Everything I've seen seems to be beta or for 6.0

The type of slide show I'm interested in can be seen at:
<a href="http://myfriendfrans.com/" title="http://myfriendfrans.com/">http://myfriendfrans.com/</a> which is "cross slide." Would it be too hard to
implement in Drupal 7, considering I'm relatively new to 7? Any help,
guidance, or input is greatly appreciated.

P Chuprina

CSS questions I don't seem to be able to find on Drupal.org...

Hello and greetings,

I am trying to understand the internals of themes and have run into a few
questions that seem to be related. I was hoping to find some enlightenment
from the list. TIA for any replies.

I found references to several classes that I can not find in any .css files
on the order of: <li class="menu-114">. While I was trying to find the .css
file that contained these class definitions, I notice that in the page
source, in the marinelli theme for example, many calls to css file that have
references attached to them, i.e. links.css?lgkgm7. Can someone explain what
this means?

Syndicate content