FAQ's

1) Right Side Bar Activation?

A : The chat icon in the navbar will activate the Right side bar.

2) Toggle Left Menu?

A : The Hamburger in the nav will collapse the left menu if required.

3) Where does the social icon pop up menu exist?

A : In the Dashboard V2 when you scroll down, and if it reaches the bottom of the page, social icon pop up is activated.

4) How does the preloader work?

A : In Every page just below <body> you can find <div> with preloaderclass .If you want to change it you can get the css code in custom.scss file ,there exists a code commented between "preloader".

5) How to get rid of preloader?

A : well, you can remove the preloader div at the start of every page and the related css in custom.scss and there is an on load function in Rightsidebar.js at the end of the file.

6) Date of Dimple Charts?

A : you can get the dimple chart date in "chart-date" folder which exists in the root folder.

7) How to use layouts?

A : The code for each layout page is in the respective pageload css and js files. you can use that particular code gloablly to change the layouts over all pages.

8) How does the preloader work?

A : In Every page just below <body> you can find <div> with preloader class .If you want to change it you can get the css code in custom.scss file ,there exists a code commented between "preloader".

Last updated