e.nigma buttons

plugin banner

e.nigma buttons is a lightweight plugin that adresses a common problem that applies to many WordPress users: Visually highlight a link (e.g. a download link). One great solution is the use of buttons

The purpose of a button is clear. You press that button and something happens. This is a well known principle that most users are aware of. In contrast to regular text links (e.g. a download link), buttons are more likely to be noticed, especially if you use them in combination with an icon.

e.nigma buttons allows you to easily create those visually attractive buttons using a simple shortcode environment.

Author:Alexander Lüken (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.5.3
Plugin version:1.1.3
Added to WordPress repository:22-12-2014
Last updated:30-08-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:2
Plugin URI:http://e.nigma.de/portfolio/enigma-buttons
Total downloads:3 316
Active installs:30+
plugin download
Click to start download

e.nigma buttons is a lightweight plugin that adresses a common problem that applies to many WordPress users: Visually highlight a link (e.g. a download link). One great solution is the use of buttons

The purpose of a button is clear. You press that button and something happens. This is a well known principle that most users are aware of. In contrast to regular text links (e.g. a download link), buttons are more likely to be noticed, especially if you use them in combination with an icon.

e.nigma buttons allows you to easily create those visually attractive buttons using a simple shortcode environment.

Development of the plugin is an open process. The current version is available on github:

https://github.com/chemiker/enigma-buttons

Feel free to contribute and to fix errors or send improvements via github.

Shortcodes & Attributes

e.nigma buttons adds the shortcode [button] to your installation. The following options can be used to adjust the button for your needs:

  • label: The label of your button
  • icon: The icon of your button
  • link: The link of your button
  • color: The color of button
  • border: yes (default) or no
  • size: small, medium (default) or large
  • class: Additional CSS classes that will be added to your buttons icon

Most of the shortcodes attributes are self explaining. However, it must be noted that the icon attribute can be filled by using modififed Font Awesome shortcodes.

For instance: If you want to use the GitHub icon you would search for that icon in the list of all icons. What you will find is the corresponding CSS class. For e.nigma buttons the name of the icon (which is obtained if stripping the “fa-” in the beginning of the CSS class) is used. For GitHub the CSS class would be fa-github. Thus, github is your value for the icon attribute.

Colors

The following colors are avaible:
* green
* orange
* purple
* cyan
* white
* red
* black

In addition to those values you can also use a hex color code (e.g. #ff3600)

Icons

e.nigma buttons uses Font Awesome by Dave Gandy as icon resource. An overview over all available icons can be found on their website.

Examples

[button label="My GitHub account" icon="github" color="orange" link="https://github.com/chemiker"]

Brings you an linked, medium-sized, orange button that has a GitHub icon and the label “My GitHub account”.

[button icon="github" color="orange" link="https://github.com/chemiker" size="large"]

Brings you an orange, large-sized, linked GitHub icon.


FAQ
ChangeLog