Dear buyer,
We are grateful for your choice of our theme and appreciation of our work. We ask you to take a moment for your comment and rating our theme.
Lots of love
Apricot - Admin Dashboard Team
Apricot Bootstrap 3 Admin Dashboard Template has a sidebar menu that represents a modern user experience
by Apricot Bootstrap 3 Admin Dashboard Template you can find the menu that you want, this much-needed facility for the menu with a lot number. eg megamenu
With a clean design, this template does not seem complicated. but very attentive to function as a backend template
All the facilities available in order to accommodate all the features theVira can support with Bootstrapping.
In total there are 29 main theme .html files:
All these html files have certain html blocks in their source code. All the html blocks are clearly commented out and should be easy to spot. Most HTML files contain left navigation sidebar. The main structure of a typical page would be:
SIDEMENU
TITTLE
**CONTENT**
Below are additional CSS files structure, there total there are 14 css files:
loader-style.css file imports all alternative stylesheets, so you don't need to include all .css files in each HTML page, simply add/remove necessary line in main.css (first lines):
@import "../js/skin-select/skin-select.css";
@import "font-awesome.css";
@import "entypo-icon.css";
@import "maki-icons.css";
@import "weather-icons.min.css";
@import "dripicon.css";
@import "../js/vegas/jquery.vegas.css";
@import "../js/pace/themes/pace-theme-center-simple.css";
@import "../js/datepicker/daterangepicker-bs3.css";
@import "../js/pnotify/jquery.pnotify.default.css";
@import "../js/tip/tooltipster.css";
Please keep in mind also that all the entries in the css is not ONLY in the folder assets/css, but also in the assets/js/.. it is mainly for css required by plugin of certain jquery
Here's some jquery files used for this template, each folder contains plugins that use this template
For Example
for plugins related to the following date picker and also for the other
Explanations for plugin loaders, which are placed into main.js file. main.js serves as the main jquery to run Sidebar Menu, Searchable Menu, Tooltip Menus and other things that become the main plugin in this template
//Sliding Effect Control
head.js("assets/js/skin-select/jquery.cookie.js");
head.js("assets/js/skin-select/skin-select.js");
//Showing Date
head.js("assets/js/clock/date.js");
//Bootstrap
head.js("assets/js/bootstrap.js");
////Acordion and Sliding menu
head.js("assets/js/custom/scriptbreaker-multiple-accordion-1.js", function() {
$(".topnav").accordionze({
accordionze: true,
speed: 500,
closedSign: '
',
openedSign: '
'
});
});
////Right Sliding menu
head.js("assets/js/slidebars/slidebars.min.js", "http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js", function() {
$(document).ready(function() {
var mySlidebars = new $.slidebars();
$('.toggle-left').on('click', function() {
mySlidebars.toggle('right');
});
});
});
//-------------------------------------------------------------
//SEARCH MENU
head.js("assets/js/search/jquery.quicksearch.js", function() {
$('input#id_search').quicksearch('#menu-showhide li');
});
//-------------------------------------------------------------
//EASY PIE CHART
head.js("assets/js/gage/jquery.easypiechart.min.js", function() {
$(function() {
$('.chart').easyPieChart({
easing: 'easeOutBounce',
trackColor: '#ffffff',
scaleColor: '#ffffff',
barColor: '#FF0064',
onStep: function(from, to, percent) {
$(this.el).find('.percent').text(Math.round(percent));
}
});
var chart = window.chart = $('.chart').data('easyPieChart');
$('.js_update').on('click', function() {
chart.update(Math.random() * 100);
});
$('.speed-car').easyPieChart({
easing: 'easeOutBounce',
trackColor: 'rgba(0,0,0,0.3)',
scaleColor: 'transparent',
barColor: '#0085DF',
lineWidth: 8,
onStep: function(from, to, percent) {
$(this.el).find('.percent2').text(Math.round(percent));
}
});
var chart = window.chart = $('.chart2').data('easyPieChart');
$('.js_update').on('click', function() {
chart.update(Math.random() * 100);
});
$('.overall').easyPieChart({
easing: 'easeOutBounce',
trackColor: 'rgba(0,0,0,0.3)',
scaleColor: '#323A45',
lineWidth: 35,
lineCap: 'butt',
barColor: '#FFB900',
onStep: function(from, to, percent) {
$(this.el).find('.percent3').text(Math.round(percent));
}
});
});
});
//-------------------------------------------------------------
//TOOL TIP
head.js("assets/js/tip/jquery.tooltipster.js", function() {
$('.tooltip-tip-x').tooltipster({
position: 'right'
});
$('.tooltip-tip').tooltipster({
position: 'right',
animation: 'slide',
theme: '.tooltipster-shadow',
delay: 1,
offsetX: '-20px',
onlyOne: true
});
$('.tooltip-tip2').tooltipster({
position: 'right',
animation: 'slide',
offsetX: '-20px',
theme: '.tooltipster-shadow',
onlyOne: true
});
$('.tooltip-top').tooltipster({
position: 'top'
});
$('.tooltip-right').tooltipster({
position: 'right'
});
$('.tooltip-left').tooltipster({
position: 'left'
});
$('.tooltip-bottom').tooltipster({
position: 'bottom'
});
$('.tooltip-reload').tooltipster({
position: 'right',
theme: '.tooltipster-white',
animation: 'fade'
});
$('.tooltip-fullscreen').tooltipster({
position: 'left',
theme: '.tooltipster-white',
animation: 'fade'
});
//For icon tooltip
});
//-------------------------------------------------------------
//NICE SCROLL
head.js("assets/js/nano/jquery.nanoscroller.js", function() {
$(".nano").nanoScroller({
//stop: true
scroll: 'top',
scrollTop: 0,
sliderMinHeight: 40,
preventPageScrolling: true
//alwaysVisible: false
});
});
//-------------------------------------------------------------
//-------------------------------------------------------------
//toggle close
head.js("", function() {
$('.nav-toggle').click(function() {
//get collapse content selector
var collapse_content_selector = $(this).attr('href');
//make the collapse content to be shown or hide
var toggle_switch = $(this);
$(collapse_content_selector).slideToggle(function() {
if ($(this).css('display') == 'block') {
//change the button label to be 'Show'
toggle_switch.html('');
} else {
//change the button label to be 'Hide'
toggle_switch.html('');
}
});
});
});
//-------------------------------------------------------------
//PAGE LOADER
head.js("assets/js/pace/pace.js", function() {
//
paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
elements: {
selectors: ['.my-page']
}
};
});
//-------------------------------------------------------------
//SPARKLINE CHART
head.js("assets/js/chart/jquery.sparkline.js", function() {
$(function() {
$('.inlinebar').sparkline('html', {
type: 'bar',
barWidth: '8px',
height: '30px',
barSpacing: '2px',
barColor: '#A8BDCF'
});
$('.linebar').sparkline('html', {
type: 'bar',
barWidth: '5px',
height: '30px',
barSpacing: '2px',
barColor: '#44BBC1'
});
$('.linebar2').sparkline('html', {
type: 'bar',
barWidth: '5px',
height: '30px',
barSpacing: '2px',
barColor: '#AB6DB0'
});
$('.linebar3').sparkline('html', {
type: 'bar',
barWidth: '5px',
height: '30px',
barSpacing: '2px',
barColor: '#19A1F9'
});
});
$(function() {
var sparklineLogin = function() {
$('#sparkline').sparkline(
[5, 6, 7, 9, 9, 5, 3, 2, 2, 4, 6, 7], {
type: 'line',
width: '100%',
height: '25',
lineColor: '#ffffff',
fillColor: '#0DB8DF',
lineWidth: 1,
spotColor: '#ffffff',
minSpotColor: '#ffffff',
maxSpotColor: '#ffffff',
highlightSpotColor: '#ffffff',
highlightLineColor: '#ffffff'
}
);
}
var sparkResize;
$(window).resize(function(e) {
clearTimeout(sparkResize);
sparkResize = setTimeout(sparklineLogin, 500);
});
sparklineLogin();
});
});
//-------------------------------------------------------------
//DIGITAL CLOCK
head.js("assets/js/clock/jquery.clock.js", function() {
//clock
$('#digital-clock').clock({
offset: '+5',
type: 'digital'
});
});
//-------------------------------------------------------------
//NEWS STICKER
head.js("assets/js/newsticker/jquery.newsTicker.js", function() {
var nt_title = $('#nt-title').newsTicker({
row_height: 18,
max_rows: 1,
duration: 5000,
pauseOnHover: 0
});
});
//-------------------------------------------------------------
//PAGE LOADER
head.js("assets/js/vegas/jquery.vegas.js", function() {
$(function() {
//$.vegas({
// src: "assets/img/bg.jpg"
//});
//$.vegas('overlay', {
// src: 'assets/img/overlays/06.png'
// });
$("#button-bg").click(function() {
$("body").css({
"background": "url('assets/img/bg5.jpg')no-repeat top center fixed"
});
});
$("#button-bg2").click(function() {
$("body").css({
"background": "url('assets/img/bg2.jpg')no-repeat top center fixed"
});
});
$("#button-bg3").click(function() {
$("body").css({
"background": "url('assets/img/bg.jpg')no-repeat top center fixed"
});
});
$("#button-bg5").click(function() {
$("body").css({
"background": "url('assets/img/giftly.png')repeat"
});
});
$("#button-bg6").click(function() {
$("body").css({
"background": "#2c3e50"
});
});
$("#button-bg7").click(function() {
$("body").css({
"background": "url('assets/img/bg3.png')repeat"
});
});
/**
* Background Changer end
*/
});
});
I've used the following jQuery plugin, Fonts, Images, Icons or other files as listed.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest.