=== Front End Theme Preview === Contributors: harvey_j Tags: front-end, preview, theme-preview Requires at least: 3.0 Tested up to: 3.8.1 Stable tag: trunk Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H7MVYPXN8BUSL Allow users to preview and/or download/buy themes on the front end == Description == This plugin allows you to preview your themes or to allow users to preview a theme on the front end. It renders a different theme for the user on your site without changing the current theme. It also offers a download link for the previewed theme provided that the theme is in the "wp-content/themes" directory of your wordpress installation. In version 1.2 a theme shopping cart was added to enable you sell your precious premium themes. After a user buys your theme he/she will be redirected back to your site and he'll will be registered using the email he purchased with. The transaction is saved and client can now download his/her theme from the sidebar. There's a catch though, the client must be logged in to download his/her premium theme(s). If all your themes are free, no login is required. Users can just download whenever... Note: this plugins only pulls themes from your `wp-content/themes` directory, the same directory where zipped files will be stored. * To manually trigger a theme preview, type `?fet_preview=theme-folder-name` at the end of your site url; like `http://myawesomesite.com/?fet_preview=my-theme` * Apply a similar procedure for a theme download:- `http://myawesomesite.com/?fet_download=my-theme` = Features = * Front-end ANY theme preview. Like the plugin name suggests :) * Theme (zip on the fly) download (optional, of course ) * Premium themes shopping cart == Installation == 1. Upload the `front-end-theme-preview` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress 3. Click on Front End Theme Preview 'Settings' Link to load the plugin configuration page == Changelog == = 1.2 = * Added a theme paypal shopping cart. * Added 3 new widgets: 'Preview Themes List, Theme Shopping Cart and a client's premium theme(s) download widget. * Moved the user guide to the contextual help tab. * Updated the plugin's save options form to save in at most two clicks. = 1.1.1 = * Added non-clean url support for previews * Fixed Cleanup Frequency on options save * Fixed a clean up bug = 1.1 = * Reworked the plugin toolbar to slide in from the top with extra theme info. * Added folder cleanup feature for a much better looking "wp-content/themes" folder :) * Added an option to let users download the site's "default" theme. Off by default. = 1.0.1 = * Fixed a minor backend $path bug = 1.0 = * First Release