This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!
Tagged: maxx shortcodes
- AuthorPosts
- July 30, 2014 at 7:11 pm #3833
Hi,
In all my WordPress MAXX theme installations, I no longer have the SHORTCODE menu as a menu item when editing a Page. Can you please provide me a document that contains a list of all the shortcodes?
Thank you!
Cheryl - August 5, 2014 at 3:39 am #3856
Hey there, You must be logged in to view this reply!
- August 20, 2014 at 7:10 pm #4212
Having to rely on another plugin is not always convenient. I have combed through the code and have a list (note this is NOT a complete list) to help those of you out there (like me) who just want a simple Help document that lists them all:
———————————-
BUTTONS[button url=”{{url}}” style=”{{style}}” size=”{{size}}” type=”{{type}}” target=”{{target}}”]{{content}}[/button]
style = button, primary, light, aqua, blue, green, grey, red, orange, purple, teal, readmore
size = small, medium, large
type = NULL, rounded
target = _self, _blank———————————-
COLUMNS[{{column}}]{{content}}[/{{column}}]
[one_half_first] [one_half]
[one_third_first] [one_third]
[two_third_first] [two_third][one_fourth_first] [one_fourth]
[three_fourth_first] [three_fourth][one_fifth_first] [one_fifth]
[two_fifth_first] [two_fifth]
[three_fifth_first] [three_fifth]
[four_fifth_first] [four_fifth][one_sixth_first] [one_sixth]
[five_sixth_first] [five_sixth]———————————-
HEADINGS[{{type}} style=”{{style}}”]{{content}}[/{{type}}]
style = first-word, first-word double-color
[H1][/H1]…. [H6][/H6]
———————————-
LISTS[list type=”{{type}}”]{{content}}[/list]
type = arrow, bubble, bullet, cross, doc, info, plus, star, tick
———————————-
NOTIFICATION[notification close=”{{close}}” style=”{{style}}”]{{content}}[/notification]
close = true, false
style = light, blue, yellow, green, red———————————-
BORDER FRAME[border padding=”{{padding}}” align=”{{align}}”]{{content}}[/border]
padding = 5, 6, 7, 8, 9, 10
align = alignleft, alignnone, alignright———————————-
DROPCAP[dropcap type=”{{type}}”]C[/dropcap]
type = default, primary, letter, circle, circleprimary, quote
———————————-
DIVIDER[divider type=”{{type}}”]
type = default, nomargintop, smallmargin, smallmargin nomargintop, largemargin, largemargin nomargintop, clear, heading, heading nomargintop, shadow, back-top
———————————-
ICONBOX[iconbox icon=”{{icon}}” heading=”{{heading}}” title=”{{title}}”]{{content}}[/iconbox]
icon = get name of file from the “icon” directory
heading = h1, h2, h3, h4, h5, h6———————————-
ICONBOX2[iconbox2 icon=”{{icon}}” title=”{{title}}” description=”{{description}}”]{{content}}[/iconbox2]
icon = get name of file from the “icon” directory
———————————-
LIGHTBOX (image)[lightbox original=”{{original}}” align=”{{align}}” title=”{{title}}”]{{thumb}}[/lightbox]
{{original}} = URL to the original image
{{thumb}} = URL to the thumbnail
{{title}} = the title for the image
align = aligncenter, alignleft, alignright———————————-
TABS, TOGGLE, ACCORDION[att_container type=”{{type}}”]{{content}}[/att_container]
type = accordion, toggle, tabs
———————————-
SLIDER[slider speed=”{{speed}}” effect=”{{effect}}” direction=”{{direction}}”]{{content}}[/slider]
effect = slide, fade
direction = horizontal, vertical
speed = 3000, 5000, 8000, 10000[slide text=”{{title}}”]{{url}}[/slide]
———————————-
TESTIMONIAL[testimonial_container speed=”{{speed}}” effect=”{{effect}}”]{{content}}[/testimonial_container]
effect = slide, fade
speed = 3000, 5000, 8000, 10000[testimonial name=”{{name}}” position=”{{position}}”]{{content}}[/testimonial]
———————————-
VIDEO EMBED[video type="{{type}}" height="{{height}}" id="{{id}}"]
type = youtube, vimeo
———————————-
RECENT POPULAR POSTS[posts type=”{{type}}” category=”{{category}}” postcount=”{{postcount}}” excerpt=”{{excerpt}}” excerptlength=”{{excerptlength}}” thumb=”{{thumb}}” width=”{{width}}” height=”{{height}}”]
type = recent, popular
category = use the category name
postcount = Number of post you want to show
excerpt = show, hide
excerptlength = 20, 25, 30, 35, 40, 45———————————-
PORTFOLIO TAXPortfolio Carousel
[carousel_porfolio columns=”{{columns}}” count=”{{count}}” order=”{{order}}” tax=”{{tax}}” thumbheight=”{{thumbheight}}” itemmargin=”{{itemmargin}}”]
columns = 3, 4
count = the number of items you want to show on the carousel slider–default is unlimited
order = DESC, ASC
speed = 3000, 5000, 8000, 10000
tax = the slug for the portfolio type and separate each with a comma and if no category specified then it will show all of them———————————-
PRICING TABLE[pricing_table columns=”{{columns}}”][/pricing_table]
columns = three, four, five, six
———————————-
PRICING PLAN[pt_plan type=”{{type}}” name=”{{name}}” price=”{{price}}” period=”{{period}}” color=”{{color}}”][/pt_plan]
type = normal, featured
———————————-
PRICING FEATURES[pt_features heading=”{{heading}}” description=”{{description}}”][/pt_features]
———————————-
FEATURE LIST[pt_li]{{content}}[/pt_li]
———————————-
[row][column class=” col-sm-6″][post_list title=”Business” style=”mixed” cat=”57″ tags=”” count=”4″ exclude_format=”” order=”DESC” orderby=”date” time_period=”default” show_icon=”true” show_cat=”true” show_date=”true”][/column]
[column class=” col-sm-6″][post_list title=”Social Media” style=”mixed” cat=”47″ tags=”” count=”4″ exclude_format=”” order=”DESC” orderby=”date” time_period=”default” show_icon=”true” show_cat=”true” show_date=”true”][/column]
[/row]
[row]
[column class=” col-sm-6″][post_list title=”Life/Living” style=”mixed” cat=”63″ tags=”” count=”4″ exclude_format=”” order=”ASC” orderby=”date” time_period=”default” show_icon=”true” show_cat=”true” show_date=”true”][/column]
[column class=” col-sm-6″][post_list title=”Entertainment” style=”mixed” cat=”68″ tags=”” count=”4″ exclude_format=”” order=”DESC” orderby=”date” time_period=”default” show_icon=”true” show_cat=”true” show_date=”true”][/column]
[/row]
- August 22, 2014 at 3:06 am #4287
Hey there, You must be logged in to view this reply!
- September 8, 2014 at 3:20 pm #4527
Where can I download the shortcode generator from?
- September 10, 2014 at 5:44 pm #4548
Hey there, You must be logged in to view this reply!
- AuthorPosts
- You must be logged in to reply to this topic.
This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!