First of all, Thank you for purchasing our theme. This user guide covers all options that the theme provides. Please read the documentation carefully as it may answer most of your questions. In case if you feel some aspect is not covered or have some questions, contact us via our user page contact form here. We will do our best to answer you in shortest time possible.
Killar WordPress Theme is the beautiful Multi-Concept Landing Pages Pack for any businesses, freelancers, agencies, consulting, photographers, portfolio sites. Everyone can find a suitable page for itself. We have tried to create the big set of components and styles for your awesome website.
Killar WordPress theme includes an excellent blog listing, blog single, project single, projects and much more. Hope you will be happy for the technical aspect of our awesome theme. Killar is powered by Bootstrap v5 and CSS framework. Compatible with all modern browsers and devices. Fully responsive with all devices, mobile, tablet and desktop, laptop. It will give you the best user-friendly experience. We implemented here clean and valid code. The theme features and its various options give you an amazing opportunity to interact with your clients and customers.
To install this theme you must have a working version of WordPress already installed. Below are some useful links regarding WordPress information.
To run WordPress we recommend your host supports:
That’s really it. We recommend Apache or Nginx as the most robust and featureful server for running WordPress, but any server that supports PHP and MySQL will do. That said, we can’t test every possible environment and each of the hosts on our hosting page supports the above and more with no problems.
Please read more from here.
Sometimes you may get some errors while installing our theme, importing content, or activating plugins like white screen or PHP errors. They may be caused by low PHP configurations limits. In this case, you need to increase some values. You can do this on your own or contact your hosting provider with the following requirements:
Killar theme can easily install from admin panel. Be sure to read through and follow those instructions for the successful installation of the Theme. If your Theme does not work after following any provided instructions, please contact the Theme author for help.
You can download Killar theme from themeforest download link directly, please download the WordPress theme only to get the theme files.
There are two ways to upload any theme to the WordPress site: the Admin panel and FTP. The most recommended way is uploading via the Admin panel. However, sometimes there may be a size limitation for files uploaded. That is why this manual provides both ways:
After you download the package from ThemeForest, please unzip it. You'll see a file called killar.zip
, which is the main file needed to upload and install.
killar.zip
fileMake sure the ZIP file contains only folders and files of the theme and not the inner additional ZIP.
A child theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality. To understand how child themes work it is first important to understand the relationship between parent and child themes.
Killar is fully child theme compatible. We have attached a basic child theme(killar-child.zip) to the download package which contains the minimum of required files. If you are planing any code customizations we highly recommend to do this inside the child theme! You can get more information about Child themes and their application in Child Themes.
After installing and activate the Killar theme, you'll see a notification in the top of the page that says the theme needs some plugins to function properly or You can go to Admin panel > appearance > install plugins, just click on checked all plugins and click to install. That's it. All plugins will be installed one by one. Then with the same procedure activate all plugins.
After installing required and recommended plugins please go to Admin panel > Appearance > Import Demo Data, here you will find the option to import the demo content button, just click on the button at the bottom of page and then it will redirect to a page, here there will be another button to "continue and import" , click on it and wait, it may take 5-10 minutes to install all the demo content.
The easiest way to translate our theme and plugin in your language is by using the Loco Translate WordPress plugin. For more information please visit Loco plugin page.
If you updating Killar theme, Please following below step and update Killar theme and this step is very easy and simple:
You can update the theme automatically by following this link-- https://envato.com/market-plugin/
When you have a number of plugins active on your site, it can slow down your site. Deactivate all the plugins except the ones included within the theme and clear the browser cache. Then, you can activate your plugins one by one and check to see which plugin is slowing your site.
Images are a key factor in optimizing a website. It is important to optimize your images for your website. Images with large size can slow down your site. Do not upload images in large size. For instance, if your weblog is created by images with the size 800*600, you should upload an image with the same size and not bigger.
Your host or sever can be a reason of your site low speed. If you are using VPS for your hosting, it can be because of bad configurations and low resources. If you are using shared hosting, you need to contact your host provider in this regard so they can check it.
You should use a cache plugin. These plugins minify your files and combine them and stores a version of the file in cache in order to reduce your server requests and as a result, it will boost your site speed.
You can compress images from CompressJPEG/TinyPNG website. Visit https://compressjpeg.com Or https://tinypng.com/ and compress all images before uploading them on your website. By this process, you can decrease your website loading time and provide your visitors, a better experience.
If you familiar with .htaccess, you can go to the root foldef of your wordpress installation. Find .htaccess file and open it.Insert following code.
AddType application/x-font-woff .woff
AddType application/font-woff2 .woff2
AddType application/vnd.ms-fontobject .eot
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-woff
AddOutputFilterByType DEFLATE application/font-woff2
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/opentype
# For Olders Browsers Which Can't Handle Compression
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_include mime ^text/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_include handler ^cgi-script$
</ifModule>
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType application/vnd.ms-fontobject "access plus 1 year"
ExpiresByType application/x-font-ttf "access plus 1 year"
ExpiresByType application/x-font-opentype "access plus 1 year"
ExpiresByType application/x-font-woff "access plus 1 year"
ExpiresByType application/font-woff2 "access plus 1 year"
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 3 month"
ExpiresByType application/pdf "access plus 3 month"
ExpiresByType text/x-javascript "access plus 3 month"
ExpiresByType application/x-shockwave-flash "access plus 3 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 3 month"
</IfModule>
## EXPIRES CACHING ##
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
<IfModule mod_header.c>
# 3 Month
<FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
Header set Cache-Control "max-age=7257600"
</FilesMatch>
# 1 Week
<FilesMatch "\.(js|css|pdf|txt)$">
Header set Cache-Control "max-age=604800"
</FilesMatch>
# 10 Minutes
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=600"
</FilesMatch>
# NONE
<FilesMatch "\.(pl|php|cgi|spl)$">
Header unset Cache-Control
Header unset Expires
Header unset Last-Modified
FileETag None
Header unset Pragma
</FilesMatch>
</IfModule>
# END WordPress
Please go through the following points to learn how to set home page:
In our theme we have used advanced drag and drop Page Builder(Elementor) to add content in editor. Please read more how to build the content using Elementor builder.
In every page we have set up few settings for making the page more flexiable for users, if you want you can set different header/footer in different page. Also there is an option for selecting sidebar left/sidebar right/full width page easily.
Killar theme comes with Elementor page builder plugin. You can easily add Elementor widgets as you want. We have created all required widgets for Elementor and it is included with theme, you just need to Elementor's Killar section.
For getting the layout same as our demo you can setup layout size 1140px. Please see below steps of screenshots.
Killar comes with all the required Elementor widgets. Please go to page and click on edit with elementor link from page. After loading the Elementor editor you can see there is an option added bottom of the elements called "KILLAR ELEMENTS". In this area all our Elementor widgets showing.
As Killar comes with Elementor and we added three different posts type(services, team and portfolio), it is necessary to allow Elementor editor first. After that you can edit the page with elementor.
Elementor website builder is very user friendly and easy to use. Please see the video below.
For more help please go to Elementor Documentation
Please go through the following points to learn how to create post:
Please go through the following points to learn how to create portfolio:
On layout builder you can create footer and megamenu layouts.
Please go through the following points to learn how to create layout:
Killar comes with advanced customizer theme options where you can set almost everything without any coding knowledge. From header to footer everywhere we set the options, so you can manage your site as you want. Please go to the Admin > Appearance > Customize to see all available options.
Go to Customize > Killar Options > General > Genral Settings
panel section to start your custom settings configuration.
Go to Customize > Killar Options > General > Genral Styling
panel section to start your custom settings configuration.
Styling Options Location > You can choose customizer settings store in WP Head or Custom File. If you choose Custom File, a CSS file will be created in your uploads folder.
Add Currency Flags Style > You can Enable/Disable to currency flags styel. Like home page version 14, 15 and 16.
Theme Color > The default theme color is set to #0264d6, you can enter the color code of your choice or select the color from the color picker provided.
Theme Text Color > You can choose theme text color. Default: #333333
Link Color > You can choose link color. Default: #333333
Link Hover Color > You can choose link hover color. Default: #0264d6
Go to Customize > Killar Options > General > Preloader
panel section to start your custom settings configuration.
Go to Customize > Killar Options > Top Bar > Genral
panel section to start your custom settings configuration.
Top Bar Status > Hide/Show Topbar section.
Contact Number > You can set store contact number.
Time > You can set store timing.
Background Color > You can set topbar background color. Default: #ffffff;
Text Color > You can set topbar text color. Default: #888888;
Link Color > You can set topbar link color. Default: #888888;
Link Hover Color > You can set topbar link hover color. Default: #0264d6;
Border Color > You can set topbar border color. Default: #eeeeee;
Go to Customize > Killar Options > Header > Header Settings
panel section to start your custom settings configuration.
Header Style > Here you can set header styles of version.
Header Right Layout > Here you can set custom layout content of layout and display on main menu right of the position.
Background Color > You can set background color.
Text Color > You can set text color.
Go to Customize > Killar Options > Header > Logo
panel section to start your custom settings configuration.
Go to Customize > Killar Options > Header > Sticky Header
panel section to start your custom settings configuration.
These options affected in whole body
Go to Customize > Killar Options > Typography > Body
panel section to start your custom settings configuration.
Font Family > You can choose body font family.
Font Weight > You can choose body font weight.
Font Style > You can choose body font style.
Text Transform > You can choose body text transform.
Font Size > You can enter body font size in (px, em, %).
Line Height > You can enter body line height in (px, em, %).
Font Color > You can set body font color.
These options affected on site all heading like( h1,h2 etc.. )
Go to Customize > Killar Options > Typography > All Heading
panel section to start your custom settings configuration.
Font Family > You can choose all heading font family.
Font Weight > You can choose all heading font weight.
Font Style > You can choose all heading font style.
Text Transform > You can choose all heading text transform.
Font Size > You can enter all heading font size in (px, em, %).
Line Height > You can enter all heading line height in (px, em, %).
Font Color > You can set all heading font color.
Go to Customize > Killar Options > Blog / Post > Blog / Archives
panel section to start your custom settings configuration.
Page Layout > Select page layout for blog archives.
Sidebar > Select sidebar widgets you want to show on Blog Archives page.
Blog View > You can choose blog archives page style in ( Full, Grid, List and Modern ).
Show Page Title Section > Hide/Show page title section. You can set main page title configuration from Customize > Killar Options > Page Title
Page Title Alignment > You can set blog archives page title alignment.
Page Title > You can set blog page title as Custom Text, Post Title(Latest Post Title) and Hidden.
Page Background > You can set blog page title section background as Custom Image, Default ( From Customize > Killar Options > Page Title
background image ) and Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Section Position > You can set post element hide/show and positioning.
Meta > You can set post meta hide/show and positioning.
Post Content > You can choose post content as excerpt and full content.
Excerpt Length > You can set excerpt post content lenght.
Show Fancy Date > Hide/Show fancy date. Fancy date show in post image top right cornor.
Show Read Time With Tags > Hide/Show read time with tags.
Read More > You can choose read more show as Link, Button or Hide.
Pagination Style > You can choose post archives pagination style in ( Default, Infinite Scroll and Load More ).
Go to Customize > Killar Options > Blog / Post > Single Post
panel section to start your custom settings configuration.
Page Layout > Select page layout for blog single post.
Sidebar > Select sidebar widgets you want to show on blog sinle post.
Show Page Title Section > Hide/Show page title section. You can set main page title configuration from Customize > Killar Options > Page Title
Page Title Alignment > You can set blog single post title alignment.
Page Title > You can set blog page title as Custom Text, Post Title and Hidden.
Page Background > You can set blog page title section background as Freatured Image, Default ( From Customize > Killar Options > Page Title
background image ), Custom and Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Show Related Posts > Hide/Show related posts.
Related Post Style > Set related post style in (Default, Fancy, Box).
Related Post Content > You can choose post content as excerpt and full content.
Related Excerpt Length > You can set excerpt post content lenght.
Related Read More > You can choose read more show as Link, Button or Hide.
Go to Customize > Killar Options > Portfolio > Portfolio / Archives
panel section to start your custom settings configuration.
Page Layout > Select page layout for portfolio archives.
Sidebar > Select sidebar widgets you want to show on Portfolio Archives page.
Portfolio View > You can choose portfolio archives page style in ( Gallery Filter, Grid ).
Portfolio Post Style > You can choose portfolio archives page post style in ( Default, Box ).
Portfolio Columns > Shows the numbers of items as per screen size.
Show Section Title > Shows the title and subtitle on portfolio loop page.
Show Page Title Section > Hide/Show page title section on portfolio archives page.
Page Title Alignment > You can set portfolio archives page title alignment.
Page Title > You can set portfolio page title as Custom Text, Post Title(Latest Post Title) and Hidden.
Page Background > You can set portfolio page title section background as Custom Image, Default ( From Customize > Killar Options > Page Title
background image ) and Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Section Position > You can set post element hide/show and positioning.
Post Content > You can choose post content as excerpt and full content.
Excerpt Length > You can set excerpt post content lenght.
Show Fancy Date > Hide/Show fancy date. Fancy date show in post image top right cornor.
Read More > You can choose read more show as Link, Button, Icon(Plus) with popup, Icon(External Link) with popup, Icon(Plus) with link, Icon(External Link) with link or Hide.
Portfolio Per Page > You can set per page item on portfolio archives.
Pagination Style > You can choose post archives pagination style in ( Default, Infinite Scroll and Load More ).
Go to Customize > Killar Options > Portfolio > Single Portfolio
panel section to start your custom settings configuration.
Page Layout > Select page layout for portfolio single post.
Sidebar > Select sidebar widgets you want to show on portfolio sinle post.
Show Page Title Section > Hide/Show page title section. You can set main page title configuration from Customize > Killar Options > Page Title
Page Title Alignment > You can set portfolio single post title alignment.
Page Title > You can set portfolio page title as Custom Text, Post Title and Hidden.
Page Title Background > You can set portfolio page title section background as Freatured Image, Default ( From Customize > Killar Options > Page Title
background image ), Custom and Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Show Related Posts > Hide/Show related posts.
Related Post Style > Set related post style in (Default, Box).
Related Post Content > You can choose post content as excerpt and full content.
Related Excerpt Length > You can set excerpt post content lenght.
Related Read More > You can choose read more show as Link, Button or Hide.
Related Remove Items Padding > Enable to remove two items between space.
Show Numbers of Related Portfolio > Show per page numbers of items shows.
Show Related Portfolio Columns > Show per columns of items shows.
Go to Customize > Killar Options > WooCommerce > Shop / Archive Page
panel section to start your custom settings
configuration.
Page Layout > Select page layout for WooCommerce shop / archives page.
Sidebar > Select sidebar widgets you want to show on Shop / Archives page.
Shop Page Display > Choose what to display on the main shop page.
Category page display > Choose what to display on the main category page.
Default products sorting > How should products be sorted in the catalog by default?
Show Page Title Section > Hide/Show page title section. You can set main page
title
configuration from Customize > Killar Options > Page Title
Page Title Alignment > You can set Shop / Archive page title alignment.
Page Title > You can set Shop / Archive page title as Custom Text, Post Title and Hidden.
Page Title Background > You can set Shop / Archive page title section background
as Freatured
Image, Default ( From Customize > Killar Options > Page Title
background image ), Custom and
Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Large devices (larger desktops, 1400px and up) > Show the numbers of products on Shop / Archive page Large devices (larger desktops, 1400px and up) Size.
Large devices (large desktops, 1200px and up) > Show the numbers of products on Shop / Archive page Large devices (large desktops, 1200px and up).
Large devices (desktops, 992px and up) > Show the numbers of products on Shop / Archive page Large devices (desktops, 992px and up).
Medium devices (tablets, less than 992px) > Show the numbers of products on Shop / Archive page Medium devices (tablets, less than 992px).
Small devices (landscape phones, 576px and up) > Show the numbers of products on Shop / Archive page Small devices (landscape phones, 576px and up).
Extra small devices (portrait phones, less than 576px) > Show the numbers of products on Shop / Archive page Extra small devices (portrait phones, less than 576px).
Shop Sort > Hide / Show sortig option on Shop / Archive page.
Shop Result Count > Hide / Show display result count on Shop / Archive page.
Pagination Style > You can choose post archives pagination style in ( Default, Infinite Scroll and Load More ).
Product Image Style > You can set product image style in Options(Default, Image Swap, Image Slider).
Lazy Load > Enable / Disable lazy load.
Show Product Categories > Hide/Show categories on archive product.
Category Color > Choose the category color.
Category Color:Hover > Choose the category hover color.
Title Color > Choose the title color.
Title Color:Hover > Choose the category hover color.
Show Product Rating > Hide / Show product rating.
Show Rating Count > Hide / Show product rating count.
Rating Color > Choose the rating color.
Rating Color:Active > Choose the active rating color.
Show Product Description > Hide / Show product description.
Description Color > Set description text color.
Show Product Price > Hide/Show product price.
Price Color > Choose the price color.
Old Price Color:Hover > Choose the old price color.
Show Add to Cart Button > Hide / Show product add to cart button.
Add to Cart Background Color > Set add to cart button background color.
Add to Cart Border Color > Set add to cart button border color.
Add to Cart Text Color > Set add to cart button text color.
Add to Cart Background Color:Hover > Set add to cart button hover background color.
Add to Cart Border Color:Hover > Set add to cart button hover border color.
Add to Cart Text Color:Hover > Set add to cart button hover text color.
Add to Cart Background Color:Active > Set add to cart button active background color.
Add to Cart Border Color:Active > Set add to cart button active border color.
Add to Cart Text Color:Active > Set add to cart button active text color.
Show Quickview > Enable / Disable quick view.
Quickview Background Color > Set quickview button background color.
Quickview Border Color > Set quickview button border color.
Quickview Text Color > Set quickview button text color.
Quickview Background Color:Hover > Set quickview button hover background color.
Quickview Border Color:Hover > Set quickview button hover border color.
Quickview Text Color:Hover > Set quickview button hover text color.
Go to Customize > Killar Options > WooCommerce > Badges / Lables
panel section to start your
custom settings
configuration.
Show Badges like Sale, Fatured, Out of Stock etc.
Show Product Badges / Labels > Hide / Show product all badges / labels.
Show Badge New > Hide / Show New badge
New Label Text > You can set new badge text.
Newness Product Day(s) > You can set numbers of days want to display New badge.
New Badge Background Color > Set new badge background color
New Badge Text Color > Set new badge text color
Show Badge Sale > Hide / Show Sale badge
Sale Badge Type > You can set type of display sale badge from Sale Text or Percentage.
Sale Label Text > You can set text of sale badge.
Sale Percentage Text > You can set sale percentage text
Sale Badge Background Color > Set sale badge background color
Sale Badge Text Color > Set sale badge text color
Show Featured Badge > Hide / Show Featured badge
Featured Label Text > You can set featured badge text.
Featured Badge Background Color > Set featured badge background color
Featured Badge Text Color > Set featured badge text color
Go to Customize > Killar Options > WooCommerce > Single Product
panel section to start your
custom settings
configuration.
Page Layout > Select page layout for WooCommerce single product page.
Sidebar > Select sidebar widgets you want to show on single product page.
Image Width (Column) > Select number of bootstrap columns want to show for image width.
Summary Width (Column) > Select number of bootstrap columns want to show for summary width.
Category page display > Choose what to display on the main category page.
Default products sorting > How should products be sorted in the catalog by default?
Sale Label/Badge > Here you can set sale badge display On Product Image, After Price and Hide.
Sale Percentage Text > Display sale percentage text like 10% off, "{percentage}" is dynamic value.
Enable Product Gallery Zoom > Enable / Disable product gallery zoom.
Enable Gallery Lightbox > Enable / Disable product gallery lightbox
Gallery Layout > You can set Horizontal or Verticle product gallery layout.
Product Rating > Hide / Show product rating.
Product Availability > Hide / Show product availability
In Stock Message > You can set In Stock message of text.
Low Stock Qty > Display numbers of quentity in low stock qty message like Hurry, Only {qty} left in stock. if you want to hide then set "0".
Low Stock Qty Message > Display Low stock Message Hurry, Only {qty} left in stock. {qty} is the dynamic value of the low stock quentity value.
Out of Stock Message > You can set out of stock message text
Product Short Description > Hide / Show product short description.
Product Meta > Hide / Show product SKU, Cateatory, Tags etc.
Show Page Title Section > Hide/Show page title section. You can set main page title configuration from Customize > Killar Options > Page Title
Page Title Alignment > You can set Shop / Archive page title alignment.
Page Title > You can set Shop / Archive page title as Custom Text, Post Title and Hidden.
Page Title Background > You can set Shop / Archive page title section background as Freatured Image, Default ( From Customize > Killar Options > Page Title
background image ), Custom and Hidden.
Show Breadcrumb > Hide/Show breadcrumb.
Tabs Layout > You can set style of display tabs layout.
Enable Upsell Products > Enable / Disable upsell products.
Enable Related Products > Enable / Disable related products.
Show Numbers of Products > Show the limit of display upsell and related products.
Sizes of Products > You can set numbers of display product on diffrent devices.
Enable Carousel > Enable / Disable carousel.
Carousel Autoplay > Enable / Disable carousel autoplay.
Carousel Loop > Enable / Disable carousel loop.
Carousel Navigation > Enable / Disable carousel navigation.
Carousel Dots Navigation > Enable / Disable carousel dots navigation.
Go to Customize > Killar Options > WooCommerce > Cart
panel section to start your custom settings configuration.
Enable Cross Sells Products > Enable / Disable cross sells products.
Enable Related Products > Enable / Disable related products.
Show Numbers of Products > Show the limit of display upsell and related products.
Sizes of Products > You can set numbers of display product on diffrent devices.
Enable Carousel > Enable / Disable carousel.
Carousel Autoplay > Enable / Disable carousel autoplay.
Carousel Loop > Enable / Disable carousel loop.
Carousel Navigation > Enable / Disable carousel navigation.
Carousel Dots Navigation > Enable / Disable carousel dots navigation.
Go to Customize > Killar Options > Page Title
panel section to start your custom settings configuration.
Show Page Title > Hide/Show page title.
Page Title Style > You can choose page title style in ( Default, Left Alignment, Center Alignment and Right Alignment ).
Show Page Title Heading > Hide/Show page title heading.
Padding > You can set page title paddings.
Background Style > You can set page title background style in ( Hide, Image, Scene ).
Background Image > You can set background image.
Background Position > You can set background position.
Background Attachment > You can set background attachment.
Background Repeat > You can set background repeat.
Background Size > You can set background size.
Background Overlay Opacity > Here you can set background overlay opacity.
Overlay Background Color > You can set overlay background color.
Enable Breadcrumb > Enable/Disable breadcrumb.
Show item Title > Hide/Show item title in breadcrumb.
Home item Style > Breadcrumb home item style as icon or "Home" text.
Go to Customize > Killar Options > Mobile
panel section to start your custom settings configuration.
Mobile Logo > Select your mobile view logo.
Max Width > You can choose logo maximum width.
Max Height > You can choose logo maximum height.
Mobile Header Right Layout > Here you can set custom layout content of layout and display on main menu right of the position on mobile view.
Flyout Title > You can set mobile flyout title.
Mobile Flyout Bottom Content > Select custom layout for show mobile flyout bottom content from Layouts Builder.
Here you can enter you own custom stylesheet css.
In every product page we have set up few settings for making the page more flexiable for users, if you want you can set different header/footer in different page. Also there is an option for selecting sidebar left/sidebar right/full width product page easily.
Elementor is the leading website building platform for WordPress, enabling web creators to build professional, pixel-perfect websites with an intuitive visual builder. Quickly create amazing websites for your clients or your business with complete control over every piece, without writing a single line of code. Join a vast community of web creators from all around the world who deliver exceptional websites using Elementor.
For more help please go to Elementor Documentation
Killar includes the popular Revolution Slider Created By ThemePunch.This slider is 100% responsive and has many amazing options. In the following sections, you will know how to add a new slider and how to show it on frontend. This is its own documentation. You can read to get more information.
Contact Form 7 is a Contact Form creation plugin that is very flexible and easy to use. It manages multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on. Read more on how to Create your own Contact Forms a few sections up in Creating Contact Forms or find out more on the plugin Contact Form 7 Plugin Documentation.
MailChimp for WordPress comes with a free plugin, which is awesome by itself. It is actively used on nearly half a million sites and has been very well received by the WordPress community.
The best feature of this plugin is, that theme authors can define import files in their themes and so all you (the user of the theme) have to do is click on the “Import Demo Data” button.
More info Go to One Click Demo Import Documentation page
Killar theme comes with Elementor page builder plugin. You can easily add Elementor widgets as you want. We have created all required widgets for Elementor and it is included with theme, you just need to Elementor's Killar section.
Elementor Page Builder will help you manage your content at the WordPress sites and build any layout you can imagine in a few minutes without coding. You can read Elementor Documentation to get more details.
For more detail Click Here
Please extend below php configuration of our theme requirement in php.ini or Contact your host provider support team and extend below detail.
A "white screen of death" happens when there is a PHP error on the site but WP_Debug isn’t enabled on the server. So the first thing to do would be to enable WP_Debug so you can read what the actual error is and thus fix the problem.
When you import our demo content, it can take several minutes depending on the speed of your server. Each time the button is clicked it will import the content, so if it is clicked twice it will import everything two times. There are two ways to get rid of duplicate content.
Method 1: WP Reset Plugin – This plugin is the fastest way to get rid of content. However, it will remove all content from your database and leave the default theme activated. It does not remove plugins, but will deactivate them and remove all pages, posts, menus, sliders, widget data, etc. Basically it removes all the content that you imported from our theme. Only do this if you are able to start over. Click Here To Download.
Method 2: Manual Removal – This method will take longer and simply involves manually removing duplicate items. For example, go to the Appearance > Menu and delete and duplicate items one by one. Same thing for pages, post, sliders, etc.
That's a common issue caused by not uploading the correct zip file. Go back to http://themeforest.net/downloads and when clicking the Download button, choose the "Installable WordPress file only". And upload this zip file.
We provide the support directly through Envato email support system. We answer all questions as soon as possible, it may take maximum 1 business day.
If the documentation doesn't help you solve issues, feel free to contact us through the link.
We have an expert team who can do any kind of customization when you need. As customization is not included with item support, you need to pay extra charge.
You can email here to get a quote about your customization services.
If you have any difficulities or have some other problems with this theme, please refer to chapter FAQ. If the problem is not covered there, you can contact us in the comment section on ThemeForest or through the contact form on our profile page on ThemeForest. The most up-to-date information about support can always be found at:
We provide 24/7 Support!. Please make sure you take a look at the available resources before submitting a support request.
If you have any question / issue you can contact us any time by sending us an email on contact.wtdesign@gmail.com