Descrizione
Radar shortcodes is a lightweight shortcode plugin for WordPress. This plugin was created to provide sites with minimal reusable shortcode elements. The shortcodes provided in this plugin works with all of Radar Themes and third-party WordPress themes.
Working Demo | Shortcode documentation
Include Shortcodes:
- Tabs
- Accordion
- Text Highlighting
- Syntax Highlighting
- Buttons
Features
- Gutenberg-compatiable
- Works with any WordPress Theme
- Minimal Design
- Developer-Friendly
Installazione
- Upload
portfolios
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
The Shortcodes
Tabs
`
[tabs]
[tab title=”Tab 1″]
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
[/tab]
[tab title="Tab 2"]
This is tab 2 textarea
[/tab]
[tab title="Tab 3"]
This is tab 3 textarea
[/tab]
[/tabs]
`
Accordion(s)
`
[accordions]
[accordion title=”accordion 1″]
some text…
[/accordion]
[accordion title="accordion 2"]
some text...
[/accordion]
[accordion title="accordion 3"]
some text...
[/accordion]
[/accordions]
`
Text Highlighting
Choose between blue, orange, green, purple, pink, red, grey, light, black, yellow and blue
`
[highlight color=”blue”] Blue Highlight [/highlight]
`
Code Syntax Highlighting
[code language=”ruby”]
code goes here….
[/code]
Buttons
Normal buttons, colors are blue, black ,purple, green, red, gray, fire ,orange and coffee.
[button link="#" style="1" type="round" fa="twitter"] Follow Me[/button]
FAQ
- Will this plugin work if I’m not using a Radar theme?
-
Yes this plugin should work with any theme and you should have no problem using the plugin upon installation.
- How can I change the styling of the elments?
-
You can override the css classes to add your own styling to different elements.
- Will this plugin slow down my WordPress website?
-
No this plugin was created to be lightweight and should have little to no performance impact on your site.
Recensioni
Non ci sono revisioni per questo plugin.
Contributi e sviluppo
“Radar Shortcodes” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Radar Shortcodes” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
1.0
- Initial public release.