There is an easy way to reset your password through FTP, if you’re an Admin user. 1. Login to your site through FTP and download your active theme’s functions.php file. 2. Edit the file and add below code to it, Read More …
How to create new block region in Drupal 7
Then following are the steps demonstrate how to create a new block region in Drupal 7. Step 1: Open up your theme’s .info file and add the following line: regions[new_region] = New Region Step 2: Now go to the your Read More …
My js events are not calling after loading the page using AJAX
Whenever we are loading any data in DOM through AJAX, these data are not registered into the DOM that is why jQuery code written for any event like click, change, submit etc for any element, are not fired. Solution: By Read More …
Drupal node indexing
How to index a node at time of its creation/modification in Drupal7? Drupal would not indexing nodes at the time of its creation/modification. At the time of executing the cron script drupal indexing all the nodes those are yet not Read More …
AWS plug-in for wordpress
Plug-in name: Ajaxify WordPress Site(AWS) Download Link: http://wordpress.org/extend/plugins/ajaxify-wordpress-site/ Author: Manish Kumar Agarwal Description: Ajaxify WordPress Site will load posts, pages, search, header, sidebar, footer sections etc. without refreshing the browser. This means any navigation actions on the site’s front-end will be Ajaxified and Read More …
Members import wordpress plug-in
This plug-in allows you to batch import of users/members taken from an uploaded CSV file. It will add users/members with basic information, including firstname, lastname, username, password and email address. Each user who is added will be a ‘subscriber’ if Read More …