Plugin info

Total downloads: 3,047
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/1/2011 (5380 days ago)
Added to WordPress: 4/3/2011 (14 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.1.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5380 days ago

20/100

Is QuickStyle Background abandoned?

Possibly abandoned (last update 5380 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.1.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Shortcode which allows the content author to specify a background style for an existing or new element (i.e.a post) or page. This will override the theme setting.

ex 1) Set the page background [quickstyle_background style=’#f00′]

ex 2) Find an existing block element with ID "content" [quickstyle_background div=’content’ style=’url("..\bk3.png") #ff0′]

ex 3) Create a new block element with id "myId" [quickstyle_background id=’myId’ style=’url("..\bk3.png") #ff0′] Some content here [/quickstyle_background]

Readme Generator

This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.

Installation

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

Frequently Asked Questions

What values can I put in the style attribute

Valid CSS which would normally be accepted in the background property definition. Refer to http://www.w3schools.com/css/pr_background.asp

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0 – First Release Version
1.0.1 – Fix docs for the attribute name
1.0.2 – Rewrite to support more types of backgrounds as per user suggestions (thanks 🙂 for the ideas!)