Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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.
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:
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?