/*
Theme Name: cpro
Theme URI: http://www.tkthemes.com/free-templates/wordpress/cpro
Author: Tomasz Kisielewski
Author URI: http://www.tkthemes.com
Description: Business, Multipurpose theme based on underscores and bootstrap 3. Many widgets positions, possibility to add extra pages on front page, or blog page. Basic WooCommerce support and contact 7 plugin.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cpro
Tags:  custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
Version: 1.0.5
This theme, like WordPress, is licensed under the GPL.
cpro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
jQuery: https://jquery.org | (Code licensed under MIT)

=====================================================================

    changelog

=====================================================================

1.0.1
- Nothing changed but version number to resubmit to wordpress.org directory
1.0.2 ( 16 July 2017 )
- Corrected: Scrolling down, the script that enables the sticky header
- Corrected: Static home Page is showing a Read More link pointing to this same page
- Corrected: author.php to show author display name instead of nickname, profile changed to bio
- Corrected: Comments are showing the ordered list number, list-style: none
- Corrected: Custom logo layout
- Corrected: Header Area with navigation looks like its kinda closed, added 50px margin
- Corrected: Carousel should be disabled no matter what page is on
- Corrected: header.php removed theme_mod cpro_theme_script_code_setting as it is not used by theme
- Corrected: display of some html tags
- Corrected: Social Links - defaults should be empty, not '#
1.0.3 ( 19 July 2017 )
- Missing pagonation added to blog page
- Removed rtl.css and rtl-language-support tag from style.css
- Corrected: Unescaped data inside function cpro_customize_css()
- custom-comments.php: add prefix to functions
- Clean up: removed unused images
- body font-size increased to 17px
- static banner removed, re-positioned and re-styled showcase page so it can be used instead.
- updated copyright info in readme.txt
1.0.4 (25 July 2017 )
- removed unused files
- renamed page-contact-us.php, converted it to a page template  template-contact-us
1.0.5 (27 August 2017)
- added missing translation functions
- translation updated
- header.php "alt" for logo image is taken from media library, if no alt present it is default to blog name
- content-secondary.php, content-top.php, showcase.php improved logic so warning page is displayed only to the user in cap of setting theme options, the duplicate front page will not be displayed
- content-secondary.php, content-top.php, showcase.php missing wp_link_pages added
- wp_bootstrap_navwalker.php "Add menu" translation added,  esc_attr() replaced with esc_html()
- extras.php removed version compare
- removed wp-com.php
- removed sticky.php
- in several files echo get_the_post_thumbnail($post->ID, 'large') replaced with the_post_thumbnail( 'full' ) 
