Documentation for basic shortcodes
Hello,
are basic shortcodes like "button" documented for BeTheme? There are places (like widgets) where only plain text is available and I'd like to know for example the names of icons used in Be for quick adding of buttons and other various stuff. There is also "icon_position" parameter and I don't know what values it can take.
are basic shortcodes like "button" documented for BeTheme? There are places (like widgets) where only plain text is available and I'd like to know for example the names of icons used in Be for quick adding of buttons and other various stuff. There is also "icon_position" parameter and I don't know what values it can take.
Comments
yes, they described them in the doc. You can check them on http://themes.muffingroup.com/betheme/documentation/#muffin-builder
[button title="" icon="" icon_position="" link="" target="_blank" color="" font_color="" large="0" class="" download="" onclick=""]
I can figure out some flags (like title, icon position, link, color or target) but how I'm supposed to know what classes or icons are available?
There are some amazing looking buttons here:
http://themes.muffingroup.com/betheme/shortcodes/typography#buttons
But there are no shortcode examples for making ie. outlined buttons like on the link above. Am I missing something?
You may also want to consider a practice introduced by guys from X theme. All shortcodes have their switches populated with possible values. So, for example, after inserting button shortcode, the code generated would have an example icon, an example URL, and icon_position="left, right" (because those are correct values). It helps since users don't have to check documentation every time a simple shortcode like button is needed.
Thanks for letting me know about the stroke - I thought that color settings work only when I have custom colors defined and I didn't even notice the switch for button styles. Thanks!
I know that it may look like I'm whining much, but I'm really impressed with Be so far. The possibilities are nearly endless. Great work!
This button:
[button title="Call me" icon="icon-home" icon_position="" link="tel:666666666" target="" color="" font_color="" large="0" class="" download="" onclick=“"]
Will look like this:
http://prntscr.com/f8h2em
And when you click on it, it will call the number in the link, you can set also a mail or just a normal URL.
List of icons here: http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons