When you purchase our theme. You can download Theme files from Downloads page. Navigate through your purchased items.
Download your purchased item and you will get the theme-file.zip
into the theme file. You can use that file for your work.
Documentation - Contain theme documentation file.
Licensing Folder - Contain all licensing info files.
development-file
. I made this using gulp and scss. If you want to use gulp, you can run.
Attention Please
All of our products come with free support and currently we handle all support questions through Our Support Facebook Group [recommended for fast support].
You can also mail us for support electronthemes@gmail.com
Zenifer
│ Documentation
│ Theme-file
│ │ .html
│ └───assets
│ │ css
│ │ fonts
│ │ img
│ │ js
│ │ scss
We developed this theme using scss and gulp. We have included SCSS and gulp file in the theme file. To work with this file, you have to ensure your computer has already installed nodeJS
and gulp
globally.
npm install gulp-cli -g
Now check the version of Node, Gulp, sass.
*Node: node -v
*Gulp: gulp -v
*SASS: sass --version
Now to run the theme file, install Node packages. run
npm install
npm run build
npm run start
You can add new js plugin’s js and css using gulp file. All external css and js files are called in gulpfile.js
. You can add new files and run npm run build && npm run start
You will get all css and scripts in the assets folder. CSS files in css
folder and JS scripts in js
folder. All css and JS plugins file are compressed. I have compressed that for loading fast. If you need uncompressed file, please send us message or mail us. We will send the uncompressed files.
ALL CSS files:
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/components.css" media="all" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" media="all">
Script files:
<!-- Jquery scripts -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCn4uayw359fjMh4P9i2rKKZYHzXaqTRNs"></script>
<script src="assets/js/plugins-min.js"></script>
You will get all helper tools here. We have used bootstrap color, backgraound, spacing classes. We made some extra helper classes for best uses.
uses:
<div class="text-primary"></div>
<div class="text-secondary"></div>
<div class="text-white"></div>
<div class="text-heading"></div>
<div class="text-paragraph"></div>
Reference: text-[value]
value: primary|secondary|white|heading|paragraph|light-gray|gray|light-pink|pink|light-blue|violet|red||
uses:
<div class="bg-primary"></div>
<div class="bg-primary-light"></div>
<div class="bg-secondary"></div>
<div class="bg-white"></div>
<div class="bg-heading"></div>
Reference: bg-[value]
value: primary|secondary|light-black|white|heading|gray|violet|smoke|deep-purple|purple|light-purple|
uses:
<div class="fw-700"></div>
<div class="fw-600"></div>
<div class="fw-500"></div>
Reference: fw-[value]
value: 700|600|500|400|300|
uses:
<div class="pt-10">padding top</div>
<div class="pb-15">padding bottom</div>
<div class="pl-10">padding left</div>
<div class="pr-10">padding right</div>
<div class="px-10">padding left right</div>
<div class="py-10">padding top bottom</div>
Reference: p-[value]
t for top
,
b for bottom
,
l for left
,
r for right
,
x for left-right
,
y for top-bottom
,
value: 10|15|20|25|...|195|200
uses:
<div class="mt-10">margin top</div>
<div class="mb-15">margin bottom</div>
<div class="ml-10">margin left</div>
<div class="mr-10">margin right</div>
<div class="mx-10">margin left right</div>
<div class="my-10">margin top bottom</div>
Reference: m-[value]
t for top
,
b for bottom
,
l for left
,
r for right
,
x for left-right
,
y for top-bottom
,
value: 10|15|20|25|...|195|200
uses:
<div class="pt-xs-10">Extra small devices (portrait phones, less than 576px)</div>
<div class="pb-sm-10">Small devices (landscape phones, 576px and up)</div>
<div class="pl-md-10"> Medium devices (tablets, 768px and up)</div>
<div class="pr-lg-10">Large devices (desktops, 992px and up)</div>
<div class="px-xl-10">Extra large devices (large desktops, 1200px and up)</div>
Reference: p-[size]-[value]
size: xs|sm|md|lg|xl|
value: 10|15|20|25|...|195|200
uses:
<div class="mt-xs-10">Extra small devices (portrait phones, less than 576px)</div>
<div class="mb-sm-10">Small devices (landscape phones, 576px and up)</div>
<div class="ml-md-10"> Medium devices (tablets, 768px and up)</div>
<div class="mr-lg-10">Large devices (desktops, 992px and up)</div>
<div class="mx-xl-10">Extra large devices (large desktops, 1200px and up)</div>
Reference: m-[size]-[value]
size: xs|sm|md|lg|xl|
value: 10|15|20|25|...|195|200
uses:
<div class="width-10"></div>
<div class="width-20"></div>
<div class="width-30"></div>
Reference: width-[value]
value: 10|20|30|40|...|190|200
uses:
<div class="maxw-50"></div>
<div class="maxw-100"></div>
<div class="maxw-150"></div>
Reference: maxw-[value]
value: 50|100|150|...|1050|1100
uses:
<div class="height-10"></div>
<div class="height-20"></div>
<div class="height-30"></div>
Reference: height-[value]
value: 10|20|30|40|...|190|200
uses:
<div class="maxh-10"></div>
<div class="maxh-20"></div>
<div class="maxh-30"></div>
Reference: maxh-[value]
value: 10|20|30|40|...|390|400
You can find it into script.js file.
You can change map location marker color with the help of data-color="#f2b720"
and you can change backgraound color
with the help of data-bgcolor="#8627ae"
/////////////// 11. WORLD MAP ///////////////
var vMap = $('#world_map')
if (vMap.length) {
vMap.vectorMap({
map: 'world_mill',
normalizeFunction: 'polynomial',
hoverOpacity: 0.9,
hoverColor: false,
regionStyle: {
initial: {
fill: vMap.data('bgcolor') || '#1b45ab',
},
},
markerStyle: {
initial: {
r: 9,
fill: vMap.data('color') || '#174c8d',
'fill-opacity': 0.95,
stroke: '#fff',
'stroke-width': 7,
'stroke-opacity': 0.4,
},
hover: {
stroke: '#fff',
'fill-opacity': 1,
'stroke-width': 1.5,
},
},
backgroundColor: 'transparent',
zoom: false,
zoomOnScroll: false,
markers: [{
latLng: [23.684994, 90.356331],
name: 'Bangladesh',
},
{
latLng: [36.778259, -119.417931],
name: 'California',
},
{
latLng: [-38.416096, -63.616673],
name: 'Argentina',
},
{
latLng: [-0.789275, 113.921326],
name: 'Indonesia',
},
{
latLng: [-30.559483, 22.937506],
name: 'South Africa',
},
],
})
}
You can find it into script.js file.
You can change map API key going to footer script code and you can change location Lat-Lng
going to assets > js >
script.js
.
Map style:
///////////////// SNAZZY MAP STYLE ///////////////
var mapStyle = [{
"featureType": "all",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#ffffff"
}]
},
{
"featureType": "all",
"elementType": "labels.text.stroke",
"stylers": [{
"color": "#000000"
},
{
"lightness": 13
}
]
},
{
"featureType": "administrative",
"elementType": "geometry.fill",
"stylers": [{
"color": "#000000"
}]
},
{
"featureType": "administrative",
"elementType": "geometry.stroke",
"stylers": [{
"color": "#144b53"
},
{
"lightness": 14
},
{
"weight": 1.4
}
]
},
{
"featureType": "administrative.locality",
"elementType": "all",
"stylers": [{
"visibility": "on"
}]
},
{
"featureType": "administrative.locality",
"elementType": "labels.icon",
"stylers": [{
"visibility": "on"
}]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [{
"color": "#08304b"
}]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [{
"color": "#0c4152"
},
{
"lightness": 5
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.fill",
"stylers": [{
"color": "#000000"
}]
},
{
"featureType": "road.highway",
"elementType": "geometry.stroke",
"stylers": [{
"color": "#0b434f"
},
{
"lightness": 25
}
]
},
{
"featureType": "road.arterial",
"elementType": "geometry.fill",
"stylers": [{
"color": "#000000"
}]
},
{
"featureType": "road.arterial",
"elementType": "geometry.stroke",
"stylers": [{
"color": "#0b3d51"
},
{
"lightness": 16
}
]
},
{
"featureType": "road.local",
"elementType": "geometry",
"stylers": [{
"color": "#000000"
}]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [{
"color": "#146474"
}]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [{
"color": "#021019"
}]
}
]
Map Lat Long:
if ($('.map-canvas').length) {
var map = new google.maps.Map($('.map-canvas')[0], {
zoom: 10,
styles: mapStyle,
center: new google.maps.LatLng(40.712776, -74.005974),
});
}
All images are only for demonstration purpose, however you can re-download them in sites below. Almost all (not including overclothing.com, Daniel Zenda, Freepik etc…) images are released free of copyrights under Creative Commons CC0.
Use this CSS
& fonts
reference you can update css
& fonts
to customize your design.
Use this jquery
scripts reference you can update jquery
to modify your design.
⭐⭐⭐⭐⭐