This forum is for assistance with theme development.

Custom view for taxonomy page

I wanted to make a custom view for the taxonomy page, so i used the Views module for that. So far, so good. The list with nodes is viewed as I wanted. But with the Views module I can only control the appearance of the list with nodes (am I right?). I also want to add a sidebar with regions to the page etc. What is the best way to do this?

Display Suite + Custom Entities (entityform) + Bastard Page Title

I've been rolling through theming. For my nodes, I generally set up a new display via Display Suite, I use the convenient feature they offer to hide the node title and make a normal field, and everything works great.

And then I started creating a few custom entities using Entityforms. I'm going through the same process, for the most part. Except that, I don't have a nice little "custom page title" option. I'm guessing that only works on node bundles.

So then I try to use a preprocess_entity function to unset the title, but I'm not seeing it there either.

Convert existing html built with bootstrap to Drupal theme

I have quite a complex static HTML site that is built with Twitter Bootstrap and was hoping to get some tips in terms of the best route to build the site and theme in Drupal.

My original plan was to build a custom theme from scratch and just add my existing HTML to the page.tpl.php and add Drupal's dynamic PHP tags. I have also seen there is a Bootstrap theme but I'm not sure whether it would be easily adapted to my needs. The site follows a strict HTML structure that needs to stay in place for the it's responsive design to work.

Adding a class attrubute in some li tags in main menu

Hello everyone. I need to add "separate" class into main menu li tags. For example:

<ul>
<li><a href="">Home</a></li>
<li class="separate"><a href="">About</a></li>
<li class="separate"><a href="">contact</a></li>
<li class="separate"><a href="">help</a></li>
</ul>

How can i solve it on drupal 7? Thanks.

Javascript integration with Drupal theme for off canvas nav.

I am trying to implement an off canvas layout in Drupal using the Omega 4 base theme, with the end result based on this: http://jasonweaver.name/lab/offcanvas/

Individual Sidebar Content on each page

Hi Community,
I'm despairing with a drupal problem. I've got a client who was Typo3-user before and already hat experiences with that system. He wants to add different and individual sidebar content from page to page like he did in Typo3.
I don't have an idea how to realise that. Does anyone have an idea?

activedesigner

Pages

Subscribe with RSS Subscribe to RSS - Theme development