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

Hover Image Button

描述

Create mobile responsive buttons with background images and pure CSS3 animated on hover effects. Include a button title and a subtitle that appears when the user move the mouse hover the button. Recommended to be used as a page or sections links.

Customize the color and the opacity of the background on hover effect, change the default buttons size and include your custom CSS code.

Add the shortcodes to your page or post to create the buttons.

Button shortcut Options:

  • title: title of the button, it is a h3 element.
  • subtitle: appears when the user move the mouse hover the button.
  • link: button link.
  • image: background image link.
  • width: button width.
  • height: button height.

Examples

Multiple reponsive buttons:

[hover-image-row]
    [hover-image-button title="Section 1" subtitle="It's and amazing section" link="http://my-section-link" image="http://my-image-link" ]
    [hover-image-button title="Section 2" subtitle="Enter here for more info" link="http://my-section-link" image="http://my-image-link" ]
    [hover-image-button title="Section 3" subtitle="This is the best section" link="http://my-section-link" image="http://my-image-link" ]
[/hover-image-row]

Single button example:

[hover-image-button title="Section 1" subtitle="It's and amazing section" link="http://my-section-link" image="http://my-image-link" ]

屏幕截图

  • Working example

安装

  1. Upload the hover-image-button folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Place the shortcode [hover-image-button ...] in your posts or pages.

常见问题

Can I only show the image without texts?

If you dont want to include a title or subtitle just add the shortcode without the title and subtitle tags.

评价

2016 年 9 月 3 日
i dont know why there are border with padding. i dont have time to check the code i found better plugin
2016 年 9 月 3 日
This is a very very essential plugin. Little buttons, few configuration parameters, but very lightweight and without frills. Recommended for those who know at least a minimum of html code. Clear and pretty popup effect.
阅读所有2条评价

贡献者及开发者

“Hover Image Button” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Hover Image Button”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

1.0

  • Initial relesase of the plugin

1.1.0

  • Added new shortcode to create responsive columns
  • Added bootstrap grid system

1.1.2

  • Fixed theme changes after activate plugin