Far far away, behind the word mountains, far from the countries Vokalia and Consonantia
Author Archive
Tabs
- First Tab
- Second Tab
- Third Tab
-
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts
-
Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean
-
A small river named Duden flows by their place and supplies it with the necessary regelialia
Code
[lore_tabs] [lore_tab_item title="First Tab"] Lorem ipsum [/lore_tab_item] [lore_tab_item title="Second Tab"] Lorem ipsum [/lore_tab_item] [/lore_tabs]
Tabs shortcode consists of two separate shortcodes. [lore_tabs] is used as a container for one or more [lore_tab_item] shortcodes.
Parameters
[lore_tabs]
custom_class – add a custom CSS class for this element which you can use for custom styling
[lore_tab_item]
title – text title of tab item
custom_class – add a custom CSS class for this element which you can use for custom styling
Separator
Code
[lore_separator style="default" size="medium"]
Parameters
style – default or transparent. Style of the separator line
size – small, medium or large. Size of top and bottom margins
custom_class – add a custom CSS class for this element which you can use for custom styling
Contents
Description
Create table of contents with anchor links to all heading elements (h1, h2, h3…) with ID attribute. For example <h2 id=”unique-id”>Heading</h2>. You have to switch to Text mode to add ID attribute.
Code
[lore_contents title="Contents"]
Parameters
title – title which will be displayed above element. Leave blank to hide
excluded_ids – elements with these IDs will be ignored. Separate with comma
custom_class – add a custom CSS class for this element which you can use for custom styling
Content Grid
Description
Display widgets from Content Grid sidebar (you can populate it under Appearance / Widgets). Optionally, you can choose to display widgets from one of the custom sidebars.
Code
[lore_content_grid sidebar="lsvr-lore-content-grid-sidebar" columns="2" masonry="yes" title="My Widgets" more_btn_label="Learn more" more_btn_link="http://example.com"]
Parameters
title – leave blank to hide title
sidebar – numerical sidebar ID. Leave blank to use Content Grid sidebar or set to lsvr-lore-custom-sidebar-x, where x is the number of Custom Sidebar
columns – numerical 1 to 4. Items per row
masonry – yes or no. Enable or disable masonry layout
more_btn_label – text of a button linked to a custom URL. Leave blank to hide this button
more_btn_link – absolute URL of button
custom_class – add a custom CSS class for this element which you can use for custom styling
Button
Small Button Regular Button Large Button
Code
[lore_button label="Small Button" link="#" size="small" style="outline"]
Parameters
label – text label of the button
link – absolute URL where the button will link (starting with http:// or https:// respectively)
size – small, regular or large
style – default or outline
custom_class – add a custom CSS class for this element which you can use for custom styling
Blog List
MakerHub News
February 24, 2018
Coming Mid 2018
The Possible Project MakerHub will be an online makerspace resource center to support TPP's students and staff, though available to the greater public as well. We will be gradually building out this site over summer 2018 and ongoing improvements will be implemented thereafter.
Code
[lore_blog_list title="Recent Blog Posts" limit="2" columns="2" more_btn_label="More Posts"]
Parameters
title – title which will be displayed above this element
limit – numerical. Set the number of posts to display. Set to 0 to display al posts
columns – numerical from 1 to 3. Number of columns (posts per row)
more_btn_label – text of the button at bottom, which opens default posts archive page. Leave blank to hide this button
custom_class – add a custom CSS class for this element which you can use for custom styling
Alert Message
Code
[lore_alert_message type="success"] Lorem ipsum [/lore_alert_message]
Parameters
type – info, warning or success
custom_class – add a custom CSS class for this element which you can use for custom styling
Accordion
-
First Accordion Tab
-
Second Accordion Tab
-
Third Accordion Tab
Code
[lore_accordion type="default"] [lore_accordion_item title="First Accordion Tab" state="closed"] Lorem ipsum [/lore_accordion_item] [lore_accordion_item title="Second Accordion Tab" state="closed"] Lorem ipsum [/lore_accordion_item] [/lore_accordion]
Accordion shortcode consists of two separate shortcodes. [lore_accordion] is used as a container for one or more [lore_accordion_item] shortcodes.
Parameters
[lore_accordion]
type – default or toggle. When set to toggle, other accordion items won’t be automatically collapsed after opening new ones
custom_class – add a custom CSS class for this element which you can use for custom styling
[lore_accordion_item]
title – text title of accordion item
state – closed or open. Set the default state of this particular accordion item
custom_class – add a custom CSS class for this element which you can use for custom styling
How to Use Shortcodes
Shortcodes are small pieces of code which can be used to include various elements into content of your site