MeetGavernWP - Class gk-buttons variables?

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Aug 15, 2012 9:03 pm
Hey all,

I'm enjoying the gk-buttons class as it's been implemented in the new WP template. Using the quick start, there are two big buttons on the 'homepage' (View Details and Download) - by examining the homepage widgets, I can see how they're created, for example:

[bluebtn url="URL"]TEXT[/bluebtn]
or
[yellowbtn url="URL"]TEXT[/yellowbtn]

I'm running into a bit of an issue trying to find documentation on this class, i'd simply like to know what other variables are possible. for example, i'd like to create a green button. Feeling adventurous, I tried greenbtn and even blackbtn with no luck. Doesn't work there.

Does anyone know what possible other variables may exist for this awesome feature? (or where it might be documented?) I looked in the basic typography pages supplied with the quickstart, everything else is documented well, but I cant find this one.

Thanks in advance.
User avatar
Junior Boarder

GK User
Wed Aug 15, 2012 11:31 pm
Please use following syntax for different color buttons. Styles 1 to 7 see below url for colors starting from left is style 1
http://demo.gavick.com/wordpress/meetga ... ypography/
Code: Select all
[button style="1"]text[/button]
[button style="2"]text[/button]
[button style="3"]text[/button]
[button style="4"]text[/button]
[button style="5"]text[/button]
[button style="6"]text[/button]
[button style="7"]text[/button]


Full Shortcode List. For style numbers where its accepted please see typography page for colors and style numbers. I removed brackets from code style so it doesn't conflict with forum bbcode.
http://demo.gavick.com/wordpress/meetga ... ypography/
Code: Select all
[warning]text[/warning]
[info]text[/info]
[notice]text[/notice]
[error]text[/error]
[label]text[/label]
[label style="2"]text[/label]
[badge]text[/badge]
[badge style="2"]text[/badge]
code]text[/code
code style="2"]text[/code
[textblock]text[/textblock]
[textblock style="2"]text[/textblock]
[quote author="John Doe"]text[/quote]
[quote style="2" author="John Doe"]text[/quote]
[dropcap]text[/dropcap]
[dropcap style="2"]text[/dropcap]

[olist]
item1
item2
[/olist]

[olist style="2"]
item1
item2
[/olist]

[ulist]
item1
item2
[/ulist]

[ulist style="2"]
item1
item2
[/ulist]


[numblock num="01"]Lorem ipsum[/numblock]
[numblock num="01" style="2"]Lorem ipsum[/numblock]

[columns]
[column]Content for the first column[/column]
[column]Content for the second column[/column]
[column]Content for the third column[/column]
[/columns]

[button]text[/button]
[button style="2"]text[/button]

[legend title="Title"]text[/legend]
[legend title="Title" style="2"]text[/legend]

[floated align="left"]text[/floated]

[rss href="url"]text[/rss]

[raw style="1"]text[/raw]

[pageurl]

[toggle header="Header text" open="true"]Toggled text[/toggle]

[tip label="Label"]Text of the tooltip[/tip]
[tip label="Label" style="1"]Text of the tooltip[/tip]
[tip label="Label" style="1" href="http://gavick.com"]Text of the tooltip[/tip]

[pdf url="URL"]Text[/pdf]

[note]Your private note[/note]

[mail][email protected][mail]

[members_content]Content for the members only[/members_content]

[related]
[related limit="5"]

[bigheader]Hello, <span>everyone!</span>[/bigheader]

[mediumheader]Archive page template[/mediumheader]

[smallheader]I’m new and really free Wordpress 3.4 template based on the brand-new GavernWP Framework[/smallheader]

[bluebtn url="#"]View details[/bluebtn]

[yellowbtn url="#"]Download[/yellowbtn]


You can also use Typography button in editor for using buttons in contents.

See below url.

http://demo.gavick.com/wordpress/meetga ... hy-button/

We are still in process of preparing WP Contents and documents so if you need further help just post in our forums.

See you around...
User avatar
Platinum Boarder


cron