Shortcodes / April 4, 2017

History Line Shortcode

VISUALCOMPOSER - GENERAL TABS

This shortcodes allows you to create a wrapper for the history element content. You can also specify whether to build the canvas point connector or not in this shortcode.

 

VISUALCOMPOSER - POINTER TABS

This Tabs allows you to define the default pointer settings which will be applied to all history content unless the history contents specify overriding settings.

 

Shortcode Formats

The following format example can be invoked manually outside the VisualComposer to generate the element.

Note : Wordpress doesn't allow new line inside the shortcode, you must remove all new lines and replace them with space when using the shortcode.

 

[history
  class="some class"
  id="someid"
  gradientone="hex to serve as gradient one fallback"
  gradienttwo="hex to serve as gradient two fallback"
  curvex="curve x fallback"
  curvey="curve y fallback"
  startx="start x fallback"
  starty="start y fallback"
  endx="end x fallback"
  endy="end y fallback"
  linewidth="line width fallback"
  linetype=" line type fallback"
  connector="true|false"]

    [historyinner
      id="x"
      class="class_one class_two"
      direction="left|right|center"
      image_attachmentid="wp attachment id or image url"
      image_size="the image size using numeric widthxheight or wp image size"
      image_position="the position for the image"
      border_color="the border color as vc border color"
      image_style="extra css class to style the image"
      icon_icon="fontawesome icon class"
      icon_size="the icon size utilizing fontawesome icon sizing"
      icon_rotate="rotate value for the icon"
      icon_flip="flip the icon or not"
      icon_spin="spin the icon"
      icon_border="the border value for the icon wrapper"
      icon_shape="the custom shape for the icon"
      icon_position="the position for the icon"
      icon_inner_padding="the padding for the icon"
      icon_font="the fontsize for the icon overriding the fontawesome icon size rule"
      icon_width="the width for the icon wrapper"
      icon_height="the height for the icon wrapper"
      icon_color="the color for the icon"
      icon_background="the background color for the wrapper element"
      icon_border_color="the border color for the icon"
      label_type="the type for the label according to bootstrap label types"
      label_fontcolor="the font color for the label element"
      label_text="the text for the label"
      label_background="the label background color"
      title="some title"
      title_class="extra css class for title"
      subtitle="some subtitle"
      subtitle_class="extra css class for subtitle"
      data_curve_x="numeric representing pixel value for quadratic curve control point x relative to starting point x"
      data_curve_y="numeric representing pixel value for quadratic curve control point y relative to starting point y"
      data_offset_start_x="numeric representing pixel value for offsetting the start x"
      data_offset_start_y="numeric representing pixel value for offsetting the start y"
      data_offset_end_x="numeric representing pixel value for offsetting the end x"
      data_offset_end_y="numeric representing pixel value for offsetting the end y"
      data_gradientone="hex value for gradient value one"
      data_gradienttwo="hex value for gradient value two"
      data_linewidth="numeric representing the width of the conneting line"
      data_linetype="butt|round|square"

      // Grids with dotted notation
      grids___columns___mobile="X"
      grids___columns___tablet="X"
      grids___columns___small="X"
      grids___columns___large="X"
      grids___offset___mobile="X"
      grids___offset___tablet="X"
      grids___offset___small="X"
      grids___offset___large="X"
      grids___push___mobile="X"
      grids___push___tablet="X"
      grids___push___small="X"
      grids___push___large="X"
      grids___pull___mobile="X"
      grids___pull___tablet="X"
      grids___pull___small="X"
      grids___pull___large="X"
      left_grids___columns___mobile="X"
      left_grids___columns___tablet="X"
      left_grids___columns___small="X"
      left_grids___columns___large="X"
      left_grids___offset___mobile="X"
      left_grids___offset___tablet="X"
      left_grids___offset___small="X"
      left_grids___offset___large="X"
      left_grids___push___mobile="X"
      left_grids___push___tablet="X"
      left_grids___push___small="X"
      left_grids___push___large="X"
      left_grids___pull___mobile="X"
      left_grids___pull___tablet="X"
      left_grids___pull___small="X"
      left_grids___pull___large="X"
      right_grids___columns___mobile="X"
      right_grids___columns___tablet="X"
      right_grids___columns___small="X"
      right_grids___columns___large="X"
      right_grids___offset___mobile="X"
      right_grids___offset___tablet="X"
      right_grids___offset___small="X"
      right_grids___offset___large="X"
      right_grids___push___mobile="X"
      right_grids___push___tablet="X"
      right_grids___push___small="X"
      right_grids___push___large="X"
      right_grids___pull___mobile="X"
      right_grids___pull___tablet="X"
      right_grids___pull___small="X"
      right_grids___pull___large="X"
    ]

      some content for the inner shortcodes allowed

    [/historyinner]

[/history]
          

 

 

Shortcodes Attributes

