This forum is for assistance with theme development.

which condition will use taxonomy-term.tpl.php

in term of not use views moudle.
when I access the page: taxonomy/term/6
user theme suggestion https://drupal.org/node/1089656.
the content will use taxonomy-term.tpl.php.
but I find the content use node.tpl.php,not use taxonomy-term.tpl.php.
so , I am confused.
question: which condition will use taxonomy-term.tpl.php.

thanks!

Bluemasters Theme and Advanced CSS/JS module conflict

I'm using the Bluemasters theme and the Advanced CSS/JS Aggregation module. When I enable it, the site fills a fully expanded browser, not like the demo. Any ideas? Suggestions? Thanks!
Site: http://melodytanishorner.com

How to change #page-wrapper background image on every page

As per my client's design i have to change th background image of #page-wrapper on every page. Can someone clue me in, or at least point me in the direction on how this might be done?

i'm going through as many tutorials as possible but thought i could ask here too. thanks in advance

Generating the Images for an image style

$field_ad_image = field_get_items('node', $node, 'field_ad_image');

This works
<img src="<?php print image_style_url('classified_node', $field_ad_image[0]['uri'])?>"/>

While this does not. The url is generated there is just no image to access.

<?php print theme('image_style', array('style_name' => 'classifed_node', 'path' => $field_ad_image[0]['uri']));?>

Drush can't find php

So, today i install Drush, i used wget to dowload Drush 7.0 to /bin directory then make alias to /bin/drush in .bashrc but i have one little problem, when i type drush in my command line i see information:

saygon@debian:~$ drush
ERROR: can't find php.

What i can do to proceed this?
Thanks for answer and sorry for my English!

Problem with visualization of website

Hi Guys,

I have a strange issue in my page.tpl.php file some divs are on one place in page.tpl.php file, but when i have opened my web site these div I checked with firebug and they are on a totally different place.

Pages

Subscribe with RSS Subscribe to RSS - Theme development