icons
4 years ago
config.php
4 years ago
index.php
3 years ago
wf-flyout.css
4 years ago
wf-flyout.js
4 years ago
wf-flyout.php
3 years ago
config.php
23 lines
| 1 | <?php |
| 2 | $config = array(); |
| 3 | |
| 4 | $config['plugin_screen'] = 'toplevel_page_wpel-settings-page'; |
| 5 | $config['icon_border'] = 'none'; |
| 6 | $config['icon_right'] = '35px'; |
| 7 | $config['icon_bottom'] = '60px'; |
| 8 | $config['icon_image'] = 'wpel.png'; |
| 9 | $config['icon_padding'] = '0'; |
| 10 | $config['icon_size'] = '55px'; |
| 11 | $config['menu_accent_color'] = '#dd3036'; |
| 12 | $config['custom_css'] = '#wf-flyout .wff-menu-item .dashicons.dashicons-universal-access { font-size: 30px; padding: 0px 10px 0px 0; } #wf-flyout .ucp-icon .wff-icon img { max-width: 70%; } #wf-flyout .ucp-icon .wff-icon { line-height: 57px; }'; |
| 13 | |
| 14 | $config['menu_items'] = array( |
| 15 | array('href' => 'https://wpforcessl.com/?ref=wff-wpel', 'label' => 'Fix all SSL problems & monitor site in real-time', 'icon' => 'wp-ssl.png', 'class' => 'wpfssl-icon'), |
| 16 | array('href' => 'https://wp301redirects.com/?ref=wff-wpel&coupon=50off', 'label' => 'Get WP 301 Redirects PRO with 50% off', 'icon' => '301-logo.png', 'class' => 'wp301-icon'), |
| 17 | array('href' => 'https://wpreset.com/?ref=wff-wpel', 'target' => '_blank', 'label' => 'Get WP Reset PRO with 50% off', 'icon' => 'wp-reset.png'), |
| 18 | array('href' => 'https://underconstructionpage.com/?ref=wff-wpel&coupon=welcome', 'target' => '_blank', 'label' => 'Create the perfect Under Construction Page', 'icon' => 'ucp.png', 'class' => 'ucp-icon'), |
| 19 | array('href' => 'https://wpsticky.com/?ref=wff-wpel', 'target' => '_blank', 'label' => 'Make a menu sticky with WP Sticky', 'icon' => 'dashicons-admin-post'), |
| 20 | array('href' => 'https://wordpress.org/support/plugin/wp-external-links/reviews/?filter=5#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'), |
| 21 | array('href' => 'https://wordpress.org/support/plugin/wp-external-links/#new-post', 'target' => '_blank', 'label' => 'Get Support', 'icon' => 'dashicons-sos'), |
| 22 | ); |
| 23 |