CBX Dynamic Sidebar Wordpress Plugin - Rating, Reviews, Demo & Download

CBX Dynamic Sidebar Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

CBX Dynamic Sidebar for Wordpress helps to create dynamic sidebar or widget position using custom post type. Sometimes we need to put sidebar inside content and this plugin
helps to create sidebar using custom post type and put the sidebar inside content using shortcode using simple shortcode

[cbxdynamicsidebar id=”post id here” /] where 686 is the post id or as you get

It’a also possible to call the sidebar using direction function call in theme

$sidebar_id,
'wclass' => 'cbxdynamicsidebar_wrapper',
'wid' => 'cbxdynamicsidebar_wrapper',
'float' => 'auto'
);
echo cbxdynamicsidebar_display($config_array);
}

?>

or more simple way

From the custom post type “cbxsidebar” post edit screen there are other features that is implemented using meta field for

  • sidebar class
  • sidebar description
  • sidebar before widget html wrapper
  • sidebar after widget html wrapper
  • sidebar widget before title html wrapper
  • sidebar widget after title html wrapper
  • sidebar enable disable without deleting the sidebar post
  • Translation ready

Shortcode & function Param Definition
id – sidebar post id

wclass – sidebar will be wrapper in a div and it will have a class from the value of param ‘wclass’, default value is ‘cbxdynamicsidebar_wrapper’. also extra another class will be added using ‘cbxdynamicsidebar_wrapper’ with sidebar id at last

wid – sidebar will be wrapper in a div and it will have a class from the value of param ‘cbxdynamicsidebar_wrapper’, default value is ‘cbxdynamicsidebar_wrapper’ with sidebar id at last

float – default value ‘auto’, other possible values ‘left’, ‘right’, which means float none/auto, float left and float right

For shortcode with all possible param –

[cbxdynamicsidebar id=”post id here” float=”left” wclass=”cbxdynamicsidebar_wrapper” wid=”cbxdynamicsidebar_wrapper” /]

Screenshots

  1. cbxdynamicsidebar screenshot 1

    Sidebar Listing with shortcode note

  2. cbxdynamicsidebar screenshot 2

    Single Sidebar Edit

  3. cbxdynamicsidebar screenshot 3

    Widget assign in sidebar from admin panel

  4. cbxdynamicsidebar screenshot 4

    Frontend Dynamic sidebar appears from shortcode


Reviews & Comments