Changeset 2509586
- Timestamp:
- 04/05/2021 06:03:17 PM (5 years ago)
- Location:
- kitpack-for-persian-elementor
- Files:
-
- 193 added
- 4 deleted
- 4 edited
-
tags/1.9 (added)
-
tags/1.9/includes (added)
-
tags/1.9/includes/KPE_Elementor.class.php (added)
-
tags/1.9/includes/KPE_Options.class.php (added)
-
tags/1.9/includes/assets (added)
-
tags/1.9/includes/assets/css (added)
-
tags/1.9/includes/assets/css/font (added)
-
tags/1.9/includes/assets/css/font.css (added)
-
tags/1.9/includes/assets/css/font/vazir (added)
-
tags/1.9/includes/assets/css/font/vazir/vazir.eot (added)
-
tags/1.9/includes/assets/css/font/vazir/vazir.ttf (added)
-
tags/1.9/includes/assets/css/font/vazir/vazir.woff (added)
-
tags/1.9/includes/assets/css/font/vazir/vazir.woff2 (added)
-
tags/1.9/includes/assets/css/kpe_dashboard_admin.css (added)
-
tags/1.9/includes/assets/css/kpe_editor-elementor.css (added)
-
tags/1.9/includes/assets/css/kpe_preview-elementor.css (added)
-
tags/1.9/includes/assets/img (added)
-
tags/1.9/includes/assets/img/logo-KP.png (added)
-
tags/1.9/includes/lib (added)
-
tags/1.9/includes/lib/codestar-framework (added)
-
tags/1.9/includes/lib/codestar-framework/LICENSE.md (added)
-
tags/1.9/includes/lib/codestar-framework/README.md (added)
-
tags/1.9/includes/lib/codestar-framework/assets (added)
-
tags/1.9/includes/lib/codestar-framework/assets/css (added)
-
tags/1.9/includes/lib/codestar-framework/assets/css/style-rtl.min.css (added)
-
tags/1.9/includes/lib/codestar-framework/assets/css/style.min.css (added)
-
tags/1.9/includes/lib/codestar-framework/assets/images (added)
-
tags/1.9/includes/lib/codestar-framework/assets/images/checkerboard.png (added)
-
tags/1.9/includes/lib/codestar-framework/assets/images/wp-logo.svg (added)
-
tags/1.9/includes/lib/codestar-framework/assets/images/wp-plugin-logo.svg (added)
-
tags/1.9/includes/lib/codestar-framework/assets/js (added)
-
tags/1.9/includes/lib/codestar-framework/assets/js/main.min.js (added)
-
tags/1.9/includes/lib/codestar-framework/assets/js/plugins.min.js (added)
-
tags/1.9/includes/lib/codestar-framework/classes (added)
-
tags/1.9/includes/lib/codestar-framework/classes/abstract.class.php (added)
-
tags/1.9/includes/lib/codestar-framework/classes/admin-options.class.php (added)
-
tags/1.9/includes/lib/codestar-framework/classes/fields.class.php (added)
-
tags/1.9/includes/lib/codestar-framework/classes/setup.class.php (added)
-
tags/1.9/includes/lib/codestar-framework/codestar-framework.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields (added)
-
tags/1.9/includes/lib/codestar-framework/fields/accordion (added)
-
tags/1.9/includes/lib/codestar-framework/fields/accordion/accordion.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/background (added)
-
tags/1.9/includes/lib/codestar-framework/fields/background/background.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/backup (added)
-
tags/1.9/includes/lib/codestar-framework/fields/backup/backup.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/border (added)
-
tags/1.9/includes/lib/codestar-framework/fields/border/border.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/button_set (added)
-
tags/1.9/includes/lib/codestar-framework/fields/button_set/button_set.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/callback (added)
-
tags/1.9/includes/lib/codestar-framework/fields/callback/callback.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/checkbox (added)
-
tags/1.9/includes/lib/codestar-framework/fields/checkbox/checkbox.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/code_editor (added)
-
tags/1.9/includes/lib/codestar-framework/fields/code_editor/code_editor.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/color (added)
-
tags/1.9/includes/lib/codestar-framework/fields/color/color.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/color_group (added)
-
tags/1.9/includes/lib/codestar-framework/fields/color_group/color_group.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/content (added)
-
tags/1.9/includes/lib/codestar-framework/fields/content/content.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/date (added)
-
tags/1.9/includes/lib/codestar-framework/fields/date/date.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/dimensions (added)
-
tags/1.9/includes/lib/codestar-framework/fields/dimensions/dimensions.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/fieldset (added)
-
tags/1.9/includes/lib/codestar-framework/fields/fieldset/fieldset.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/gallery (added)
-
tags/1.9/includes/lib/codestar-framework/fields/gallery/gallery.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/group (added)
-
tags/1.9/includes/lib/codestar-framework/fields/group/group.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/heading (added)
-
tags/1.9/includes/lib/codestar-framework/fields/heading/heading.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/icon (added)
-
tags/1.9/includes/lib/codestar-framework/fields/icon/fa4-icons.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/icon/fa5-icons.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/icon/icon.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/image_select (added)
-
tags/1.9/includes/lib/codestar-framework/fields/image_select/image_select.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/index.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/link (added)
-
tags/1.9/includes/lib/codestar-framework/fields/link/link.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/link_color (added)
-
tags/1.9/includes/lib/codestar-framework/fields/link_color/link_color.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/map (added)
-
tags/1.9/includes/lib/codestar-framework/fields/map/map.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/media (added)
-
tags/1.9/includes/lib/codestar-framework/fields/media/media.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/notice (added)
-
tags/1.9/includes/lib/codestar-framework/fields/notice/notice.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/number (added)
-
tags/1.9/includes/lib/codestar-framework/fields/number/number.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/palette (added)
-
tags/1.9/includes/lib/codestar-framework/fields/palette/palette.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/radio (added)
-
tags/1.9/includes/lib/codestar-framework/fields/radio/radio.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/repeater (added)
-
tags/1.9/includes/lib/codestar-framework/fields/repeater/repeater.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/select (added)
-
tags/1.9/includes/lib/codestar-framework/fields/select/select.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/slider (added)
-
tags/1.9/includes/lib/codestar-framework/fields/slider/slider.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/sortable (added)
-
tags/1.9/includes/lib/codestar-framework/fields/sortable/sortable.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/sorter (added)
-
tags/1.9/includes/lib/codestar-framework/fields/sorter/sorter.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/spacing (added)
-
tags/1.9/includes/lib/codestar-framework/fields/spacing/spacing.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/spinner (added)
-
tags/1.9/includes/lib/codestar-framework/fields/spinner/spinner.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/subheading (added)
-
tags/1.9/includes/lib/codestar-framework/fields/subheading/subheading.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/submessage (added)
-
tags/1.9/includes/lib/codestar-framework/fields/submessage/submessage.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/switcher (added)
-
tags/1.9/includes/lib/codestar-framework/fields/switcher/switcher.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/tabbed (added)
-
tags/1.9/includes/lib/codestar-framework/fields/tabbed/tabbed.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/text (added)
-
tags/1.9/includes/lib/codestar-framework/fields/text/text.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/textarea (added)
-
tags/1.9/includes/lib/codestar-framework/fields/textarea/textarea.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/typography (added)
-
tags/1.9/includes/lib/codestar-framework/fields/typography/google-fonts.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/typography/typography.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/upload (added)
-
tags/1.9/includes/lib/codestar-framework/fields/upload/upload.php (added)
-
tags/1.9/includes/lib/codestar-framework/fields/wp_editor (added)
-
tags/1.9/includes/lib/codestar-framework/fields/wp_editor/wp_editor.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions (added)
-
tags/1.9/includes/lib/codestar-framework/functions/actions.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions/customize.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions/helpers.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions/sanitize.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions/validate.php (added)
-
tags/1.9/includes/lib/codestar-framework/functions/walker.php (added)
-
tags/1.9/includes/lib/codestar-framework/index.php (added)
-
tags/1.9/includes/lib/codestar-framework/languages (added)
-
tags/1.9/includes/lib/codestar-framework/languages/default.pot (added)
-
tags/1.9/includes/lib/codestar-framework/languages/fa_IR.mo (added)
-
tags/1.9/includes/lib/codestar-framework/languages/fa_IR.po (added)
-
tags/1.9/includes/lib/codestar-framework/samples (added)
-
tags/1.9/includes/lib/codestar-framework/samples/admin-options.php (added)
-
tags/1.9/includes/lib/codestar-framework/views (added)
-
tags/1.9/includes/lib/codestar-framework/views/about.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/documentation.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/footer.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/free-vs-premium.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/header.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/quickstart.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/relnotes.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/support.php (added)
-
tags/1.9/includes/lib/codestar-framework/views/welcome.php (added)
-
tags/1.9/includes/lib/elementor-fonts.php (added)
-
tags/1.9/includes/lib/elementor-icons.php (added)
-
tags/1.9/includes/lib/elementor-translate.php (added)
-
tags/1.9/includes/lib/icons (added)
-
tags/1.9/includes/lib/icons/irani-icons (added)
-
tags/1.9/includes/lib/icons/irani-icons/README.txt (added)
-
tags/1.9/includes/lib/icons/irani-icons/config.json (added)
-
tags/1.9/includes/lib/icons/irani-icons/css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/animation.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/ikpe-font-codes.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/ikpe-font-embedded.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/ikpe-font-ie7-codes.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/ikpe-font-ie7.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/css/ikpe-font.css (added)
-
tags/1.9/includes/lib/icons/irani-icons/demo.html (added)
-
tags/1.9/includes/lib/icons/irani-icons/font (added)
-
tags/1.9/includes/lib/icons/irani-icons/font/ikpe-font.eot (added)
-
tags/1.9/includes/lib/icons/irani-icons/font/ikpe-font.svg (added)
-
tags/1.9/includes/lib/icons/irani-icons/font/ikpe-font.ttf (added)
-
tags/1.9/includes/lib/icons/irani-icons/font/ikpe-font.woff (added)
-
tags/1.9/includes/lib/icons/irani-icons/font/ikpe-font.woff2 (added)
-
tags/1.9/includes/lib/icons/irani-icons/ikpe-font.css (added)
-
tags/1.9/kitpack-for-persian-elementor.php (added)
-
tags/1.9/languages (added)
-
tags/1.9/languages/KPE-fa_IR.mo (added)
-
tags/1.9/languages/KPE-fa_IR.po (added)
-
tags/1.9/languages/elementor (added)
-
tags/1.9/languages/elementor-pro (added)
-
tags/1.9/languages/elementor-pro/elementor-pro-fa_IR.mo (added)
-
tags/1.9/languages/elementor/elementor-fa_IR.mo (added)
-
tags/1.9/languages/elementskit-lite (added)
-
tags/1.9/languages/elementskit-lite/elementskit-lite-fa_IR.mo (added)
-
tags/1.9/readme.txt (added)
-
trunk/includes/lib/icons/irani-icons/README.txt (deleted)
-
trunk/includes/lib/icons/irani-icons/config.json (modified) (1 diff)
-
trunk/includes/lib/icons/irani-icons/config1.json (added)
-
trunk/includes/lib/icons/irani-icons/css (deleted)
-
trunk/includes/lib/icons/irani-icons/demo.html (deleted)
-
trunk/includes/lib/icons/irani-icons/font (deleted)
-
trunk/includes/lib/icons/irani-icons/fonts (added)
-
trunk/includes/lib/icons/irani-icons/fonts/ikpe-font.eot (added)
-
trunk/includes/lib/icons/irani-icons/fonts/ikpe-font.svg (added)
-
trunk/includes/lib/icons/irani-icons/fonts/ikpe-font.ttf (added)
-
trunk/includes/lib/icons/irani-icons/fonts/ikpe-font.woff (added)
-
trunk/includes/lib/icons/irani-icons/ikpe-font.css (modified) (1 diff)
-
trunk/kitpack-for-persian-elementor.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kitpack-for-persian-elementor/trunk/includes/lib/icons/irani-icons/config.json
r2423881 r2509586 3 3 "kp", 4 4 "eplus", 5 " Nimaad",5 "nimaad", 6 6 "bisphone", 7 7 "Enbank", -
kitpack-for-persian-elementor/trunk/includes/lib/icons/irani-icons/ikpe-font.css
r2423881 r2509586 1 1 @font-face { 2 2 font-family: 'ikpe-font'; 3 src: url('font/ikpe-font.eot'); 4 src: url('font/ikpe-font.eot?#iefix') format('embedded-opentype'), 5 url('font/ikpe-font.woff2') format('woff2'), 6 url('font/ikpe-font.woff') format('woff'), 7 url('font/ikpe-font.ttf') format('truetype'), 8 url('font/ikpe-font.svg?#ikpe-font') format('svg'); 3 src: url('fonts/ikpe-font.eot?r9fr4o'); 4 src: url('fonts/ikpe-font.eot?r9fr4o#iefix') format('embedded-opentype'), 5 url('fonts/ikpe-font.ttf?r9fr4o') format('truetype'), 6 url('fonts/ikpe-font.woff?r9fr4o') format('woff'), 7 url('fonts/ikpe-font.svg?r9fr4o#ikpe-font') format('svg'); 9 8 font-weight: normal; 10 9 font-style: normal; 10 font-display: block; 11 11 } 12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ 13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ 14 /* 15 @media screen and (-webkit-min-device-pixel-ratio:0) { 16 @font-face { 17 font-family: 'ikpe-font'; 18 src: url('../font/ikpe-font.svg?76142777#ikpe-font') format('svg'); 19 } 20 } 21 */ 22 23 [class^="ikpe-"]:before, [class*=" ikpe-"]:before { 24 font-family: "ikpe-font"; 12 13 [class^="ikpe-"], [class*=" ikpe-"] { 14 /* use !important to prevent issues with browser extensions that change fonts */ 15 font-family: 'ikpe-font' !important; 16 speak: never; 25 17 font-style: normal; 26 18 font-weight: normal; 27 speak: none;28 29 display: inline-block;30 text-decoration: inherit;31 width: 1em;32 margin-right: .2em;33 text-align: center;34 /* opacity: .8; */35 36 /* For safety - reset parent styles, that can break glyph codes*/37 19 font-variant: normal; 38 20 text-transform: none; 39 40 /* fix buttons height, for twitter bootstrap */ 41 line-height: 1em; 42 43 /* Animation center compensation - margins should be symmetric */ 44 /* remove if not needed */ 45 margin-left: .2em; 46 47 /* you can be more comfortable with increased icons size */ 48 /* font-size: 120%; */ 49 50 /* Font smoothing. That was taken from TWBS */ 21 line-height: 1; 22 23 /* Better Font Rendering =========== */ 51 24 -webkit-font-smoothing: antialiased; 52 25 -moz-osx-font-smoothing: grayscale; 53 54 /* Uncomment for 3D effect */55 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */56 26 } 57 58 .ikpe-kp:before { content: '\e829'; } /* '' */ 59 .ikpe-eplus:before { content: '\e82b'; } /* '' */ 60 .ikpe-Nimaad:before { content: '\e901'; } /* '' */ 61 .ikpe-gap:before { content: '\e902'; } /* '' */ 62 .ikpe-bisphone:before { content: '\e916'; } /* '' */ 63 .ikpe-Enbank:before { content: '\e918'; } /* '' */ 64 .ikpe-aparat:before { content: '\e919'; } /* '' */ 65 .ikpe-cloob:before { content: '\e91a'; } /* '' */ 66 .ikpe-dey:before { content: '\e91b'; } /* '' */ 67 .ikpe-gardeshgari:before { content: '\e91c'; } /* '' */ 68 .ikpe-Hekmat:before { content: '\e91d'; } /* '' */ 69 .ikpe-iranzamin:before { content: '\e91e'; } /* '' */ 70 .ikpe-ghavamin:before { content: '\e91f'; } /* '' */ 71 .ikpe-markazi:before { content: '\e920'; } /* '' */ 72 .ikpe-mehr:before { content: '\e921'; } /* '' */ 73 .ikpe-mellat:before { content: '\e922'; } /* '' */ 74 .ikpe-melli:before { content: '\e923'; } /* '' */ 75 .ikpe-parsian:before { content: '\e924'; } /* '' */ 76 .ikpe-refah:before { content: '\e925'; } /* '' */ 77 .ikpe-saderat:before { content: '\e926'; } /* '' */ 78 .ikpe-salehin:before { content: '\e927'; } /* '' */ 79 .ikpe-saman:before { content: '\e928'; } /* '' */ 80 .ikpe-sarmayeh:before { content: '\e929'; } /* '' */ 81 .ikpe-Mahak:before { content: '\e93e'; } /* '' */ 82 .ikpe-Maskan:before { content: '\e940'; } /* '' */ 83 .ikpe-MEBank:before { content: '\e941'; } /* '' */ 84 .ikpe-Mehreghtesad:before { content: '\e942'; } /* '' */ 85 .ikpe-Mehriran:before { content: '\e947'; } /* '' */ 86 .ikpe-eitaa:before { content: '\e97c'; } /* '' */ 87 .ikpe-soroush:before { content: '\e97d'; } /* '' */ 88 .ikpe-bale:before { content: '\e97e'; } /* '' */ 89 .ikpe-tejarat:before { content: '\e97f'; } /* '' */ 90 .ikpe-Pasargad:before { content: '\e99b'; } /* '' */ 91 .ikpe-PayamNoor:before { content: '\e99d'; } /* '' */ 92 .ikpe-SanatMadan:before { content: '\e9c7'; } /* '' */ 93 .ikpe-Shahr:before { content: '\e9d1'; } /* '' */ 94 .ikpe-Shaparak:before { content: '\e9d2'; } /* '' */ 95 .ikpe-Shetab:before { content: '\e9d3'; } /* '' */ 96 .ikpe-Sina:before { content: '\e9d4'; } /* '' */ 97 .ikpe-Tosse:before { content: '\ea09'; } /* '' */ 98 .ikpe-ZarinPal:before { content: '\ea12'; } /* '' */ 99 .ikpe-Afzal-toos:before { content: '\ea13'; } /* '' */ 27 28 .ikpe-kp:before { 29 content: "\e829"; 30 } 31 .ikpe-eplus:before { 32 content: "\e82b"; 33 } 34 .ikpe-Nimaad:before { 35 content: "\e901"; 36 } 37 .ikpe-gap:before { 38 content: "\e902"; 39 } 40 .ikpe-bisphone:before { 41 content: "\e916"; 42 } 43 .ikpe-Enbank:before { 44 content: "\e918"; 45 } 46 .ikpe-aparat:before { 47 content: "\e919"; 48 } 49 .ikpe-cloob:before { 50 content: "\e91a"; 51 } 52 .ikpe-dey:before { 53 content: "\e91b"; 54 } 55 .ikpe-gardeshgari:before { 56 content: "\e91c"; 57 } 58 .ikpe-Hekmat:before { 59 content: "\e91d"; 60 } 61 .ikpe-iranzamin:before { 62 content: "\e91e"; 63 } 64 .ikpe-ghavamin:before { 65 content: "\e91f"; 66 } 67 .ikpe-markazi:before { 68 content: "\e920"; 69 } 70 .ikpe-mehr:before { 71 content: "\e921"; 72 } 73 .ikpe-mellat:before { 74 content: "\e922"; 75 } 76 .ikpe-melli:before { 77 content: "\e923"; 78 } 79 .ikpe-parsian:before { 80 content: "\e924"; 81 } 82 .ikpe-refah:before { 83 content: "\e925"; 84 } 85 .ikpe-saderat:before { 86 content: "\e926"; 87 } 88 .ikpe-salehin:before { 89 content: "\e927"; 90 } 91 .ikpe-saman:before { 92 content: "\e928"; 93 } 94 .ikpe-sarmayeh:before { 95 content: "\e929"; 96 } 97 .ikpe-Mahak:before { 98 content: "\e93e"; 99 } 100 .ikpe-Maskan:before { 101 content: "\e940"; 102 } 103 .ikpe-MEBank:before { 104 content: "\e941"; 105 } 106 .ikpe-Mehreghtesad:before { 107 content: "\e942"; 108 } 109 .ikpe-Mehriran:before { 110 content: "\e947"; 111 } 112 .ikpe-eitaa:before { 113 content: "\e97c"; 114 } 115 .ikpe-soroush:before { 116 content: "\e97d"; 117 } 118 .ikpe-bale:before { 119 content: "\e97e"; 120 } 121 .ikpe-tejarat:before { 122 content: "\e97f"; 123 } 124 .ikpe-Pasargad:before { 125 content: "\e99b"; 126 } 127 .ikpe-PayamNoor:before { 128 content: "\e99d"; 129 } 130 .ikpe-SanatMadan:before { 131 content: "\e9c7"; 132 } 133 .ikpe-Shahr:before { 134 content: "\e9d1"; 135 } 136 .ikpe-Shaparak:before { 137 content: "\e9d2"; 138 } 139 .ikpe-Shetab:before { 140 content: "\e9d3"; 141 } 142 .ikpe-Sina:before { 143 content: "\e9d4"; 144 } 145 .ikpe-Tosse:before { 146 content: "\ea09"; 147 } 148 .ikpe-ZarinPal:before { 149 content: "\ea12"; 150 } 151 .ikpe-Afzal-toos:before { 152 content: "\ea13"; 153 } -
kitpack-for-persian-elementor/trunk/kitpack-for-persian-elementor.php
r2508414 r2509586 6 6 * Author: کیت پک 7 7 * Author URI: 8 * Version:1.9 8 * Version:1.9.2 9 9 * Text Domain: KPE 10 10 * Domain Path: /languages … … 24 24 */ 25 25 function kpe_init() { 26 define( 'KPE_VERSION', '1.9 ' );26 define( 'KPE_VERSION', '1.9.2' ); 27 27 define( 'KPE_URL', plugins_url( '/', __FILE__ ) ); 28 28 define( 'KPE_PATH', plugin_dir_path( __FILE__ ) ); … … 44 44 require_once plugin_dir_path(__FILE__) . '/includes/lib/codestar-framework/codestar-framework.php' ; 45 45 require_once plugin_dir_path(__FILE__) . '/includes/KPE_Options.class.php'; 46 } 46 47 require_once plugin_dir_path(__FILE__) . '/includes/KPE_Elementor.class.php'; 47 48 require_once plugin_dir_path(__FILE__) . '/includes/lib/elementor-fonts.php'; 48 49 require_once plugin_dir_path(__FILE__) . '/includes/lib/elementor-icons.php'; 49 50 }51 52 50 } 53 51 -
kitpack-for-persian-elementor/trunk/readme.txt
r2508414 r2509586 58 58 == Changelog == 59 59 60 =1.9.2= 61 رفع باگ گزارش شده 62 بهبود آیکن پک ایرانی 63 60 64 =1.9= 61 65 بهبود ترجمه ها برای سایت های دو زبانه
Note: See TracChangeset
for help on using the changeset viewer.