Beschrijving
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.
Installatie
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.
FAQ
- 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
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“QuickStyle Background” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “QuickStyle Background” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
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!)