Linux 软件免费装
Banner图

JKL Pricing Tables

开发者 jekkilekki
更新时间 2015年9月18日 15:30
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode content jquery tables pricing

下载

1.0 1.1 1.1.1

详情介绍:

I've wanted to add SIMPLE Pricing Tables to my website for a while but many of the plugins I tried out were either Freemium (requiring me to purchase the full version in order to unlock the full functionality) or more complicated than I actually wanted. THIS plugin is exceptionally simple.
  1. Step 1: Type the shortcode tags [jkl-pricing-table] ... [/jkl-pricing-table]
  2. Step 2: Add an <ol> ordered list for your Pricing Table
  3. Step 3: Tweak until it looks right
Requires WordPress 3.5 and PHP 5. Special Features How the Plugin works
  1. The shortcode expects an ordered list of ordered lists
  2. The primary ordered list is the names of your Pricing Options (Basic, Business, etc)
  3. The secondary ordered lists are the content within your Pricing Options
  4. Using jQuery, the plugin finds each element within the ordered lists and adds specific CSS classes to them based on their order (see below)
  5. The SECOND Pricing Option is always set to be "popped out" by default and when another table is not hovered over
Translations If you have created your own language pack, or have an update of an existing one, you can send your [gettext .po or .mo file] to me so that I can bundle it in the plugin. Contact Me If you have questions about, problems with, or suggestions for improving this plugin, please let me know at the WordPress.org support forums Want updates about my other WordPress plugins, themes, or tutorials? Follow me @jekkilekki Acknowledgements This plugin uses: License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

安装:

Automatic installation
  1. Log into your WordPress admin
  2. Go to Plugins -> Add New
  3. Search for JKL Pricing Tables
  4. Click Install Now
  5. Activate the Plugin
Manual installation
  1. Download the Plugin
  2. Extract the contents of the .ZIP file
  3. Upload the contents of the jkl-pricing-tables directory to your /wp-content/plugins folder of your WordPress installation
  4. Activate the Plugin from the Plugins page
Documentation Full documentation of the Plugin and its uses can (later) be found at its GitHub page

屏幕截图:

  • The default view of the Pricing Tables
  • Hovering over the first Table

升级注意事项:

1.1.1
  • Fixes pricing-table list items margin CSS code
1.1
  • Makes tables responsive on window resize
  • Fixes some CSS code
1.0
  • Initial release

常见问题:

Tips

As a general rule, it is always best to keep your WordPress installation and all Themes and Plugins fully updated in order to avoid problems with this or any other Themes or Plugins. I regularly update my site and test my Plugins and Themes with the latest version of WordPress.

How can I change the style of the plugin to match my website?

Each element contains its own unique CSS identifier under .pricing-tables, allowing you to hook into those in your own Custom CSS stylesheet.

How can I add more tables?

Simply add another <ol> item.

Why aren't the table items the same size?

Try to keep the content of each of your <li> elements to approximately the same length in order to keep the size of the pricing tables consistent. i.e. if one of your <li> elements is 2 lines long, try to make EVERY table at the same <li> element also be 2 lines long. (See some examples at my documentation site - upcoming).

更新日志:

1.1.1 1.1 1.0