PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / trunk
Simple Author Box vtrunk
2.61 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / wf-flyout / config.php
simple-author-box / wf-flyout Last commit date
icons 3 years ago config.php 1 month ago wf-flyout.css 3 years ago wf-flyout.js 3 years ago wf-flyout.php 3 years ago
config.php
24 lines
1 <?php
2 $config = array();
3
4 $config['plugin_screen'] = 'appearance_page_simple-author-box';
5 $config['icon_border'] = '1px solid #00000099';
6 $config['icon_right'] = '35px';
7 $config['icon_bottom'] = '45px';
8 $config['icon_image'] = 'sab.png';
9 $config['icon_padding'] = '4px';
10 $config['icon_size'] = '55px';
11 $config['menu_accent_color'] = '#dd3036';
12 $config['custom_css'] = '#wf-flyout .ucp-icon .wff-icon img { max-width: 70%; } #wf-flyout .ucp-icon .wff-icon { line-height: 57px; } #wf-flyout .wp301-icon .wff-icon img { max-width: 70%; } #wf-flyout .wp301-icon .wff-icon { line-height: 57px; } #wf-flyout .wff-custom-icon.wff-menu-item-6 span.wff-icon { line-height: 63px; }';
13
14 $config['menu_items'] = array(
15 array('href' => 'https://wpauthorbox.com/?ref=wff-sab', 'label' => 'Get Simple Author Box PRO for only $9.99', 'icon' => 'sab.png', 'class' => ''),
16 array('href' => 'https://wpforcessl.com/?ref=wff-sab', 'label' => 'Fix all SSL problems &amp; monitor site in real-time', 'icon' => 'wp-ssl.png', 'class' => 'wpfssl-icon'),
17 array('href' => 'https://wp301redirects.com/?ref=wff-sab&coupon=50off', 'label' => 'Get WP 301 Redirects PRO with 50% off', 'icon' => '301-logo.png', 'class' => 'wp301-icon'),
18 array('href' => 'https://wpreset.com/?ref=wff-sab', 'target' => '_blank', 'label' => 'Get WP Reset PRO with 50% off', 'icon' => 'wp-reset.png'),
19 array('href' => 'https://underconstructionpage.com/?ref=wff-sab&coupon=welcome', 'target' => '_blank', 'label' => 'Create the perfect Under Construction Page', 'icon' => 'ucp.png', 'class' => 'ucp-icon'),
20 array('href' => 'https://wpsticky.com/?ref=wff-sab', 'target' => '_blank', 'label' => 'Make any element sticky with WP Sticky', 'icon' => 'dashicons-admin-post'),
21 array('href' => 'https://wordpress.org/support/plugin/simple-author-box/reviews/#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'),
22 array('href' => 'https://wordpress.org/support/plugin/simple-author-box/#new-post', 'target' => '_blank', 'label' => 'Get Support', 'icon' => 'dashicons-sos'),
23 );
24