This forum is for assistance with theme development.

Need Help With Sidebars/Columns In Polder

I use Polder (with Xtemplate, maybe...not really sure, but know theme is polder) at www.fsstandard.com.

I am trying to figure out **how** to control the width of the center nodes/modules/whatever they are called (stories) because, with a left and right sidebar, it makes the site too big to fit within the window of a browser.

What do I do? How do I fix this???

simple.theme

I am looking for some people willing to test out a new templating theme: http://drupal.org/node/view/8365

It is modelled after MovableType such that you can define your own look-and-feel by using simple tags, edit it from the web ( see http://james.seng.cc/archives/simple-screenshot.PNG )

   <div class="node">
      <h2 class="date"><$DPNodeDate('F d, Y')$></h2>
      <h2><a href="<$DPNodeURL$>" title="<$DPNodeTitle$>"><$DPNodeTitle$></a></h2>
    <$DPIfCategories$><div class="info">&raquo; <$DPForEachCategory$><$DPCategory$><$DPEndForEach$></div><$DPEndIf$>
    <$DPIfNode('static')$><div class="static">(static)</div><$DPEndIf$>
    <div class="content">
      <$DPContent$>
    </div>
    <div class="info">
       Post by <$DPNodeName$> on <$DPNodeDate('medium')$>
      <$DPIfLinks$>
         :: <$DPForEachLink$><$DPIfFirstLink$><$DPLink$><$DPElse$> | <$DPLink$><$DPEndIf$><$DPEndForEach$>
      <$DPEndIf$>
    </div>
  </div>

Xtemplate/front page configurations not taking?

I'm using a custom xtemplate theme on my blog. For some reason, the specfications I set in xtemplate config -- logo, links, so forth -- aren't displaying on my front page. All the others seem to work well. Any guidance?

Load JS from extermal file?

Hello

I want to implement a dirty trick for top DHTML navigation menu, which can be modified by uploading some js/html code. I'm not a programmer so I don't feel like I can wite a module for this menu manipulation which would be the right way of course.

So can I load to theme (for output to html) some code from external file? I use modified Chameleon theme.

Thanks

extra xtemplate skins

I'm not promising anything really exciting (I'm not a web designer by trade), but I've put together over ten xtemplate skins for Drupal 4.4 into one package. You can learn more, see and download them on my weblog (thumbnails lead to larger png's).

Intrlaced theme problem

Hello

I'm trying to find out where is the hook: menus (menus.module and navigation) is giving strange responce with a lot of space before each item in Interlased theme (like there are a left padding 50px for each item), say:

----menu
--------submenu
------------subsubmenu

instead of

-menu
--submenu
---subsubmenu

where is the point? It eats my content! I've tried to find an answer in css but zero. Maybe I missed something?

Pages

Subscribe with RSS Subscribe to RSS - Theme development