Skip to content

Instantly share code, notes, and snippets.

View DannyCooper's full-sized avatar
🎯
Focusing

Danny Cooper DannyCooper

🎯
Focusing
View GitHub Profile
@DannyCooper
DannyCooper / zues-slider-shortcode
Last active August 29, 2015 14:09
Zues Slider Shortcode
[zues_slider]
[zues_slide img="http://placehold.it/690x250/004667/f0ff00"]
[zues_slide img="http://placehold.it/690x250/c94c4c/ffffff"]
[zues_slide img="http://placehold.it/690x250"]
[/zues_slider]
@DannyCooper
DannyCooper / zues-callout-shortcode
Created November 10, 2014 18:55
Zues Callout Shortcode
[zues_callout button_text="Download" button_url="http://originalthemes.co/" button_color="black" button_size="default" button_border_radius="3px" button_target="self"]
@DannyCooper
DannyCooper / zues-social-icon-shortcode
Created November 10, 2014 18:55
Zues Social Icon Shortcode
[zues_social icon="twitter" url="http://" title="Follow Me" target="self" ]
@DannyCooper
DannyCooper / zues-button-shortcode
Created November 10, 2014 19:00
Zues Button Shortcode
[zues_button url="http://www.olympusthemes.com" color="teal" size="default" border_radius="3px" target="self"]Download[/zues_button]
@DannyCooper
DannyCooper / zues-box-shortcode
Created November 10, 2014 19:01
Zues Notification Box Shortcode
[zues_box color="black" float="center" text_align="left" width=""]
This is a notification box, they come in multiple colors.
[/zues_box]
@DannyCooper
DannyCooper / zues-highlight-shortcode
Created November 10, 2014 19:02
Zues Highlight Shortcode
[zues_highlight color="gray"]Gray Highlighting[/zues_highlight]
@DannyCooper
DannyCooper / zues-map-shortcode
Created November 10, 2014 19:03
Zues Map Shortcode
[zues_googlemap title="Elementary, My Dear Watson" location="NW1 6XE" height="300" zoom="15"]
@DannyCooper
DannyCooper / zues-accordion-shortcode
Created November 10, 2014 19:03
Zues Accordion Shortcode
[zues_accordion]
[zues_accordion_section title="Accordion 1"] Your Content [/zues_accordion_section]
[zues_accordion_section title="Accordion 2"] Your Content [/zues_accordion_section]
[/zues_accordion]
@DannyCooper
DannyCooper / zues-content-toggle-shortcode
Created November 10, 2014 19:04
Zues Content Toggle Shortcode
[zues_toggle title="Your Toggle Title" state="closed"] Your Content [/zues_toggle]
@DannyCooper
DannyCooper / zues-tabs-shortcode
Created November 10, 2014 19:04
Zues Tabs Shortcode
[zues_tabgroup]
[zues_tab title="Tab 1"] Your Content [/zues_tab]
[zues_tab title="Tab 2"] Your Content [/zues_tab]
[zues_tab title="Tab 3"] Your Content [/zues_tab]
[/zues_tabgroup]