Article Archives

Read and get updated on how we progress.

How to create a simple accordion using Bootstrap?

Accordions are very useful GUI (Graphical user interface) element when toggle between  showing and hiding the data. We can make a basic Accordion…

Read More >>

How to Create PPT,PPTX,PDF slideshows in Drupal

The plugin used to create ppt slide show is GroupDocs.viewer plugin. 1. First, you have to create a GroupDocs account. This account is used to…

Read More >>

How to write a page tpl file for a node type?

Add this code to your theme template.php function theme_preprocess_page(&$variables) { if (isset($variables['node'])) { $variables['…

Read More >>

How to unblock an IP after several failed log in attempts in Drupal

It is common that the IP must be blocked after 5 or more failed login attempts in Drupal.This can be overcome by following these simple steps.   …

Read More >>

How to check whether Boost module is working on our Drupal site?

For improving the performance of the drupal side we always add the boost module. We need to configure the boost module to improve the performance of…

Read More >>

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 >>