Article Archives

Read and get updated on how we progress.

How to Create a Responsive slideshow using the Flexslider drupal Module?

For one of our drupal site need Create a Responsive slide show. We can easily create slide show using the views slide show itself. For our case, we…

Read More >>

How to Create a Dropdown menu in Drupal 7?

We can create a dropdown menu in drupal using the Superfish module.   Download and enable the Superfish module   Enable dependency modules like…

Read More >>

How to create a sub theme using bootstrap 7x-3.x. in Drupal 7

What makes this Article important is that the absence of .subtheme folder inside the newer version of bootstrap 3.   So lets start to make our own…

Read More >>

How to add font awesome inside Drupal 7?

Download the font awesome and then move the folder to your theme folder. Here are the two methods of adding font awesome inside our drupal site.…

Read More >>

How to create an ajax form to display the entered text above the form

Creation an ajax form in simple in Drupal. This article helps to create a simple ajax form to show the entered text above the form without any page…

Read More >>

How to enable Google reCaptcha in Drupal form.

To enable reCaptcha in Drupal we have to enable the reCapctcha module.   Type 'drush en -y recaptcha' on Terminal.   This will download and…

Read More >>