Documentation

Shortcodes

A shortcode is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line.

This website includes a number of custom shortcodes that can be handy for creating better content.

Available Shortcodes

Buttons

I'm A Button! [button href="http://vxfusion.com" label="I'm A Button!" class=""]
Attributes

href The URL/link that the button navigates to when clicked.

label The text displayed on the button.

class Additional classes can be added to change the style of the button. To use multiple classes, include a space between each.

FontAwesome Icons

[fa class="fa-arrow-right"]
Attributes

class Any FontAwesome classes can be added here to display the desired icon.

Notices

Please pay attention to this notice. This is an error.

Please pay attention to this notice. This is a warning.

This is what success looks like!

[notice class="warning"]Please pay attention to this notice.[/notice]
Attributes

class Add classes to alter the type of notice. Available options are error, warning, success.

Callouts

You can put text, images, links, and more in here!
[callout class="secondary"]You can put text, images, links, and more in here![/callout]
Attributes

class Add classes to alter the type of callout. Available options are primary, secondary, alert, warning, success.

Posts

The posts shortcode can be used to display multiple posts, pages, events, or any other post type in your WordPress site.

Accipiter’s Avian Radar headed for Nairobi’s Kenyatta Airport

Photo of Accipiter’s Avian Radar headed for Nairobi’s Kenyatta Airport

Niagara, ON (March 13, 2024) — Accipiter Radar Technologies Inc., a North American industry leader in the development and deployment of radar intelligent network platforms, including avian & C-UAS surveillance systems for use at civil and military airports, has been awarded the contract for supply of their 3D avian radar system at Nairobi’s Jomo Kenyatta… Continue Reading

Accipiter Radar and Moog team to deliver superior integrated airport safety & security surveillance solutions

Photo of Accipiter Radar and Moog team to deliver superior integrated airport safety & security surveillance solutions

Niagara, ON (November 7, 2023) — Accipiter Radar Technologies Inc. announced today the formalization of its relationship with Moog Inc. (NYSE: MOG.A and MOG.B), expanding collaborative access to a wide range of sensors and capabilities through the Accipiter® Radar Intelligence Network (RIN) platform into Moog’s Digital Airfield Solutions portfolio. Moog customers will benefit through integration… Continue Reading

[posts post_type="post" posts_per_page="3"]
Attributes

Any arguments that wp_query accepts can be used. The most common are detailed below.

post_type The post type of the content you want to display. E.g.: post, page, event.

posts_per_page How many posts to display.

posts_per_row How many posts to show per row.

Post

Display a specific post by ID. Works for any post type.

Radar Protects Birds at Oil Sands Facility

Photo of Radar Protects Birds at Oil Sands Facility

The same advanced radar technology that helps keep birds and planes apart at airports is now protecting birds from contact with tailings ponds at Alberta Oil Sands production facilities. The Accipiter® Bird Protection Radar System recently installed at Syncrude Canada Ltd. facilities north of Fort McMurray, Alberta, is the largest and most sophisticated radar-based bird… Continue Reading

[post id="1"]
Attributes

id The ID of the post/page/custom post type. How to find the post ID.

CSS Classes

Foundation Classes

Your WordPress website is built on the Foundation 6 responsive framework. All classes available through Foundation can be used.

Special Classes

A number of utility and special classes are available for use that are specific to your website.

Padding/Margin

.p-top-0 { padding-top:0 !important; } .p-top-10 { padding-top:10px !important; } .p-top-20 { padding-top:20px !important; } .p-top-30 { padding-top:30px !important; } .p-top-40 { padding-top:40px !important; } .p-top-60 { padding-top:60px !important; } .p-top-15vh { padding-top:15vh !important; } .p-bottom-0 { padding-bottom:0 !important; } .p-bottom-10 { padding-bottom:10px !important; } .p-bottom-20 { padding-bottom:20px !important; } .p-bottom-30 { padding-bottom:30px !important; } .p-bottom-40 { padding-bottom:40px !important; } .p-bottom-60 { padding-bottom:60px !important; } .p-bottom-15vh { padding-bottom:15vh !important; } .p-left-0 { padding-left:0 !important; } .p-left-10 { padding-left:10px !important; } .p-left-20 { padding-left:20px !important; } .p-left-30 { padding-left:30px !important; } .p-left-40 { padding-left:40px !important; } .p-right-0 { padding-right:0 !important; } .p-right-10 { padding-right:10px !important; } .p-right-20 { padding-right:20px !important; } .p-right-30 { padding-right:30px !important; } .p-right-40 { padding-right:40px !important; } .m-top-0 { margin-top:0 !important; } .m-top-10 { margin-top:10px !important; } .m-top-20 { margin-top:20px !important; } .m-top-30 { margin-top:30px !important; } .m-top-40 { margin-top:40px !important; } .m-top-60 { margin-top:60px !important; } .m-top-15vh { margin-top:15vh !important; } .m-bottom-0 { margin-bottom:0 !important; } .m-bottom-10 { margin-bottom:10px !important; } .m-bottom-20 { margin-bottom:20px !important; } .m-bottom-30 { margin-bottom:30px !important; } .m-bottom-40 { margin-bottom:40px !important; } .m-bottom-60 { margin-bottom:60px !important; } .m-bottom-15vh { margin-bottom:15vh !important; } .m-left-0 { margin-left:0 !important; } .m-left-10 { margin-left:10px !important; } .m-left-20 { margin-left:20px !important; } .m-left-30 { margin-left:30px !important; } .m-left-40 { margin-left:40px !important; } .m-right-0 { margin-right:0 !important; } .m-right-10 { margin-right:10px !important; } .m-right-20 { margin-right:20px !important; } .m-right-30 { margin-right:30px !important; } .m-right-40 { margin-right:40px !important; }

Position/Visbility

.alignleft, .align-left { float:left; margin:5px 20px 15px 0; } .alignright, .align-right { float:right; margin:5px 0 15px 20px; } .float-left { float:left; } .float-right { float:right; } .hide { display:none; } .clear-both, .clear { clear:both; }

Buttons

Add and mix these classes to buttons to change their look.

.button .alt .ghost

Examples:

.alt .ghost

[button class="alt" label=".alt"] [button class="ghost" label=".ghost"] [callout class="primary"][button class="ghost" label=".alt.ghost"][/callout]