Using Menu Attributes in Drupal 7
Menu attributes allow you to specify some additional attributes for the menu item such as Title, ID, Name, Relationship, Classes, Style, Target and Access Key.
Need Quote ? Call us at 512-228-9657
Menu attributes allow you to specify some additional attributes for the menu item such as Title, ID, Name, Relationship, Classes, Style, Target and Access Key.
Filters are used to specify selection criteria to select required records from a table. Therefore, using filters in views can help us reduce the result set to the required amount of data. We can add multiple filter criteria. In Drupal 6, all the filters are ANDed together, but in Drupal 7, we have the option to add the criteria as AND and OR.
Learn how to build your own custom item list in Drupal 7 using the function theme_item_list.
Sass is an extension of CSS3. It is translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. Most commonly used syntax of sass is "scss". SCSS files use the extension ".scss". The other syntax is "sass". We will talk about scss here.
Advantages of scss over css
Learn how to perform Apache solr installation and database indexing. The steps and code mentioned in this article will help you achieve this task.
Start with learning object-oriented PHP that you need to understand Drupal 8 code. The free eBook covers:
Can highly recommend the @redcrackle Drupal 8 #OOP intro found at http://redcrackle.com/blog . Also available as handy PDF. Very well written!