HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/elements/shortcode-search.php
<?php


// Search -----------------------------
vc_map( array (
    'base' 			=> 'pix_search',
    'name' 			=> __('Search', 'pixfort-core'),
    'category' 		=> __('pixfort', 'pixfort-core'),
    'class'         => 'pixfort_element',
    "weight"	=> "1000",
    'icon' 			=> PIX_CORE_PLUGIN_URI . 'functions/images/elements/search.png',
    'description' 	=> __('Add custom Search element', 'pixfort-core'),
    // "front_enqueue_js" => PIX_CORE_PLUGIN_URI . 'functions/js/views/search.js',
    'params' 		=> array (



      array (
          'param_name' 	=> 'animation',
          'type' 			=> 'dropdown',
          'heading' 		=> __('Animation', 'pixfort-core'),
          'description' 	=> __('Select the animation of the heading.', 'pixfort-core'),
          'admin_label'	=> false,
          'value'			=> pix_get_animations(),
      ),
      array (
          'param_name' 	=> 'delay',
          'type' 			=> 'textfield',
          'heading' 		=> __('Animation delay (in miliseconds)', 'pixfort-core'),
          'admin_label'	=> true,
          "dependency" => array(
                "element" => "animation",
                "not_empty" => true
            ),
      ),

      array (
          'param_name' 	=> 'search_div',
          'type' 			=> 'dropdown',
          'heading' 		=> __('Field inside a container', 'pixfort-core'),
          "description" => __( "if enabled, other elements won't show on the same line.", "js_composer"),
          'admin_label'	=> false,
          'value'			=> array_flip(array(
              '' 		=> 'Disabled',
              'text-center' 		=> 'Center align',
              'text-left' 		=> 'Left align',
              'text-right' 		=> 'Right align',
          )),
      ),

      array (
          'param_name' 	=> 'max_width',
          'type' 			=> 'textfield',
          'heading' 		=> __('Field max width', 'pixfort-core'),
          'description'     => "Input the width with the unit (eg. 300px)"
      ),


        array(
          'type' => 'css_editor',
          'heading' => __( 'Css', 'essentials-core' ),
          'param_name' => 'css',
          'group' => __( 'Design options', 'essentials-core' ),
          ),

    )
));

 ?>