Car Service - Auto Mechanic & Car Repair Theme

Car Service is a responsive and retina ready WordPress Theme best suitable for auto mechanics, car repair shops, mechanic workshops, car repair services, auto painting, auto detailing, tire and wheel shops or handyman business. The Theme comes with Appointment Form, Slider Revolution plugin, 90 premium car related font based icons, 12 page templates, sticky menu, touch friendly slider and carousels, ajax contact form and more.

Car Service includes Slider Revolution for WordPress Plugin, WPBakery Page Builder for WordPress Plugin, premium font icons, 12 page templates, sticky menu, touch friendly slider and carousels, ajax contact form and more.

PSD source files are available to all of our buyers. Please contact us to get the files. You will receive perfectly organized and layered Template plus all of the icons used within a project in full PSD vector.

Theme Features

  • Responsive Layout
  • Retina Ready
  • jQuery Powered
  • Appointment Form
  • Cost Calculator For WordPress (Value of $30) Included
  • Slider Revolution Responsive WordPress Plugin (Value of $85) Included
  • WPBakery Page Builder for WordPress (Value of $64) Included
  • 50+ Page Builder Components Including 20+ Custom Made
  • Streamline Premium Icon Font with 90 Icons (Value of $69) Included
  • Premium Images (Value of $33) Included
  • One Click Demo Content Importer
  • Theme Options Panel
  • WooCommerce Integration
  • Smart Sticky Columns
  • Theme Color Picker
  • Sticky Menu
  • Mobile Touch Friendly Sliders and Carousels
  • Ajax Contact Form
  • Isotope Gallery
  • Parallax Backgrounds
  • Google Location Map
  • 800+ Google Fonts to Choose From
  • WPML Compatible. Translation Ready With Mo/Po Files
  • Unlimited Menus & Sidebars
  • Page Templates
    • Home
    • Home 2
    • Services
    • Services 2
    • Single Service
    • Galleries
    • Single Gallery Page
    • Team
    • Single Team
    • About Us
    • Blog With Sidebar
    • Blog 2 Columns
    • Blog 3 Columns
    • Appointment
    • Cost Calculator
    • Contact Style 1
    • Contact Style 2
    • Error 404
  • Social Icons Font with 18 Icons to Choose From
  • PSD Files Included (Please Contact Us to Receive Perfectly Organized PSD Files)
  • Documentation Included
  • Valid HTML5 Code
  • Crossbrowser Compatible
  • Clean Design

Instructional Videos


Need HTML (non - WordPress) version?

There is also HTML version of this theme available. You can find it here: Car Service - Auto Mechanic & Car Repair Template

Getting Started

1. Downloading theme archive

To install Car Service on your WordPress website, you need to download the theme archive file from your Downloads section on ThemeForest. Downloaded archive will look like this 'themeforest-12777824-car-service-mechanic-auto-shop-theme.zip'. Please unzip this file and inside you will find 'carservice.zip' archive (screenshot) which contains all theme files necessary to install the theme.



2. Theme installation

Please login to your WP dashboard and go to 'Appearance->Themes' panel, over there you can use the 'Add New Theme' option to install new themes. Click on 'Upload Theme' button located at the top left corner of the screen (near the 'Add Themes' page title, screenshot) and select the 'carservice.zip' file from your computer, now use the 'Install Now' button and if everything goes right, you should notice 'Theme installed successfully' message (screenshot), after that you can activate the theme.



3. Plugins installation

