The HTML page layout.

learn more… | top users | synonyms

10
votes
3answers
643 views

Best practices for page layouts

I'm trying to figure out what the best practices are for page layouts in Drupal. Many pages have several different elements on them like main content, a header image, etc. I'm not looking at ...
4
votes
3answers
1k views

Which html div classes are relevant when styling Views in Drupal 7 (for CSS)?

Generally, I wish to be able to style Views output on my site, but I am unsure which div classes and classes from other html elements to select in CSS to style. There are many nested divs with ...
4
votes
3answers
1k views

Is there a way to create an openlayers map that adjusts size with an adaptive layout?

I'm building a site that will incorporate data mapped from users quite extensively, and I'd like the front page to mostly be just a map showing various relevant data. I'm also trying to build the site ...
3
votes
3answers
156 views

How to style a view in Omega

I want my view to use Omega's grid system, but could not find a way to do it. There is this thread http://drupal.org/node/1491678 that suggests using "Views Column Class" module. Is that the best way ...
3
votes
1answer
28 views

How to add classes to a specific bean w/ display suite template

On the website home page that I'm working on, we have 4 call-to-actions. Below is the DS template file which is used when rendering each of them: <?php /** * @file * Display Suite 2 column ...
2
votes
2answers
189 views

Truncating text instead of wrapping in a view (Drupal 7)

I have a view that displays an image, title, star rating and user name of a custom content-type I have created in a grid. When I have a very long title it messes up the layout of the view and makes ...
2
votes
4answers
186 views

Best way to build pages, or page equivalents… (Drupal 6)

Rewritten to simplify: I manage a Drupal 6 site that has various content types and is set up to display them in various methods, all of which work just fine. However, marketing likes to generate ...
2
votes
3answers
679 views

How do I change the layout of the fields used in a node?

I have a content type which has a large number of fields, for example: first name last name company By default, when a user adds a new node, these fields will appear one under the other. I want to ...
2
votes
1answer
212 views

Complicated views layout

I need to display part of the exposed form in my page's sidebar, and the rest of the form and content in the $content area. There's really no good way that I can find to do this. I sort of got it to ...
2
votes
1answer
46 views

Module development - Layout of dynamic content

I am creating a drupal module that receives content from a Web Based XML API. The module takes some search parameters from a user and embeds these into a XML command. I am at the point where I am ...
1
vote
1answer
269 views

How to change layout of node add/edit form with Display Suite?

Is there a way to use Display Suites to change a Layout for a Node Edit/Add form? i.e. form at: .../node/add/
1
vote
2answers
998 views

Two Columns with Display Suite?

I want to override the default three-column layout used by the Display Suite module, and I want to use only the left and right columns, without the middle one. What is the easier way to achieve this?
1
vote
1answer
64 views

Best practices to hide elements on a page [closed]

So at the moment I can use: CSS using display: none function hide(attribute) using hook_preprocess_page() remove title code from page.tpl.php And I'm sure there are much more! I'm kinda new to ...
1
vote
2answers
241 views

Structured layout in Drupal

I'm having trouble understanding how to approach layout in Drupal. I want to create a structure where (authorized) users with no designing skills can add content by simply adding content selecting a ...
1
vote
1answer
61 views

Making terms as a list format

This is my layout http://www.gorgeoushentai.com/content/saber-marionette-j-2 If you look at the genres section it shows them as a div class and I want it as a < li > . How can I make it a list ...

1 2 3 4
15 30 50 per page