Desktop Logo
Mobile Logo
MENU
  • Home
  • Themes
    • Exopite Theme
    • Exopite Theme Demo
    • Exopite WordPress Starter Theme
  • Plugins
    • Exopite Multifilter
    • Exopite Lightbox
    • Exopite Responsive Displayer
    • Exopite Lazy Load XT
    • Exopite Notificator
    • Exopite SEO Core
    • Exopite Combiner and Minifier
    • Exopite Simple Options Framework
    • Exopite Frontend Notifications
    • Anti Spam for Contact Form 7
    • Exopite Integrity
  • Blog
  • Contact
  • Legal
    • Disclaimer
    • Legal Notice
    • Privacy Policy
    • Terms of Use
  • Home
  • Themes
    • Exopite Theme
    • Exopite Theme Demo
    • Exopite WordPress Starter Theme
  • Plugins
    • Exopite Multifilter
    • Exopite Responsive Displayer
    • Exopite Notificator
    • Exopite Simple Options Framework
    • Exopite Frontend Notifications
    • Exopite Lightbox
    • Exopite Lazy Load XT
    • Exopite SEO Core
    • Exopite Combiner and Minifier
    • Anti Spam for Contact Form 7
    • Exopite Integrity
  • Blog
  • Contact
Home » Exopite » Exopite Simple Options Framework for WordPress » Tabs
Please note: We are building the site new, it is under heavy construction!

Tabs

Tabbed navigation or simply "tabs" is a navigation within the page. Tabs save space and let the user quickly navigate between a small selection of equally important informations.

array(
    'id'          => 'tabbed_1',
    'type'        => 'tab',
    'title'       => esc_html__( 'Tab', 'plugin-name' ),
    'options'     => array(
        'equal_width' => true,        // optional, true or false
    ),
    'tabs'        => array(

        array(
            'title'  => esc_html__( 'Tab 1', 'plugin-name' ),
            'icon'   => 'fa fa-star', // optional
            'fields' => array(

                array(
                    'id'    => 'tabbed_1_tab_1_text_1',
                    'type'  => 'text',
                    'title' => esc_html__( 'Tab 1 Text 1', 'plugin-name' ),
                ),

                // other fields...

            ),
        ),

        // optional
        array(
            'title'  => esc_html__( 'Tab 2', 'plugin-name' ),
            'icon'   => 'fa fa-star', // optional
            'fields' => array(

                // other fields...

            ),
        ),

        // other tabs...

    ),
),
Fields:
  • Accordion
  • ACE field
  • Attached
  • Backup
  • Button
  • Botton bar
  • Card
  • Checkbox
  • Color
  • Content
  • Date
  • Editor
  • Fieldset
  • Gallery
  • Group
  • Hidden
  • Image
  • Image select
  • Notice
  • Number
  • Password
  • Radio
  • Range
  • Select
  • Switcher
  • Tab
  • Tap list
  • Text
  • Textarea
  • Typography
  • Upload
  • Video
  • Disclaimer
  • Legal Notice
  • Privacy Policy
  • Terms of Use
This website is using only strictly necessary cookies (if any). More information OK
Disclaimer | Legal Notice | Privacy Policy | Terms of Use