Plugin Files
Check File Integrity

Installing Plugin
WordPress Uploader

Memory Line Output
Memory Line Wrapper
VisualComposer - General Tabs
The output of properly configured memory line instance.

Memory Line Content
VisualComposer - General Tabs
This shortcode will create the inner content for the memory line wrapper and should only be used inside the memory line wrapper. The general tabs allows you to configure the color for title and text, extra css classes and id, the text string for the title heading, title and content css classes.

VisualComposer - Points Tabs
This tabs will allows you to configure the individual memory content elements.

VisualComposer - Grid Tabs
The settings used here will be used to format single content element grid wrapper, The grid system utilizes bootstrap grid system rule.

VisualComposer - Title Grid Tabs
The settings used here will be used to format the title element only, this is useful if you wanted to create a side by side title and content element

VisualComposer - Element Grid Tabs
The settings used here will be used to format the content element only, this is useful if you wanted to create a side by side title and content element

Shortcode
[memorylineinner id="x" class="class_one class_two" titlecolor="the title color" titlecss="extra css class for the title element" textcolor="the text color" textcss="extra css class for the text element" title="the title text" data___dot_direction="x" data___dot_radius="x" data___dot_color="x" data___dot_offset_x="x" data___dot_offset_y="x" data___line_color="x" data___line_width="x" data___line_type="x" newrow="true|false" ]
Attributes | Value | Description |
---|---|---|
titlecolor | color hex value | Define the color for the title element |
titlecss | valid css class string separated by empty space | Specify additional css class for the title element |
textcolor | color hex value | Define the color for the text element |
textcss | valid css class string separated by empty space | Specify additional css class for the text content element |
title | string | String text used for the title element |
data___dot_direction | left|right | The dot direction |
data___dot_radius | number | Number in pixel to define the size of the dot element |
data___dot_color | color hex value | the color of the dot element |
data___dot_offset_x | number | Number in pixel to define horizontal offset of the dot element against the line |
data___dot_offset_y | number | Number in pixel to define vertical offset of the dot element against the line |
data___line_color | color hex value | The line color value |
data___line_width | number | Number in pixel to define size of the line |
data___line_type | round|square|butt | The type of line |
newrow | true|false | This can be used to mark the element as the start of new row |
class | valid css class separated by empty space | You can inject additional css class by specifing the valid css class separated by empty space |
id | valid css id | You can define custom css id by specifying valid css / html id string |
CSS Grid
Bootstrap Grids
Plugin by default will use the default VisualComposer CSS Rules for the grid system to ensure maximum compatibility with different kind of themes.
The VisualComposer Grid css covers these rules :
- vc_col-{xs|sm|md|lg}-{size}
- vc_col-{xs|sm|md|lg}-offset-{size}
- vc_col-{xs|sm|md|lg}-push-{size}
- vc_col-{xs|sm|md|lg}-pull-{size}
- vc_col-{xs|sm|md|lg}-offset-{size}
- vc_hidden-{xs|sm|md|lg}
- vc_visible-{xs|sm|md|lg}
- vc_push-{left|right}
- vc_txt_align_{left|center|right}
If your theme is capable to use bootstrap or you want to force to use bootstrap grid rules instead, please invoke these function in your theme functions.php
// Force to load victheme_core bootstrap access, // only use this if your theme doesn't have bootstrap asset loaded // and you want to force plugin to load bootstrap asset. add_theme_support('load_core_bootstrap'); // Notify plugin that your theme is bootstrap compatible and has load bootstrap asset // Only use this if your theme is bootstrap compatible and it has loaded bootstrap css assets. add_theme_support('bootstrap');
Credits
Credits
Thank you for the plugins authors that made this theme possible
Javascript
- Point connector - Victheme Teams