=== Pxt ecommerce ===
Contributors: Paradox Themes
Requires at least: 4.5
Version: 1.6
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, blog, entertainment, news, ecommerce
Tested up to: 4.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==
Pxt Ecommerce theme for corporate business and ecommerce platform, this theme use for any type of shoping website. This is completly responsive for mobile, tablet and all the devices. Check demo: http://www.paradoxthemes.com/free/pxt-ecommerce/ 


== Installation ==

1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in pxt-ecommerce in the search form and press the 'Enter' key on your keyboard.
3. Click on the 'Activate' button to use your new theme right away.
4. Go to https://www.paradoxthemes.com/documentation/pxt-ecommerce for a guide on how to customize this theme.
5. Navigate to Appearance > Customize in your admin panel and customize to taste.


== Copyright ==

pxt-ecommerce WordPress Theme, Copyright 2017 Paradox Themes
pxt-ecommerce is distributed under the terms of the GNU GPL


== Resources & Credits ==
Pxt ecommerce theme uses some third-party resources are listed below

* Made out from Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
	Underscores is distributed under the terms of the GNU GPL v2 or later.
* Theme used the FountAwesome Fonts and css for the icon 
	"Font Awesome by Dave Gandy" 
	License: MIT License URL: http://opensource.org/licenses/mit-license.html
* Theme uses the Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu.
  	jQuery Superfish Menu -  Copyright (c) 2013 Joel Birch - http://users.tpg.com.au/j_birch/plugins/superfish/
	License: Dual licensed under the MIT and GPL licenses (http://opensource.org/licenses/MIT)
* Theme used the bootstrap as a front-end framework 
	Code and documentation copyright 2011-2017 the Bootstrap Authors and Twitter, Inc. 
	Code released under the MIT License: https://github.com/twbs/bootstrap/blob/master/LICENSE
* Jetpack Compatibility File.
  https://jetpack.me/

* Theme using images which are tacken from Pixabay
	Adding the terms of services and the images url for the creadits
	https://pixabay.com/en/service/terms/
	https://pixabay.com/en/ipad-mac-apple-mobile-tablet-606766/
	https://pixabay.com/en/mobile-phone-samsung-music-605422/
	https://pixabay.com/en/headphones-auricle-transducer-375341/
	https://pixabay.com/en/headphones-retro-headphones-1720164/
	https://pixabay.com/en/camera-canon-camera-lens-2251051/
	https://pixabay.com/en/girl-red-hair-makeup-wooden-wall-1828538/
	https://pixabay.com/en/girl-woman-black-dress-long-hair-1286993/
	https://pixabay.com/en/camera-canon-camera-lens-2251051/
	https://pixabay.com/en/lens-aperture-photo-camera-optics-3354502/
	https://pixabay.com/en/woman-beautiful-girl-young-sexy-3196622/


== Changelog ==

= 1.0 =
* Intial version Release

= 1.1 = 
* Updated the pot file
* Added the new template for store front page
* Added the cart icon and count at header file
* Modified the style.css
* Updated the customizer setting for header background and color settings

= 1.2 =
* Added slider for template page
* Added the customizer setting for slider section

= 1.3 =
* Modified the social media icons in footer
* Resolved the worning in function.php
* Resolved the pagination in single.php
* Added the sanitisation and traslation function in function.php
* Added new images for slider 
* Updated Screenshot

= 1.4 =
* To recommend plugins used tgmpa as recommended.
* Changed the parameter get_the_author_meta('email') email to user_email.
* used proper escaping function
* added missing translation to opt file
* updated the pot file


= 1.5 =
* Changed the recommendation of plugins
* Modified the HTML attributes escape string
* removed the if function_exists for back up compatibility as mentioned in review
* added wp_link_pages(), so if a page break is used, the full content can't be accessed.
* Modified the .pot file.

== 1.6 == 
* Added prifix in function.php
* Updated the constant "PXT_ECOMMERCE_THEME_VERSION" value as per the theme version
* Added the escaping function in archive.php, single.php
* modify the string and remove the html from translatable string pxt-customizer.php
* Modified the .pot file

== 1.7 == 
* Added prifix in function.php do not prefix third-party scripts and style handles unless they have made changes to the files

== 1.8 == 
* Change the Slider option for customizer as mention in the comment used post/page instead
* Changed the wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
* Used proper sanitization and escape functions