By admin on Wed, 04/17/2019 - 06:26
Step 1: Download Theme
Download the latest version of theme you wish to update.
Step 2
Put your website in Maintenance mode.
Navigate to:
Home Administration Configuration Development Maintenance mode
By admin on Tue, 04/16/2019 - 14:20
Hello Drupar.com members!
I am exited to introduce our dedicated support ticket portal for our paid services.
Our paid services customer can now open support ticket for fast support.
What Are Our Paid Services
We currently provide following Drupal related services.
By admin on Fri, 03/30/2018 - 05:59
Introduction
Breadcrumb navigation is a core feature in Drupal 8. But by default, breadcrumb do not show current page. In this tutorial we will add current page in the breadcrumb navigation in our theme. This can be achieved by editing our theme file THEME-NAME.theme
Step 1
Open THEME-NAME.theme file of your theme in any text editor.
By admin on Thu, 12/03/2015 - 05:41
I recently started developing Drupal 8 theme. But every time I was making any change, I had to clear Drupal cache. So, here is how you can disable Drupal cache when developing theme / module for Drupal 8 and 9.
By admin on Thu, 01/01/2015 - 17:28
Some of our themes might not support Drupal overlay module. This is because these themes comes with latest stable version of jQuery.
If you check the error using inspect element of browser, you will find following error message.
TypeError: jQuery.browser is undefined
The overlay module do not work with jQuery version 1.9 and later. It's because $.browser is deprecated in jQuery 1.9 and overlay module need this to work. So, its good to disable overlay module from:
Pages