The shortcode above will accepts the following attributes.

 

Attributes Value Description
gradientone valid hex color value Define the default gradient first color
gradienttwo valid hex color value Define the default gradient second color
curvex number Define x value for the quadratic curve point coordinate
curvey number Define y value for the quadratic curve point coordinate
startx number Define the starting point x offset, this can be used to adjust the starting point
starty number Define the starting point y offset, this can be used to adjust the starting point
endx number Define the ending point x offset, this can be used to adjust the ending point
endy number Define the ending point y offset, this can be used to adjust the ending point
linewidth number Define the size for the quadratic curve line in pixel
linetype round|square|butt Define the line starting and ending point shape
connector true|false Enable or disable the quadratic connector globally.
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

Related Product

Visual Line WordPress Timeline Plugin

VisualLine is a Timeline Collection for WordPress and works as an Add-ons for Visual Composer, there are six different plugins inside the pack. Available Features Integrated with WP Bakery Composer Responsive Vertical layout Horizontal layout 6 Different Timeline design Timeline using Post queries with any pos...
View Product

Related Documentation

Plugin Files

Plugin Files

  Check The Downloaded File Please check that the downloaded archive file must contain the same file as the image above and not corrupted.   Corrupted File If you have missing files or corrupted file, please redownload them again and if the problem persist, pleas...
Installing Plugin

Installing Plugin

  Upload Form Visit the uploader form in your site admin : http://example.com/wp-admin/theme-install.php?tab=upload to get WordPress plugin uploader form.   VicTheme Core Upload the victheme_core.zip first if you don't have VicTheme Core Plugin installed on your ...
Timeline Wrapper

Timeline Wrapper

VISUALCOMPOSER Timeline wrapper is the main shortcode for wrapping all of the timeline elements, in this shortcode you can define the layout of the element and the direction of the timeline alignment.   Shortcode Formats The following format example can be invoked manu...
Timeline End Element

Timeline End Element

VISUALCOMPOSER This shortcode will create a timeline end element, if using visual composer, it will create a wrapper that can be filled with any visual composer elements.   Shortcode Formats The following format example can be invoked manually outside the VisualCompose...
Timeline Events Element

Timeline Events Element

VISUALCOMPOSER This shortcode allows you to create the timeline events element, you can also specify which icons to use, the direction used to format the element position, specify the date, time, day and years of the timeline event and specify the css class and id to mark the el...
Timeline Major Element

Timeline Major Element

VISUALCOMPOSER This shortcode will build the timeline major marker, you can specify the content of the marker, the css class and id for the marker     Shortcode Formats The following format example can be invoked manually outside the VisualComposer to generate th...
Custom Skins

Custom Skins

You can override the default timeline skins cleanly by overriding the timeline-skins assets in your theme. Steps to override the timeline-skins assets : 1. Copy the victheme_timeline/assets/timeline-skins folder to your folder of choice. example /your-theme/templates 2. In your t...
Plugin Files

Plugin Files

  Check The Downloaded File Please check that the downloaded archive file must contain the same file as the image above and not corrupted.   Corrupted File If you have missing files or corrupted file, please redownload them again and if the problem persist, pleas...
Installing Plugin

Installing Plugin

  Upload Form Visit the uploader form in your site admin : http://example.com/wp-admin/theme-install.php?tab=upload to get WordPress plugin uploader form.   VicTheme Core Upload the victheme_core.zip first if you don't have VicTheme Core Plugin installed on your ...
Memory Line Wrapper

Memory Line Wrapper

VISUALCOMPOSER - GENERAL TABS This shortcodes allows you to create a wrapper for the memoryline content, in the general tabs, you can specify valid css class, valid css id and the css animation for the wrapper element.     VISUALCOMPOSER - POINTS TABS In the Poin...
Memory Line Content Credits Memory Line Content

Memory Line Content Credits 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...
Plugin Files

Plugin Files

  Check The Downloaded File Please check that the downloaded archive file must contain the same file as the image above and not corrupted. Corrupted File If you have missing files or corrupted file, please redownload them again and if the problem persis...
CenterLine Wrapper

CenterLine Wrapper

VISUALCOMPOSER - GENERAL TABS This shortcodes allows you to create a wrapper for the centerline element content. The centerline element depends on a centered image which can be uploded via this tab.       VISUALCOMPOSER - POINTER TABS This Tabs allows you t...
Plugin Files

Plugin Files

  Check The Downloaded File Please check that the downloaded archive file must contain the same file as the image above and not corrupted. Corrupted File If you have missing files or corrupted file, please redownload them again and if the problem persis...
Installing Plugin

Installing Plugin

This plugin should be installed as a normal WordPress would using WordPress Plugin Uploader.   WORDPRESS UPLOADER     Upload Form Visit the uploader form in your site admin : http://example.com/wp-admin/theme-install.php?tab=upload to get WordPress pl...