This forum is for assistance with theme development.

How to set Panel across different regions?

Hello,

I am working on a new theme. The outlook is like the picture:
http://www.topwebpagedesign.com/3.png

The marjor part of the theme is divided into two. One is Sidebar First, on the left, used to show the full content of a node. The other is Sidebar Second, on the right, used to list all the nodes titles, so that people could click on to find the details. I use block to put 'main page content' into Sidebar First, and rewrited the node.tpl.php to make it look as I needed.

Subtheme not appearing in the Appearance Section

Hey everybody,

I just made an Omega 4.x subtheme with Drush (drush owiz). I can see it in the file system, however when I tried to enable it, I couldn't find it in the Appearance section. Clearing cache didn't help either, neither did resetting Drupal (reinstalling it). In other words, on a fresh install with only omega (and drush) it doesn't work either.

When I stick it into drupalroot/themes, I can properly enable and use it which confuses me.

Any help is greatly appreicated,
Yorrd

how to fix this warning message in home page.

I used the following code to display both login & registeration form on home page.

<?php
 print drupal_render(drupal_get_form('user_login_block'));
?>
<?php
 print drupal_render(drupal_get_form('user_register_form'));
?>

But I am getting some warning message. See below url for screenshot.
http://i1273.photobucket.com/albums/y410/getsuresh401/error-message_zps0...

Combining 3 gallery management pages into one + real vs. hackable security

Hi all,

I’m building an art gallery site where each user is an artist. The artist page includes a brief bio plus blog posts and events relevant to the artist, and it shows a gallery. The gallery is a view with the artist name as a contextual field, and Image is content type so that I can use the images in a slideshow on the home page and a collective gallery that shows everyone’s work at once.

I have two questions:

  1. To manage their gallery, an artist has to use three different interfaces. They click an “Add Art” link on their gallery that opens the New Image screen. There’s a sorting page implemented through the Draggable Views module to let them drag and drop the images in the order they want – that is also a view. And then, to edit or delete an image they have to go to Drupal’s Content management screen. I would love to offer a single gallery management screen for them to do all of these things. Do you have any advice or recommendations on how I could do that?

[SLOVED] Display Divs with different heights without spacing

Hey ho everyone,

I have a problem with my protefolio display. I want to display all my divs like this:
Example

The divs there have a fixed with and a 100% height.
I have tried for a while to find the right solution but couln't find the perfect one :D

Here is what I got until now
My development Page

This is a awesome piece of shit :D

wrong layout in windows host

I made theme and it works well 0n linux hosting.
We have some reason to change to window hosting and got a minor issue
On linux host
Only local images are allowed.
Only local images are allowed.

Pages

Subscribe with RSS Subscribe to RSS - Theme development