WebPanda Documentation
Thank you for purchasing Our WebPanda
In case of any questions please do not hesitate to contact us via our support at Yankee Themes Please don't forget to rate Provide and leave a nice review, it means a lot to us and our theme. Simply log in your Themeforest, go to Downloads section and click 5 stars next to the "WebPanda - Bootstrap4 Multi-purpose Responsive HTML5 Template".
Please Rate UsUser Guide
Created Date | 07/08/2018 |
Modfied Date | 12/09/2018 |
Version | 1.2 |
Author | Yankee Themes |
Author Contact | enquiry[at]yankeeinfoweb[dot]com |
File Structre
WebPanda/ ├── css/ │ ├── demo-categories │ └── all (demo pages css in this folder (ie:yit-car-rental.css)) │ ├── fonts │ └── all (font related files in this folder (.ttf, .eot, .woff, .svg, .woff2)) │ ├── fonts-icon │ └── all (font icons related files in this folder) │ ├── plugins │ └── all (plugin related files in this folder) │ ├── shortcodes │ └── all (shortcodes related files in this folder) │ ├── other all (root) level css files ├── js/ │ ├── plugins │ └── all (plugin related files in this folder) │ ├── vendor │ └── all (library related files in this folder) │ ├── other all (root) level js files ├── images/ │ ├── all images files with appropriate folder ├── scss/ │ ├── all scss files included with appropriate folder ├── video/ │ ├── demo video (demo.mp4) │ ├── demo audio (audio.mp3) ├── all .html files
WebPanda The Most Powerful Bootstrap 4 Website Templates.
WebPanda is Exclusive multi-purpose 100% responsive template with powerful features. Simple and well-structured coding, high quality and creative, flexible layout, scalable features along with color schemes to create tailor-cut websites. With bootstrap, responsive mega menu and various layouts including incredible blog template, portfolio layouts, business pages and many more..!
Key Features
- 26+ Landing Pages
- 43+ Inner Pages
- 64+ Portfolio Pages
- 50+ Blog Pages
- 500+ Unique Element Style
- 70+ Unique Features
- 46+ Header / Footer Style
- 60+ Typography
- 180 Day Support
Installation
Once you've downloaded the installation file on Themeforest, Extract it and locate a file called WebPanda.zip. You can install the template by ftp installation methods.
Requirements:
Unzip the downloaded package and open the /HTML folder to find all the template files. You will need to upload these files to your hosting web server using FTP in order to use it on your website.
Directory Structure:
HTML/css
- Stylesheet filesHTML/fonts
– Icon font filesHTML/images
- Image filesHTML/js
- Javacript filesHTML/video
– Video / Audio files
You're now good to go..! Start adding your content/images and generate your beautiful, elegant brand & new website for your business.
ZIP Contains:
- WebPanda.zip
- Documentation
- Document PDF
HTML Markup
WebPanda follows a standard and easy to customize coding structure. Here is the sample for your reference:
<!doctype html> <html class="no-js" lang="en"> <head> <!-- =================== /META BOC ==================== --> <meta charset="utf-8"> <!-- Description --> <meta name="description" content=""> <!-- Keyword / Content --> <meta name="keywords" content=""> <!-- =================== /META EOC ==================== --> <!-- =================== /TITLE BOC ==================== --> <title> :: Page - Title Goes Here ::</title> <!--w =================== /TITLE EOC ==================== --> <!-- =================== /FAVICON BOC ==================== --> <title> Add your website favicon here </title> <!-- =================== /FAVICON EOC ==================== --> <!-- =================== /WEB CSS BOC ==================== --> <link href="css/filename.css" rel="stylesheet" type="text/css"> <!-- =================== /WEB CSS EOC ==================== --> </head> <body> <!-- ====== /WRAPPER BOC ====== --> <div class="page-wrapper"> <!-- ====== /HEADER BOC ====== --> <header> <!-- /Navigation BOC --> <div class="yit-nav"> <nav class="navbar navbar-expand-md navbar-light"> ... </nav> </div> <!-- /Navigation EOC --> </header> <!-- ====== /HEADER EOC ====== --> <!-- ====== /SECTION BOC ====== --> <section> ... </section> <!-- ====== /SECTION EOC ====== --> <!-- ====== /FOOTER BOC ====== --> <footer> <div class="container"> </div> </footer> <!-- ====== /FOOTER EOC ====== --> <!-- ====== /WEB JS BOC ====== --> <!-- Placed at the end of the document so the pages load faster --> <script src="js/filename.js"></script> <!-- ====== /WEB JS EOC ====== --> </div> </body> </html>
Logo Setting
The Logo can be found in the Navbar - .navbar
block, below is the markup for your reference:
<!-- /Logo BOC --> <nav class="navbar"> <div class="container"> <a href="page-name.html" title="WebPanda" class="navbar-brand"> <img src="images/logo.png" data-at2x="images/logo@2x.png" width="" height="" alt="WebPanda"> </a> </div> </nav> <!-- /Logo EOC -->
The .navbar-brand
is the standard class of
http://getbootstrap.com
Image Setting
WebPanda download package does not contain images which are there in our online demo. We are using placeholder images instead of real images. You will see the image code as mentioned below. You can replace placeholder image url with your image url like images/imagename.jpg
<img src="images/image-name.jpg" alt="image alt text" width="" height="">
.img-fluid
is the standard class of Boostrap.
For image related classes please prefer Helper Class Section.Favicon Setting
To change the favicon image of your site, you need to load a new ICO image in a site root or to point out a new address of the image.
<!-- /Favicon BOC -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
images/favicon/favicon.png
Font Setting
WebPanda is used Default Fonts
like: Roboto & Montserrat from the Google Fonts Library. You can change the fonts from /css/style.css file in below lines. If you want to use self hosted fonts other than Google fonts then here is an example of Self Hosted Fonts. In this case you need to remove below lines and change font names in /css/style.css
file as per your requirement.
<!-- /DEFAULT THEME FONT BOC --> <link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet"> <!-- /OTHER GOOGLE FONT VARIATION BOC --> <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Muli:200,200i,300,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700,900" rel="stylesheet">
Font Helper Class
We have created more font family and font variation, you can get fonts variation style from css/theme.css
for your reference:
font-dosis
font-poppins
font-oswald
font-source-sans
font-playfair
font-rubik
font-dancing-script
font-muli
font-roboto
font-josefin-sans
Heading Helper Class
We have created more heading font with variation, you can get fonts variation style from css/theme.css
for your reference:
heading-poppins
heading-dosis
heading-oswald
heading-source-sans
heading-playfair
heading-dancing-script
heading-muli
heading-roboto
heading-josefin-sans
Landing Pages Demo
WebPanda is Exclusive multi-purpose 100% responsive template with powerful features with suitable for startup to enterprise level website.
- WebPanda Default
- WebPanda Classic
- WebPanda Digital Agency
- WebPanda Business Parallax
- WebPanda Creative Studio
- WebPanda Creative Designer
- WebPanda Web Agency
- WebPanda Freelancer
- WebPanda Branding Agency
- WebPanda Startup
- WebPanda Digital Marketing
- WebPanda SEO
- WebPanda Hosting
- WebPanda Personal
- WebPanda Web Agency
- WebPanda Startup OnePage
One Pages Demo
A wide range of one-page designs to choose from; one that perefect with different caterogry business. Choose yours demo.
Header Type (Navigation)
You can choose between 28 Types of navigation while creating your Pages. The list of various navigation types & demo for your reference.
1. Header Transparent Default
Header with no solid background color.
Note : You can find this header demo in feature-navigation-default.html page for your reference.
2. Header Transparent Full Right
Header transparent full view with top bar navigation.
Note : You can find this header demo in feature-navigation-full-right.html page for your reference.
3. Header Transparent Full Center
Header transparent full view with center navigation.
Note : You can find this header demo in feature-navigation-full-center.html page for your reference.
4. Header Navigation Transparent
Header transparent full view with overlay navigation.
Note : You can find this header demo in feature-navigation-transparent.html page for your reference.
5. Header Navigation Top Transparent
Header transparent full view with top bar overlay navigation.
Note : You can find this header demo in feature-navigation-top-nav-transparent.html page for your reference.
6. Header Navigation Light
Header container navigation with light background.
Note : You can find this header demo in feature-navigation-light.html page for your reference.
7. Header Navigation Dark
Header container navigation with dark background.
Note : You can find this header demo in feature-navigation-dark.html page for your reference.
8. Header Navigation Fancy
Header navigation with box style. When user scroll on menu it will be display full view and sticked on top postition using yit-nav-fancy-style
class
Note : You can find this header demo in feature-navigation-fancy.html page for your reference.
9. Header Navigation Inverse
Header navigation with normal view in dark style, when user scroll on menu it will be appear in inverse style using yit-nav-inverse
classs.
In inverse menu you can used two tyle of logo variation like dark and light.
Note : You can find this header demo in feature-navigation-inverse.html page for your reference.
10. Header Navigation Logo Right
Header navigation with logo in right side.
Note : You can find this header demo in feature-navigation-logo-right.html page for your reference.
11. Header Navigation Logo Center
Header navigation with logo in center side.
Note : You can find this header demo in feature-navigation-logo-center.html page for your reference.
12. Header Navigation Logo Top
Header navigation with logo on top and bottom of the navigation.
Note : You can find this header demo in feature-navigation-logo-top.html page for your reference.
13. Header Navigation Scroll Fixed
Header navigation top bar and main navigation. When user scroll on menu top bar scroll hide using yit-on-scroll-fixed
and menu will be sticked on
top postion.
Note : You can find this header demo in feature-navigation-on-scroll-fixed.html page for your reference.
14. Header Navigation Top Fancy
Header navigation top bar fancy style using fancy-style
class effect will be applied from css.
Note : You can find this header demo in feature-navigation-top-nav-fancy.html page for your reference.
15. Header Navigation Top Contact Style
Header navigation top bar contact style to show contact information using column structure. If you want to change top bar background color check Helper Class section for more information
Note : You can find this header demo in feature-navigation-top-nav-contact.html page for your reference.
16. Header Navigation Mega Style
Header navigation mega style using column structure
Note : You can find this header demo in feature-navigation-mega-header.html page for your reference.
Simple Dropdown
We have created standard dropdown menu using boostrap mark with custom css, below is the image demo and page link for your reference:
Note : You can find this simple dropdown demo in feature-navigation-default.html page for your reference.
Navigation Setting
You can easily make changes in Navigation using custom classs.
Change Background Color: You can easily add your favorite color to your navigation bar by adding color class like .pink-color-bg
,
orange-color-bg
or whatever you want, please make sure that same css class should be there in theme.css file.
Navbar Variation Style:
.yit-nav-transparent-style
for create a transparent style navigation no any solid background.yit-nav-light-style
for create a light style navigation either white or grey color background.yit-nav-dark-style
for create a dark style navigation with grey color background.yit-nav-color-style
for create a color style navigation with different color like.pink-color-bg
yit-nav-fancy-style
for create a fancy style navigation, for more information please prefer fancy style navigation demo in navigation section.
navbar
section for appplied class effect, but still if you have any query or confusion simply, prefer navigation demos for your reference. For More Info Click Here
Slider Types
WebPanda Use four type of slider to create banner, sliders as mentioned below :
For slider demo just click on slider image then it will be re-direct on appropriate page.
- Flex Slider
- Slick Slider
- Swiper Slider
- OWL Carousel
1. Flex Slider
Note : You can find flex slider demo in webpanda-default.html page for your reference.
2. Slick Slider
Note : You can find slick slider demo in webpanda-digital-agency.html page for your reference.
3. Swiper Slider
Note : You can find swiper slider demo in webpanda-branding-agency.html page for your reference.
4. OWL Carousel
Note : You can find owl carousel demo in element-team-carousel.html page for your reference.
Element & Shortcodes
Note : We have created 65+ shortcode html pages and also each page have more variations style. If you want to use that particular shortcode in your page, just simply click on below listed pages and prefer demos for your reference.
General Elements
jQuery Elements
Interactive Elements
Icon & Fonts
We have used four types of icon for creating template pages, elements, portfolio & blogs, to make creative and elegant.
- Font Awesome Icon
- Themify Icon
- ET Line Icon
- Dripicons Icon
1. Font Awesome
Note : You can find font awesome demo at https://fontawesome.com website for your reference.
2. Themify
Note : You can find themify icon demo at https://themify.me/themify-icons website for your reference.
3. ET Line
Note : You can find et line icon demo at http://rhythm.nikadevs.com/content/icons-et-line website for your reference.
4. Dripicons
Note : You can find dripicons icon demo at http://demo.amitjakhu.com/dripicons/ website for your reference.
Portfolio Listing
Note : We have created 64+ portfolio layouts page to fully showcase your products and accomplishments. Please check our megamenu for more portfolio variations OR just simply click on below demo images and prefer demos for your reference.
- Portfolio Parallax
- Portfolio Minimal
- Portfolio Photography
- Portfolio Metro
- Portfolio Personal
- Portfolio Multislide
- Portfolio Verticle
- Portfolio Progressbar
- Portfolio Grid Column
- Portfolio Grid Overly
- Portfolio Grid Animate
- Portfolio Grid Blur
- Portfolio Grid Scale
- Portfolio MasonryMasonry
- Portfolio Metro Scale
- Portfolio Masonry Filter
- Portfolio Metro Filter
- Portfolio Image Gallery
- Portfolio Masonry Gallery
- Portfolio Justified Gallery
- Portfolio Carousel
Portfolio Detail
Note : We have created five type of portfolio single to show your work with branding & product accomplishments.
Blog Listing
Note : We have created 50+ blog layouts page to fully show your website news and updates. Please check our megamenu for more blogs variations OR just simply click on below demo images and prefer demos for your reference.
Blog Detail
Note : We have created four type of blog single to show your website latest news and updates with company branding.
Forms
WebPanda created wide range of contact form, inquiry form, quick quote form with more stylist variations.
1. Contact Form
Note : You can find contact form demo in element-forms.html page for your reference.
2. Inquiry Form
Note : You can find inquiry form demo in element-forms.html page for your reference.
3. Validation Form
Note : You can find validation form demo in element-forms.html page for your reference.
input-style-1 to input-style-8
class in common-form
class. for more information please prefer element-forms.html page for your reference.
4. Form With Google Captcha
Note : You can find google captcha form demo in element-forms.html page for your reference.
5. PHP Mailer Settings
Project Inquiry, Contact or any contact related form will not work unless you have your files running on a hosting server with PHP / JS. When you have your files ready on your hosting server, you need to edit the settings to make the mailer function work.
Open email template file yit-contact-form.php
and change your setFrom Email Address at the top from info@yourdomain.com
to your real email address, same way you can change subject line from "Contact Us" or any other as per your need. Also replace yourdomain.com
with your real domain name and change
addReplyTo Email Address info@yourdomain.com
.
Note: Email template images will not work in local, so you have to host images in your server in images/email-template
folder
and images path should be follow :
- Email Template Line Divider Image Path should be :
yourdomainname.com/images/email-template/email-divider.png
- Email Template Email Banner Image Path should be :
yourdomainname.com/images/email-template/email-banner.png
6. Form Helper Classs - Focus state style will auto applied as per the input style
input-radius
- for create radius input styleinput-rect-round
- for create radius rectangle input styleinput-rect-rounded
- for create radius rounded rectangle input styleinput-shadow
- for create shadow input styleinput-light
- for create light input styleinput-dark
- for create dark input styleinput-white-border
- for create white input border styleinput-black-border
- for create black input border styleinput-pink-border
- for create pink input border styleinput-red-border
- for create red input border styleinput-purple-border
- for create purple input border styleinput-indigo-border
- for create indigo input border styleinput-cyan-border
- for create cyan input border styleinput-teal-border
- for create teal input border styleinput-green-border
- for create green input border styleinput-orange-border
- for create orange input border styleinput-brown-border
- for create brown input border styleinput-grey-border
- for create grey input border style
shortcodes/yit-forms.css
for your reference.
Helper Class
We have created wide range of really useful helper classes using .scss for you. Below is the listed for your reference :)
Global Classes
yit-center-items *
for center all itemsyit-style-none
for style noneyit-shadow-none
for box-shadow noneyit-radius-none
for border-radius noneyit-bg-none
for background noneyit-border-none
for border noneyit-none-transform
for text transform noneyit-overflow
for overflow the blockyit-flex
for create element using flexnoscroll
for hide body scroll using js
Responsive Utilities Class
hidden
for hide the html elementshidden-xs
for hidden html elements in mobilehidden-sm
for hidden html elements in small devicehidden-md
for hidden html elements in medium devicehidden-lg
for hidden html elements in large device
Display Class
yit-display-table
for dispaly table elementyit-display-tb-cell
for dispaly table-cell elementyit-display-block
for dispaly block elementyit-display-inline
for dispaly inline elementyit-display-inherit
for dispaly inherit or overrideyit-display-centrize
for dispaly centrize elementyit-display-v-centrize
for dispaly verticle centrize elementyit-flex-v-center
for dispaly verticle flex center elementyit-flex-h-center
for dispaly horizontal flex center element
Position Class
yit-pos-relative
for relative elementyit-pos-absoulate
for absoulate elementyit-pos-fixed
for fixed elementyit-pos-inherit
for inherit/override elementyit-pos-h-center
for dispaly position horizontal elementyit-pos-v-center
for dispaly position verticle elementyit-display-v-centrize
for dispaly verticle centrize elementyit-flex-v-center
for dispaly verticle flex center elementyit-flex-h-center
for dispaly horizontal flex center element
Image Effect
img-scale img
for image scale effectgray-scale
for grayscale image effect
Align / Text Effect
text-shadow-light
for text shadow light effecttext-opacity-sm
for text opacity light effecttext-opacity-lg
for text opacity dark effect
Word / Text Break Class
white-space-nowrap
white-space-normal
white-space-pre
word-spacing
for spacing the word
Float Class
float-left
for floating postion in leftfloat-right
for floating postion in rightfloat-none
for remove floating position in block
Image Class
yit-img-left
for left align imageyit-img-right
for right align imageyit-img-center
for center align image
Background Class
yit-bg-h-center
for horizontal background image centeryit-bg-v-center
for verticle background image centeryit-bg-center
for background image centeryit-bg-b-center
for background image bottom centeryit-bg-no-repeat
for background image no-repeatyit-bg-repeat
for background image repeatyit-bg
for common background image with all elements
Background Position Class
yit-bg-r-b
for background-position right bottomyit-bg-r-t
for background-position right topyit-bg-l-b
for background-position left bottomyit-bg-l-t
for background-position left topyit-bg-r-c
for background-position right centeryit-bg-l-c
for background-position left center
Background Cover Class
yit-parallax-bg
for background parallax imageyit-cover-bg
for cover background image
Background Overlay Class
bg-overlay
for background overlay imagebg-fade-overlay
for background fade overlay imagebg-fade-overlay-dark
for background fade overlay darkbg-fade-graident
for background fade graident image
Button Class
yit-btn-full
for full button displayyit-btn-center
for center button displayyit-btn-auto
for auto button displayyit-btn-left
for left button displayyit-btn-right
for right button display
Margin Top Spacer Class (.mt = margin-top)
mt-0
for margin top 0mt-5
for margin top 5px spacemt-10
for margin top 10px spacemt-15
for margin top 15px spacemt-20
for margin top 20px spacemt-25
for margin top 25px spacemt-30
for margin top 30px spacemt-40
for margin top 40px spacemt-50
for margin top 50px spacemt-60
for margin top 60px spacemt-70
for margin top 70px spacemt-80
for margin top 80px spacemt-90
for margin top 90px spacemt-100
for margin top 100px spacemt-110
for margin top 110px spacemt-120
for margin top 120px spacemt-130
for margin top 130px spacemt-140
for margin top 140px spacemt-150
for margin top 150px space
Margin Right Spacer Class (.mr = margin-right)
mr-0
for margin right 0mr-10
for margin right 10px spacemr-15
for margin right 15px spacemr-20
for margin right 20px spacemr-30
for margin right 30px spacemr-40
for margin right 40px spacemr-50
for margin right 50px spacemr-60
for margin right 60px spacemr-70
for margin right 70px spacemr-80
for margin right 80px spacemr-90
for margin right 90px spacemr-100
for margin right 100px spacemr-110
for margin right 110px spacemr-120
for margin right 120px spacemr-130
for margin right 130px spacemr-140
for margin right 140px spacemr-150
for margin right 150px space
Margin Bottom Spacer Class (.mb = margin-bottom)
mb-0
for margin bottom 0mb-10
for margin bottom 10px spacemb-15
for margin bottom 15px spacemb-20
for margin bottom 20px spacemb-30
for margin bottom 30px spacemb-40
for margin bottom 40px spacemb-50
for margin bottom 50px spacemb-60
for margin bottom 60px spacemb-70
for margin bottom 70px spacemb-80
for margin bottom 80px spacemb-90
for margin bottom 90px spacemb-100
for margin bottom 100px spacemb-110
for margin bottom 110px spacemb-120
for margin bottom 120px spacemb-130
for margin bottom 130px spacemb-140
for margin bottom 140px spacemb-150
for margin bottom 150px space
Margin Left Spacer Class (.ml = margin-left)
ml-0
for margin left 0ml-10
for margin left 10px spaceml-15
for margin left 15px spaceml-20
for margin left 20px spaceml-30
for margin left 30px spaceml-40
for margin left 40px spaceml-50
for margin left 50px spaceml-60
for margin left 60px spaceml-70
for margin left 70px spaceml-80
for margin left 80px spaceml-90
for margin left 90px spaceml-100
for margin left 100px spaceml-110
for margin left 110px spaceml-120
for margin left 120px spaceml-130
for margin left 130px spaceml-140
for margin left 140px spaceml-150
for margin left 150px space
Padding Top Spacer Class (.pt = paddding-top)
pt-0
for padding top 0pt-5
for padding top 5px spacept-10
for padding top 10px spacept-15
for padding top 15px spacept-20
for padding top 20px spacept-25
for padding top 25px spacept-30
for padding top 30px spacept-40
for padding top 40px spacept-50
for padding top 50px spacept-60
for padding top 60px spacept-70
for padding top 70px spacept-80
for padding top 80px spacept-90
for padding top 90px spacept-100
for padding top 100px spacept-110
for padding top 110px spacept-120
for padding top 120px spacept-130
for padding top 130px spacept-140
for padding top 140px spacept-150
for padding top 150px space
Padding Bottom Spacer Class (.pb = paddding-bottom)
pb-0
for padding bottom 0pb-5
for padding bottom 5px spacepb-10
for padding bottom 10px spacepb-15
for padding bottom 15px spacepb-20
for padding bottom 20px spacepb-25
for padding bottom 25px spacepb-30
for padding bottom 30px spacepb-40
for padding bottom 40px spacepb-50
for padding bottom 50px spacepb-60
for padding bottom 60px spacepb-70
for padding bottom 70px spacepb-80
for padding bottom 80px spacepb-90
for padding bottom 90px spacepb-100
for padding bottom 100px spacepb-110
for padding bottom 110px spacepb-120
for padding bottom 120px spacepb-130
for padding bottom 130px spacepb-140
for padding bottom 140px spacepb-150
for padding bottom 150px space
Padding Left Spacer Class (.pl = paddding-left)
pl-0
for padding left 0pl-5
for padding left 5px spacepl-10
for padding left 10px spacepl-15
for padding left 15px spacepl-20
for padding left 20px spacepl-25
for padding left 25px spacepl-30
for padding left 30px spacepl-40
for padding left 40px spacepl-50
for padding left 50px spacepl-60
for padding left 60px spacepl-70
for padding left 70px spacepl-80
for padding left 80px spacepl-90
for padding left 90px spacepl-100
for padding left 100px spacepl-110
for padding left 110px spacepl-120
for padding left 120px spacepl-130
for padding left 130px spacepl-140
for padding left 140px spacepl-150
for padding left 150px space
Padding Right Spacer Class (.pr = paddding-right)
pr-0
for padding right 0pr-5
for padding right 5px spacepr-10
for padding right 10px spacepr-15
for padding right 15px spacepr-20
for padding right 20px spacepr-25
for padding right 25px spacepr-30
for padding right 30px spacepr-40
for padding right 40px spacepr-50
for padding right 50px spacepr-60
for padding right 60px spacepr-70
for padding right 70px spacepr-80
for padding right 80px spacepr-90
for padding right 90px spacepr-100
for padding right 100px spacepr-110
for padding right 110px spacepr-120
for padding right 120px spacepr-130
for padding right 130px spacepr-140
for padding right 140px spacepr-150
for padding right 150px space
General Padding Class (.pad = paddding)
pad-5-all
for padding 5px all sidepad-10-all
for padding 10px all sidepad-15-all
for padding 15px all sidepad-20-all
for padding 20px all sidepad-25-all
for padding 25px all sidepad-30-all
for padding 30px all sidepad-35-all
for padding 35px all sidepad-40-all
for padding 40px all sidepad-50-all
for padding 50px all sidepad-60-all
for padding 60px all sidepad-70-all
for padding 70px all sidepad-80-all
for padding 80px all sidepad-90-all
for padding 90px all sidepad-100-all
for padding 100px all sidepl-pr-zero
for padding 0 left & paddding 0 rightpt-pb-zero
for padding 0 top & paddding 0 bottomp-0
for padding 0 from all side
General Margin Class (.mrg = margin)
m-0
for margin 0 from all sidem-h-auto
for margin auto from horizontal sidem-v-auto
for margin auto from verticle sidemrg-5-all
for margin 5px all sidemrg-10-all
for margin 10px all sidemrg-15-all
for margin 15px all sidemrg-20-all
for margin 20px all sidemrg-25-all
for margin 25px all sidemrg-30-all
for margin 30px all sidemrg-40-all
for margin 40px all sidemrg-50-all
for margin 50px all side
General Width Class
width-30
for 30px widthwidth-50
for 50px widthwidth-70
for 70px widthwidth-100
for 100px widthwidth-150
for 150px widthwidth-200
for 200px widthwidth-250
for 250px widthwidth-300
for 300px widthwidth-half
for half widthwidth-full
for full widthmax-width-none
for override max-width:100 to none
General Height Class
height-50
for 50px heightheight-100
for 100px heightheight-150
for 150px heightheight-200
for 200px heightheight-230
for 230px heightheight-260
for 260px heightheight-290
for 290px heightheight-320
for 320px heightheight-350
for 350px heightheight-380
for 380px heightheight-410
for 410px heightheight-440
for 440px heightheight-470
for 470px heightheight-500
for 500px heightheight-550
for 550px heightheight-xxxsmall-screen
for height 100px screenheight-xxsmall-screen
for height 200px screenheight-xsmall-screen
for height 300px screenheight-small-screen
for height 400px screenheight-one-second-screen
for height 600px screenheight-one-third-screen
for height 700px screenheight-one-fourth-screen
for height 800px screenheight-one-fifth-screen
for height 900px screenheight-one-sixth-screen
for height 1000px screenheight-full
for height 100% full screenheight-cover
for height 100vh full viewport screenflex-full-height
for height 100% with flexflex-box-spacer
for applied margin-bottom space in column
General Gutter Class
no-gutter-mrg
for remove margin from rowno-gutter
for remove padding from columnnone-row-space
for applied margin none in row using psuedo
Letter Spacing Class
no-letter-spacing
for letter-spacing 0pxletter-spacing-1
for letter-spacing 1pxletter-spacing-2
for letter-spacing 2pxletter-spacing-3
for letter-spacing 3pxletter-spacing-4
for letter-spacing 4pxletter-spacing-5
for letter-spacing 5pxletter-spacing-6
for letter-spacing 6pxletter-spacing-7
for letter-spacing 7pxletter-spacing-8
for letter-spacing 8pxletter-spacing-9
for letter-spacing 9pxletter-spacing-10
for letter-spacing 10px
Position Space Class (you should add position:relative for pos-t class)
pos-t-25
for position top 25pxpos-t-35
for position top 35pxpos-t-45
for position top 45pxpos-t-55
for position top 45pxpos-t-65
for position top 65pxpos-t-75
for position top 75pxpos-t-85
for position top 85pxpos-t-95
for position top 95pxpos-t-105
for position top 105pxpos-t-0
for position top 0pos-b-0
for position bottom 0pos-l-0
for position left 0pos-r-0
for position right 0
Z-Index Class
z-index-1111
for top z-index 1111z-index-111
for top z-index 111z-index-0
for top z-index 0z-index-1
for top z-index 1z-index-2
for top z-index 2z-index-3
for top z-index 3z-index-4
for top z-index 4z-index-5
for top z-index 5z-index-10
for top z-index 10
Border Class
bdr-l-0
for border-left nonebdr-r-0
for border-right nonebdr-t-0
for border-top nonebdr-b-0
for border-bottom noneborder-all
for all side borderborder-width-1
for 1px widthborder-width-2
for 2px widthborder-width-3
for 3px widthborder-width-4
for 4px widthborder-width-5
for 5px widthborder-width-6
for 6px widthborder-width-7
for 7px widthborder-width-8
for 8px widthborder-width-9
for 9px widthborder-width-10
for 10px widthborder-width-20
for 20px width
Border Direction Class
border-top
for border-top 1pxborder-bottom
for border-bottom 1pxborder-left
for border-left 1pxborder-right
for border-right 1pxborder-lr
for border-left & border-right 1pxborder-tb
for border-top & border-bottom 1px
Border Specific Direction Class
border-top-only
for border-top onlyborder-bottom-only
for border-bottom onlyborder-left-only
for border-left onlyborder-right-only
for border-right only
Border Utility Class
border-r-none
for border-right none onlyborder-t-none
for border-top none onlyborder-b-none
for border-bottom none onlyborder-l-none
for border-left none onlyborder-none
for border none from all slide
Border Style Class
border-style-dotted
for border dotted styleborder-style-dashed
for border dashed styleborder-style-solid
for border solid styleborder-style-double
for border double styleborder-style-groove
for border groove styleborder-style-ridge
for border ridge styleborder-style-inset
for border inset styleborder-style-outset
for border outset styleborder-style-disp-none
for border style disp-none styleborder-style-transperent
for border color transparent style
Typography Class
font-weight-thin
for font-weight 100 stylefont-weight-extra-light
for font-weight 200 stylefont-weight-light
for font-weight 300 stylefont-weight-regular
for font-weight 400 stylefont-weight-medium
for font-weight 500 stylefont-weight-semibold
for font-weight 600 stylefont-weight-bold
for font-weight 700 stylefont-weight-xtrabold
for font-weight 800 stylefont-weight-black
for font-weight 900 stylefont-italic
for font italic styleline-height-normal
for line-height normal style
Font Sizing Class
font-xxlarge
for font size double large stylefont-xlarge
for font size medium double large stylefont-large
for font size large stylefont-medium
for font size medium stylefont-small
for font size small stylefont-xsmall
for font size extra small stylefont-xxsmall
for font size double extra small stylefont-xxxsmall
for font size xxxsmall small stylefont-extrasmall
for font size xxxxsmall style
Image Variation Class
img-circle
for create circle imageimg-round
for create radius imagesimg-rounded
for create radius rounded imagesimg-xxrounded
for create 50% rounded imagesimg-shadow
for create shdow imagesimg-shadow-dark
for create shdow dark images
Icon Size Variation Class
icon-large
for large size iconicon-medium
for medium size iconicon-small
for small size iconicon-xsmall
for extra small size icon
Icon Variation Class
icon-circle
for create circle iconicon-circle-small
for create circle icon with small sizeicon-flat
for create flat iconicon-round
for create radius iconicon-rounded
for create radius rounded iconicon-border
for create border iconicon-shadow
for create shadow iconicon-shadow-dark
for create shadow dark iconicon-mini
for create minimum size icon
Button Variation Class
btn-border
for create border buttonbtn-radius
for create radius buttonbtn-rounded
for create radius rounded buttonbtn-circle
for create circle buttonbtn-shadow
for create shadow button
Button Size Class
btn-large
for create large buttonbtn-medium
for create medium buttonbtn-small
for create small buttonbtn-xsmall
for create extra small buttonbtn-xxsmall
for create xxsmall buttonbtn-xxxsmall
for create xxxsmall button
Button Color Variation Class - Hover button auto applied using dark color
btn-white
for create white buttonbtn-black
for create black buttonbtn-blue
for create blue buttonbtn-red
for create red buttonbtn-purple
for create purple buttonbtn-indigo
for create indigo buttonbtn-cyan
for create cyan buttonbtn-teal
for create teal buttonbtn-green
for create green buttonbtn-yellow
for create yellow buttonbtn-orange
for create orange buttonbtn-brown
for create brown buttonbtn-grey
for create grey button
Button Border Variation Class - Hover button auto applied using button color
btn-white-border
for create white border buttonbtn-black-border
for create black border buttonbtn-pink-border
for create pink border buttonbtn-blue-border
for create blue border buttonbtn-red-border
for create red border buttonbtn-purple-border
for create purple border buttonbtn-indigo-border
for create indigo border buttonbtn-cyan-border
for create cyan border buttonbtn-teal-border
for create teal border buttonbtn-green-border
for create green border buttonbtn-orange-border
for create orange border buttonbtn-brown-border
for create brown border buttonbtn-yellow-border
for create yellow border button
Background Color Variation Class - Text color auto applied as per appropriate background color
primary-color-bg
for create primary color backgroundblue-color-bg
for create blue color backgroundwhite-color-bg
for create white color backgroundblack-color-bg
for create black color backgroundpink-color-bg
for create pink color backgroundred-color-bg
for create red color backgroundpurple-color-bg
for create purple color backgroundindigo-color-bg
for create indigo color backgroundcyan-color-bg
for create cyan color backgroundteal-color-bg
for create teal color backgroundgreen-color-bg
for create green color backgroundyellow-color-bg
for create yellow color backgroundorange-color-bg
for create orange color backgroundbrown-color-bg
for create brown color backgroundgrey-color-bg
for create grey color backgroundlight-grey-color-bg
for create light-grey color backgrounddark-grey-black-color-bg
for create dark-grey-black color backgroundlight-grey-black-color-bg
for create light-grey-black color backgroundlight-medium-grey-color-bg
for create light-medium-grey color backgroundlight-extra-grey-color-bg
for create light-extra-grey color backgroundblack-extra-grey-color-bg
for create black-extra-grey color backgroundbg-extra-dark-transparent
for create extra dark transparent backgroundbg-dark-transparent
for create dark transparent backgroundbg-dark-light-transparent
for create dark light transparent backgroundspace-grey-color-bg
for create sapce grey backgroundspace-grey-light-color-bg
for create sapce grey light color background
Color Variation Class
primary-color-bg
for create primary body colorblue-color-text
for create blue textwhite-color-text
for create white textblack-color-text
for create black textpink-color-text
for create pink textred-color-text
for create red textpurple-color-text
for create purple textindigo-color-text
for create indigo textcyan-color-text
for create cyan textteal-color-text
for create teal textgreen-color-text
for create green textyellow-color-text
for create yellow textorange-color-text
for create orange textbrown-color-text
for create brown textdark-grey-black-color-text
for create dark grey black textlight-grey-black-color-text
for create light grey black textlight-medium-grey-color-text
for create light medium grey textlight-extra-grey-color-text
for create light extra grey text
Border Color Variation Class
primary-color-border
for create primary body color borderblue-color-border
for create blue color borderwhite-color-border
for create white color borderblack-color-border
for create black color borderpink-color-border
for create pink color borderred-color-border
for create red color borderpurple-color-border
for create purple color borderindigo-color-border
for create indigo color bordercyan-color-border
for create cyan color borderteal-color-border
for create teal color bordergreen-color-border
for create green color borderyellow-color-border
for create yellow color borderorange-color-border
for create orange color borderbrown-color-border
for create brown color bordergrey-color-border
for create grey color border
Hyperlink Color Variation Class - Hover link auto applied using dark color
link-white
for create white color linklink-black
for create black color linklink-pink
for create pink color linklink-red
for create red color linklink-purple
for create purple color linklink-indigo
for create indigo color linklink-cyan
for create cyan color linklink-teal
for create teal color linklink-green
for create green color linklink-orange
for create orange color linklink-brown
for create brown color linklink-grey
for create grey color link
Social Icon Variation Class
social-circle
for create circle social iconsocial-round
for create radius social iconsocial-rounded
for create radius round social iconsocial-shadow
for create shadow social icon
Installation Help
Don't know how to upload website source on FTP? Would like the website installation to be done by a professional? Feel free to address Envato Studio to get high-quality help installing your website.
Have doubts or need help?
Then simply email on our Support email at enquiry[at]yankeeinfoweb[dot]com OR visit our Themeforest profile at Yankee Themes and generate the message, We will be back with professional help quickly. Expect a response Monday to Friday 10:00 to 18:00 (GMT +5:30) within 1 business day. Our team is open to our customers and aim at getting better!
We are a expert and trusted team of full-time developers having 7+year experience. Sharing the same goals and putting our best knowledge into what we do make us successful. One of our priorities is to bring the feeling of satisfaction with our items to the clients! So you can always rely on us!
Support
Fixing Bugs
If our template doesn't work correctly for your website? Report your issue or bug by describing it in details and send us a link to your website. We'll do our best to find a solution.
Life-time updates
We introduce new updates and features regularly. Just check for more informatio in our version history.
Customer-friendly suggestion
We are open to your ideas. If you require some additional features, which could as well improve our product, just share it with us. We will consider adding them in our future updates.
Doesn't Includes
Third-party issues
We do not fix bugs or resolve issues of other plugins and themes, created by third party developers. Also we don't supply integration services for third party widgets and themes.
Source & Credits
We would really love to take this opportunity to appreciate guys whose items were helpful to us to make WebPanda a really beautiful theme for our awesome users
JS Libraries
- jQuery
- HTML5 Shiv
- Modernizr
- jQuery Easing
- WOW
- Swiper Slider
- CountUp.js
- Stellar Parallax
- Magnific Popup
- Isotope
- imagesLoaded
- Classie
- FitVids
- jQuery Skills Bar
- Justified Gallery
- Easy Pie Chart
- Instafeed
- Retina
- Slick Slider
- OWL Carousel2
- OWL Carousel2
- Full Page
- Count Down
- InView
- Insta Feed
- jQuery Validation
- Nice Select
- Nice Scroll
- Date Time Picker
- Typer JS
- Google Captcha
- Waterpipe.js
- Particles Waves
- Particles.js
- jQuery Ripple Effect
- Parallax Scroll
- Parallaxify
- TwentyTwenty
- Flat Surface Shader
- Flat Surface Shader
- Twitter Feed
- Cookie Consent
Images and Videos
Support & Ratings
If you need any help using the file or need special customizing please feel free to contact me via my Themeforest profile. If you have a moment, please rate this item, I'll appreciate it very much!....Thank you. :)
Finally, thank you for visiting our item. If you love it, don't forget to give us 5 Stars rate from your download's page. If you need any question regarding this item, please feel free to contact us at enquiry[at]yankeeinfoweb[dot]com.
Business Hour
We'll happy to talk you, don't hesitate to mail us if there is any problem with our products or you just want to email. Support requests are being processed on business days Monday to Friday 10:00 to 18:00 (GMT +5:30) within 1 business day.
Get In Touch
Email : enquiry[at]yankeeinfoweb[dot]com
Change Log
# Release Ver 1.2 - 12/09/2018
Fixed : Style CSS
Fixed : Responsive CSS
Fixed : Megamenu CSS
Added : Megamenu Style-01
Added : Megamenu Style-02
Added : Megamenu Style-03
# Release Ver 1.1 - 16/08/2018
Added : GDRP Compliance
Added : Cookie Concent CSS
Added : Cookie Concent JS
Fixed : Navbar Toggler SVG Icon CSS
# Initial Release Ver 1.0 - 07/08/2018
Social Feeds
WebPanda provide live social updates on your website with in times of second.
1. Instagram Feed
Note : You can find instagram feed demo in element-instagram.html page for your reference.
1.1 Instagram Markup
Below is the instagram
js/yit-custom.js
markup only for your reference2. Twitter Feed
You can find twitter markup code from
js/yit-custom.js
only for your referenceNote : You can find twitter feed demo in element-twitter-feed.html page for your reference.