This forum is for assistance with theme development.

Sass and Compass on Windows, do they play nice?

I have been watching the Theming tutorials for Omega. Specifically the ones by Scott Tolinski. He seems to indicate that you need Ruby, Ruby-Gems, rvm and Xcode to Theme the way he does. I have watched the tutorials and do not see , so far, where Xcode comes in (maybe that is just a preference and not a requirement). He appears to be the only one who has extensive Omega-Theming tutorials. At least ones that don't cost money like Lynda.com.

Drupal 7 Mobile Development

Hi there,

I am trying to develop a Drupal 7 site with mobile capability. Which theme(s) will be most suitable (easy to adjust and adapt and customize).

Thanks in advance.

MobileTechGuy
MobileTechGuy

Developed Sites:
R.C. Becker and Sons
Relationship Success (Karen Lee, LMFT, LPCC)

Display repeatable fields in node.tpl.php

Hello, I am a beginner in Drupal coding , so....

I created the field "field_article_image_gallery" that shows me unlimited images inside my article node.

How can I display them via $content('field_article_image_gallery')???

For example:

foreach ($content('field_article_image_gallery') as $image) {
echo $image;
}

How?

Thanks

Content outside </HTML> tag after update of theme's CSS.

All right, so I started a new job that has a site through Drupal which I've used before with success after initial setup.
A strange thing happened today, when I uploaded the site's theme .css with more correct responsive format for modern phones.... An orphan (for lack of a better word) html tag has now been posted at the bottom of the website, under the footer.

It's like:

</html>
<p><img src="..."</img></p> 

on EVERY SINGLE DRUPAL site.

Drupal CSS files, what do they do, where are they?

Now I seem to be off and running with Drupal, but I see that on my Web-Hosted directory-tree under [/home/public_html/sites/all/themes/"CURRENT DRUPAL WEBSITE"/css]-folder there are many different css files. I am sure there is some method to this madness and these names. I also see that when I use Inspector on Firefox, that many times other css files are being brought in to manage the form of the web-page from other locations, but I don't know where these are.

drupal cannot read from the specified location /files

Hi i had a specific problem my css works good but in html when i convert my site to drupal 7, i cant load logo because i had a message "drupal cannot read from the specified location /files". Which localization be root in drupal theme folder? and watch permissions shoud be given?

Warning: opendir(themes/psskin/top): failed to open dir: Permission denied in file_scan_directory() (line 2076 of /opt/lampp/htdocs/test/includes/file.inc).

Pages

Subscribe with RSS Subscribe to RSS - Theme development