Once the theme is active, you need to install required plugins, you can do that in 'Appearance->Install Plugins' panel. After installation please activate plugin if necessary (screenshot) (some will be automatically activated and doesn't require manual activation).



4. Dummy data import

The last thing is to import the dummy data, this will create sample content and configure your WordPress settings, making your website look exactly as in our preview version. This step is optional, you don't need to install dummy content if you don't need it but it will help you to see how content has been configured on demo site, you can also take it as a base for your customized website. To do this, please go to 'Appearance->Theme Options' panel and click on 'Import dummy content' button, please remember that this can take some time, so you should wait until the confirmation message is displayed (screenshot). After that, your website will be ready and now you can start adding your own content or customize the theme. All steps from the dummy content process can be viewed on this instructional video.

How To?

1. How to install Car Service theme?

Please read our Getting Started guide, it presents step-by-step instructions on how to install the theme. Alternatively you can install theme manually. In that case please connect with your FTP account using FTP client like FileZilla and now upload the unpacked theme directory to the 'wp-content/themes/' subdirectory, after that, you can activate it in Themes panel of WP dashboard.



2. What is the correct way to update the theme?

To update the theme you need to download its latest version from ThemeForest downloads page. Now there are two ways to update the theme, if you don't have any custom modifications then you can simply remove the old theme version from admin panel and install new one on 'Appearance->Themes' page. Otherwise, if you want to keep some theme files, which were modified, then you need to update it manually. Please unpack the downloaded theme archive, login to your FTP account using FTP client (e.g. FileZilla) and replace the current theme files by uploading the newest ones. If your theme has custom modifications then you can upload only those files which were changed in theme update, you can check those files in the documentation that's included in theme directory(Changelog section). This way you can keep most(or even all) of your modifications after the update.



3. How can I update the WPBakery Page Builder plugin?

Firstly you must update your theme to the latest version, which includes new version of WPBakery Page Builder plugin.
Now if you use WordPress MultiSite installation, then just go to 'Network->Plugins' panel and delete the 'WPBakery Page Builder' plugin. Login once again to your website dashboard and you will be asked to install the VC plugin, follow the instructions and the update will be complete.
For standard WordPress installation, please login to your FTP account and go to 'wp-content/plugins/' subdirectory and delete entire 'js_composer/' folder, after that visit your WordPress dashboard. You should notice new message at the top of a screen, that asks you to install the required plugin, follow the instructions and the WPBakery Page Builder plugin will be installed.



4. How can I setup a Child Theme?

To setup a child theme please first install the theme and import dummy data, instructions can be found here. Now you need to create a new folder in '/wp-content/themes/' subdirectory, you can name it 'carservice-child' and then add two files: style.css and functions.php. In 'style.css' file please use below code:

/*
Theme Name:   Carservice Child
Description:  Carservice Child Theme
Template:     carservice
Version:      1.0
Text Domain:  carservice
*/

above code includes basic details about your child theme, you can edit above information as you like. For the second file 'functions.php' please use this code:
<?php
function child_theme_enqueue_styles() {
	wp_enqueue_style("parent-style", get_template_directory_uri() . "/style.css", array("reset", "superfish", "prettyPhoto", "jquery-qtip", "odometer", "animations"));
}
add_action("wp_enqueue_scripts", "child_theme_enqueue_styles");

above code loads the styles of parent carservice theme. Now in your WP dashboard go to Themes panel and activate the 'Carservice Child' theme, you will also need to activate the WPBakery Page Builder plugin and it is possible that WordPress will deactivate widgets and main menu, so you will need to re-assign them in Widgets and Menus panel. After that your child theme should be working correctly. More details about Child Themes can be found here: https://codex.wordpress.org/Child_Themes



5. How can I translate the theme?

Theme supports translations. To create your language translation, please download this usefull tool Poedit. Then find in languages directory default.po file and open it in Poedit. Translate appropriate texts and save the file giving it appropriate name (check here for more). For example French: fr_FR, German: de_DE, etc.
The last step is setting the language in wp-config.php file. Please open it and find (or add if it doesn't exists) below line:

define ('WPLANG', '');
Then set your language, for example French:
define ('WPLANG', 'fr_FR');



6. How can I control the single post layout?

If you have imported dummy content you should see 'Single Post Template' page under 'Pages' admin menu. Please edit it using WPBakery Page Builder editor to control single post layout.

If you haven't imported dummy content you can create this template from scratch. To do that please add new page: 'Pages->Add New'. Name it 'Single Post Template' and select 'Single post' template for it under 'Page Attributes' box (screenshot). After that please switch content editor to WPBakery Page Builder by clicking 'Backend Editor' button and click on 'Templates' button (screenshot). The templates popup will be displayed, please select 'Default templates' tab from it (screenshot). Find 'Single Post Template' on the list and click on it (screenshot). Close the 'Templates' window. Template is ready, please publish it (screenshot) and from now you can edit it to control single post layout.



7. How can I control the blog layout?

If you have imported dummy content you should see 'Blog Template' page under 'Pages' admin menu. Please edit it using WPBakery Page Builder editor to control blog layout.

If you haven't imported dummy content you can create this template from scratch. To do that please follow the instructions from point 6 (How can I control the single post layout?) but name the page 'Blog Template' and select 'Blog' template for it under 'Page Attributes' box (screenshot). Please also use the 'Blog Template' as base for it (screenshot).



8. How can I control the search results page layout?

If you have imported dummy content you should see 'Search Page Template' page under 'Pages' admin menu. Please edit it using WPBakery Page Builder editor to control search results page layout.

If you haven't imported dummy content you can create this template from scratch. To do that please follow the instructions from point 6 (How can I control the single post layout?) but name the page 'Search Page Template' and select 'Search' template for it under 'Page Attributes' box (screenshot). Please also use the 'Search Page Template' as base for it (screenshot).



9. How can I control the single gallery page layout?

If you have imported dummy content you should see 'Single Gallery Template' page under 'Pages' admin menu. Please edit it using WPBakery Page Builder editor to control single gallery page layout.

If you haven't imported dummy content you can create this template from scratch. To do that please follow the instructions from point 6 (How can I control the single post layout?) but name the page 'Single Gallery Template' and select 'Gallery' template for it under 'Page Attributes' box (screenshot). Please also use the 'Single Gallery Template' as base for it (screenshot).



10. How can I control the single service page layout?

If you have imported dummy content you should see 'Single Service Template' page under 'Pages' admin menu. Please edit it using WPBakery Page Builder editor to control single service page layout.

If you haven't imported dummy content you can create this template from scratch. To do that please follow the instructions from point 6 (How can I control the single post layout?) but name the page 'Single Service Template' and select 'Service' template for it under 'Page Attributes' box (screenshot). Please also use the 'Single Service Template' as base for it (screenshot).



11. How to integrate WooCommerce (shop) plugin?

Please check this instructional video to see how to setup Shop.



12. How to control Theme Options?

Please check this instructional video to see how to control Theme Options.

CSS Styles

The project uses the following cascade of template styles (in order):

  • animations.css - styles for animated elements,
  • jquery.qtip.css - default styles for tooltips (overwritten in style.css),
  • superfish.css - default styles for superfish menu,
  • odometer-theme-default.css - styles for Odometer smoothly transitioning numbers plugin,
  • prettyPhoto.css - default styles for prettyPhoto lightbox,
  • style.css - base styles for the entire project,
  • responsive.css - styles for responsive design (remove it from header to disable responsive),
  • reset.css - styles which resets default browsers styles.

All CSS files are located under /style directory.



Javascript Files

Plugins and library


Other files:

  • jquery.hint.js - script which supports hints/placeholders for form fields,
  • main.js - script contains all executable instructions of jquery plugins, events handlers etc.

Theme Structure

Project is divided by four main files: index.php, header.php, footer.php and functions.php


index.php

It's main project file which calls other. It contains get_header and get_footer calls.


header.php

The file contains head section of the html tree structure. You can find here also wp_head call.


footer.php

The file contains bottom part of the page, including copyright area and footer area. You can find here also wp_footer call.


functions.php

The file contains definition/includes of the functions for:

  • widgets,
  • shortcodes,
  • sidebars,
  • ajax calls,
  • load javascript and css files,
  • base configuration,
  • menu generation,
  • custom meta box and options pages.

WPBakery Page Builder

WPBakery Page Builder documentation is available here.

Widgets

There are 7 build in widgets:

  • Cart Icon,
  • Contact Details Box,
  • Contact Details List,
  • Contact Informations Box,
  • Bulleted List,
  • Carservice Recent Posts,
  • Social Icons.

Credits

Fonts used


Images

Premium images you can use along with this Template without asking permission (included in downloadable package):

All other images comes with this Theme are licensed under Creative Commons Zero CC0 1.0 Universal (CC0 1.0). You can use it along with this Theme without asking permission.

24 October 2022, ver. 6.9

  • WPBakery Page Builder update (to version 6.10).
  • Revolution Slider update (to version 6.6.5).
  • Minor code improvements.
plugins_activator.php
dummy_content_files/dummy-data.xml.gz
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_3_columns.php
shortcodes/blog_small.php
shortcodes/post_carousel.php
woocommerce/myaccount/form-login.php

19 August 2022, ver. 6.8

  • Revolution Slider update (to version 6.5.31).
  • Cost Calculator plugin update (to version 4.1).
  • Minor code fixes.
search.php
single.php
single-ql_galleries.php
single-ql_services.php
single-ql_team.php
style.css
template-blog.php
admin/style/style.css
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql-cost-calculator.zip
plugins/revslider.zip
shortcodes/blog_small.php

09 July 2022, ver. 6.7

  • WPBakery Page Builder update (to version 6.9).
  • Revolution Slider update (to version 6.5.25).
  • Cost Calculator plugin update (to version 4.0).
  • Theme Team plugin update (to version 1.5).
  • Theme Dummy Content Importer plugin update (to version 1.8).
  • Minor code fixes.
plugins_activator.php
theme-options.php
admin/style/style.css
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql_importer.zip
plugins/ql_team.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
widgets/widget-contact-details-list.php
widgets/widget-list.php

10 February 2022, ver. 6.6

  • Issue fix: WPBakery Page Builder wasn't enabled by default for custom posts.
functions.php

01 February 2022, ver. 6.5

  • WPBakery Page Builder update (to version 6.8).
  • Revolution Slider update (to version 6.5.15).
  • Cost Calculator plugin update (to version 3.9).
  • WooCommerce template files update.
  • Minor code fixes.
theme-options.php
admin/js/theme_admin_widgets.js
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_3_columns.php
shortcodes/blog_small.php
shortcodes/post_carousel.php
woocommerce/order/order-details-customer.php

22 June 2021, ver. 6.4

  • Revolution Slider update (to version 6.5.1).
  • Minor code fixes.
admin/functions.php
plugins_activator.php
plugins/revslider.zip

11 June 2021, ver. 6.3

  • WPBakery Page Builder update (to version 6.6).
  • Revolution Slider update (to version 6.4.11).
  • Theme Dummy Content Importer plugin update (to version 1.7).
  • Theme Services plugin update (to version 2.0).
  • New 'Send From' option added under email config.
comments.php
comments-functions.php
contact_form.php
functions.php
pagination.php
plugins_activator.php
theme-options.php
admin/functions.php
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
js/main.js
plugins/js_composer.zip
plugins/ql_importer.zip
plugins/ql_services.zip
plugins/ql-cost-calculator.zip
plugin/revslider.zip
shortcodes/shortcodes.php
style_selector/style_selector.js
widgets/widget-contact-details.php
widgets/widget-contact-details-list.php
widgets/widget-list.php
widgets/widget-social-icons.php
--- new files ---
admin/js/theme_admin_widgets.php

24 December 2020, ver. 6.2

  • WPBakery Page Builder update (to version 6.5.1).
  • Fix for not working Tabs component issue.
plugins_activator.php
admin/style/style.css
plugins/js_composer.zip

18 December 2020, ver. 6.1

  • Compatibility with WordPress 5.6 added.
  • WPBakery Page Builder update (to version 6.5).
  • Revolution Slider update (to version 6.3.3).
  • Cost Calculator plugin update (to version 3.7).
  • Fix for not working reCaptcha issue.
  • Minor code fixes.
custom_colors.php
functions.php
plugins_activator.php
style.css
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
style/responsive.css
woocommerce/order/order-details.php
--- new files ---
js/jquery.easing.1.4.1.js
js/jquery.easing.1.4.1.min.js
--- removed files ---
js/jquery.easing.1.3.js
js/jquery.easing.1.3.min.js

14 October 2020, ver. 6.0

  • WPBakery Page Builder update (to version 6.4.1).
  • Revolution Slider update (to version 6.2.23).
  • Minor code fixes.
plugins_activator.php
plugins/js_composer.zip
plugins/revslider.zip
widgets/widget-contact-details.php
widgets/widget-social-icons.php

10 September 2020, ver. 5.9

  • Update for image preloader.
  • WPBakery Page Builder update (to version 6.3).
  • Revolution Slider update (to version 6.2.22).
  • Cost Calculator plugin update (to version 3.6).
  • WooCommerce template files update.
functions.php
plugins_activator.php
js/main.js
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
woocommerce/cart/cross-sells.php
--- new files ---
js/jquery.imagesloaded-packed.js

14 August 2020, ver. 5.8

  • Compatibility with WordPress 5.5 added.
  • Revolution Slider update (to version 6.2.19).
  • Cost Calculator plugin update (to version 3.5).
  • WooCommerce template files update.
  • Minor code fixes.
functions.php
header.php
plugins_activator.php
rtl.css
style.css
admin/js/jquery.ba-bbq.min.js
admin/style/style.css
js/jquery.ba-bbq.min.js
js/jquery.qtip.min.js
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql-cost-calculator.zip
plugins/revslider.zip
style/jquery.qtip.css
woocommerce/single-product-reviews.php

03 July 2020, ver. 5.7

  • Revolution Slider update (to version 6.2.15).
  • Cost Calculator plugin update (to version 3.4).
  • Carservice Child Theme update.
  • Minor code fixes.
custom_colors.php
admin/js/jquery.ba-bbq.min.js
admin/js/theme_admin.js
js/jquery.ba-bbq.min.js
plugins/ql-cost-calculator.zip
plugins/revslider.zip

21 May 2020, ver. 5.6

  • WPBakery Page Builder update (to version 6.2).
  • Revolution Slider update (to version 6.2.9).
  • Cost Calculator plugin update (to version 3.3).
  • WooCommerce template files update.
  • Minor code fixes.
functions.php
plugins_activator.php
style.css
admin/style/style.css
dummy_content_files/dummy-data.xml.gz
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
shortcodes/our_clients_carousel.php
vc_templates/vc_column.php
vc_templates/vc_column_inner.php
woocommerce/myaccount/form-login.php

25 March 2020, ver. 5.5

  • Minor code fixes.
plugins_activator.php
template-blog.php
js/jquery.prettyPhoto.js
plugins/ql_galleries.zip

19 March 2020, ver. 5.4

  • WPBakery Page Builder update (to version 6.1).
  • Revolution Slider update (to version 6.2.2).
  • Cost Calculator plugin update (to version 3.1).
  • Theme Dummy Content Importer plugin update (to version 1.6).
  • Theme Services plugin update (to version 1.9).
  • WooCommerce template files update.
  • Code fixes and improvements.
functions.php
plugins_activator.php
rtl.css
style.css
theme-options.php
admin/js/theme_admin.js
admin/style/style.css
dummy_content_files/main.zip
dummy_content_files/widget_data.json
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/carservice_shortcodes.zip
plugins/js_composer.zip
plugins/ql_galleries.zip
plugins/ql_importer.zip
plugins/ql_services.zip
plugins/ql_sidebars.zip
plugins/ql_team.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
style/responsive.css
vc_templates/vc_progress_bar.php
woocommerce/cart/cart.php
woocommerce/checkout/thankyou.php
woocommerce/global/quantity-input.php
woocommerce/order/order-details.php
woocommerce/single-porduct/related.php

05 June 2019, ver. 5.3

  • WPBakery Page Builder update (to version 6.0.4).
plugins_acivator.php
style.css
plugins/js_composer.zip

03 June 2019, ver. 5.2

  • WPBakery Page Builder update (to version 6.0.3).
  • Minor code improvements.
comments.php
plugins_activator.php
admin/js/theme_admin.js
js/main.js
plugins/js_composer.zip
style_selector/style_selector.js
widgets/widget-contact-details.php
woocommerce/global/quantity-input.php

16 May 2019, ver. 5.1

  • Security improvements.
  • WPBakery Page Builder update (to version 6.0.1).
  • WooCommerce template files update.
  • Cost Calculator plugin update (to version 3.0).
  • Theme Team plugin update (to version 1.4).
  • Css styles improvements.
  • Minor code improvements.
comments.php
comments-form.php
contact_form.php
custom_colors.php
functions.php
header.php
meta-box.php
plugins_activator.php
single.php
style.css
admin/js/theme_admin.js
fonts/social/demo.html
fonts/social/selection.json
fonts/social/styles.css
fonts/social/fonts/social.eot
fonts/social/fonts/social.svg
fonts/social/fonts/social.ttf
fonts/social/fonts/social.woff
fonts/template/icons-reference.html
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/ql_team.zip
shortcodes/post_carousel.php
shortcodes/shortcodes.php
shortcodes/single-post.php
shortcodes/team_member_box.php
shortcodes/class/Post.php
style/responsive.css
vc_templates/vc_accordion_tab.php
vc_templates/vc_nested_accordion_tab.php
vc_templates/vc_nested_tab.php
vc_templates/vc_nested_tabs.php
vc_templates/vc_tab.php
vc_templates/vc_tabs.php
widgets/widget-contact-details.php
widgets/widget-social-icons.php
woocommerce/single-product-reviews.php
woocommerce/cart/cart-shipping.php
woocommerce/checkout/form-billing.php
woocommerce/checkout/form-shipping.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-login.php

28 February 2019, ver. 5.0

  • Revolution Slider update (to version 5.4.8.3).
  • Dummy content import functionality now included as plugin.
  • Minor code fixes.
404.php
contact_form.php
custom_colors.php
functions.php
index.php
page.php
plugins_activator.php
rtl.css
search.php
searchform.php
single.php
single-ql_galleries.php
single-ql_services.php
single-ql_team.php
style.css
template-blog.php
theme-options.php
woocommerce.php
admin/functions.php
admin/js/theme_admin.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/revslider.zip
shortcodes/announcement_box.php
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_3_columns.php
shortcodes/blog_small.php
shortcodes/call_to_action_box.php
shortcodes/comments.php
shortcodes/featured_item.php
shortcodes/items_list.php
shortcodes/map.php
shortcodes/our_clients_carousel.php
shortcodes/post_carousel.php
shortcodes/shortcodes.php
shortcodes/single-gallery.php
shortcodes/single-post.php
shortcodes/single-service.php
shortcodes/single-team.php
shortcodes/team_member_box.php
shortcodes/testimonials.php
shortcodes/timeline_item.php
style/responsive.css
style_selector/style_selector.php
vc_templates/vc_accordion.php
vc_templates/vc_column.php
vc_templates/vc_nested_accordion.php
vc_templates/vc_nested_tabs.php
vc_templates/vc_progress_bar.php
vc_templates/vc_tab.php
vc_templates/vc_tabs.php
woocommerce/rtl.css
woocommerce/style.css
--- new files ---
plugins/carservice_shortcodes.php
plugins/ql_importer.zip
--- removed directories ---
importer/

16 February 2019, ver. 4.9

  • Cost Calculator plugin update (to version 2.8).
  • WPBakery Page Builder update (to version 5.7).
  • Revolution Slider update (to version 5.4.8.2).
  • Minor code fixes.
class-tgm-plugin-activation.php
comments-form.php
comments-functions.php
contact_form.php
functions.php
page.php
plugins_activator.php
style.css
theme-options.php
woocommerce.php
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
--- removed files ---
images/code_background.png

23 January 2019, ver. 4.8

  • Cost Calculator plugin update (to version 2.7).
  • Styling improvements for Gutenberg blocks.
custom_colors.php
functions.php
page.php
plugins_activator.php
rtl.css
style.css
admin/style/style.css
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql-cost-calculator.zip
style/responsive.css

04 January 2019, ver. 4.7

  • Fix for widgets import issue under WP 5.0.
  • Cost Calculator plugin update (to version 2.6).
comments-form.php
plugins_activator.php
theme-options.php
admin/style/style.css
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql-cost-calculator.zip
woocommerce/style.css
--- new directories ---
dummy_content_files/

07 December 2018, ver. 4.6

  • WPBakery Page Builder update (to version 5.6).
  • Revolution Slider update (to version 5.4.8.1).
  • WooCommerce template files update.
  • Minor code fixes.
comments-functions.php
contact_form.php
functions.php
plugins_activator.php
style.css
plugins/js_composer.zip
plugins/revslider.zip
widgets/widget-contact-details.php
widgets/widget-contact-details-list.php
widgets/widget-list.php
widgets/widget-social-icons.php
woocommerce/myaccount/form-lost-password.php
woocommerce/order/order-details.php

24 November 2018, ver. 4.5

  • Cost Calculator plugin update (to version 2.5).
js/main.js
plugins/ql-cost-calculator.zip
plugins_activator.php

07 November 2018, ver. 4.4

  • Cost Calculator plugin update (to version 2.1).
  • WPBakery Page Builder update (to version 5.5.5).
  • Theme Services plugin update (to version 1.8).
  • WooCommerce template files update.
  • Minor code fixes.
functions.php
plugins_activator.php
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql_services.zip
plugins/ql-cost-calculator.zip
shortcodes/our_clients_carousel.php
woocommerce/single-product-reviews.php
woocommerce/cart/cart.php
woocommerce/cart/cart-empty.php
woocommerce/cart/cart-shipping.php
woocommerce/checkout/form-checkout.php
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/form-login.php
woocommerce/myaccount/my-account.php
woocommerce/order/order-details-customer.php

18 July 2018, ver. 4.3

  • New page: Cost Calculator added.
  • Cost Calculator plugin update (to version 1.8).
  • WPBakery Page Builder update (to version 5.5.2).
  • Revolution Slider update (to version 5.4.8).
  • Theme Services plugin update (to version 1.7).
  • Minor code fixes.
plugins_activator.php
rtl.css
style.css
admin/js/theme_admin.js
plugins/js_composer.zip
plugins/ql_services.zip
plugins/ql-cost-calculator.zip
plugins/revslider.zip
style/responsive.css

21 June 2018, ver. 4.2

  • Option to enable reCaptcha in the contact form and comment form added.
  • Option to enable terms and conditions checkbox in the contact form and comment form added.
  • Cost Calculator plugin update (to version 1.7).
  • Theme Galleries plugin update (to version 1.4).
  • Theme Services plugin update (to version 1.6).
  • Theme Team plugin update (to version 1.3).
  • Revolution Slider update (to version 5.4.7.4).
  • WooCommerce template files update.
  • Minor code fixes.
comments-form.php
comments-functions.php
contact_form.php
custom_colors.php
functions.php
plugins_activator.php
rtl.css
style.css
theme-options.php
admin/js/theme_admin.js
admin/style/style.css
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql_galleries.zip
plugins/ql_services.zip
plugins/ql_team.zip
plugins/revslider.zip
shortcodes/comments.php
shortcodes/map.php
style/responsive.css
woocommerce/cart/cart.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-login.php
woocommerce/myaccount/form-lost-password.php
woocommerce/order/order-details-customer.php
--- removed files ---
plugins/cost-calculator.zip
--- new files ---
plugins/ql-cost-calculator.zip

13 April 2018, ver. 4.1

  • New features for Cost Calculator tool (now in a form of a plugin).
  • WPBakery Page Builder update (to version 5.4.7).
  • Revolution Slider update (to version 5.4.7.2).
  • WooCommerce template files update.
  • Fix for color settings on some elements.
  • Fix for conflict with Yoast SEO plugin when saving template pages.
  • Minor code fixes.
custom_colors.php
functions.php
plugins_activator.php
rtl.css
style.css
admin/style/style.css
importer/wordpress-importer.php
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/shortcodes.php
shortcodes/single-gallery.php
shortcodes/single-post.php
shortcodes/single-service.php
shortcodes/single-team.php
style/responsive.css
vc_templates/vc_column.php
vc_templates/vc_row.php
vc_templates/vc_row_inner.php
widgets/widget-cart-icon.php
widgets/widget-contact-details.php
widgets/widget-contact-details-list.php
widgets/widget-contact-info.php
widgets/widget-list.php
widgets/widget-recent.php
widgets/widget-social-icons.php
woocommerce/responsive.css
woocommerce/rtl.css
woocommerce/style.css
woocommerce/cart/cart.php
woocommerce/cart/cart-totals.php
woocommerce/checkout/thankyou.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-login.php
woocommerce/myaccount/form-lost-password.php
woocommerce/myaccount/navigation.php
woocommerce/order/order-details.php
woocommerce/order/order-details-customer.php
woocommerce/single-product/short-description.php
--- new files ---
plugins/cost-calculator.zip
vc_templates/vc_column_inner.php
--- removed files ---
js/jquery.costCalculator.js
js/jquery.costCalculator.min.js
shortcodes/cost_calculator_contact_box.php
shortcodes/cost_calculator_dropdown_box.php
shortcodes/cost_calculator_input_box.php
shortcodes/cost_calculator_slider_box.php
shortcodes/cost_calculator_summary_box.php
woocommerce/cart/shipping-calculator.php
woocommerce/myaccount/my-orders.php
--- removed directories ---
vc_extend/

24 November 2017, ver. 4.0

  • Visual Composer update (to version 5.4.4).
  • Revolution Slider update (to version 5.4.6.3.1).
  • WooCommerce template files update.
  • Theme Galleries plugin update (to version 1.3).
  • Theme Services plugin update (to version 1.5).
  • Theme Sidebars plugin update (to version 1.1).
  • Theme Team plugin update (to version 1.2).
  • Social icons set update.
  • Fix for color settings on some elements.
  • Minor code fixes.
comments.php
custom_colors.php
footer.php
functions.php
header.php
page.php
plugins_activator.php
style.css
theme-options.php
admin/functions.php
admin/js/theme_admin.js
admin/style/style.css
fonts/social/styles.css
fonts/social/fonts/social.eot
fonts/social/fonts/social.svg
fonts/social/fonts/social.tff
fonts/social/fonts/social.woff
js/jquery.costCalculator.js
js/jquery.costCalculator.min.js
js/main.js
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql_galleries.zip
plugins/ql_services.zip
plugins/ql_sidebars.zip
plugins/ql_team.zip
plugins/revslider.zip
shortcodes/cost_calculator_summary_box.php
shortcodes/shortcodes.php
style/responsive.css
vc_templates/vc_column.php
vc_templates/vc_row.php
vc_templates/vc_row_inner.php
widgets/widget-cart-icon.php
widgets/widget-contact-details.php
widgets/widget-contact-details-list.php
widgets/widget-contact-info.php
widgets/widget-list.php
widgets/widget-recent.php
widgets/widget-social-icons.php
woocommerce/single-product-reviews.php
woocommerce/style.css
woocommerce/cart/cart-shipping.php
woocommerce/cart/shipping-calculator.php
woocommerce/checkout/form-checkout.php
woocommerce/checkout/thankyou.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-login.php
woocommerce/order/order-details.php
woocommerce/order/order-details-customer.php

30 August 2017, ver. 3.9

  • Fix for sidebars import issue.
  • Minor code fixes.
custom_colors.php
meta-box.php
style.css
theme-options.php
admin/functions.php
languages/default.mo
languages/default.po
languages/de_DE.mo
languages/de_DE.po

25 August 2017, ver. 3.8

  • Visual Composer update (to version 5.2.1).
  • Revolution Slider update (to version 5.4.5.2).
  • WooCommerce template files update.
  • Improvements for parallax effect.
  • Minor code fixes.
class-tgm-plugin-activation.php
functions.php
plugins_activator.php
style.css
js/main.js
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/cost_calculator_contact_box.php
style/responsive.css
widgets/widget-recent.php
woocommerce/responsive.css
woocommerce/cart/cart.php
woocommerce/cart/cart-empty.php
woocommerce/cart/cart-shipping.php
woocommerce/checkout/form-billing.php
woocommerce/checkout/form-shipping.php
woocommerce/checkout/form-edit-address.php
--- removed files ---
js/jquery.parallax.js
js/jquery.parallax.min.js

06 June 2017, ver. 3.7

  • Minor code fixes.
style.css
importer/wordpress-importer.php
shortcodes/post_carousel.php

11 May 2017, ver. 3.6.1

  • Bug fix for dummy content import option.
functions.php

10 May 2017, ver. 3.6

  • Revolution Slider update (to version 5.4.3.1).
  • WooCommerce template files update.
functions.php
plugins/revslider.zip
woocommerce/responsive.css
woocommerce/style.css
woocommerce/cart/cart.php
woocommerce/checkout/form-checkout.php
woocommerce/checkout/form-shipping.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-lost-password.php
woocommerce/single-product/up-sells.php

08 April 2017, ver. 3.5

  • Visual Composer update (to version 5.1.1).
  • WooCommerce template files update.
comments-functions.php
functions.php
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
woocommerce/responsive.css
woocommerce/rtl.css
woocommerce/style.css
woocommerce/cart/cart.php
woocommerce/cart/cross-sells.php
woocommerce/checkout/form-billing.php
woocommerce/checkout/form-checkout.php
woocommerce/checkout/thankyou.php
woocommerce/myaccount/form-edit-address.php
woocommerce/order/order-details.php
woocommerce/order/order-details-customer.php
woocommerce/single-product/related.php
--- new files ---
woocommerce/single-product/up-sells.php

15 March 2017, ver. 3.4.1

  • Visual Composer update (to version 5.1).
  • Minor fix for submenu positioning in some cases.
plugins_activator.php
rtl.css
style.css
theme-options.php
admin/functions.php
plugins/js_composer.zip

10 March 2017, ver. 3.4

  • Visual Composer update (to version 5.0.1).
  • Revolution Slider update (to version 5.4.1).
  • New option to import only template pages and sidebars.
  • New 'On click action' option added to galleries.
  • Minor code fixes.
footer.php
functions.php
index.php
meta-box.php
page.php
plugins_activator.php
rtl.css
search.php
single.php
single-ql_galleries.php
single-ql_services.php
single-ql_team.php
style.css
template-blog.php
theme-options.php
woocommerce.php
admin/functions.php
admin/js/theme_admin.js
admin/style/style.css
importer/wordpress-importer.php
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/ql_galleries.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_3_columns.php
shortcodes/blog_small.php
shortcodes/cost_calculator_input_box.php
shortcodes/featured_item.php
shortcodes/map.php
shortcodes/our_clients_carousel.php
shortcodes/shortcodes.php
shortcodes/team_member_box.php
shortcodes/testimonials.php
shortcodes/timeline_item.php
style/responsive.css
style/superfish.css
vc_templates/vc_accordion_tab.php
vc_templates/vc_nested_accordion_tab.php
vc_templates/vc_nested_tab.php
vc_templates/vc_nested_tabs.php
vc_templates/vc_tab.php
vc_templates/vc_tabs.php
widgets/widget-contact-details.php
woocommerce/single-product-reviews.php
woocommerce/style.css
woocommerce/cart/cart.php
woocommerce/cart/cart-empty.php
woocommerce/cart/cart-shipping.php
woocommerce/cart/cart-totals.php
woocommerce/cart/cross-sells.php
woocommerce/cart/shipping-calculator.php
woocommerce/checkout/form-billing.php
woocommerce/checkout/form-checkout.php
woocommerce/checkout/form-shipping.php
woocommerce/checkout/thankyou.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-login.php
woocommerce/myaccount/form-lost-password.php
woocommerce/myaccount/my-orders.php
woocommerce/order/order-details.php
woocommerce/order/order-details-customer.php
woocommerce/single-product/related.php

29 August 2016, ver. 3.3

  • Updated Media Library window for selecting files.
  • Minor code fixes.
class-tgm-plugin-activation.php
custom_colors.php
plugins_activator.php
rtl.css
single-ql_galleries.php
single-ql_services.php
single-ql_team.php
style.css
woocommerce.php
admin/js/theme_admin.js
admin/style/style.css
js/main.js
plugins/ql_team.zip
widgets/widget-cart-icon.php
widgets/widget-contact-details.php
widgets/widget-contact-details-list.php
widgets/widget-contact-info.php
widgets/widget-list.php
widgets/widget-recent.php
widgets/widget-social-icons.php
woocommerce/responsive.css
woocommerce/style.css
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/my-account.php

29 June 2016, ver. 3.2

  • Revolution Slider update (to version 5.2.6).
  • Fix for Google Maps component - Google API key is now required.
  • Minor code fixes.
functions.php
rtl.css
style.css
theme-options.php
admin/functions.php
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/revslider.zip
shortcodes/map.php
woocommerce/style.css

18 June 2016, ver. 3.1

  • Visual Composer update (to version 4.12).
  • Revolution Slider update (to version 5.2.5.4).
  • WooCommerce template files update.
custom_colors.php
functions.php
plugins_activator.php
theme-options.php
plugins/js_composer.zip
plugins/revslider.zip
woocommerce/style.css
woocommerce/myaccount/form-edit-account.php
woocommerce/myaccount/form-edit-address.php
woocommerce/myaccount/form-login.php
woocommerce/myaccount/form-lost-password.php
woocommerce/myaccount/my-account.php
woocommerce/order/order-details.php
--- new files ---
woocommerce/myaccount/navigation.php
--- removed files ---
woocommerce/myaccount/view-order.php
woocommerce/single-product/review.php

02 June 2016, ver. 3.0

  • New page template: Home Style 2.
  • New page template: Services Style 2.
  • New page template: Our Team.
  • New page template: Single Team Member.
  • New page template: Blog 3 Columns.
  • New component: Timeline.
  • New component: Post Carousel.
  • Additional layout for Testimonials component.
  • Improvements for child theme functionality.
  • Revolution Slider update (to version 5.2.5.3).
  • Theme Services update (to version 1.4).
  • RTL mode improvements.
  • Minor code fixes.
archive.php
category.php
comments-form.php
custom_colors.php
footer.php
functions.php
header.php
index.php
plugins_activator.php
rtl.css
single.php
style.css
tag.php
admin/functions.php
admin/style/style.css
importer/importer.php
js/jquery.carouFredSel-6.2.1.js
js/jquery.carouFredSel-6.2.1.min.js
js/jquery.carouFredSel-6.2.1-packed.js
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/ql_services.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_small.php
shortcodes/our-clients-carousel.php
shortcodes/shortcodes.php
shortcodes/single-post.php
shortcodes/testimonials.php
shortcodes/class/Post.php
style/animations.css
style/responsive.css
--- new files ---
single-ql_team.php
plugins/ql_team.zip
shortcodes/blog_3_columns.php
shortcodes/post_carousel.php
shortcodes/single-team.php
shortcodes/team_member_box.php
shortcodes/timeline_item.php
vc_templates/vc_progress_bar.php

16 April 2016, ver. 2.0

  • New option to set mobile menu child items as collapsible.
  • Fix for 'jump' sticky menu effect.
  • Visual Composer update (to version 4.11.2.1).
  • Revolution Slider update (to version 5.2.4.1).
  • Minor code fixes.
functions.php
header.php
index.php
plugins_activator.php
theme-options.php
js/main.js
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/pricing_table.php
shortcodes/testimonials.php
style/responsive.css
style_selector/style_selector.php
--- new files ---
mobile_menu_walker.php

19 March 2016, ver. 1.9

  • New icons added: car-fire, car-wash, car-wheel, sign-zigzag, wedding-car.
  • Visual Composer update (to version 4.11.1).
  • Revolution Slider update (to version 5.2.3.5).
  • WooCommerce template files update.
  • Minor code fixes.
contact_form.php
plugins_activator.php
style.css
admin/style/style.css
fonts/streamline-small/demo.html
fonts/streamline-small/selection.js
fonts/streamline-small/style.css
fonts/streamline-small/fonts/streamline-small-cs.eot
fonts/streamline-small/fonts/streamline-small-cs.svg
fonts/streamline-small/fonts/streamline-small-cs.ttf
fonts/streamline-small/fonts/streamline-small-cs.woff
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/call_to_action_box.php
shortcodes/cost_calculator_contact_box.php
shortcodes/featured_item.php
shortcodes/shortcodes.php
shortcodes/testimonials.php
style/responsive.css
widgets/widget-contact-info.php
woocommerce/my-account/form-edit-account.php
woocommerce/order/order-details.php

19 January 2016, ver. 1.8

  • Visual Composer update (to version 4.9.2).
  • Revolution Slider update (to version 5.1.6).
  • WooCommerce template files update.
  • Fix for admin area menu icons.
  • Minor code fixes.
plugins_activator.php
style.css
admin/style/style.css
fonts/streamline-small/style.css
languages/de_DE.mo
languages/de_DE.po
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
style/responsive.css
vc_templates/vc_row.php
woocommerce/responsive.css
woocommerce/rtl.css
woocommerce/style.css
woocommerce/cart/cart-shipping.php
woocommerce/checkout/form-shipping.php
woocommerce/global/quantity-input.php
woocommerce/myaccount/my-orders.php
woocommerce/order/order-details.php
woocommerce/single-product/review.php

11 December 2015, ver. 1.7

  • Fix for pagination in blog on WordPress 4.4.
  • Fix for conflict with Yoast SEO plugin.
  • Visual Composer update (to version 4.9).
  • Revolution Slider update (to version 5.1.4).
  • Minor code fixes.
contact_form.php
footer.php
functions.php
plugins_activator.php
style.css
admin/functions.php
admin/style/style.css
languages/default.mo
languages/default.po
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_small.php
shortcodes/call_to_action.php
shortcodes/shortcodes.php
vc_templates/vc_row.php
vc_templates/vc_row_inner.php
vc_templates/vc_widget_sidebar.php
--- new files ---
admin/images/visual_composer/controls.png

25 November 2015, ver. 1.6

  • Visual Composer update (to version 4.8.1).
  • Revolution Slider update (to version 5.1.2).
  • Minor code fixes.
style.css
admin/functions.php
admin/style/style.css
js/main.js
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/cost_calculator_summary_box.php
shortcodes/our_clients_carousel.php
style/responsive.css

27 October 2015, ver. 1.5

  • Visual Composer update (to version 4.8.0.1).
  • Revolution Slider update (to version 5.1).
  • German language files added.
  • Minor code fixes.
404.php
contact_form.php
functions.php
index.php
plugins_activator.php
search.php
single.php
single-ql_qalleries.php
single-ql_services.php
style.css
template-blog.php
admin/functions.php
js/main.js
plugins/js_composer.zip
plugins/ql_qalleries.zip
plugins/ql_services.zip
plugins/revslider.zip
shortcodes/announcement_box.php
shortcodes/blog.php
shortcodes/blog_2_columns.php
shortcodes/blog_small.php
shortcodes/call_to_action_box.php
shortcodes/comments.php
shortcodes/cost_calculator_contact_box.php
shortcodes/cost_calculator_dropdown_box.php
shortcodes/cost_calculator_input_box.php
shortcodes/cost_calculator_slider_box.php
shortcodes/cost_calculator_summary_box.php
shortcodes/featured_item.php
shortcodes/items_list.php
shortcodes/map.php
shortcodes/our_clients_carousel.php
shortcodes/pricing_table.php
shortcodes/shortcodes.php
shortcodes/single-gallery.php
shortcodes/single-post.php
shortcodes/single-service.php
shortcodes/testimonials.php
--- new files ---
languages/de_DE.po
languages/de_DE.mo

10 October 2015, ver. 1.4

  • Fix for datepicker bug in Chrome browser.
style.css
shortcodes/cost_calculator_input_box.php

05 October 2015, ver. 1.3

  • Visual Composer update (to version 4.7.4).
  • Minor code fixes.
plugins_activator.php
style.css
languages/default.po
languages/default.mo
plugins/js_composer.zip
plugins/ql_services.zip
shortcodes/cost_calculator_dropdown_box.php

01 October 2015, ver. 1.2

  • Visual Composer update (to version 4.7.3).
  • Minor code fixes.
plugins_activator.php
style.css
plugins/js_composer.zip
shortcodes/single-post.php
shortcodes/class/Post.php

24 September 2015, ver. 1.1

  • Visual Composer update (to version 4.7.2).
  • Revolution Slider update (to version 5.0.9).
  • New field 'Google Analytics tracking code' in Theme options.
  • Fix for not working 'Cost calculator dropdown box' component.
  • Minor code fixes.
custom_colors.php
footer.php
functions.php
header.php
plugins_activator.php
rtl.css
style.css
theme-options.php
admin/style/style.css
js/main.js
languages/default.po
languages/default.mo
plugins/js_composer.zip
plugins/revslider.zip
shortcodes/cost_calculator_slider_box.php
shortcodes/shortcodes.php
shortcodes/class/Post.php
style/responsive.css
vc_extend/cost_calculator_dropdown_box.js
vc_templates/vc_row.php
woocommerce/style.css
--- new files ---
vc_templates/vc_accordion.php
vc_templates/vc_accordion_tab.php
vc_templates/vc_column.php
vc_templates/vc_nested_accordion.php
vc_templates/vc_nested_accordion_tab.php
vc_templates/vc_nested_tab.php
vc_templates/vc_nested_tabs.php
vc_templates/vc_row_inner.php
vc_templates/vc_tab.php
vc_templates/vc_tabs.php
vc_templates/vc_widget_sidebar.php

15 September 2015, ver. 1.0

  • First release

Support

Support for all our items is conducted through our Support Forum.
Please register an account and search the forum or create a new topic, we'll answer as soon as possible.

We're in GMT +1 and we aim to answer all questions within 24 hours (Monday – Friday). In some cases the waiting time can be extended to 48 hours.
Support requests sent during weekends or public holidays will be processed on next Monday or the next business day.


Need HTML (non - WordPress) version?

There is also HTML version of this theme available. You can find it here: Car Service - Auto Mechanic & Car Repair Template