该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP To Top

描述

This plugin will add a “Back to top” icon automatically to your blog. It features a smooth scrolling effect and customizable options such as the color, position and scroll duration, sprinkled with some cool CSS3 effect.

By Asvin Balloo.

Supported features:

  • Smooth scrolling animation
  • Customizable options via the admin panel
  • Works on almost all browsers
  • No need to add any markup to your theme

屏幕截图

  • Configuration page
  • WP To Top

安装

  1. Extract wptotop.zip in the /wp-content/plugins/ directory
  2. 通过WordPress的“插件”菜单激活插件
  3. Go to Settings and then WP To Top to configure the plugin.

常见问题

Installation Instructions
  1. Extract wptotop.zip in the /wp-content/plugins/ directory
  2. 通过WordPress的“插件”菜单激活插件
  3. Go to Settings and then WP To Top to configure the plugin.
I have activated the plugin but nothing appears…

Make sure you have the following code in your theme’s footer.php :

If not, go to Design >> Theme Editor >> Select “footer.php” from right hand list >> and paste <?php wp_footer(); ?> just before the ” tag.

I found a bug…

Do it via my blog – http://htmlblog.net/ – enjoy!

评价

此插件暂无评价。

贡献者及开发者

「WP To Top」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP To Top」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.1

  • Added condition for empty icon type
  • Added z-index in CSS

2.0

  • Full reboot. Now uses jQuery and the Settings API
  • Follows WordPress PHP coding standards
  • New options added
  • Font Awesome used
  • Added CSS3 hover effect for the icon using hover.css
  • Scroll inspiration

1.0 (5 Mar 2009)

  • Initial Release