Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/themify-.../views
File: config.php
<?php
[0] Fix | Delete
[1] Fix | Delete
return array(
[2] Fix | Delete
array(
[3] Fix | Delete
'name' => 'popup_show_on_toggle',
[4] Fix | Delete
'title' => __('Show Popup', 'themify-popup'),
[5] Fix | Delete
'description' => '',
[6] Fix | Delete
'type' => 'radio',
[7] Fix | Delete
'enable_toggle' => true,
[8] Fix | Delete
'meta' => array(
[9] Fix | Delete
array('value' => 'all-pages', 'name' => __('Entire Site', 'themify-popup'), 'selected' => true),
[10] Fix | Delete
array('value' => 'specific-pages', 'name' => __('Specific Pages','themify-popup')),
[11] Fix | Delete
),
[12] Fix | Delete
'default' => 'all-pages',
[13] Fix | Delete
),
[14] Fix | Delete
array(
[15] Fix | Delete
'name' => 'popup_show',
[16] Fix | Delete
'title' => '',
[17] Fix | Delete
'description' => '',
[18] Fix | Delete
'type' => 'assignments',
[19] Fix | Delete
'exclude_post_types' => array( 'themify_popup' ),
[20] Fix | Delete
'toggle' => array( 'specific-pages-toggle' ),
[21] Fix | Delete
),
[22] Fix | Delete
array(
[23] Fix | Delete
'name' => 'popup_show_to',
[24] Fix | Delete
'title' => 'Guests or Logged-in',
[25] Fix | Delete
'type' => 'dropdown',
[26] Fix | Delete
'meta' => array(
[27] Fix | Delete
array( 'value' => '', 'name' => __( 'Show to both users and guest visitors', 'themify-popup' ) ),
[28] Fix | Delete
array( 'value' => 'guest', 'name' => __( 'Show only to guest visitors', 'themify-popup' ) ),
[29] Fix | Delete
array( 'value' => 'user', 'name' => __( 'Show only to logged-in users', 'themify-popup' ) ),
[30] Fix | Delete
),
[31] Fix | Delete
'default' => '',
[32] Fix | Delete
),
[33] Fix | Delete
array(
[34] Fix | Delete
'name' => 'popup_no_date_limit',
[35] Fix | Delete
'title' => __('Schedule Popup', 'themify-popup'),
[36] Fix | Delete
'label' => __('Display popup at certain date/time', 'themify-popup'),
[37] Fix | Delete
'description' => '',
[38] Fix | Delete
'type' => 'checkbox',
[39] Fix | Delete
),
[40] Fix | Delete
array(
[41] Fix | Delete
'name' => 'popup_start_at',
[42] Fix | Delete
'title' => __('Start at', 'themify-popup'),
[43] Fix | Delete
'description' => '',
[44] Fix | Delete
'type' => 'date',
[45] Fix | Delete
'meta' => array(
[46] Fix | Delete
'default' => '',
[47] Fix | Delete
'pick' => __( 'Pick Date', 'themify-popup' ),
[48] Fix | Delete
'close' => __( 'Done', 'themify-popup' ),
[49] Fix | Delete
'clear' => __( 'Clear Date', 'themify-popup' ),
[50] Fix | Delete
'time_format' => 'HH:mm:ss',
[51] Fix | Delete
'date_format' => 'yy-mm-dd',
[52] Fix | Delete
'timeseparator' => ' ',
[53] Fix | Delete
'required' => true
[54] Fix | Delete
),
[55] Fix | Delete
),
[56] Fix | Delete
array(
[57] Fix | Delete
'name' => 'popup_end_at',
[58] Fix | Delete
'title' => __('End at', 'themify-popup'),
[59] Fix | Delete
'description' => __('Start and End Date fields are required', 'themify-popup'),
[60] Fix | Delete
'type' => 'date',
[61] Fix | Delete
'meta' => array(
[62] Fix | Delete
'default' => '',
[63] Fix | Delete
'pick' => __( 'Pick Date', 'themify-popup' ),
[64] Fix | Delete
'close' => __( 'Done', 'themify-popup' ),
[65] Fix | Delete
'clear' => __( 'Clear Date', 'themify-popup' ),
[66] Fix | Delete
'time_format' => 'HH:mm:ss',
[67] Fix | Delete
'date_format' => 'yy-mm-dd',
[68] Fix | Delete
'timeseparator' => ' ',
[69] Fix | Delete
'required' => true
[70] Fix | Delete
)
[71] Fix | Delete
),
[72] Fix | Delete
array(
[73] Fix | Delete
'name' => 'popup_trigger',
[74] Fix | Delete
'title' => __('Trigger Popup', 'themify-popup'),
[75] Fix | Delete
'description' => '',
[76] Fix | Delete
'type' => 'radio',
[77] Fix | Delete
'enable_toggle' => true,
[78] Fix | Delete
'meta' => array(
[79] Fix | Delete
array('value' => 'timedelay', 'name' => __('Time Delay','themify-popup'), 'selected' => true),
[80] Fix | Delete
array('value' => 'exit', 'name' => __('Exit Intent','themify-popup')),
[81] Fix | Delete
array('value' => 'pageview', 'name' => __('Page Viewed','themify-popup')),
[82] Fix | Delete
array('value' => 'scroll', 'name' => __('Scroll Position','themify-popup')),
[83] Fix | Delete
array('value' => 'manual', 'name' => __('Manual Launch','themify-popup')),
[84] Fix | Delete
),
[85] Fix | Delete
'default_selected' => '',
[86] Fix | Delete
'default' => 'timedelay',
[87] Fix | Delete
),
[88] Fix | Delete
array(
[89] Fix | Delete
'name' => 'popup_manual_description',
[90] Fix | Delete
'type' => 'post_id_info',
[91] Fix | Delete
'description' => __( 'To insert manual launch popup button, use the Popup generator button on WordPress visual editor.', 'themify-popup' ),
[92] Fix | Delete
'toggle' => array( 'manual-toggle' ),
[93] Fix | Delete
'title' => '&nbsp;',
[94] Fix | Delete
),
[95] Fix | Delete
array(
[96] Fix | Delete
'name' => 'popup_trigger_time_delay',
[97] Fix | Delete
'title' => __('Time Delay', 'themify-popup'),
[98] Fix | Delete
'description' => '',
[99] Fix | Delete
'type' => 'textbox',
[100] Fix | Delete
'meta' => array('size' => 'small'),
[101] Fix | Delete
'before' => '',
[102] Fix | Delete
'after' => __(' Seconds', 'themify-popup'),
[103] Fix | Delete
'toggle' => array( 'timedelay-toggle' ),
[104] Fix | Delete
'default' => 5
[105] Fix | Delete
),
[106] Fix | Delete
array(
[107] Fix | Delete
'type' => 'multi',
[108] Fix | Delete
'name' => 'popup_scroll_position',
[109] Fix | Delete
'title' => __('Scroll Position', 'themify-popup'),
[110] Fix | Delete
'meta' => array(
[111] Fix | Delete
'fields' => array(
[112] Fix | Delete
array(
[113] Fix | Delete
'name' => 'popup_trigger_scroll_position',
[114] Fix | Delete
'title' => __('Scroll Position', 'themify-popup'),
[115] Fix | Delete
'description' => '',
[116] Fix | Delete
'type' => 'textbox',
[117] Fix | Delete
'meta' => array('size' => 'small'),
[118] Fix | Delete
),
[119] Fix | Delete
array(
[120] Fix | Delete
'name' => 'popup_trigger_scroll_on',
[121] Fix | Delete
'title' => '',
[122] Fix | Delete
'type' => 'dropdown',
[123] Fix | Delete
'meta' => array(
[124] Fix | Delete
array( 'value' => 'px', 'name' => __( 'Pixels', 'themify-popup' ) ),
[125] Fix | Delete
array( 'value' => '%', 'name' => __( 'Percentage of screen', 'themify-popup' ) ),
[126] Fix | Delete
),
[127] Fix | Delete
'default' => 'px',
[128] Fix | Delete
),
[129] Fix | Delete
),
[130] Fix | Delete
'before' => '',
[131] Fix | Delete
'after' => '',
[132] Fix | Delete
'separator' => ''
[133] Fix | Delete
),
[134] Fix | Delete
'toggle' => array( 'scroll-toggle' )
[135] Fix | Delete
),
[136] Fix | Delete
array(
[137] Fix | Delete
'name' => 'popup_style',
[138] Fix | Delete
'title' => __('Popup Style', 'themify-popup'),
[139] Fix | Delete
'description' => '',
[140] Fix | Delete
'type' => 'radio',
[141] Fix | Delete
'enable_toggle' => true,
[142] Fix | Delete
'meta' => array(
[143] Fix | Delete
array('value' => 'classic', 'name' => __('Classic','themify-popup'), 'selected' => true),
[144] Fix | Delete
array('value' => 'slide-out', 'name' => __('Slide Out','themify-popup')),
[145] Fix | Delete
array('value' => 'fullscreen', 'name' => __('Fullscreen','themify-popup')),
[146] Fix | Delete
),
[147] Fix | Delete
'default_selected' => '',
[148] Fix | Delete
'default' => 'classic',
[149] Fix | Delete
),
[150] Fix | Delete
array(
[151] Fix | Delete
'name' => 'popup_slide_out_position',
[152] Fix | Delete
'title' => __( 'Position', 'themify-popup' ),
[153] Fix | Delete
'type' => 'dropdown',
[154] Fix | Delete
'meta' => array(
[155] Fix | Delete
array( 'value' => 'bottom-right', 'name' => __( 'Bottom Right', 'themify-popup' ) ),
[156] Fix | Delete
array( 'value' => 'bottom-left', 'name' => __( 'Bottom Left', 'themify-popup' ) ),
[157] Fix | Delete
array( 'value' => 'bottom-center', 'name' => __( 'Bottom Center', 'themify-popup' ) ),
[158] Fix | Delete
array( 'value' => 'top-right', 'name' => __( 'Top Right', 'themify-popup' ) ),
[159] Fix | Delete
array( 'value' => 'top-left', 'name' => __( 'Top Left', 'themify-popup' ) ),
[160] Fix | Delete
array( 'value' => 'top-center', 'name' => __( 'Top Center', 'themify-popup' ) ),
[161] Fix | Delete
array( 'value' => 'center-right', 'name' => __( 'Centered Right', 'themify-popup' ) ),
[162] Fix | Delete
array( 'value' => 'center-left', 'name' => __( 'Centered Left', 'themify-popup' ) ),
[163] Fix | Delete
),
[164] Fix | Delete
'toggle' => array( 'slide-out-toggle' ),
[165] Fix | Delete
'default' => 'bottom-right',
[166] Fix | Delete
),
[167] Fix | Delete
array(
[168] Fix | Delete
'name' => 'popup_classic_position',
[169] Fix | Delete
'title' => __( 'Position', 'themify-popup' ),
[170] Fix | Delete
'type' => 'dropdown',
[171] Fix | Delete
'meta' => array(
[172] Fix | Delete
array( 'value' => 'center-center', 'name' => __( 'Center', 'themify-popup' ) ),
[173] Fix | Delete
array( 'value' => 'bottom-right', 'name' => __( 'Bottom Right', 'themify-popup' ) ),
[174] Fix | Delete
array( 'value' => 'bottom-left', 'name' => __( 'Bottom Left', 'themify-popup' ) ),
[175] Fix | Delete
array( 'value' => 'bottom-center', 'name' => __( 'Bottom Center', 'themify-popup' ) ),
[176] Fix | Delete
array( 'value' => 'top-right', 'name' => __( 'Top Right', 'themify-popup' ) ),
[177] Fix | Delete
array( 'value' => 'top-left', 'name' => __( 'Top Left', 'themify-popup' ) ),
[178] Fix | Delete
array( 'value' => 'top-center', 'name' => __( 'Top Center', 'themify-popup' ) ),
[179] Fix | Delete
array( 'value' => 'center-right', 'name' => __( 'Centered Right', 'themify-popup' ) ),
[180] Fix | Delete
array( 'value' => 'center-left', 'name' => __( 'Centered Left', 'themify-popup' ) ),
[181] Fix | Delete
),
[182] Fix | Delete
'toggle' => array( 'classic-toggle' ),
[183] Fix | Delete
'default' => 'center-center',
[184] Fix | Delete
),
[185] Fix | Delete
array(
[186] Fix | Delete
'type' => 'multi',
[187] Fix | Delete
'name' => 'popup_dimensions',
[188] Fix | Delete
'title' => __('Popup Dimension', 'themify-popup'),
[189] Fix | Delete
'meta' => array(
[190] Fix | Delete
'fields' => array(
[191] Fix | Delete
array(
[192] Fix | Delete
'name' => 'popup_width',
[193] Fix | Delete
'description' => '',
[194] Fix | Delete
'type' => 'textbox',
[195] Fix | Delete
'meta' => array('size' => 'small')
[196] Fix | Delete
),
[197] Fix | Delete
array(
[198] Fix | Delete
'name' => 'popup_width_unit',
[199] Fix | Delete
'label' => __('width', 'themify-popup'),
[200] Fix | Delete
'title' => '',
[201] Fix | Delete
'type' => 'dropdown',
[202] Fix | Delete
'meta' => array(
[203] Fix | Delete
array( 'value' => 'px', 'name' => __( 'px', 'themify-popup' ) ),
[204] Fix | Delete
array( 'value' => '%', 'name' => __( '%', 'themify-popup' ) ),
[205] Fix | Delete
array( 'value' => 'em', 'name' => __( 'em', 'themify-popup' ) ),
[206] Fix | Delete
),
[207] Fix | Delete
'default' => 'px',
[208] Fix | Delete
'after' => '<br>',
[209] Fix | Delete
),
[210] Fix | Delete
array(
[211] Fix | Delete
'name' => 'popup_height',
[212] Fix | Delete
'type' => 'textbox',
[213] Fix | Delete
'meta' => array( 'size' => 'small' )
[214] Fix | Delete
),
[215] Fix | Delete
array(
[216] Fix | Delete
'name' => 'popup_height_unit',
[217] Fix | Delete
'label' => __('height', 'themify-popup'),
[218] Fix | Delete
'title' => '',
[219] Fix | Delete
'type' => 'dropdown',
[220] Fix | Delete
'meta' => array(
[221] Fix | Delete
array( 'value' => 'px', 'name' => __( 'px', 'themify-popup' ) ),
[222] Fix | Delete
array( 'value' => '%', 'name' => __( '%', 'themify-popup' ) ),
[223] Fix | Delete
),
[224] Fix | Delete
'default' => 'px',
[225] Fix | Delete
'after' => '<br>',
[226] Fix | Delete
),
[227] Fix | Delete
array(
[228] Fix | Delete
'name' => 'popup_auto_height',
[229] Fix | Delete
'title' => '',
[230] Fix | Delete
'label' => __('Auto Height', 'themify-popup'),
[231] Fix | Delete
'description' => '',
[232] Fix | Delete
'type' => 'checkbox',
[233] Fix | Delete
),
[234] Fix | Delete
),
[235] Fix | Delete
'before' => '',
[236] Fix | Delete
'after' => '',
[237] Fix | Delete
'separator' => ''
[238] Fix | Delete
),
[239] Fix | Delete
'toggle' => array( 'classic-toggle', 'slide-out-toggle' )
[240] Fix | Delete
),
[241] Fix | Delete
array(
[242] Fix | Delete
'name' => 'popup_overlay_color',
[243] Fix | Delete
'title' => __('Overlay Color', 'announcement-bar'),
[244] Fix | Delete
'description' => '',
[245] Fix | Delete
'type' => 'color',
[246] Fix | Delete
'meta' => array( 'default' => null ),
[247] Fix | Delete
'toggle' => array( 'classic-toggle' ),
[248] Fix | Delete
'format' => 'rgba',
[249] Fix | Delete
),
[250] Fix | Delete
array(
[251] Fix | Delete
'name' => 'popup_animation',
[252] Fix | Delete
'title' => __( 'Open Animation', 'themify-popup' ),
[253] Fix | Delete
'type' => 'dropdown',
[254] Fix | Delete
'meta' => array(
[255] Fix | Delete
array( 'value' => 'bounce', 'name' => __( 'bounce', 'themify-popup' ) ),
[256] Fix | Delete
array( 'value' => 'flash', 'name' => __( 'flash', 'themify-popup' ) ),
[257] Fix | Delete
array( 'value' => 'pulse', 'name' => __( 'pulse', 'themify-popup' ) ),
[258] Fix | Delete
array( 'value' => 'rubberBand', 'name' => __( 'rubberBand', 'themify-popup' ) ),
[259] Fix | Delete
array( 'value' => 'shake', 'name' => __( 'shake', 'themify-popup' ) ),
[260] Fix | Delete
array( 'value' => 'swing', 'name' => __( 'swing', 'themify-popup' ) ),
[261] Fix | Delete
array( 'value' => 'tada', 'name' => __( 'tada', 'themify-popup' ) ),
[262] Fix | Delete
array( 'value' => 'wobble', 'name' => __( 'wobble', 'themify-popup' ) ),
[263] Fix | Delete
array( 'value' => 'jello', 'name' => __( 'jello', 'themify-popup' ) ),
[264] Fix | Delete
array( 'value' => 'bounceIn', 'name' => __( 'bounceIn', 'themify-popup' ) ),
[265] Fix | Delete
array( 'value' => 'bounceInDown', 'name' => __( 'bounceInDown', 'themify-popup' ) ),
[266] Fix | Delete
array( 'value' => 'bounceInLeft', 'name' => __( 'bounceInLeft', 'themify-popup' ) ),
[267] Fix | Delete
array( 'value' => 'bounceInRight', 'name' => __( 'bounceInRight', 'themify-popup' ) ),
[268] Fix | Delete
array( 'value' => 'bounceInUp', 'name' => __( 'bounceInUp', 'themify-popup' ) ),
[269] Fix | Delete
array( 'value' => 'fadeIn', 'name' => __( 'fadeIn', 'themify-popup' ) ),
[270] Fix | Delete
array( 'value' => 'fadeInDown', 'name' => __( 'fadeInDown', 'themify-popup' ) ),
[271] Fix | Delete
array( 'value' => 'fadeInDownBig', 'name' => __( 'fadeInDownBig', 'themify-popup' ) ),
[272] Fix | Delete
array( 'value' => 'fadeInLeft', 'name' => __( 'fadeInLeft', 'themify-popup' ) ),
[273] Fix | Delete
array( 'value' => 'fadeInLeftBig', 'name' => __( 'fadeInLeftBig', 'themify-popup' ) ),
[274] Fix | Delete
array( 'value' => 'fadeInRight', 'name' => __( 'fadeInRight', 'themify-popup' ) ),
[275] Fix | Delete
array( 'value' => 'fadeInRightBig', 'name' => __( 'fadeInRightBig', 'themify-popup' ) ),
[276] Fix | Delete
array( 'value' => 'fadeInUp', 'name' => __( 'fadeInUp', 'themify-popup' ) ),
[277] Fix | Delete
array( 'value' => 'fadeInUpBig', 'name' => __( 'fadeInUpBig', 'themify-popup' ) ),
[278] Fix | Delete
array('value' => 'lightSpeedIn', 'name' => __('lightSpeedIn', 'themify-popup')),
[279] Fix | Delete
array('value' => 'lightSpeedOut', 'name' => __('lightSpeedOut', 'themify-popup')),
[280] Fix | Delete
array('value' => 'rotateIn', 'name' => __('rotateIn', 'themify-popup')),
[281] Fix | Delete
array('value' => 'rotateInDownLeft', 'name' => __('rotateInDownLeft', 'themify-popup')),
[282] Fix | Delete
array('value' => 'rotateInDownRight', 'name' => __('rotateInDownRight', 'themify-popup')),
[283] Fix | Delete
array('value' => 'rotateInUpLeft', 'name' => __('rotateInUpLeft', 'themify-popup')),
[284] Fix | Delete
array('value' => 'rotateInUpRight', 'name' => __('rotateInUpRight', 'themify-popup')),
[285] Fix | Delete
array('value' => 'zoomIn', 'name' => __('zoomIn', 'themify-popup')),
[286] Fix | Delete
array('value' => 'zoomInDown', 'name' => __('zoomInDown', 'themify-popup')),
[287] Fix | Delete
array('value' => 'zoomInLeft', 'name' => __('zoomInLeft', 'themify-popup')),
[288] Fix | Delete
array('value' => 'zoomInRight', 'name' => __('zoomInRight', 'themify-popup')),
[289] Fix | Delete
array('value' => 'zoomInUp', 'name' => __('zoomInUp', 'themify-popup')),
[290] Fix | Delete
array('value' => 'slideInDown', 'name' => __('slideInDown', 'themify-popup')),
[291] Fix | Delete
array('value' => 'slideInLeft', 'name' => __('slideInLeft', 'themify-popup')),
[292] Fix | Delete
array('value' => 'slideInRight', 'name' => __('slideInRight', 'themify-popup')),
[293] Fix | Delete
array('value' => 'slideInUp', 'name' => __('slideInUp', 'themify-popup')),
[294] Fix | Delete
array('value' => 'none', 'name' => __('None', 'themify-popup')),
[295] Fix | Delete
),
[296] Fix | Delete
'default' => 'bounce'
[297] Fix | Delete
),
[298] Fix | Delete
array(
[299] Fix | Delete
'name' => 'popup_animation_exit',
[300] Fix | Delete
'title' => __( 'Exit Animation', 'themify-popup' ),
[301] Fix | Delete
'type' => 'dropdown',
[302] Fix | Delete
'meta' => array(
[303] Fix | Delete
array( 'value' => 'fadeOut', 'name' => __( 'fadeOut', 'themify-popup' ) ),
[304] Fix | Delete
array( 'value' => 'fadeOutDown', 'name' => __( 'fadeOutDown', 'themify-popup' ) ),
[305] Fix | Delete
array( 'value' => 'fadeOutDownBig', 'name' => __( 'fadeOutDownBig', 'themify-popup' ) ),
[306] Fix | Delete
array( 'value' => 'fadeOutLeft', 'name' => __( 'fadeOutLeft', 'themify-popup' ) ),
[307] Fix | Delete
array( 'value' => 'fadeOutLeftBig', 'name' => __( 'fadeOutLeftBig', 'themify-popup' ) ),
[308] Fix | Delete
array( 'value' => 'fadeOutRight', 'name' => __( 'fadeOutRight', 'themify-popup' ) ),
[309] Fix | Delete
array( 'value' => 'fadeOutRightBig', 'name' => __( 'fadeOutRightBig', 'themify-popup' ) ),
[310] Fix | Delete
array( 'value' => 'fadeOutUp', 'name' => __( 'fadeOutUp', 'themify-popup' ) ),
[311] Fix | Delete
array( 'value' => 'fadeOutUpBig', 'name' => __( 'fadeOutUpBig', 'themify-popup' ) ),
[312] Fix | Delete
array( 'value' => 'bounceOut', 'name' => __( 'bounceOut', 'themify-popup' ) ),
[313] Fix | Delete
array( 'value' => 'bounceOutDown', 'name' => __( 'bounceOutDown', 'themify-popup' ) ),
[314] Fix | Delete
array( 'value' => 'bounceOutLeft', 'name' => __( 'bounceOutLeft', 'themify-popup' ) ),
[315] Fix | Delete
array( 'value' => 'bounceOutRight', 'name' => __( 'bounceOutRight', 'themify-popup' ) ),
[316] Fix | Delete
array( 'value' => 'bounceOutUp', 'name' => __( 'bounceOutUp', 'themify-popup' ) ),
[317] Fix | Delete
array( 'value' => 'lightSpeedOut', 'name' => __( 'lightSpeedOut', 'themify-popup' ) ),
[318] Fix | Delete
array( 'value' => 'rotateOut', 'name' => __( 'rotateOut', 'themify-popup' ) ),
[319] Fix | Delete
array( 'value' => 'rotateOutDownLeft', 'name' => __( 'rotateOutDownLeft', 'themify-popup' ) ),
[320] Fix | Delete
array( 'value' => 'rotateOutDownRight', 'name' => __( 'rotateOutDownRight', 'themify-popup' ) ),
[321] Fix | Delete
array( 'value' => 'rotateOutUpLeft', 'name' => __( 'rotateOutUpLeft', 'themify-popup' ) ),
[322] Fix | Delete
array( 'value' => 'rotateOutUpRight', 'name' => __( 'rotateOutUpRight', 'themify-popup' ) ),
[323] Fix | Delete
array( 'value' => 'slideOutUp', 'name' => __( 'slideOutUp', 'themify-popup' ) ),
[324] Fix | Delete
array( 'value' => 'slideOutDown', 'name' => __( 'slideOutDown', 'themify-popup' ) ),
[325] Fix | Delete
array( 'value' => 'slideOutLeft', 'name' => __( 'slideOutLeft', 'themify-popup' ) ),
[326] Fix | Delete
array( 'value' => 'slideOutRight', 'name' => __( 'slideOutRight', 'themify-popup' ) ),
[327] Fix | Delete
array( 'value' => 'zoomOut', 'name' => __( 'zoomOut', 'themify-popup' ) ),
[328] Fix | Delete
array( 'value' => 'zoomOutDown', 'name' => __( 'zoomOutDown', 'themify-popup' ) ),
[329] Fix | Delete
array( 'value' => 'zoomOutLeft', 'name' => __( 'zoomOutLeft', 'themify-popup' ) ),
[330] Fix | Delete
array( 'value' => 'zoomOutRight', 'name' => __( 'zoomOutRight', 'themify-popup' ) ),
[331] Fix | Delete
array( 'value' => 'zoomOutUp', 'name' => __( 'zoomOutUp', 'themify-popup' ) ),
[332] Fix | Delete
array( 'value' => 'rollOut', 'name' => __( 'rollOut', 'themify-popup' ) ),
[333] Fix | Delete
array( 'value' => 'none', 'name' => __( 'None', 'themify-popup' ) ),
[334] Fix | Delete
),
[335] Fix | Delete
'default' => 'fadeOut'
[336] Fix | Delete
),
[337] Fix | Delete
array(
[338] Fix | Delete
'name' => 'popup_limit_count',
[339] Fix | Delete
'title' => __( 'Display Limit', 'themify-popup' ),
[340] Fix | Delete
'label' => '&nbsp;',
[341] Fix | Delete
'before' => __( 'Show the popup only ', 'themify-popup' ),
[342] Fix | Delete
'after' => __( ' times.', 'themify-popup' ),
[343] Fix | Delete
'type' => 'textbox',
[344] Fix | Delete
'toggle' => array( 'timedelay-toggle', 'exit-toggle', 'pageview-toggle', 'scroll-toggle' ),
[345] Fix | Delete
'meta' => array('size' => 'small')
[346] Fix | Delete
),
[347] Fix | Delete
array(
[348] Fix | Delete
'name' => 'popup_cookie_expiration',
[349] Fix | Delete
'title' => '',
[350] Fix | Delete
'before' => __('Reset the counter after ', 'themify-popup'),
[351] Fix | Delete
'after' => __( ' days. (Default: 1 day)', 'themify-popup' ),
[352] Fix | Delete
'type' => 'textbox',
[353] Fix | Delete
'meta' => array('size' => 'small')
[354] Fix | Delete
),
[355] Fix | Delete
array(
[356] Fix | Delete
'name' => 'popup_page_view',
[357] Fix | Delete
'title' => __('Page Count', 'themify-popup'),
[358] Fix | Delete
'after' => __( ' Display popup only after [n] page views.', 'themify-popup' ),
[359] Fix | Delete
'type' => 'textbox',
[360] Fix | Delete
'toggle' => array( 'timedelay-toggle', 'exit-toggle', 'pageview-toggle', 'scroll-toggle' ),
[361] Fix | Delete
'meta' => array( 'size' => 'small' ),
[362] Fix | Delete
),
[363] Fix | Delete
array(
[364] Fix | Delete
'name' => 'popup_auto_close',
[365] Fix | Delete
'title' => __('Auto Close', 'themify-popup'),
[366] Fix | Delete
'label' => __('Auto close popup', 'themify-popup'),
[367] Fix | Delete
'description' => '',
[368] Fix | Delete
'type' => 'checkbox',
[369] Fix | Delete
),
[370] Fix | Delete
array(
[371] Fix | Delete
'name' => 'popup_auto_close_delay',
[372] Fix | Delete
'title' => '',
[373] Fix | Delete
'before' => __('Close popup after ', 'themify-popup'),
[374] Fix | Delete
'after' => __( ' Seconds', 'themify-popup' ),
[375] Fix | Delete
'type' => 'textbox',
[376] Fix | Delete
'meta' => array('size' => 'small'),
[377] Fix | Delete
'default' => 5
[378] Fix | Delete
),
[379] Fix | Delete
array(
[380] Fix | Delete
'name' => 'popup_mobile_disable',
[381] Fix | Delete
'title' => __('Display On', 'themify-popup'),
[382] Fix | Delete
'description' => '',
[383] Fix | Delete
'type' => 'dropdown',
[384] Fix | Delete
'meta' => array(
[385] Fix | Delete
array( 'value' => '', 'name' => __( 'All Devices', 'themify-popup' ) ),
[386] Fix | Delete
array( 'value' => 'on', 'name' => __( 'Only Desktop', 'themify-popup' ) ),
[387] Fix | Delete
array( 'value' => 'mob', 'name' => __( 'Only Mobile', 'themify-popup' ) ),
[388] Fix | Delete
),
[389] Fix | Delete
),
[390] Fix | Delete
array(
[391] Fix | Delete
'name' => 'popup_overlay_as_close',
[392] Fix | Delete
'title' => __('Overlay As Close', 'themify-popup'),
[393] Fix | Delete
'label' => __('Allow clicking the popup overlay to close', 'themify-popup'),
[394] Fix | Delete
'description' => '',
[395] Fix | Delete
'type' => 'checkbox',
[396] Fix | Delete
'toggle' => array( 'classic-toggle' )
[397] Fix | Delete
),
[398] Fix | Delete
);
[399] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function