I want to change the design of my website using a new Drupal theme. However, instead of buying or installing an existing one, I want to develop a template on my own that can fully meet my needs. I have some coding experiences, but do not know how to start for the creation of Drupal themes. Are there any resources for me to learn? Both online or offline resources are fine.
I'm having some issues with my Drupal installatie. I have installed Drupal 7.34 but when I install some free themes the banners won't load. When I inspect the elements I can see the images in the source code but it won't render or show the banner. I have installled various themes like education, blogger theme, creative responsive theme, Jackson, but no banners. I have tested on multiple computers. You can see it at: http://www.breweryplayingcards.be/drupal7
I'm trying to find my way into drupal 7.....for a couple of days....
I'd like to be able to move content-types on the web page.
Therefore I planned to use JQuery UI draggable function to act on my specific content-type.
Clicking on the content-type and firing an alert message form JS is working fine (on node-7 it's OK)....but changing the alert() function to $('#node-5').draggable(); does not work.
How would I add a class to EVERY 'a' element on a page programmatically in Drupal 7?
Have been searching/trying for ages but cannot seem to solve this one. I don't want to use CSS, JS etc, i'm more thinking of the addition of a function in the template.php file.
Thanks for any help!
Dan
--------update---------
I have found 'theme_link(&$variables)' but am getting a strange output at times.