Clever Fox - Version 1.0.7

Version Description

  • resolve some bugs
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
- Version: 1.0.6
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
+ Version: 1.0.7
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startkit/custom-controls/controls/icon-picker/README.md DELETED
@@ -1,48 +0,0 @@
1
- # Icon Picker control for WordPress
2
-
3
- ## Installing and Setting up
4
-
5
- - [Download and Install O2 on your theme](../../README.md). If you have installed that, then you may proceed for further steps.
6
-
7
- ## Icon Picker For WordPress Customizer
8
-
9
- Install the Icon-Picker toolkit by adding this line of code to functions.php file.
10
- ```
11
- require get_template_directory() . '/inc/o2/controls/icon-picker/icon-picker-control.php';
12
- ```
13
- And that’s all you need to do.
14
-
15
- You can add it to your customizer by dumping this code into the `inc/customizer.php` or `functions.php` if you don't have customizer.php file:
16
- ```
17
- $wp_customize->add_setting( 'o2_fa_icon_picker', array(
18
- 'default' => 'fa-facebook',
19
- 'capability' => 'edit_theme_options'
20
- ));
21
-
22
- $wp_customize->add_control(new Startkit_Customizer_Icon_Picker_Control($wp_customize, 'o2_fa_icon_picker', array(
23
- 'label' => __('Icons', 'textdomain'),
24
- 'description' => __('Choose an icon', 'textdomain'),
25
- 'iconset' => 'fa',
26
- 'section' => 'your_section',
27
- 'priority' => 5,
28
- 'settings' => 'o2_fa_icon_picker'
29
- )));
30
- ```
31
- It will a list of all the icons. If only want to list few icons then you can do it like this:
32
- ```
33
- $wp_customize->add_control(new Startkit_Customizer_Icon_Picker_Control($wp_customize, 'o2_fa_icon_picker', array(
34
- 'label' => __('Icons', 'textdomain'),
35
- 'description' => __('Choose an icon', 'textdomain'),
36
- 'iconset' => 'fa',
37
- 'section' => 'your_section',
38
- 'priority' => 5,
39
- 'settings' => 'o2_fa_icon_picker',
40
- 'choices' => array(
41
- 'fa-facebook' => __('Facebook', 'textdomain'),
42
- 'fa-twitter' => __('Twitter', 'textdomain'),
43
- 'fa-dribbble' => __('Dribbble', 'textdomain'),
44
- 'fa-wordpress' => __('WordPress', 'textdomain'),
45
- 'fa-github' => __('Github', 'textdomain'),
46
- )
47
- )));
48
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/assets/font-awesome.min.css DELETED
@@ -1,4 +0,0 @@
1
- /*!
2
- * Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.2');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/assets/genericons.css DELETED
@@ -1,263 +0,0 @@
1
- /**
2
-
3
- Genericons
4
-
5
- */
6
-
7
-
8
- /* IE8 and below use EOT and allow cross-site embedding.
9
- IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
10
- So unfortunately, IE9 will throw a console error, but it'll still work.
11
- When the font is base64 encoded, cross-site embedding works in Firefox */
12
- @font-face {
13
- font-family: "Genericons";
14
- src: url("./Genericons.eot");
15
- src: url("./Genericons.eot?") format("embedded-opentype");
16
- font-weight: normal;
17
- font-style: normal;
18
- }
19
-
20
- @font-face {
21
- font-family: "Genericons";
22
- src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
23
- url("./Genericons.ttf") format("truetype"),
24
- url("./Genericons.svg#Genericons") format("svg");
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
-
29
- @media screen and (-webkit-min-device-pixel-ratio:0) {
30
- @font-face {
31
- font-family: "Genericons";
32
- src: url("./Genericons.svg#Genericons") format("svg");
33
- }
34
- }
35
-
36
-
37
- /**
38
- * All Genericons
39
- */
40
-
41
- .genericon {
42
- font-size: 16px;
43
- vertical-align: top;
44
- text-align: center;
45
- -moz-transition: color .1s ease-in 0;
46
- -webkit-transition: color .1s ease-in 0;
47
- display: inline-block;
48
- font-family: "Genericons";
49
- font-style: normal;
50
- font-weight: normal;
51
- font-variant: normal;
52
- line-height: 1;
53
- text-decoration: inherit;
54
- text-transform: none;
55
- -moz-osx-font-smoothing: grayscale;
56
- -webkit-font-smoothing: antialiased;
57
- speak: none;
58
- }
59
-
60
-
61
- /**
62
- * Helper classes
63
- */
64
-
65
- .genericon-rotate-90 {
66
- -webkit-transform: rotate(90deg);
67
- -moz-transform: rotate(90deg);
68
- -ms-transform: rotate(90deg);
69
- -o-transform: rotate(90deg);
70
- transform: rotate(90deg);
71
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
72
- }
73
-
74
- .genericon-rotate-180 {
75
- -webkit-transform: rotate(180deg);
76
- -moz-transform: rotate(180deg);
77
- -ms-transform: rotate(180deg);
78
- -o-transform: rotate(180deg);
79
- transform: rotate(180deg);
80
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
81
- }
82
-
83
- .genericon-rotate-270 {
84
- -webkit-transform: rotate(270deg);
85
- -moz-transform: rotate(270deg);
86
- -ms-transform: rotate(270deg);
87
- -o-transform: rotate(270deg);
88
- transform: rotate(270deg);
89
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
90
- }
91
-
92
- .genericon-flip-horizontal {
93
- -webkit-transform: scale(-1, 1);
94
- -moz-transform: scale(-1, 1);
95
- -ms-transform: scale(-1, 1);
96
- -o-transform: scale(-1, 1);
97
- transform: scale(-1, 1);
98
- }
99
-
100
- .genericon-flip-vertical {
101
- -webkit-transform: scale(1, -1);
102
- -moz-transform: scale(1, -1);
103
- -ms-transform: scale(1, -1);
104
- -o-transform: scale(1, -1);
105
- transform: scale(1, -1);
106
- }
107
-
108
-
109
- /**
110
- * Individual icons
111
- */
112
-
113
- .genericon-404:before { content: "\f423"; }
114
- .genericon-activity:before { content: "\f508"; }
115
- .genericon-anchor:before { content: "\f509"; }
116
- .genericon-aside:before { content: "\f101"; }
117
- .genericon-attachment:before { content: "\f416"; }
118
- .genericon-audio:before { content: "\f109"; }
119
- .genericon-bold:before { content: "\f471"; }
120
- .genericon-book:before { content: "\f444"; }
121
- .genericon-bug:before { content: "\f50a"; }
122
- .genericon-cart:before { content: "\f447"; }
123
- .genericon-category:before { content: "\f301"; }
124
- .genericon-chat:before { content: "\f108"; }
125
- .genericon-checkmark:before { content: "\f418"; }
126
- .genericon-close:before { content: "\f405"; }
127
- .genericon-close-alt:before { content: "\f406"; }
128
- .genericon-cloud:before { content: "\f426"; }
129
- .genericon-cloud-download:before { content: "\f440"; }
130
- .genericon-cloud-upload:before { content: "\f441"; }
131
- .genericon-code:before { content: "\f462"; }
132
- .genericon-codepen:before { content: "\f216"; }
133
- .genericon-cog:before { content: "\f445"; }
134
- .genericon-collapse:before { content: "\f432"; }
135
- .genericon-comment:before { content: "\f300"; }
136
- .genericon-day:before { content: "\f305"; }
137
- .genericon-digg:before { content: "\f221"; }
138
- .genericon-document:before { content: "\f443"; }
139
- .genericon-dot:before { content: "\f428"; }
140
- .genericon-downarrow:before { content: "\f502"; }
141
- .genericon-download:before { content: "\f50b"; }
142
- .genericon-draggable:before { content: "\f436"; }
143
- .genericon-dribbble:before { content: "\f201"; }
144
- .genericon-dropbox:before { content: "\f225"; }
145
- .genericon-dropdown:before { content: "\f433"; }
146
- .genericon-dropdown-left:before { content: "\f434"; }
147
- .genericon-edit:before { content: "\f411"; }
148
- .genericon-ellipsis:before { content: "\f476"; }
149
- .genericon-expand:before { content: "\f431"; }
150
- .genericon-external:before { content: "\f442"; }
151
- .genericon-facebook:before { content: "\f203"; }
152
- .genericon-facebook-alt:before { content: "\f204"; }
153
- .genericon-fastforward:before { content: "\f458"; }
154
- .genericon-feed:before { content: "\f413"; }
155
- .genericon-flag:before { content: "\f468"; }
156
- .genericon-flickr:before { content: "\f211"; }
157
- .genericon-foursquare:before { content: "\f226"; }
158
- .genericon-fullscreen:before { content: "\f474"; }
159
- .genericon-gallery:before { content: "\f103"; }
160
- .genericon-github:before { content: "\f200"; }
161
- .genericon-googleplus:before { content: "\f206"; }
162
- .genericon-googleplus-alt:before { content: "\f218"; }
163
- .genericon-handset:before { content: "\f50c"; }
164
- .genericon-heart:before { content: "\f461"; }
165
- .genericon-help:before { content: "\f457"; }
166
- .genericon-hide:before { content: "\f404"; }
167
- .genericon-hierarchy:before { content: "\f505"; }
168
- .genericon-home:before { content: "\f409"; }
169
- .genericon-image:before { content: "\f102"; }
170
- .genericon-info:before { content: "\f455"; }
171
- .genericon-instagram:before { content: "\f215"; }
172
- .genericon-italic:before { content: "\f472"; }
173
- .genericon-key:before { content: "\f427"; }
174
- .genericon-leftarrow:before { content: "\f503"; }
175
- .genericon-link:before { content: "\f107"; }
176
- .genericon-linkedin:before { content: "\f207"; }
177
- .genericon-linkedin-alt:before { content: "\f208"; }
178
- .genericon-location:before { content: "\f417"; }
179
- .genericon-lock:before { content: "\f470"; }
180
- .genericon-mail:before { content: "\f410"; }
181
- .genericon-maximize:before { content: "\f422"; }
182
- .genericon-menu:before { content: "\f419"; }
183
- .genericon-microphone:before { content: "\f50d"; }
184
- .genericon-minimize:before { content: "\f421"; }
185
- .genericon-minus:before { content: "\f50e"; }
186
- .genericon-month:before { content: "\f307"; }
187
- .genericon-move:before { content: "\f50f"; }
188
- .genericon-next:before { content: "\f429"; }
189
- .genericon-notice:before { content: "\f456"; }
190
- .genericon-paintbrush:before { content: "\f506"; }
191
- .genericon-path:before { content: "\f219"; }
192
- .genericon-pause:before { content: "\f448"; }
193
- .genericon-phone:before { content: "\f437"; }
194
- .genericon-picture:before { content: "\f473"; }
195
- .genericon-pinned:before { content: "\f308"; }
196
- .genericon-pinterest:before { content: "\f209"; }
197
- .genericon-pinterest-alt:before { content: "\f210"; }
198
- .genericon-play:before { content: "\f452"; }
199
- .genericon-plugin:before { content: "\f439"; }
200
- .genericon-plus:before { content: "\f510"; }
201
- .genericon-pocket:before { content: "\f224"; }
202
- .genericon-polldaddy:before { content: "\f217"; }
203
- .genericon-portfolio:before { content: "\f460"; }
204
- .genericon-previous:before { content: "\f430"; }
205
- .genericon-print:before { content: "\f469"; }
206
- .genericon-quote:before { content: "\f106"; }
207
- .genericon-rating-empty:before { content: "\f511"; }
208
- .genericon-rating-full:before { content: "\f512"; }
209
- .genericon-rating-half:before { content: "\f513"; }
210
- .genericon-reddit:before { content: "\f222"; }
211
- .genericon-refresh:before { content: "\f420"; }
212
- .genericon-reply:before { content: "\f412"; }
213
- .genericon-reply-alt:before { content: "\f466"; }
214
- .genericon-reply-single:before { content: "\f467"; }
215
- .genericon-rewind:before { content: "\f459"; }
216
- .genericon-rightarrow:before { content: "\f501"; }
217
- .genericon-search:before { content: "\f400"; }
218
- .genericon-send-to-phone:before { content: "\f438"; }
219
- .genericon-send-to-tablet:before { content: "\f454"; }
220
- .genericon-share:before { content: "\f415"; }
221
- .genericon-show:before { content: "\f403"; }
222
- .genericon-shuffle:before { content: "\f514"; }
223
- .genericon-sitemap:before { content: "\f507"; }
224
- .genericon-skip-ahead:before { content: "\f451"; }
225
- .genericon-skip-back:before { content: "\f450"; }
226
- .genericon-skype:before { content: "\f220"; }
227
- .genericon-spam:before { content: "\f424"; }
228
- .genericon-spotify:before { content: "\f515"; }
229
- .genericon-standard:before { content: "\f100"; }
230
- .genericon-star:before { content: "\f408"; }
231
- .genericon-status:before { content: "\f105"; }
232
- .genericon-stop:before { content: "\f449"; }
233
- .genericon-stumbleupon:before { content: "\f223"; }
234
- .genericon-subscribe:before { content: "\f463"; }
235
- .genericon-subscribed:before { content: "\f465"; }
236
- .genericon-summary:before { content: "\f425"; }
237
- .genericon-tablet:before { content: "\f453"; }
238
- .genericon-tag:before { content: "\f302"; }
239
- .genericon-time:before { content: "\f303"; }
240
- .genericon-top:before { content: "\f435"; }
241
- .genericon-trash:before { content: "\f407"; }
242
- .genericon-tumblr:before { content: "\f214"; }
243
- .genericon-twitch:before { content: "\f516"; }
244
- .genericon-twitter:before { content: "\f202"; }
245
- .genericon-unapprove:before { content: "\f446"; }
246
- .genericon-unsubscribe:before { content: "\f464"; }
247
- .genericon-unzoom:before { content: "\f401"; }
248
- .genericon-uparrow:before { content: "\f500"; }
249
- .genericon-user:before { content: "\f304"; }
250
- .genericon-video:before { content: "\f104"; }
251
- .genericon-videocamera:before { content: "\f517"; }
252
- .genericon-vimeo:before { content: "\f212"; }
253
- .genericon-warning:before { content: "\f414"; }
254
- .genericon-website:before { content: "\f475"; }
255
- .genericon-week:before { content: "\f306"; }
256
- .genericon-wordpress:before { content: "\f205"; }
257
- .genericon-xpost:before { content: "\f504"; }
258
- .genericon-youtube:before { content: "\f213"; }
259
- .genericon-zoom:before { content: "\f402"; }
260
-
261
-
262
-
263
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/assets/js/icon-picker-control.js DELETED
@@ -1,27 +0,0 @@
1
- wp.customize.controlConstructor['startkit-icon-picker'] = wp.customize.Control.extend({
2
-
3
- ready: function() {
4
- 'use strict';
5
-
6
- var control = this,
7
- element = control.id,
8
- icons = control.params.iconset;
9
-
10
- if ( control.params.iconset === 'fontawesome' ) {
11
- icons = 'fa';
12
- } else if ( control.params.iconset === 'genericons' ) {
13
- icons = 'genericon';
14
- } else if ( control.params.iconset === 'dashicon' ) {
15
- icons = 'dashicons';
16
- }
17
-
18
- jQuery( '#' + element ).ddslick({
19
- iconset:icons
20
- });
21
- jQuery( '#' + element ).on( 'click', function() {
22
- var value = jQuery( this ).find( '.dd-selected-value' ).val();
23
- control.setting.set( value );
24
- });
25
- }
26
-
27
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/assets/js/jquery.ddslick.js DELETED
@@ -1,331 +0,0 @@
1
- /*
2
- Title: A custom DDSlick for O2
3
- Documentation: http://designwithpc.com/Plugins/ddslick
4
- Author: PC, Hardeep Asrani
5
- Website: http://designwithpc.com
6
- Twitter: http://twitter.com/chaudharyp
7
- */
8
-
9
- (function ($) {
10
-
11
- $.fn.ddslick = function (method) {
12
- if (methods[method]) {
13
- return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
14
- } else if (typeof method === 'object' || !method) {
15
- return methods.init.apply(this, arguments);
16
- } else {
17
- $.error('Method ' + method + ' does not exists.');
18
- }
19
- };
20
-
21
- var methods = {},
22
-
23
- //Set defauls for the control
24
- defaults = {
25
- data: [],
26
- keepJSONItemsOnTop: false,
27
- width: 260,
28
- height: null,
29
- background: "#eee",
30
- selectText: "",
31
- defaultSelectedIndex: null,
32
- truncateDescription: true,
33
- iconPosition: "left",
34
- showSelectedHTML: true,
35
- clickOffToClose: true,
36
- iconset: "fa",
37
- onSelected: function () { }
38
- },
39
-
40
- ddSelectHtml = '<div class="dd-select"><input class="dd-selected-value" type="hidden" /><a class="dd-selected"></a><span class="dd-pointer dd-pointer-down"></span></div>',
41
- ddOptionsHtml = '<ul class="dd-options"></ul>',
42
-
43
- //CSS for ddSlick
44
- ddslickCSS = '<style id="css-ddslick" type="text/css">' +
45
- '.dd-select{ border-radius:2px; border:solid 1px #ccc; position:relative; cursor:pointer;}' +
46
- '.dd-desc { color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 1.4em; }' +
47
- '.dd-selected{ overflow:hidden; display:block; padding:10px; font-weight:bold;}' +
48
- '.dd-pointer{ width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px;}' +
49
- '.dd-pointer-down{ border:solid 5px transparent; border-top:solid 5px #000; }' +
50
- '.dd-pointer-up{border:solid 5px transparent !important; border-bottom:solid 5px #000 !important; margin-top:-8px;}' +
51
- '.dd-options{ border:solid 1px #ccc; border-top:none; list-style:none; box-shadow:0px 1px 5px #ddd; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto;}' +
52
- '.dd-option{ padding:10px; display:block; border-bottom:solid 1px #ddd; overflow:hidden; text-decoration:none; color:#333; cursor:pointer;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out; }' +
53
- '.dd-options > li:last-child > .dd-option{ border-bottom:none;}' +
54
- '.dd-option:hover{ background:#f3f3f3; color:#000;}' +
55
- '.dd-selected-description-truncated { text-overflow: ellipsis; white-space:nowrap; }' +
56
- '.dd-option-selected { background:#f6f6f6; }' +
57
- '.dd-option-icon, .dd-selected-icon { width:36px; text-align:center; vertical-align:middle; float:left; margin-right:10px; font-size:34px;}' +
58
- '.dd-icon-right { float:right; margin-right:15px; margin-left:5px;}' +
59
- '.dd-container{ position:relative;}​ .dd-selected-text { font-weight:bold}​</style>';
60
-
61
- //CSS styles are only added once.
62
- if ($('#css-ddslick').length <= 0) {
63
- $(ddslickCSS).appendTo('head');
64
- }
65
-
66
- //Public methods
67
- methods.init = function (options) {
68
- //Preserve the original defaults by passing an empty object as the target
69
- options = $.extend({}, defaults, options);
70
-
71
- //Apply on all selected elements
72
- return this.each(function () {
73
- var obj = $(this),
74
- data = obj.data('ddslick');
75
- //If the plugin has not been initialized yet
76
- if (!data) {
77
-
78
- var ddSelect = [], ddJson = options.data;
79
-
80
- //Get data from HTML select options
81
- obj.find('option').each(function () {
82
- var $this = $(this), thisData = $this.data();
83
- ddSelect.push({
84
- text: $.trim($this.text()),
85
- value: $this.val(),
86
- selected: $this.is(':selected'),
87
- description: thisData.description,
88
- iconSrc: thisData.iconsrc //keep it lowercase for HTML5 data-attributes
89
- });
90
- });
91
-
92
- //Update Plugin data merging both HTML select data and JSON data for the dropdown
93
- if (options.keepJSONItemsOnTop)
94
- $.merge(options.data, ddSelect);
95
- else options.data = $.merge(ddSelect, options.data);
96
-
97
- //Replace HTML select with empty placeholder, keep the original
98
- var original = obj, placeholder = $('<div id="' + obj.attr('id') + '"></div>');
99
- obj.replaceWith(placeholder);
100
- obj = placeholder;
101
-
102
- //Add classes and append ddSelectHtml & ddOptionsHtml to the container
103
- obj.addClass('dd-container').append(ddSelectHtml).append(ddOptionsHtml);
104
-
105
- //Get newly created ddOptions and ddSelect to manipulate
106
- ddSelect = obj.find('.dd-select');
107
- ddOptions = obj.find('.dd-options');
108
-
109
- //Set widths
110
- ddOptions.css({ width: options.width });
111
- ddSelect.css({ width: options.width, background: options.background });
112
- obj.css({ width: options.width });
113
-
114
- //Set height
115
- if (options.height != null)
116
- ddOptions.css({ height: options.height, overflow: 'auto' });
117
-
118
- //Add ddOptions to the container. Replace with template engine later.
119
- $.each(options.data, function (index, item) {
120
- if (item.selected) options.defaultSelectedIndex = index;
121
- ddOptions.append('<li>' +
122
- '<a class="dd-option">' +
123
- (item.value ? ' <input class="dd-option-value" type="hidden" value="' + item.value + '" />' : '') +
124
- (item.iconSrc ? ' <i class="dd-option-icon' + (options.iconPosition == "right" ? ' dd-icon-right' : '') + ' ' + options.iconset + ' ' + item.iconSrc + '" ></i>' : '') +
125
- (item.text ? ' <label class="dd-option-text">' + item.text + '</label>' : '') +
126
- (item.description ? ' <small class="dd-option-description dd-desc">' + item.description + '</small>' : '') +
127
- '</a>' +
128
- '</li>');
129
- });
130
-
131
- //Save plugin data.
132
- var pluginData = {
133
- settings: options,
134
- original: original,
135
- selectedIndex: -1,
136
- selectedItem: null,
137
- selectedData: null
138
- };
139
- obj.data('ddslick', pluginData);
140
-
141
- //Check if needs to show the select text, otherwise show selected or default selection
142
- if (options.selectText.length > 0 && options.defaultSelectedIndex == null) {
143
- obj.find('.dd-selected').html(options.selectText);
144
- }
145
- else {
146
- var index = (options.defaultSelectedIndex != null && options.defaultSelectedIndex >= 0 && options.defaultSelectedIndex < options.data.length) ? options.defaultSelectedIndex
147
- : 0;
148
- selectIndex(obj, index);
149
- }
150
-
151
- //EVENTS
152
- //Displaying options
153
- obj.find('.dd-select').on('click.ddslick', function () {
154
- open(obj);
155
- });
156
-
157
- //Selecting an option
158
- obj.find('.dd-option').on('click.ddslick', function () {
159
- selectIndex(obj, $(this).closest('li').index());
160
- });
161
-
162
- //Click anywhere to close
163
- if (options.clickOffToClose) {
164
- ddOptions.addClass('dd-click-off-close');
165
- obj.on('click.ddslick', function (e) { e.stopPropagation(); });
166
- $('body').on('click', function () {
167
- $('.dd-click-off-close').slideUp(50).siblings('.dd-select').find('.dd-pointer').removeClass('dd-pointer-up');
168
- });
169
- }
170
- }
171
- });
172
- };
173
-
174
- //Public method to select an option by its index
175
- methods.select = function (options) {
176
- return this.each(function () {
177
- if (options.index)
178
- selectIndex($(this), options.index);
179
- });
180
- };
181
-
182
- //Public method to open drop down
183
- methods.open = function () {
184
- return this.each(function () {
185
- var $this = $(this),
186
- pluginData = $this.data('ddslick');
187
-
188
- //Check if plugin is initialized
189
- if (pluginData)
190
- open($this);
191
- });
192
- };
193
-
194
- //Public method to close drop down
195
- methods.close = function () {
196
- return this.each(function () {
197
- var $this = $(this),
198
- pluginData = $this.data('ddslick');
199
-
200
- //Check if plugin is initialized
201
- if (pluginData)
202
- close($this);
203
- });
204
- };
205
-
206
- //Public method to destroy. Unbind all events and restore the original Html select/options
207
- methods.destroy = function () {
208
- return this.each(function () {
209
- var $this = $(this),
210
- pluginData = $this.data('ddslick');
211
-
212
- //Check if already destroyed
213
- if (pluginData) {
214
- var originalElement = pluginData.original;
215
- $this.removeData('ddslick').unbind('.ddslick').replaceWith(originalElement);
216
- }
217
- });
218
- };
219
-
220
- //Private: Select index
221
- function selectIndex(obj, index) {
222
-
223
- //Get plugin data
224
- var pluginData = obj.data('ddslick');
225
-
226
- //Get required elements
227
- var ddSelected = obj.find('.dd-selected'),
228
- ddSelectedValue = ddSelected.siblings('.dd-selected-value'),
229
- ddOptions = obj.find('.dd-options'),
230
- ddPointer = ddSelected.siblings('.dd-pointer'),
231
- selectedOption = obj.find('.dd-option').eq(index),
232
- selectedLiItem = selectedOption.closest('li'),
233
- settings = pluginData.settings,
234
- selectedData = pluginData.settings.data[index];
235
-
236
- //Highlight selected option
237
- obj.find('.dd-option').removeClass('dd-option-selected');
238
- selectedOption.addClass('dd-option-selected');
239
-
240
- //Update or Set plugin data with new selection
241
- pluginData.selectedIndex = index;
242
- pluginData.selectedItem = selectedLiItem;
243
- pluginData.selectedData = selectedData;
244
-
245
- //If set to display to full html, add html
246
- if (settings.showSelectedHTML) {
247
- ddSelected.html(
248
- (selectedData.iconSrc ? '<i class="dd-selected-icon' + (settings.iconPosition == "right" ? ' dd-icon-right' : '') + ' ' + settings.iconset + ' ' + selectedData.iconSrc + '" ></i>' : '') +
249
- (selectedData.text ? '<label class="dd-selected-text">' + selectedData.text + '</label>' : '') +
250
- (selectedData.description ? '<small class="dd-selected-description dd-desc' + (settings.truncateDescription ? ' dd-selected-description-truncated' : '') + '" >' + selectedData.description + '</small>' : '')
251
- );
252
-
253
- }
254
- //Else only display text as selection
255
- else ddSelected.html(selectedData.text);
256
-
257
- //Updating selected option value
258
- ddSelectedValue.val(selectedData.value);
259
-
260
- //BONUS! Update the original element attribute with the new selection
261
- pluginData.original.val(selectedData.value);
262
- obj.data('ddslick', pluginData);
263
-
264
- //Close options on selection
265
- close(obj);
266
-
267
- //Adjust appearence for selected option
268
- adjustSelectedHeight(obj);
269
-
270
- //Callback function on selection
271
- if (typeof settings.onSelected == 'function') {
272
- settings.onSelected.call(this, pluginData);
273
- }
274
- }
275
-
276
- //Private: Close the drop down options
277
- function open(obj) {
278
-
279
- var $this = obj.find('.dd-select'),
280
- ddOptions = $this.siblings('.dd-options'),
281
- ddPointer = $this.find('.dd-pointer'),
282
- wasOpen = ddOptions.is(':visible');
283
-
284
- //Close all open options (multiple plugins) on the page
285
- $('.dd-click-off-close').not(ddOptions).slideUp(50);
286
- $('.dd-pointer').removeClass('dd-pointer-up');
287
-
288
- if (wasOpen) {
289
- ddOptions.slideUp('fast');
290
- ddPointer.removeClass('dd-pointer-up');
291
- }
292
- else {
293
- ddOptions.slideDown('fast');
294
- ddPointer.addClass('dd-pointer-up');
295
- }
296
-
297
- //Fix text height (i.e. display title in center), if there is no description
298
- adjustOptionsHeight(obj);
299
- }
300
-
301
- //Private: Close the drop down options
302
- function close(obj) {
303
- //Close drop down and adjust pointer direction
304
- obj.find('.dd-options').slideUp(50);
305
- obj.find('.dd-pointer').removeClass('dd-pointer-up').removeClass('dd-pointer-up');
306
- }
307
-
308
- //Private: Adjust appearence for drop down options (move title to middle), when no desripction
309
- function adjustOptionsHeight(obj) {
310
- obj.find('.dd-option').each(function () {
311
- var $this = $(this);
312
- var descriptionOption = $this.find('.dd-option-description');
313
- var imgOption = obj.find('.dd-option-icon');
314
- if (descriptionOption.length <= 0 && imgOption.length > 0) {
315
- $this.find('.dd-option-text').css('lineHeight', '34px');
316
- }
317
- });
318
- }
319
-
320
- function adjustSelectedHeight(obj) {
321
- obj.find('.dd-selected').each(function () {
322
- var $this = $(this);
323
- var descriptionSelected = $this.find('.dd-selected-description');
324
- var imgSelected = obj.find('.dd-selected-icon');
325
- if (descriptionSelected.length <= 0 && imgSelected.length > 0) {
326
- $this.find('.dd-selected-text').css('lineHeight', '34px');
327
- }
328
- });
329
- }
330
-
331
- })(jQuery);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/assets/js/jquery.ddslick.min.js DELETED
@@ -1 +0,0 @@
1
- !function(e){function d(e,d){var t=e.data("ddslick"),n=e.find(".dd-selected"),s=n.siblings(".dd-selected-value"),l=(e.find(".dd-options"),n.siblings(".dd-pointer"),e.find(".dd-option").eq(d)),c=l.closest("li"),a=t.settings,r=t.settings.data[d];e.find(".dd-option").removeClass("dd-option-selected"),l.addClass("dd-option-selected"),t.selectedIndex=d,t.selectedItem=c,t.selectedData=r,a.showSelectedHTML?n.html((r.iconSrc?'<i class="dd-selected-icon'+("right"==a.iconPosition?" dd-icon-right":"")+" "+a.iconset+" "+r.iconSrc+'" ></i>':"")+(r.text?'<label class="dd-selected-text">'+r.text+"</label>":"")+(r.description?'<small class="dd-selected-description dd-desc'+(a.truncateDescription?" dd-selected-description-truncated":"")+'" >'+r.description+"</small>":"")):n.html(r.text),s.val(r.value),t.original.val(r.value),e.data("ddslick",t),i(e),o(e),"function"==typeof a.onSelected&&a.onSelected.call(this,t)}function t(d){var t=d.find(".dd-select"),i=t.siblings(".dd-options"),o=t.find(".dd-pointer"),s=i.is(":visible");e(".dd-click-off-close").not(i).slideUp(50),e(".dd-pointer").removeClass("dd-pointer-up"),s?(i.slideUp("fast"),o.removeClass("dd-pointer-up")):(i.slideDown("fast"),o.addClass("dd-pointer-up")),n(d)}function i(e){e.find(".dd-options").slideUp(50),e.find(".dd-pointer").removeClass("dd-pointer-up").removeClass("dd-pointer-up")}function n(d){d.find(".dd-option").each(function(){var t=e(this),i=t.find(".dd-option-description"),n=d.find(".dd-option-icon");i.length<=0&&n.length>0&&t.find(".dd-option-text").css("lineHeight","34px")})}function o(d){d.find(".dd-selected").each(function(){var t=e(this),i=t.find(".dd-selected-description"),n=d.find(".dd-selected-icon");i.length<=0&&n.length>0&&t.find(".dd-selected-text").css("lineHeight","34px")})}e.fn.ddslick=function(d){return s[d]?s[d].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof d&&d?void e.error("Method "+d+" does not exists."):s.init.apply(this,arguments)};var s={},l={data:[],keepJSONItemsOnTop:!1,width:260,height:null,background:"#eee",selectText:"",defaultSelectedIndex:null,truncateDescription:!0,iconPosition:"left",showSelectedHTML:!0,clickOffToClose:!0,iconset:"fa",onSelected:function(){}};e("#css-ddslick").length<=0&&e('<style id="css-ddslick" type="text/css">.dd-select{ border-radius:2px; border:solid 1px #ccc; position:relative; cursor:pointer;}.dd-desc { color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 1.4em; }.dd-selected{ overflow:hidden; display:block; padding:10px; font-weight:bold;}.dd-pointer{ width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px;}.dd-pointer-down{ border:solid 5px transparent; border-top:solid 5px #000; }.dd-pointer-up{border:solid 5px transparent !important; border-bottom:solid 5px #000 !important; margin-top:-8px;}.dd-options{ border:solid 1px #ccc; border-top:none; list-style:none; box-shadow:0px 1px 5px #ddd; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto;}.dd-option{ padding:10px; display:block; border-bottom:solid 1px #ddd; overflow:hidden; text-decoration:none; color:#333; cursor:pointer;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out; }.dd-options > li:last-child > .dd-option{ border-bottom:none;}.dd-option:hover{ background:#f3f3f3; color:#000;}.dd-selected-description-truncated { text-overflow: ellipsis; white-space:nowrap; }.dd-option-selected { background:#f6f6f6; }.dd-option-icon, .dd-selected-icon { width:36px; text-align:center; vertical-align:middle; float:left; margin-right:10px; font-size:34px;}.dd-icon-right { float:right; margin-right:15px; margin-left:5px;}.dd-container{ position:relative;}​ .dd-selected-text { font-weight:bold}​</style>').appendTo("head"),s.init=function(i){return i=e.extend({},l,i),this.each(function(){var n=e(this);if(!n.data("ddslick")){var o=[];i.data;n.find("option").each(function(){var d=e(this),t=d.data();o.push({text:e.trim(d.text()),value:d.val(),selected:d.is(":selected"),description:t.description,iconSrc:t.iconsrc})}),i.keepJSONItemsOnTop?e.merge(i.data,o):i.data=e.merge(o,i.data);var s=n,l=e('<div id="'+n.attr("id")+'"></div>');n.replaceWith(l),(n=l).addClass("dd-container").append('<div class="dd-select"><input class="dd-selected-value" type="hidden" /><a class="dd-selected"></a><span class="dd-pointer dd-pointer-down"></span></div>').append('<ul class="dd-options"></ul>'),o=n.find(".dd-select"),ddOptions=n.find(".dd-options"),ddOptions.css({width:i.width}),o.css({width:i.width,background:i.background}),n.css({width:i.width}),null!=i.height&&ddOptions.css({height:i.height,overflow:"auto"}),e.each(i.data,function(e,d){d.selected&&(i.defaultSelectedIndex=e),ddOptions.append('<li><a class="dd-option">'+(d.value?' <input class="dd-option-value" type="hidden" value="'+d.value+'" />':"")+(d.iconSrc?' <i class="dd-option-icon'+("right"==i.iconPosition?" dd-icon-right":"")+" "+i.iconset+" "+d.iconSrc+'" ></i>':"")+(d.text?' <label class="dd-option-text">'+d.text+"</label>":"")+(d.description?' <small class="dd-option-description dd-desc">'+d.description+"</small>":"")+"</a></li>")});var c={settings:i,original:s,selectedIndex:-1,selectedItem:null,selectedData:null};if(n.data("ddslick",c),i.selectText.length>0&&null==i.defaultSelectedIndex)n.find(".dd-selected").html(i.selectText);else{var a=null!=i.defaultSelectedIndex&&i.defaultSelectedIndex>=0&&i.defaultSelectedIndex<i.data.length?i.defaultSelectedIndex:0;d(n,a)}n.find(".dd-select").on("click.ddslick",function(){t(n)}),n.find(".dd-option").on("click.ddslick",function(){d(n,e(this).closest("li").index())}),i.clickOffToClose&&(ddOptions.addClass("dd-click-off-close"),n.on("click.ddslick",function(e){e.stopPropagation()}),e("body").on("click",function(){e(".dd-click-off-close").slideUp(50).siblings(".dd-select").find(".dd-pointer").removeClass("dd-pointer-up")}))}})},s.select=function(t){return this.each(function(){t.index&&d(e(this),t.index)})},s.open=function(){return this.each(function(){var d=e(this);d.data("ddslick")&&t(d)})},s.close=function(){return this.each(function(){var d=e(this);d.data("ddslick")&&i(d)})},s.destroy=function(){return this.each(function(){var d=e(this),t=d.data("ddslick");if(t){var i=t.original;d.removeData("ddslick").unbind(".ddslick").replaceWith(i)}})}}(jQuery);
 
inc/startkit/custom-controls/controls/icon-picker/icon-picker-control.php DELETED
@@ -1,63 +0,0 @@
1
- <?php
2
- /**
3
- * Startkit Icon Picker Customizer Control
4
- */
5
- if ( ! class_exists( 'WP_Customize_Control' ) ) {
6
- return;
7
- }
8
- class Startkit_Customizer_Icon_Picker_Control extends WP_Customize_Control {
9
-
10
- public $type = 'startkit-icon-picker';
11
-
12
- public $iconset = array();
13
-
14
- public function to_json() {
15
- if ( empty( $this->iconset ) ) {
16
- $this->iconset = 'fa';
17
- }
18
- $iconset = $this->iconset;
19
- $this->json['iconset'] = $iconset;
20
- parent::to_json();
21
- }
22
-
23
- public function enqueue() {
24
- wp_enqueue_script( 'startkit-icon-picker-ddslick-min', OUR_DIRECTORY_URI . 'controls/icon-picker/assets/js/jquery.ddslick.min.js', array( 'jquery' ) );
25
- wp_enqueue_script( 'startkit-icon-picker-control', OUR_DIRECTORY_URI . 'controls/icon-picker/assets/js/icon-picker-control.js', array( 'jquery', 'startkit-icon-picker-ddslick-min' ), '', true );
26
- if ( in_array( $this->iconset, array( 'genericon', 'genericons' ) ) ) {
27
- wp_enqueue_style( 'genericons', OUR_DIRECTORY_URI . 'controls/icon-picker/assets/genericons.css' );
28
- } elseif ( in_array( $this->iconset, array( 'dashicon', 'dashicons' ) ) ) {
29
- wp_enqueue_style( 'dashicons' );
30
- } else {
31
- wp_enqueue_style( 'font-awesome', OUR_DIRECTORY_URI . 'controls/icon-picker/assets/font-awesome.min.css' );
32
- }
33
- }
34
-
35
- public function render_content() {
36
- if ( empty( $this->choices ) ) {
37
- if ( in_array( $this->iconset, array( 'genericon', 'genericons' ) ) ) {
38
- require_once OUR_DIRECTORY . 'controls/icon-picker/inc/genericons-icons.php';
39
- $this->choices = o2_genericons_list();
40
- } elseif ( in_array( $this->iconset, array( 'dashicon', 'dashicons' ) ) ) {
41
- require_once OUR_DIRECTORY . 'controls/icon-picker/inc/dashicons-icons.php';
42
- $this->choices = o2_dashicons_list();
43
- } else {
44
- require_once OUR_DIRECTORY . 'controls/icon-picker/inc/fa-icons.php';
45
- $this->choices = o2_font_awesome_list();
46
- }
47
- }
48
- ?>
49
- <label>
50
- <?php if ( ! empty( $this->label ) ) : ?>
51
- <span class="customize-control-title"><?php echo esc_html( $this->label ); ?></span>
52
- <?php endif;
53
- if ( ! empty( $this->description ) ) : ?>
54
- <span class="description customize-control-description"><?php echo esc_html( $this->description ); ?></span>
55
- <?php endif; ?>
56
- <select class="startkit-icon-picker-icon-control" id="<?php echo esc_attr( $this->id ); ?>">
57
- <?php foreach ( $this->choices as $value => $label ) : ?>
58
- <option value="<?php echo esc_attr( $value ); ?>" <?php echo selected( $this->value(), $value, false ); ?> data-iconsrc="<?php echo esc_attr( $value ); ?>"><?php echo esc_html( $label ); ?></option>
59
- <?php endforeach; ?>
60
- </select>
61
- </label>
62
- <?php }
63
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/inc/dashicons-icons.php DELETED
@@ -1,62 +0,0 @@
1
- <?php
2
- /**
3
- *Startkit font
4
- */
5
- function o2_dashicons_list() {
6
- $icons = array(
7
- 'dashicons-menu' => 'dashicons-menu',
8
- 'dashicons-admin-site' => 'dashicons-admin-site',
9
- 'dashicons-dashboard' => 'dashicons-dashboard',
10
- 'dashicons-admin-media' => 'dashicons-admin-media',
11
- 'dashicons-admin-page' => 'dashicons-admin-page',
12
- 'dashicons-admin-comments' => 'dashicons-admin-comments',
13
- 'dashicons-admin-appearance' => 'dashicons-admin-appearance',
14
- 'dashicons-admin-plugins' => 'dashicons-admin-plugins',
15
- 'dashicons-admin-users' => 'dashicons-admin-users',
16
- 'dashicons-admin-tools' => 'dashicons-admin-tools',
17
- 'dashicons-admin-settings' => 'dashicons-admin-settings',
18
- 'dashicons-admin-network' => 'dashicons-admin-network',
19
- 'dashicons-admin-generic' => 'dashicons-admin-generic',
20
- 'dashicons-admin-home' => 'dashicons-admin-home',
21
- 'dashicons-admin-collapse' => 'dashicons-admin-collapse',
22
- 'dashicons-filter' => 'dashicons-filter',
23
- 'dashicons-admin-customizer' => 'dashicons-admin-customizer',
24
- 'dashicons-admin-multisite' => 'dashicons-admin-multisite',
25
- 'dashicons-format-links' => 'dashicons-format-links',
26
- 'dashicons-format-standard' => 'dashicons-format-standard',
27
- 'dashicons-format-image' => 'dashicons-format-image',
28
- 'dashicons-format-gallery' => 'dashicons-format-gallery',
29
- 'dashicons-format-audio' => 'dashicons-format-audio',
30
- 'dashicons-format-video' => 'dashicons-format-video',
31
- 'dashicons-format-chat' => 'dashicons-format-chat',
32
- 'dashicons-format-status' => 'dashicons-format-status',
33
- 'dashicons-format-aside' => 'dashicons-format-aside',
34
- 'dashicons-format-quote' => 'dashicons-format-quote',
35
- 'dashicons-welcome-edit-page' => 'dashicons-welcome-edit-page',
36
- 'dashicons-welcome-add-page' => 'dashicons-welcome-add-page',
37
- 'dashicons-welcome-view-site' => 'dashicons-welcome-view-site',
38
- 'dashicons-welcome-widgets-menus' => 'dashicons-welcome-widgets-menus',
39
- 'dashicons-welcome-comments' => 'dashicons-welcome-comments',
40
- 'dashicons-welcome-learn-more' => 'dashicons-welcome-learn-more',
41
- 'dashicons-image-crop' => 'dashicons-image-crop',
42
- 'dashicons-image-rotate' => 'dashicons-image-rotate',
43
- 'dashicons-image-rotate-left' => 'dashicons-image-rotate-left',
44
- 'dashicons-image-rotate-right' => 'dashicons-image-rotate-right',
45
- 'dashicons-image-flip-vertical' => 'dashicons-image-flip-vertical',
46
- 'dashicons-image-flip-horizontal' => 'dashicons-image-flip-horizontal',
47
- 'dashicons-image-filter' => 'dashicons-image-filter',
48
- 'dashicons-undo' => 'dashicons-undo',
49
- 'dashicons-redo' => 'dashicons-redo',
50
- 'dashicons-editor-bold' => 'dashicons-editor-bold',
51
- 'dashicons-editor-italic' => 'dashicons-editor-italic',
52
- 'dashicons-editor-ul' => 'dashicons-editor-ul',
53
- 'dashicons-editor-ol' => 'dashicons-editor-ol',
54
- 'dashicons-editor-quote' => 'dashicons-editor-quote',
55
- 'dashicons-editor-alignleft' => 'dashicons-editor-alignleft',
56
- 'dashicons-editor-aligncenter' => 'dashicons-editor-aligncenter',
57
- 'dashicons-editor-alignright' => 'dashicons-editor-alignright',
58
- 'dashicons-editor-insertmore' => 'dashicons-editor-insertmore',
59
- 'dashicons-editor-spellcheck' => 'dashicons-editor-spellcheck'
60
- );
61
- return $icons;
62
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/inc/fa-icons.php DELETED
@@ -1,641 +0,0 @@
1
- <?php
2
- /**
3
- * Startkit font
4
- */
5
- function o2_font_awesome_list() {
6
- $icons = array(
7
- 'fa-glass' => 'fa-glass',
8
- 'fa-music' => 'fa-music',
9
- 'fa-search' => 'fa-search',
10
- 'fa-envelope-o' => 'fa-envelope-o',
11
- 'fa-heart' => 'fa-heart',
12
- 'fa-star' => 'fa-star',
13
- 'fa-star-o' => 'fa-star-o',
14
- 'fa-user' => 'fa-user',
15
- 'fa-film' => 'fa-film',
16
- 'fa-th-large' => 'fa-th-large',
17
- 'fa-th' => 'fa-th',
18
- 'fa-th-list' => 'fa-th-list',
19
- 'fa-check' => 'fa-check',
20
- 'fa-times' => 'fa-times',
21
- 'fa-search-plus' => 'fa-search-plus',
22
- 'fa-search-minus' => 'fa-search-minus',
23
- 'fa-power-off' => 'fa-power-off',
24
- 'fa-signal' => 'fa-signal',
25
- 'fa-cog' => 'fa-cog',
26
- 'fa-trash-o' => 'fa-trash-o',
27
- 'fa-home' => 'fa-home',
28
- 'fa-file-o' => 'fa-file-o',
29
- 'fa-clock-o' => 'fa-clock-o',
30
- 'fa-road' => 'fa-road',
31
- 'fa-download' => 'fa-download',
32
- 'fa-arrow-circle-o-down' => 'fa-arrow-circle-o-down',
33
- 'fa-arrow-circle-o-up' => 'fa-arrow-circle-o-up',
34
- 'fa-inbox' => 'fa-inbox',
35
- 'fa-play-circle-o' => 'fa-play-circle-o',
36
- 'fa-repeat' => 'fa-repeat',
37
- 'fa-refresh' => 'fa-refresh',
38
- 'fa-list-alt' => 'fa-list-alt',
39
- 'fa-lock' => 'fa-lock',
40
- 'fa-flag' => 'fa-flag',
41
- 'fa-headphones' => 'fa-headphones',
42
- 'fa-volume-off' => 'fa-volume-off',
43
- 'fa-volume-down' => 'fa-volume-down',
44
- 'fa-volume-up' => 'fa-volume-up',
45
- 'fa-qrcode' => 'fa-qrcode',
46
- 'fa-barcode' => 'fa-barcode',
47
- 'fa-tag' => 'fa-tag',
48
- 'fa-tags' => 'fa-tags',
49
- 'fa-book' => 'fa-book',
50
- 'fa-bookmark' => 'fa-bookmark',
51
- 'fa-print' => 'fa-print',
52
- 'fa-camera' => 'fa-camera',
53
- 'fa-font' => 'fa-font',
54
- 'fa-bold' => 'fa-bold',
55
- 'fa-italic' => 'fa-italic',
56
- 'fa-text-height' => 'fa-text-height',
57
- 'fa-text-width' => 'fa-text-width',
58
- 'fa-align-left' => 'fa-align-left',
59
- 'fa-align-center' => 'fa-align-center',
60
- 'fa-align-right' => 'fa-align-right',
61
- 'fa-align-justify' => 'fa-align-justify',
62
- 'fa-list' => 'fa-list',
63
- 'fa-outdent' => 'fa-outdent',
64
- 'fa-indent' => 'fa-indent',
65
- 'fa-video-camera' => 'fa-video-camera',
66
- 'fa-picture-o' => 'fa-picture-o',
67
- 'fa-pencil' => 'fa-pencil',
68
- 'fa-map-marker' => 'fa-map-marker',
69
- 'fa-adjust' => 'fa-adjust',
70
- 'fa-tint' => 'fa-tint',
71
- 'fa-pencil-square-o' => 'fa-pencil-square-o',
72
- 'fa-share-square-o' => 'fa-share-square-o',
73
- 'fa-check-square-o' => 'fa-check-square-o',
74
- 'fa-arrows' => 'fa-arrows',
75
- 'fa-step-backward' => 'fa-step-backward',
76
- 'fa-fast-backward' => 'fa-fast-backward',
77
- 'fa-backward' => 'fa-backward',
78
- 'fa-play' => 'fa-play',
79
- 'fa-pause' => 'fa-pause',
80
- 'fa-stop' => 'fa-stop',
81
- 'fa-forward' => 'fa-forward',
82
- 'fa-fast-forward' => 'fa-fast-forward',
83
- 'fa-step-forward' => 'fa-step-forward',
84
- 'fa-eject' => 'fa-eject',
85
- 'fa-chevron-left' => 'fa-chevron-left',
86
- 'fa-chevron-right' => 'fa-chevron-right',
87
- 'fa-plus-circle' => 'fa-plus-circle',
88
- 'fa-minus-circle' => 'fa-minus-circle',
89
- 'fa-times-circle' => 'fa-times-circle',
90
- 'fa-check-circle' => 'fa-check-circle',
91
- 'fa-question-circle' => 'fa-question-circle',
92
- 'fa-info-circle' => 'fa-info-circle',
93
- 'fa-crosshairs' => 'fa-crosshairs',
94
- 'fa-times-circle-o' => 'fa-times-circle-o',
95
- 'fa-check-circle-o' => 'fa-check-circle-o',
96
- 'fa-ban' => 'fa-ban',
97
- 'fa-arrow-left' => 'fa-arrow-left',
98
- 'fa-arrow-right' => 'fa-arrow-right',
99
- 'fa-arrow-up' => 'fa-arrow-up',
100
- 'fa-arrow-down' => 'fa-arrow-down',
101
- 'fa-share' => 'fa-share',
102
- 'fa-expand' => 'fa-expand',
103
- 'fa-compress' => 'fa-compress',
104
- 'fa-plus' => 'fa-plus',
105
- 'fa-minus' => 'fa-minus',
106
- 'fa-asterisk' => 'fa-asterisk',
107
- 'fa-exclamation-circle' => 'fa-exclamation-circle',
108
- 'fa-gift' => 'fa-gift',
109
- 'fa-leaf' => 'fa-leaf',
110
- 'fa-fire' => 'fa-fire',
111
- 'fa-eye' => 'fa-eye',
112
- 'fa-eye-slash' => 'fa-eye-slash',
113
- 'fa-exclamation-triangle' => 'fa-exclamation-triangle',
114
- 'fa-plane' => 'fa-plane',
115
- 'fa-calendar' => 'fa-calendar',
116
- 'fa-random' => 'fa-random',
117
- 'fa-comment' => 'fa-comment',
118
- 'fa-magnet' => 'fa-magnet',
119
- 'fa-chevron-up' => 'fa-chevron-up',
120
- 'fa-chevron-down' => 'fa-chevron-down',
121
- 'fa-retweet' => 'fa-retweet',
122
- 'fa-shopping-cart' => 'fa-shopping-cart',
123
- 'fa-folder' => 'fa-folder',
124
- 'fa-folder-open' => 'fa-folder-open',
125
- 'fa-arrows-v' => 'fa-arrows-v',
126
- 'fa-arrows-h' => 'fa-arrows-h',
127
- 'fa-bar-chart' => 'fa-bar-chart',
128
- 'fa-twitter-square' => 'fa-twitter-square',
129
- 'fa-facebook-square' => 'fa-facebook-square',
130
- 'fa-camera-retro' => 'fa-camera-retro',
131
- 'fa-key' => 'fa-key',
132
- 'fa-cogs' => 'fa-cogs',
133
- 'fa-comments' => 'fa-comments',
134
- 'fa-thumbs-o-up' => 'fa-thumbs-o-up',
135
- 'fa-thumbs-o-down' => 'fa-thumbs-o-down',
136
- 'fa-star-half' => 'fa-star-half',
137
- 'fa-heart-o' => 'fa-heart-o',
138
- 'fa-sign-out' => 'fa-sign-out',
139
- 'fa-linkedin-square' => 'fa-linkedin-square',
140
- 'fa-thumb-tack' => 'fa-thumb-tack',
141
- 'fa-external-link' => 'fa-external-link',
142
- 'fa-sign-in' => 'fa-sign-in',
143
- 'fa-trophy' => 'fa-trophy',
144
- 'fa-github-square' => 'fa-github-square',
145
- 'fa-upload' => 'fa-upload',
146
- 'fa-lemon-o' => 'fa-lemon-o',
147
- 'fa-phone' => 'fa-phone',
148
- 'fa-square-o' => 'fa-square-o',
149
- 'fa-bookmark-o' => 'fa-bookmark-o',
150
- 'fa-phone-square' => 'fa-phone-square',
151
- 'fa-twitter' => 'fa-twitter',
152
- 'fa-facebook' => 'fa-facebook',
153
- 'fa-github' => 'fa-github',
154
- 'fa-unlock' => 'fa-unlock',
155
- 'fa-credit-card' => 'fa-credit-card',
156
- 'fa-rss' => 'fa-rss',
157
- 'fa-hdd-o' => 'fa-hdd-o',
158
- 'fa-bullhorn' => 'fa-bullhorn',
159
- 'fa-bell' => 'fa-bell',
160
- 'fa-certificate' => 'fa-certificate',
161
- 'fa-hand-o-right' => 'fa-hand-o-right',
162
- 'fa-hand-o-left' => 'fa-hand-o-left',
163
- 'fa-hand-o-up' => 'fa-hand-o-up',
164
- 'fa-hand-o-down' => 'fa-hand-o-down',
165
- 'fa-arrow-circle-left' => 'fa-arrow-circle-left',
166
- 'fa-arrow-circle-right' => 'fa-arrow-circle-right',
167
- 'fa-arrow-circle-up' => 'fa-arrow-circle-up',
168
- 'fa-arrow-circle-down' => 'fa-arrow-circle-down',
169
- 'fa-globe' => 'fa-globe',
170
- 'fa-wrench' => 'fa-wrench',
171
- 'fa-tasks' => 'fa-tasks',
172
- 'fa-filter' => 'fa-filter',
173
- 'fa-briefcase' => 'fa-briefcase',
174
- 'fa-arrows-alt' => 'fa-arrows-alt',
175
- 'fa-users' => 'fa-users',
176
- 'fa-link' => 'fa-link',
177
- 'fa-cloud' => 'fa-cloud',
178
- 'fa-flask' => 'fa-flask',
179
- 'fa-scissors' => 'fa-scissors',
180
- 'fa-files-o' => 'fa-files-o',
181
- 'fa-paperclip' => 'fa-paperclip',
182
- 'fa-floppy-o' => 'fa-floppy-o',
183
- 'fa-square' => 'fa-square',
184
- 'fa-bars' => 'fa-bars',
185
- 'fa-list-ul' => 'fa-list-ul',
186
- 'fa-list-ol' => 'fa-list-ol',
187
- 'fa-strikethrough' => 'fa-strikethrough',
188
- 'fa-underline' => 'fa-underline',
189
- 'fa-table' => 'fa-table',
190
- 'fa-magic' => 'fa-magic',
191
- 'fa-truck' => 'fa-truck',
192
- 'fa-pinterest' => 'fa-pinterest',
193
- 'fa-pinterest-square' => 'fa-pinterest-square',
194
- 'fa-google-plus-square' => 'fa-google-plus-square',
195
- 'fa-google-plus' => 'fa-google-plus',
196
- 'fa-money' => 'fa-money',
197
- 'fa-caret-down' => 'fa-caret-down',
198
- 'fa-caret-up' => 'fa-caret-up',
199
- 'fa-caret-left' => 'fa-caret-left',
200
- 'fa-caret-right' => 'fa-caret-right',
201
- 'fa-columns' => 'fa-columns',
202
- 'fa-sort' => 'fa-sort',
203
- 'fa-sort-desc' => 'fa-sort-desc',
204
- 'fa-sort-asc' => 'fa-sort-asc',
205
- 'fa-envelope' => 'fa-envelope',
206
- 'fa-linkedin' => 'fa-linkedin',
207
- 'fa-undo' => 'fa-undo',
208
- 'fa-gavel' => 'fa-gavel',
209
- 'fa-tachometer' => 'fa-tachometer',
210
- 'fa-comment-o' => 'fa-comment-o',
211
- 'fa-comments-o' => 'fa-comments-o',
212
- 'fa-bolt' => 'fa-bolt',
213
- 'fa-sitemap' => 'fa-sitemap',
214
- 'fa-umbrella' => 'fa-umbrella',
215
- 'fa-clipboard' => 'fa-clipboard',
216
- 'fa-lightbulb-o' => 'fa-lightbulb-o',
217
- 'fa-exchange' => 'fa-exchange',
218
- 'fa-cloud-download' => 'fa-cloud-download',
219
- 'fa-cloud-upload' => 'fa-cloud-upload',
220
- 'fa-user-md' => 'fa-user-md',
221
- 'fa-stethoscope' => 'fa-stethoscope',
222
- 'fa-suitcase' => 'fa-suitcase',
223
- 'fa-bell-o' => 'fa-bell-o',
224
- 'fa-coffee' => 'fa-coffee',
225
- 'fa-cutlery' => 'fa-cutlery',
226
- 'fa-file-text-o' => 'fa-file-text-o',
227
- 'fa-building-o' => 'fa-building-o',
228
- 'fa-hospital-o' => 'fa-hospital-o',
229
- 'fa-ambulance' => 'fa-ambulance',
230
- 'fa-medkit' => 'fa-medkit',
231
- 'fa-fighter-jet' => 'fa-fighter-jet',
232
- 'fa-beer' => 'fa-beer',
233
- 'fa-h-square' => 'fa-h-square',
234
- 'fa-plus-square' => 'fa-plus-square',
235
- 'fa-angle-double-left' => 'fa-angle-double-left',
236
- 'fa-angle-double-right' => 'fa-angle-double-right',
237
- 'fa-angle-double-up' => 'fa-angle-double-up',
238
- 'fa-angle-double-down' => 'fa-angle-double-down',
239
- 'fa-angle-left' => 'fa-angle-left',
240
- 'fa-angle-right' => 'fa-angle-right',
241
- 'fa-angle-up' => 'fa-angle-up',
242
- 'fa-angle-down' => 'fa-angle-down',
243
- 'fa-desktop' => 'fa-desktop',
244
- 'fa-laptop' => 'fa-laptop',
245
- 'fa-tablet' => 'fa-tablet',
246
- 'fa-mobile' => 'fa-mobile',
247
- 'fa-circle-o' => 'fa-circle-o',
248
- 'fa-quote-left' => 'fa-quote-left',
249
- 'fa-quote-right' => 'fa-quote-right',
250
- 'fa-spinner' => 'fa-spinner',
251
- 'fa-circle' => 'fa-circle',
252
- 'fa-reply' => 'fa-reply',
253
- 'fa-github-alt' => 'fa-github-alt',
254
- 'fa-folder-o' => 'fa-folder-o',
255
- 'fa-folder-open-o' => 'fa-folder-open-o',
256
- 'fa-smile-o' => 'fa-smile-o',
257
- 'fa-frown-o' => 'fa-frown-o',
258
- 'fa-meh-o' => 'fa-meh-o',
259
- 'fa-gamepad' => 'fa-gamepad',
260
- 'fa-keyboard-o' => 'fa-keyboard-o',
261
- 'fa-flag-o' => 'fa-flag-o',
262
- 'fa-flag-checkered' => 'fa-flag-checkered',
263
- 'fa-terminal' => 'fa-terminal',
264
- 'fa-code' => 'fa-code',
265
- 'fa-reply-all' => 'fa-reply-all',
266
- 'fa-star-half-o' => 'fa-star-half-o',
267
- 'fa-location-arrow' => 'fa-location-arrow',
268
- 'fa-crop' => 'fa-crop',
269
- 'fa-code-fork' => 'fa-code-fork',
270
- 'fa-chain-broken' => 'fa-chain-broken',
271
- 'fa-question' => 'fa-question',
272
- 'fa-info' => 'fa-info',
273
- 'fa-exclamation' => 'fa-exclamation',
274
- 'fa-superscript' => 'fa-superscript',
275
- 'fa-subscript' => 'fa-subscript',
276
- 'fa-eraser' => 'fa-eraser',
277
- 'fa-puzzle-piece' => 'fa-puzzle-piece',
278
- 'fa-microphone' => 'fa-microphone',
279
- 'fa-microphone-slash' => 'fa-microphone-slash',
280
- 'fa-shield' => 'fa-shield',
281
- 'fa-calendar-o' => 'fa-calendar-o',
282
- 'fa-fire-extinguisher' => 'fa-fire-extinguisher',
283
- 'fa-rocket' => 'fa-rocket',
284
- 'fa-maxcdn' => 'fa-maxcdn',
285
- 'fa-chevron-circle-left' => 'fa-chevron-circle-left',
286
- 'fa-chevron-circle-right' => 'fa-chevron-circle-right',
287
- 'fa-chevron-circle-up' => 'fa-chevron-circle-up',
288
- 'fa-chevron-circle-down' => 'fa-chevron-circle-down',
289
- 'fa-html5' => 'fa-html5',
290
- 'fa-css3' => 'fa-css3',
291
- 'fa-anchor' => 'fa-anchor',
292
- 'fa-unlock-alt' => 'fa-unlock-alt',
293
- 'fa-bullseye' => 'fa-bullseye',
294
- 'fa-ellipsis-h' => 'fa-ellipsis-h',
295
- 'fa-ellipsis-v' => 'fa-ellipsis-v',
296
- 'fa-rss-square' => 'fa-rss-square',
297
- 'fa-play-circle' => 'fa-play-circle',
298
- 'fa-ticket' => 'fa-ticket',
299
- 'fa-minus-square' => 'fa-minus-square',
300
- 'fa-minus-square-o' => 'fa-minus-square-o',
301
- 'fa-level-up' => 'fa-level-up',
302
- 'fa-level-down' => 'fa-level-down',
303
- 'fa-check-square' => 'fa-check-square',
304
- 'fa-pencil-square' => 'fa-pencil-square',
305
- 'fa-external-link-square' => 'fa-external-link-square',
306
- 'fa-share-square' => 'fa-share-square',
307
- 'fa-compass' => 'fa-compass',
308
- 'fa-caret-square-o-down' => 'fa-caret-square-o-down',
309
- 'fa-caret-square-o-up' => 'fa-caret-square-o-up',
310
- 'fa-caret-square-o-right' => 'fa-caret-square-o-right',
311
- 'fa-eur' => 'fa-eur',
312
- 'fa-gbp' => 'fa-gbp',
313
- 'fa-usd' => 'fa-usd',
314
- 'fa-inr' => 'fa-inr',
315
- 'fa-jpy' => 'fa-jpy',
316
- 'fa-rub' => 'fa-rub',
317
- 'fa-krw' => 'fa-krw',
318
- 'fa-btc' => 'fa-btc',
319
- 'fa-file' => 'fa-file',
320
- 'fa-file-text' => 'fa-file-text',
321
- 'fa-sort-alpha-asc' => 'fa-sort-alpha-asc',
322
- 'fa-sort-alpha-desc' => 'fa-sort-alpha-desc',
323
- 'fa-sort-amount-asc' => 'fa-sort-amount-asc',
324
- 'fa-sort-amount-desc' => 'fa-sort-amount-desc',
325
- 'fa-sort-numeric-asc' => 'fa-sort-numeric-asc',
326
- 'fa-sort-numeric-desc' => 'fa-sort-numeric-desc',
327
- 'fa-thumbs-up' => 'fa-thumbs-up',
328
- 'fa-thumbs-down' => 'fa-thumbs-down',
329
- 'fa-youtube-square' => 'fa-youtube-square',
330
- 'fa-youtube' => 'fa-youtube',
331
- 'fa-xing' => 'fa-xing',
332
- 'fa-xing-square' => 'fa-xing-square',
333
- 'fa-youtube-play' => 'fa-youtube-play',
334
- 'fa-dropbox' => 'fa-dropbox',
335
- 'fa-stack-overflow' => 'fa-stack-overflow',
336
- 'fa-instagram' => 'fa-instagram',
337
- 'fa-flickr' => 'fa-flickr',
338
- 'fa-adn' => 'fa-adn',
339
- 'fa-bitbucket' => 'fa-bitbucket',
340
- 'fa-bitbucket-square' => 'fa-bitbucket-square',
341
- 'fa-tumblr' => 'fa-tumblr',
342
- 'fa-tumblr-square' => 'fa-tumblr-square',
343
- 'fa-long-arrow-down' => 'fa-long-arrow-down',
344
- 'fa-long-arrow-up' => 'fa-long-arrow-up',
345
- 'fa-long-arrow-left' => 'fa-long-arrow-left',
346
- 'fa-long-arrow-right' => 'fa-long-arrow-right',
347
- 'fa-apple' => 'fa-apple',
348
- 'fa-windows' => 'fa-windows',
349
- 'fa-android' => 'fa-android',
350
- 'fa-linux' => 'fa-linux',
351
- 'fa-dribbble' => 'fa-dribbble',
352
- 'fa-skype' => 'fa-skype',
353
- 'fa-foursquare' => 'fa-foursquare',
354
- 'fa-trello' => 'fa-trello',
355
- 'fa-female' => 'fa-female',
356
- 'fa-male' => 'fa-male',
357
- 'fa-gratipay' => 'fa-gratipay',
358
- 'fa-sun-o' => 'fa-sun-o',
359
- 'fa-moon-o' => 'fa-moon-o',
360
- 'fa-archive' => 'fa-archive',
361
- 'fa-bug' => 'fa-bug',
362
- 'fa-vk' => 'fa-vk',
363
- 'fa-weibo' => 'fa-weibo',
364
- 'fa-renren' => 'fa-renren',
365
- 'fa-pagelines' => 'fa-pagelines',
366
- 'fa-stack-exchange' => 'fa-stack-exchange',
367
- 'fa-arrow-circle-o-right' => 'fa-arrow-circle-o-right',
368
- 'fa-arrow-circle-o-left' => 'fa-arrow-circle-o-left',
369
- 'fa-caret-square-o-left' => 'fa-caret-square-o-left',
370
- 'fa-dot-circle-o' => 'fa-dot-circle-o',
371
- 'fa-wheelchair' => 'fa-wheelchair',
372
- 'fa-vimeo-square' => 'fa-vimeo-square',
373
- 'fa-try' => 'fa-try',
374
- 'fa-plus-square-o' => 'fa-plus-square-o',
375
- 'fa-space-shuttle' => 'fa-space-shuttle',
376
- 'fa-slack' => 'fa-slack',
377
- 'fa-envelope-square' => 'fa-envelope-square',
378
- 'fa-wordpress' => 'fa-wordpress',
379
- 'fa-openid' => 'fa-openid',
380
- 'fa-university' => 'fa-university',
381
- 'fa-graduation-cap' => 'fa-graduation-cap',
382
- 'fa-yahoo' => 'fa-yahoo',
383
- 'fa-google' => 'fa-google',
384
- 'fa-reddit' => 'fa-reddit',
385
- 'fa-reddit-square' => 'fa-reddit-square',
386
- 'fa-stumbleupon-circle' => 'fa-stumbleupon-circle',
387
- 'fa-stumbleupon' => 'fa-stumbleupon',
388
- 'fa-delicious' => 'fa-delicious',
389
- 'fa-digg' => 'fa-digg',
390
- 'fa-pied-piper-pp' => 'fa-pied-piper-pp',
391
- 'fa-pied-piper-alt' => 'fa-pied-piper-alt',
392
- 'fa-drupal' => 'fa-drupal',
393
- 'fa-joomla' => 'fa-joomla',
394
- 'fa-language' => 'fa-language',
395
- 'fa-fax' => 'fa-fax',
396
- 'fa-building' => 'fa-building',
397
- 'fa-child' => 'fa-child',
398
- 'fa-paw' => 'fa-paw',
399
- 'fa-spoon' => 'fa-spoon',
400
- 'fa-cube' => 'fa-cube',
401
- 'fa-cubes' => 'fa-cubes',
402
- 'fa-behance' => 'fa-behance',
403
- 'fa-behance-square' => 'fa-behance-square',
404
- 'fa-steam' => 'fa-steam',
405
- 'fa-steam-square' => 'fa-steam-square',
406
- 'fa-recycle' => 'fa-recycle',
407
- 'fa-car' => 'fa-car',
408
- 'fa-taxi' => 'fa-taxi',
409
- 'fa-tree' => 'fa-tree',
410
- 'fa-spotify' => 'fa-spotify',
411
- 'fa-deviantart' => 'fa-deviantart',
412
- 'fa-soundcloud' => 'fa-soundcloud',
413
- 'fa-database' => 'fa-database',
414
- 'fa-file-pdf-o' => 'fa-file-pdf-o',
415
- 'fa-file-word-o' => 'fa-file-word-o',
416
- 'fa-file-excel-o' => 'fa-file-excel-o',
417
- 'fa-file-powerpoint-o' => 'fa-file-powerpoint-o',
418
- 'fa-file-image-o' => 'fa-file-image-o',
419
- 'fa-file-archive-o' => 'fa-file-archive-o',
420
- 'fa-file-audio-o' => 'fa-file-audio-o',
421
- 'fa-file-video-o' => 'fa-file-video-o',
422
- 'fa-file-code-o' => 'fa-file-code-o',
423
- 'fa-vine' => 'fa-vine',
424
- 'fa-codepen' => 'fa-codepen',
425
- 'fa-jsfiddle' => 'fa-jsfiddle',
426
- 'fa-life-ring' => 'fa-life-ring',
427
- 'fa-circle-o-notch' => 'fa-circle-o-notch',
428
- 'fa-rebel' => 'fa-rebel',
429
- 'fa-empire' => 'fa-empire',
430
- 'fa-git-square' => 'fa-git-square',
431
- 'fa-git' => 'fa-git',
432
- 'fa-hacker-news' => 'fa-hacker-news',
433
- 'fa-tencent-weibo' => 'fa-tencent-weibo',
434
- 'fa-qq' => 'fa-qq',
435
- 'fa-weixin' => 'fa-weixin',
436
- 'fa-paper-plane' => 'fa-paper-plane',
437
- 'fa-paper-plane-o' => 'fa-paper-plane-o',
438
- 'fa-history' => 'fa-history',
439
- 'fa-circle-thin' => 'fa-circle-thin',
440
- 'fa-header' => 'fa-header',
441
- 'fa-paragraph' => 'fa-paragraph',
442
- 'fa-sliders' => 'fa-sliders',
443
- 'fa-share-alt' => 'fa-share-alt',
444
- 'fa-share-alt-square' => 'fa-share-alt-square',
445
- 'fa-bomb' => 'fa-bomb',
446
- 'fa-futbol-o' => 'fa-futbol-o',
447
- 'fa-tty' => 'fa-tty',
448
- 'fa-binoculars' => 'fa-binoculars',
449
- 'fa-plug' => 'fa-plug',
450
- 'fa-slideshare' => 'fa-slideshare',
451
- 'fa-twitch' => 'fa-twitch',
452
- 'fa-yelp' => 'fa-yelp',
453
- 'fa-newspaper-o' => 'fa-newspaper-o',
454
- 'fa-wifi' => 'fa-wifi',
455
- 'fa-calculator' => 'fa-calculator',
456
- 'fa-paypal' => 'fa-paypal',
457
- 'fa-google-wallet' => 'fa-google-wallet',
458
- 'fa-cc-visa' => 'fa-cc-visa',
459
- 'fa-cc-mastercard' => 'fa-cc-mastercard',
460
- 'fa-cc-discover' => 'fa-cc-discover',
461
- 'fa-cc-amex' => 'fa-cc-amex',
462
- 'fa-cc-paypal' => 'fa-cc-paypal',
463
- 'fa-cc-stripe' => 'fa-cc-stripe',
464
- 'fa-bell-slash' => 'fa-bell-slash',
465
- 'fa-bell-slash-o' => 'fa-bell-slash-o',
466
- 'fa-trash' => 'fa-trash',
467
- 'fa-copyright' => 'fa-copyright',
468
- 'fa-at' => 'fa-at',
469
- 'fa-eyedropper' => 'fa-eyedropper',
470
- 'fa-paint-brush' => 'fa-paint-brush',
471
- 'fa-birthday-cake' => 'fa-birthday-cake',
472
- 'fa-area-chart' => 'fa-area-chart',
473
- 'fa-pie-chart' => 'fa-pie-chart',
474
- 'fa-line-chart' => 'fa-line-chart',
475
- 'fa-lastfm' => 'fa-lastfm',
476
- 'fa-lastfm-square' => 'fa-lastfm-square',
477
- 'fa-toggle-off' => 'fa-toggle-off',
478
- 'fa-toggle-on' => 'fa-toggle-on',
479
- 'fa-bicycle' => 'fa-bicycle',
480
- 'fa-bus' => 'fa-bus',
481
- 'fa-ioxhost' => 'fa-ioxhost',
482
- 'fa-angellist' => 'fa-angellist',
483
- 'fa-cc' => 'fa-cc',
484
- 'fa-ils' => 'fa-ils',
485
- 'fa-meanpath' => 'fa-meanpath',
486
- 'fa-buysellads' => 'fa-buysellads',
487
- 'fa-connectdevelop' => 'fa-connectdevelop',
488
- 'fa-dashcube' => 'fa-dashcube',
489
- 'fa-forumbee' => 'fa-forumbee',
490
- 'fa-leanpub' => 'fa-leanpub',
491
- 'fa-sellsy' => 'fa-sellsy',
492
- 'fa-shirtsinbulk' => 'fa-shirtsinbulk',
493
- 'fa-simplybuilt' => 'fa-simplybuilt',
494
- 'fa-skyatlas' => 'fa-skyatlas',
495
- 'fa-cart-plus' => 'fa-cart-plus',
496
- 'fa-cart-arrow-down' => 'fa-cart-arrow-down',
497
- 'fa-diamond' => 'fa-diamond',
498
- 'fa-ship' => 'fa-ship',
499
- 'fa-user-secret' => 'fa-user-secret',
500
- 'fa-motorcycle' => 'fa-motorcycle',
501
- 'fa-street-view' => 'fa-street-view',
502
- 'fa-heartbeat' => 'fa-heartbeat',
503
- 'fa-venus' => 'fa-venus',
504
- 'fa-mars' => 'fa-mars',
505
- 'fa-mercury' => 'fa-mercury',
506
- 'fa-transgender' => 'fa-transgender',
507
- 'fa-transgender-alt' => 'fa-transgender-alt',
508
- 'fa-venus-double' => 'fa-venus-double',
509
- 'fa-mars-double' => 'fa-mars-double',
510
- 'fa-venus-mars' => 'fa-venus-mars',
511
- 'fa-mars-stroke' => 'fa-mars-stroke',
512
- 'fa-mars-stroke-v' => 'fa-mars-stroke-v',
513
- 'fa-mars-stroke-h' => 'fa-mars-stroke-h',
514
- 'fa-neuter' => 'fa-neuter',
515
- 'fa-genderless' => 'fa-genderless',
516
- 'fa-facebook-official' => 'fa-facebook-official',
517
- 'fa-pinterest-p' => 'fa-pinterest-p',
518
- 'fa-whatsapp' => 'fa-whatsapp',
519
- 'fa-server' => 'fa-server',
520
- 'fa-user-plus' => 'fa-user-plus',
521
- 'fa-user-times' => 'fa-user-times',
522
- 'fa-bed' => 'fa-bed',
523
- 'fa-viacoin' => 'fa-viacoin',
524
- 'fa-train' => 'fa-train',
525
- 'fa-subway' => 'fa-subway',
526
- 'fa-medium' => 'fa-medium',
527
- 'fa-y-combinator' => 'fa-y-combinator',
528
- 'fa-optin-monster' => 'fa-optin-monster',
529
- 'fa-opencart' => 'fa-opencart',
530
- 'fa-expeditedssl' => 'fa-expeditedssl',
531
- 'fa-battery-full' => 'fa-battery-full',
532
- 'fa-battery-three-quarters' => 'fa-battery-three-quarters',
533
- 'fa-battery-half' => 'fa-battery-half',
534
- 'fa-battery-quarter' => 'fa-battery-quarter',
535
- 'fa-battery-empty' => 'fa-battery-empty',
536
- 'fa-mouse-pointer' => 'fa-mouse-pointer',
537
- 'fa-i-cursor' => 'fa-i-cursor',
538
- 'fa-object-group' => 'fa-object-group',
539
- 'fa-object-ungroup' => 'fa-object-ungroup',
540
- 'fa-sticky-note' => 'fa-sticky-note',
541
- 'fa-sticky-note-o' => 'fa-sticky-note-o',
542
- 'fa-cc-jcb' => 'fa-cc-jcb',
543
- 'fa-cc-diners-club' => 'fa-cc-diners-club',
544
- 'fa-clone' => 'fa-clone',
545
- 'fa-balance-scale' => 'fa-balance-scale',
546
- 'fa-hourglass-o' => 'fa-hourglass-o',
547
- 'fa-hourglass-start' => 'fa-hourglass-start',
548
- 'fa-hourglass-half' => 'fa-hourglass-half',
549
- 'fa-hourglass-end' => 'fa-hourglass-end',
550
- 'fa-hourglass' => 'fa-hourglass',
551
- 'fa-hand-rock-o' => 'fa-hand-rock-o',
552
- 'fa-hand-paper-o' => 'fa-hand-paper-o',
553
- 'fa-hand-scissors-o' => 'fa-hand-scissors-o',
554
- 'fa-hand-lizard-o' => 'fa-hand-lizard-o',
555
- 'fa-hand-spock-o' => 'fa-hand-spock-o',
556
- 'fa-hand-pointer-o' => 'fa-hand-pointer-o',
557
- 'fa-hand-peace-o' => 'fa-hand-peace-o',
558
- 'fa-trademark' => 'fa-trademark',
559
- 'fa-registered' => 'fa-registered',
560
- 'fa-creative-commons' => 'fa-creative-commons',
561
- 'fa-gg' => 'fa-gg',
562
- 'fa-gg-circle' => 'fa-gg-circle',
563
- 'fa-tripadvisor' => 'fa-tripadvisor',
564
- 'fa-odnoklassniki' => 'fa-odnoklassniki',
565
- 'fa-odnoklassniki-square' => 'fa-odnoklassniki-square',
566
- 'fa-get-pocket' => 'fa-get-pocket',
567
- 'fa-wikipedia-w' => 'fa-wikipedia-w',
568
- 'fa-safari' => 'fa-safari',
569
- 'fa-chrome' => 'fa-chrome',
570
- 'fa-firefox' => 'fa-firefox',
571
- 'fa-opera' => 'fa-opera',
572
- 'fa-internet-explorer' => 'fa-internet-explorer',
573
- 'fa-television' => 'fa-television',
574
- 'fa-contao' => 'fa-contao',
575
- 'fa-500px' => 'fa-500px',
576
- 'fa-amazon' => 'fa-amazon',
577
- 'fa-calendar-plus-o' => 'fa-calendar-plus-o',
578
- 'fa-calendar-minus-o' => 'fa-calendar-minus-o',
579
- 'fa-calendar-times-o' => 'fa-calendar-times-o',
580
- 'fa-calendar-check-o' => 'fa-calendar-check-o',
581
- 'fa-industry' => 'fa-industry',
582
- 'fa-map-pin' => 'fa-map-pin',
583
- 'fa-map-signs' => 'fa-map-signs',
584
- 'fa-map-o' => 'fa-map-o',
585
- 'fa-map' => 'fa-map',
586
- 'fa-commenting' => 'fa-commenting',
587
- 'fa-commenting-o' => 'fa-commenting-o',
588
- 'fa-houzz' => 'fa-houzz',
589
- 'fa-vimeo' => 'fa-vimeo',
590
- 'fa-black-tie' => 'fa-black-tie',
591
- 'fa-fonticons' => 'fa-fonticons',
592
- 'fa-reddit-alien' => 'fa-reddit-alien',
593
- 'fa-edge' => 'fa-edge',
594
- 'fa-credit-card-alt' => 'fa-credit-card-alt',
595
- 'fa-codiepie' => 'fa-codiepie',
596
- 'fa-modx' => 'fa-modx',
597
- 'fa-fort-awesome' => 'fa-fort-awesome',
598
- 'fa-usb' => 'fa-usb',
599
- 'fa-product-hunt' => 'fa-product-hunt',
600
- 'fa-mixcloud' => 'fa-mixcloud',
601
- 'fa-scribd' => 'fa-scribd',
602
- 'fa-pause-circle' => 'fa-pause-circle',
603
- 'fa-pause-circle-o' => 'fa-pause-circle-o',
604
- 'fa-stop-circle' => 'fa-stop-circle',
605
- 'fa-stop-circle-o' => 'fa-stop-circle-o',
606
- 'fa-shopping-bag' => 'fa-shopping-bag',
607
- 'fa-shopping-basket' => 'fa-shopping-basket',
608
- 'fa-hashtag' => 'fa-hashtag',
609
- 'fa-bluetooth' => 'fa-bluetooth',
610
- 'fa-bluetooth-b' => 'fa-bluetooth-b',
611
- 'fa-percent' => 'fa-percent',
612
- 'fa-gitlab' => 'fa-gitlab',
613
- 'fa-wpbeginner' => 'fa-wpbeginner',
614
- 'fa-wpforms' => 'fa-wpforms',
615
- 'fa-envira' => 'fa-envira',
616
- 'fa-universal-access' => 'fa-universal-access',
617
- 'fa-wheelchair-alt' => 'fa-wheelchair-alt',
618
- 'fa-question-circle-o' => 'fa-question-circle-o',
619
- 'fa-blind' => 'fa-blind',
620
- 'fa-audio-description' => 'fa-audio-description',
621
- 'fa-volume-control-phone' => 'fa-volume-control-phone',
622
- 'fa-braille' => 'fa-braille',
623
- 'fa-assistive-listening-systems' => 'fa-assistive-listening-systems',
624
- 'fa-american-sign-language-interpreting' => 'fa-american-sign-language-interpreting',
625
- 'fa-deaf' => 'fa-deaf',
626
- 'fa-glide' => 'fa-glide',
627
- 'fa-glide-g' => 'fa-glide-g',
628
- 'fa-sign-language' => 'fa-sign-language',
629
- 'fa-low-vision' => 'fa-low-vision',
630
- 'fa-viadeo' => 'fa-viadeo',
631
- 'fa-viadeo-square' => 'fa-viadeo-square',
632
- 'fa-snapchat' => 'fa-snapchat',
633
- 'fa-snapchat-ghost' => 'fa-snapchat-ghost',
634
- 'fa-snapchat-square' => 'fa-snapchat-square',
635
- 'fa-pied-piper' => 'fa-pied-piper',
636
- 'fa-first-order' => 'fa-first-order',
637
- 'fa-yoast' => 'fa-yoast',
638
- 'fa-themeisle' => 'fa-themeisle'
639
- );
640
- return $icons;
641
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/custom-controls/controls/icon-picker/inc/genericons-icons.php DELETED
@@ -1,156 +0,0 @@
1
- <?php
2
- /**
3
- * Startkit font
4
- */
5
- function o2_genericons_list() {
6
- $icons = array(
7
- 'genericon-404' => 'genericon-404',
8
- 'genericon-activity' => 'genericon-activity',
9
- 'genericon-anchor' => 'genericon-anchor',
10
- 'genericon-aside' => 'genericon-aside',
11
- 'genericon-attachment' => 'genericon-attachment',
12
- 'genericon-audio' => 'genericon-audio',
13
- 'genericon-bold' => 'genericon-bold',
14
- 'genericon-book' => 'genericon-book',
15
- 'genericon-bug' => 'genericon-bug',
16
- 'genericon-cart' => 'genericon-cart',
17
- 'genericon-category' => 'genericon-category',
18
- 'genericon-chat' => 'genericon-chat',
19
- 'genericon-checkmark' => 'genericon-checkmark',
20
- 'genericon-close' => 'genericon-close',
21
- 'genericon-close-alt' => 'genericon-close-alt',
22
- 'genericon-cloud' => 'genericon-cloud',
23
- 'genericon-cloud-download' => 'genericon-cloud-download',
24
- 'genericon-cloud-upload' => 'genericon-cloud-upload',
25
- 'genericon-code' => 'genericon-code',
26
- 'genericon-codepen' => 'genericon-codepen',
27
- 'genericon-cog' => 'genericon-cog',
28
- 'genericon-collapse' => 'genericon-collapse',
29
- 'genericon-comment' => 'genericon-comment',
30
- 'genericon-day' => 'genericon-day',
31
- 'genericon-digg' => 'genericon-digg',
32
- 'genericon-document' => 'genericon-document',
33
- 'genericon-dot' => 'genericon-dot',
34
- 'genericon-downarrow' => 'genericon-downarrow',
35
- 'genericon-download' => 'genericon-download',
36
- 'genericon-draggable' => 'genericon-draggable',
37
- 'genericon-dribbble' => 'genericon-dribbble',
38
- 'genericon-dropbox' => 'genericon-dropbox',
39
- 'genericon-dropdown' => 'genericon-dropdown',
40
- 'genericon-dropdown-left' => 'genericon-dropdown-left',
41
- 'genericon-edit' => 'genericon-edit',
42
- 'genericon-ellipsis' => 'genericon-ellipsis',
43
- 'genericon-expand' => 'genericon-expand',
44
- 'genericon-external' => 'genericon-external',
45
- 'genericon-facebook' => 'genericon-facebook',
46
- 'genericon-facebook-alt' => 'genericon-facebook-alt',
47
- 'genericon-fastforward' => 'genericon-fastforward',
48
- 'genericon-feed' => 'genericon-feed',
49
- 'genericon-flag' => 'genericon-flag',
50
- 'genericon-flickr' => 'genericon-flickr',
51
- 'genericon-foursquare' => 'genericon-foursquare',
52
- 'genericon-fullscreen' => 'genericon-fullscreen',
53
- 'genericon-gallery' => 'genericon-gallery',
54
- 'genericon-github' => 'genericon-github',
55
- 'genericon-googleplus' => 'genericon-googleplus',
56
- 'genericon-googleplus-alt' => 'genericon-googleplus-alt',
57
- 'genericon-handset' => 'genericon-handset',
58
- 'genericon-heart' => 'genericon-heart',
59
- 'genericon-help' => 'genericon-help',
60
- 'genericon-hide' => 'genericon-hide',
61
- 'genericon-hierarchy' => 'genericon-hierarchy',
62
- 'genericon-home' => 'genericon-home',
63
- 'genericon-image' => 'genericon-image',
64
- 'genericon-info' => 'genericon-info',
65
- 'genericon-instagram' => 'genericon-instagram',
66
- 'genericon-italic' => 'genericon-italic',
67
- 'genericon-key' => 'genericon-key',
68
- 'genericon-leftarrow' => 'genericon-leftarrow',
69
- 'genericon-link' => 'genericon-link',
70
- 'genericon-linkedin' => 'genericon-linkedin',
71
- 'genericon-linkedin-alt' => 'genericon-linkedin-alt',
72
- 'genericon-location' => 'genericon-location',
73
- 'genericon-lock' => 'genericon-lock',
74
- 'genericon-mail' => 'genericon-mail',
75
- 'genericon-maximize' => 'genericon-maximize',
76
- 'genericon-menu' => 'genericon-menu',
77
- 'genericon-microphone' => 'genericon-microphone',
78
- 'genericon-minimize' => 'genericon-minimize',
79
- 'genericon-minus' => 'genericon-minus',
80
- 'genericon-month' => 'genericon-month',
81
- 'genericon-move' => 'genericon-move',
82
- 'genericon-next' => 'genericon-next',
83
- 'genericon-notice' => 'genericon-notice',
84
- 'genericon-paintbrush' => 'genericon-paintbrush',
85
- 'genericon-path' => 'genericon-path',
86
- 'genericon-pause' => 'genericon-pause',
87
- 'genericon-phone' => 'genericon-phone',
88
- 'genericon-picture' => 'genericon-picture',
89
- 'genericon-pinned' => 'genericon-pinned',
90
- 'genericon-pinterest' => 'genericon-pinterest',
91
- 'genericon-pinterest-alt' => 'genericon-pinterest-alt',
92
- 'genericon-play' => 'genericon-play',
93
- 'genericon-plugin' => 'genericon-plugin',
94
- 'genericon-plus' => 'genericon-plus',
95
- 'genericon-pocket' => 'genericon-pocket',
96
- 'genericon-polldaddy' => 'genericon-polldaddy',
97
- 'genericon-portfolio' => 'genericon-portfolio',
98
- 'genericon-previous' => 'genericon-previous',
99
- 'genericon-print' => 'genericon-print',
100
- 'genericon-quote' => 'genericon-quote',
101
- 'genericon-rating-empty' => 'genericon-rating-empty',
102
- 'genericon-rating-full' => 'genericon-rating-full',
103
- 'genericon-rating-half' => 'genericon-rating-half',
104
- 'genericon-reddit' => 'genericon-reddit',
105
- 'genericon-refresh' => 'genericon-refresh',
106
- 'genericon-reply' => 'genericon-reply',
107
- 'genericon-reply-alt' => 'genericon-reply-alt',
108
- 'genericon-reply-single' => 'genericon-reply-single',
109
- 'genericon-rewind' => 'genericon-rewind',
110
- 'genericon-rightarrow' => 'genericon-rightarrow',
111
- 'genericon-search' => 'genericon-search',
112
- 'genericon-send-to-phone' => 'genericon-send-to-phone',
113
- 'genericon-send-to-tablet' => 'genericon-send-to-tablet',
114
- 'genericon-share' => 'genericon-share',
115
- 'genericon-show' => 'genericon-show',
116
- 'genericon-shuffle' => 'genericon-shuffle',
117
- 'genericon-sitemap' => 'genericon-sitemap',
118
- 'genericon-skip-ahead' => 'genericon-skip-ahead',
119
- 'genericon-skip-back' => 'genericon-skip-back',
120
- 'genericon-skype' => 'genericon-skype',
121
- 'genericon-spam' => 'genericon-spam',
122
- 'genericon-spotify' => 'genericon-spotify',
123
- 'genericon-standard' => 'genericon-standard',
124
- 'genericon-star' => 'genericon-star',
125
- 'genericon-status' => 'genericon-status',
126
- 'genericon-stop' => 'genericon-stop',
127
- 'genericon-stumbleupon' => 'genericon-stumbleupon',
128
- 'genericon-subscribe' => 'genericon-subscribe',
129
- 'genericon-subscribed' => 'genericon-subscribed',
130
- 'genericon-summary' => 'genericon-summary',
131
- 'genericon-tablet' => 'genericon-tablet',
132
- 'genericon-tag' => 'genericon-tag',
133
- 'genericon-time' => 'genericon-time',
134
- 'genericon-top' => 'genericon-top',
135
- 'genericon-trash' => 'genericon-trash',
136
- 'genericon-tumblr' => 'genericon-tumblr',
137
- 'genericon-twitch' => 'genericon-twitch',
138
- 'genericon-twitter' => 'genericon-twitter',
139
- 'genericon-unapprove' => 'genericon-unapprove',
140
- 'genericon-unsubscribe' => 'genericon-unsubscribe',
141
- 'genericon-unzoom' => 'genericon-unzoom',
142
- 'genericon-uparrow' => 'genericon-uparrow',
143
- 'genericon-user' => 'genericon-user',
144
- 'genericon-video' => 'genericon-video',
145
- 'genericon-videocamera' => 'genericon-videocamera',
146
- 'genericon-vimeo' => 'genericon-vimeo',
147
- 'genericon-warning' => 'genericon-warning',
148
- 'genericon-website' => 'genericon-website',
149
- 'genericon-week' => 'genericon-week',
150
- 'genericon-wordpress' => 'genericon-wordpress',
151
- 'genericon-xpost' => 'genericon-xpost',
152
- 'genericon-youtube' => 'genericon-youtube',
153
- 'genericon-zoom' => 'genericon-zoom'
154
- );
155
- return $icons;
156
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/startkit/features/section-info.php CHANGED
@@ -13,7 +13,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
13
  )
14
  );
15
  // info Hide/ Show Setting //
16
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_info' ,
19
  array(
@@ -22,7 +22,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
22
  )
23
  );
24
 
25
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_info',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
13
  )
14
  );
15
  // info Hide/ Show Setting //
16
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_info' ,
19
  array(
22
  )
23
  );
24
 
25
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_info',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
inc/startkit/features/section-service.php CHANGED
@@ -13,7 +13,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
13
  )
14
  );
15
  // service Hide/ Show Setting //
16
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_service' ,
19
  array(
@@ -22,7 +22,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
22
  )
23
  );
24
 
25
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_service',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
13
  )
14
  );
15
  // service Hide/ Show Setting //
16
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_service' ,
19
  array(
22
  )
23
  );
24
 
25
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_service',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
inc/startkit/features/section-slider.php CHANGED
@@ -13,7 +13,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
13
  )
14
  );
15
  // Slider Hide/ Show Setting //
16
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_slider' ,
19
  array(
@@ -22,7 +22,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
22
  )
23
  );
24
 
25
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_slider',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
13
  )
14
  );
15
  // Slider Hide/ Show Setting //
16
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
17
  $wp_customize->add_setting(
18
  'hide_show_slider' ,
19
  array(
22
  )
23
  );
24
 
25
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
26
  'hide_show_slider',
27
  array(
28
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
inc/startkit/features/section-style-configurator.php CHANGED
@@ -39,7 +39,7 @@ function starkit_style_configurator( $wp_customize ) {
39
  );
40
 
41
  // Enable / Disable Color
42
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
43
  $wp_customize->add_setting(
44
  'theme_color_enable' ,
45
  array(
@@ -48,7 +48,7 @@ function starkit_style_configurator( $wp_customize ) {
48
  )
49
  );
50
 
51
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
52
  'theme_color_enable',
53
  array(
54
  'label' => esc_html__( 'Enable Custom Color', 'starkit' ),
39
  );
40
 
41
  // Enable / Disable Color
42
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
43
  $wp_customize->add_setting(
44
  'theme_color_enable' ,
45
  array(
48
  )
49
  );
50
 
51
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
52
  'theme_color_enable',
53
  array(
54
  'label' => esc_html__( 'Enable Custom Color', 'starkit' ),
inc/startkit/features/section-testimonial.php CHANGED
@@ -15,7 +15,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
15
  /*=========================================
16
  Testimonial Settings Section
17
  =========================================*/
18
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
19
  $wp_customize->add_setting(
20
  'hide_show_testimonial' ,
21
  array(
@@ -23,7 +23,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
23
  'capability' => 'edit_theme_options',
24
  )
25
  );
26
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
27
  'hide_show_testimonial',
28
  array(
29
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
15
  /*=========================================
16
  Testimonial Settings Section
17
  =========================================*/
18
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
19
  $wp_customize->add_setting(
20
  'hide_show_testimonial' ,
21
  array(
23
  'capability' => 'edit_theme_options',
24
  )
25
  );
26
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
27
  'hide_show_testimonial',
28
  array(
29
  'label' => esc_html__( 'Hide / Show Section', 'startkit' ),
inc/startkit/features/section-typography.php CHANGED
@@ -19,7 +19,7 @@ $wp_customize->add_section(
19
  'panel' => 'startkit_typography_setting',
20
  'priority' => 1,
21
  ) );
22
- if ( class_exists( 'Customizer_Toggle_Control' ) ) {
23
  $wp_customize->add_setting(
24
  'hide_show_typography' ,
25
  array(
@@ -28,7 +28,7 @@ $wp_customize->add_section(
28
  )
29
  );
30
 
31
- $wp_customize->add_control( new Customizer_Toggle_Control( $wp_customize,
32
  'hide_show_typography',
33
  array(
34
  'label' => esc_html__( 'Enable Typography', 'startkit' ),
19
  'panel' => 'startkit_typography_setting',
20
  'priority' => 1,
21
  ) );
22
+ if ( class_exists( 'Startkit_Customizer_Toggle_Control' ) ) {
23
  $wp_customize->add_setting(
24
  'hide_show_typography' ,
25
  array(
28
  )
29
  );
30
 
31
+ $wp_customize->add_control( new Startkit_Customizer_Toggle_Control( $wp_customize,
32
  'hide_show_typography',
33
  array(
34
  'label' => esc_html__( 'Enable Typography', 'startkit' ),
readme.txt CHANGED
@@ -31,6 +31,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
31
 
32
 
33
  == Changelog ==
 
 
 
34
  = 1.0.6 =
35
  * Remove unnecessary file
36
 
31
 
32
 
33
  == Changelog ==
34
+ = 1.0.7 =
35
+ * resolve some bugs
36
+
37
  = 1.0.6 =
38
  * Remove unnecessary file
39