How to override different version of Jquery
Drupal
How to override different version of Jquery in Drupal 8 using theme
Drupal 8 use its own jquery version by default and if you want to use the other version of jQuery instead of default than this tutorials steps is for…
Import and Export Drupal 8 Views, Or Import
Drupal
Import and Export Drupal 8 Views, Or Import and Export any configuration Drupal 8
Drupal Views Import and Export configuration is the basic protocol to staging the website or production website deployment, In Drupal 7, we need the…
Wordpress Error with php 7.1 - PHP Fatal
Wordpress
Wordpress Error with php 7.1 - PHP Fatal error: Uncaught Error: [] operator not supported for strings
Hey, This is error caused by php7 and later,many application will face this error Reason behind is that the php 7 will not convert the blank…
Change all files and folders permissions of
Other
Change all files and folders permissions of a directory to 644/755
Find is best command to apply permission to directories and files recursively to all . For Directories find /desired_location -type d -print0 |…
Import Database using xampp mysql command
MySQL
Import Database using xampp mysql command prompt windows
As we all know the xampp is most popular tool at machine level programming work, but sometime we need to deal with the bigger databases to import…
Retrieve the query used in mysql views
MySQL
Retrieve the query used in mysql views
we can create the database views for many reason, but if we forget what query you was used to create the views or need to find out using which query…
Redirect Old Domain to New Domain via .
Other
Redirect Old Domain to New Domain via .htaccess
Usually we develop the site on developement or subdomain and when we finally mirgate the to new domain then some of thing will remain or page…
Jquery prevent enter to submit form
Javascipt
Jquery prevent enter to submit form
If you want to prevent the form submit using jquery, then this page helps you to doing this. jQuery(document).ready(function() {…
Drupal site maintenance not affecting front
Drupal
Drupal site maintenance not affecting front page
function HOOK_preprocess_page(&$vars) { global $user; if (!in_array('administrator', $user->roles) && variable_get('…