Linux 软件免费装

Theme Catalog

开发者 trex005
更新时间 2015年8月21日 14:07
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

widget theme menu widgets themes menus selector chooser picker catalog

下载

0.01 0.02

详情介绍:

Attractive front-end theme switcher/preview allowing demo of all themes, with menu and widget handling. Demo Site Usage Add the shortcode [theme_catalog_select] to any page or post to display an attractive list of themes available to preview Shortcode Attributes Menus Menus can be created/mapped on a per theme basis and global menus can be created which will be used in the event that the menus are not mapped for the selected theme. Widgets Widgets can only be handled on a per theme basis. To do so :
  1. Turn on "Apply in admin" under Settings -> Theme Catalog
  2. Use the page you have the selector on to switch to the desired theme.
  3. Go to Appearance -> Widgets and set up widgets as you wish
  4. Repeat steps 2 & 4 for all the themes you want to individually map.
  5. Turn off "Apply in admin" under Settings -> Theme Catalog
Issues iThemes Builder themes and Artisteer themes (and I'm sure there are others) bypass WordPress' wp_nav_menu function, so can not use global menus. You must use individual menu mapping for these.

安装:

The Easy Way
  1. Install and Activate from Plugins->Add New in Wordpress
  2. Go to Step 4 in "Manually" section
Manually
  1. Upload theme-catalog.zip to the /wp-content/plugins/ directory
  2. Unzip theme-catalog.zip
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Optionally set up menus for each theme, and/or global menus (more details under description)
  5. Optionally set up widgets for each theme
  6. Place [theme_catalog_select] in your page or post

屏幕截图:

  • A selection of themes the user can change to.

升级注意事项:

0.02 Critical bug fixes 0.01 Initial release

常见问题:

My theme screenshots are not loading!

Did you specify screenshots='false' or display_screenshot='false'? If not, there is a good chance your theme is not properly calling wp_footer(). To solve this problem, you need to either :

  • Turn off lazy loading by adding lazyload='false' to your shortcode
  • load lazyload in your site's header by going to Settings -> Theme Catalog and change "Lazyload in header" to "yes".

What is "plugin prefix" in the settings?

This allows you to change the prefix used in the shortcode, url parameters, session variables and css classes. Changing it would reset all of your visitors back to your default theme, but would also require you to edit your shortcode. Unless you are having problems you should never need to change this.

更新日志:

0.02 0.01 Initial release