This forum is for assistance with theme development.

Customising Index Display?

Hi,
I am trying to change the way post teasers are displayed on the index of my site (www.loadedonline.com.au).

Basically what I am after is:

Category 1

-------
| icon | Title of Article
| .... | Date Posted by Author
-------

-------
| icon | Title of Article
| .... | Date Posted by Author
-------

Category 2

-------
| icon | Title of Article
| .... | Date Posted by Author
-------

CSS: ID #help formatting

Hello,

I need to format the #help information that drupal outputs, but I´m encountering some problems. For example, at the administration page it shows this info:

<p id="help">
<p>Welcome to the administration section. Below are the most recent system events.</p>
</p>

So we have one paragraph with one id, and inside another paragraph. The problem is that I don´t know how to create a rule to format the second paragraph. I´ve tried with this:

p#help p{margin-left:15px}

Custom theme logo image - logo.jpg instead of logo.png

Hi there,

short question: Is there a way to let Drupal display a logo.jpg image file instead of the hard-coded logo.png in theme.inc?
Or do I have to embed my custom logo.jpg in my page template statically? => Downside: Administer -> themes -> configure -> Logo image settings will not work anymore for this template.

Blix 3 Column ready to share on Drupal theme site

Hi all,

I wish to share the blix template which I've modified to 3 columns on drupal theme site. How do I do that?

Change name of Search-button

I'm busy with a theme and am trying to change the name of the Search-button.

This actually works, but when I change it, search doesn't work anymore...

Here's the code of the working search-box:

3 column blix with problems

Hi,

I managed to do a 3 column blix, but I'm facing some problems. I'm not very good at CSS so I hope all of you can have a look at it and maybe tell me what's wrong.

Mainly, the problem is the right column is not aligned with the header anymore. Also, when all blocks are on the right side, the content is still in the middle of the page (not expanded) making a huge white space on the left.

You can try it out on your drupal, here are my files:

http://staywealthy.com/themes/blix/style.css

my page.tpl.php which I added

  <div id="subcontent">  
    <?php print $sidebar_left ?>
  </div>

and changed:

  <div id="subcontent">  
    <?php print $sidebar_left $sidebar_right ?>
  </div> 

to:

  <div id="subcontent">  
    <?php print $sidebar_right ?>
  </div> 

Full page.tpl.php:


print $language
" xml:lang=" print $language ">

print $head_title

print $head print $styles

print theme("onload_attribute"); >


print $sidebar_left

if ($messages != ""):

print $messages

endif;
if ($mission != ""):

print $mission

endif;
if ($title != ""):

print $title

endif;
if ($tabs != ""):
print $tabs
endif;
if ($help != ""):

print $help

Pages

Subscribe with RSS Subscribe to RSS - Theme development