Shortcodes and extra features for Phlox theme - Version 2.9.12

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.9.12
Comparing to
See all releases

Code changes from version 2.9.8 to 2.9.12

Files changed (123) hide show
  1. README.txt +2 -3
  2. admin/assets/js/plugins.js +1 -1
  3. admin/includes/admin-ajax.php +1 -1
  4. admin/includes/admin-hooks.php +0 -36
  5. admin/includes/admin-the-functions.php +4 -1
  6. admin/includes/classes/class-auxels-plugin-check-update.php +2 -2
  7. admin/includes/classes/class-auxels-system-check.php +1 -1
  8. admin/includes/classes/class-auxin-license-activation.php +2 -2
  9. admin/includes/classes/class-auxin-notices.php +5 -5
  10. admin/includes/classes/class-auxin-upgrader-ajax-handlers.php +1 -1
  11. admin/includes/classes/class-auxin-upgrader-http-api.php +0 -126
  12. admin/includes/classes/class-auxin-upgrader-plugin.php +2 -8
  13. admin/includes/classes/class-auxin-upgrader-prepare.php +10 -103
  14. admin/includes/classes/class-auxin-upgrader-theme.php +3 -8
  15. admin/includes/compatibility/siteorigin/fields/colorpicker.class.php +0 -22
  16. admin/includes/compatibility/siteorigin/fields/iconpicker.class.php +0 -31
  17. admin/includes/compatibility/siteorigin/fields/select2-multiple.class.php +0 -33
  18. admin/includes/compatibility/siteorigin/fields/visualselect.class.php +0 -31
  19. admin/includes/compatibility/woocommerce/wc.php +1 -1
  20. admin/includes/metaboxes/metabox-fields-general-custom-logo.php +2 -2
  21. auxin-elements.php +1 -1
  22. includes/classes/class-auxels-admin-assets.php +1 -1
  23. includes/classes/class-auxels-archive-menu-links.php +3 -3
  24. includes/classes/class-auxels-envato-elements.php +2 -2
  25. includes/classes/class-auxels-import-parser.php +25 -25
  26. includes/classes/class-auxels-import.php +4 -4
  27. includes/classes/class-auxels-search-post-type.php +1 -1
  28. includes/classes/class-auxin-admin-dashboard.php +1 -1
  29. includes/classes/class-auxin-demo-importer.php +46 -75
  30. includes/classes/class-auxin-dependency-sorting.php +1 -1
  31. includes/classes/class-auxin-import.php +9 -9
  32. includes/classes/class-auxin-install.php +1 -1
  33. includes/classes/class-auxin-master-nav-menu-admin.php +2 -2
  34. includes/classes/class-auxin-permalink.php +5 -5
  35. includes/classes/class-auxin-plugin-requirements.php +6 -6
  36. includes/classes/class-auxin-post-type-base.php +2 -2
  37. includes/classes/class-auxin-siteorigin-widget.php +0 -246
  38. includes/classes/class-auxin-svg-support.php +5 -5
  39. includes/classes/class-auxin-walker-nav-menu-back.php +34 -37
  40. includes/classes/class-auxin-welcome-sections.php +38 -38
  41. includes/classes/class-auxin-welcome.php +68 -68
  42. includes/classes/class-auxin-whitelabel.php +2 -2
  43. includes/classes/class-auxin-widget-indie.php +6 -6
  44. includes/classes/class-auxin-widget-shortcode-map.php +1 -92
  45. includes/classes/class-auxin-widget.php +80 -84
  46. includes/define.php +1 -1
  47. includes/elementor/class-auxin-elementor-core-elements.php +3 -3
  48. includes/elementor/controls/featured-color.php +1 -1
  49. includes/elementor/controls/icon-select.php +2 -2
  50. includes/elementor/controls/media-select.php +4 -2
  51. includes/elementor/controls/visual-select.php +1 -1
  52. includes/elementor/modules/column.php +1 -1
  53. includes/elementor/modules/common.php +1 -1
  54. includes/elementor/modules/dynamic-tags/featured-colors.php +1 -1
  55. includes/elementor/modules/dynamic-tags/shortcode.php +1 -1
  56. includes/elementor/modules/query-control/module.php +1 -1
  57. includes/elementor/modules/section.php +1 -1
  58. includes/elementor/modules/settings/base/manager.php +1 -1
  59. includes/elementor/modules/theme-builder/module.php +7 -7
  60. includes/elementor/widgets/before-after.php +3 -3
  61. includes/elementor/widgets/heading-modern.php +15 -15
  62. includes/elementor/widgets/icon.php +2 -2
  63. includes/elementor/widgets/recent-comments.php +8 -8
  64. includes/elementor/widgets/responsive-table.php +1 -1
  65. includes/elementor/widgets/theme-elements/logo.php +11 -13
  66. includes/elementor/widgets/theme-elements/menu.php +12 -12
  67. includes/elementor/widgets/theme-elements/modern-search.php +5 -7
  68. includes/elementor/widgets/theme-elements/select.php +6 -6
  69. includes/elementor/widgets/theme-elements/site-title.php +5 -11
  70. includes/elements/about-widget.php +6 -7
  71. includes/elements/accordion-widget.php +0 -2
  72. includes/elements/accordion.php +0 -2
  73. includes/elements/audio.php +3 -4
  74. includes/elements/before-after.php +6 -7
  75. includes/elements/button.php +0 -1
  76. includes/elements/code.php +6 -7
  77. includes/elements/contact-box.php +5 -5
  78. includes/elements/contact-form.php +8 -9
  79. includes/elements/custom-list.php +0 -2
  80. includes/elements/divider.php +0 -1
  81. includes/elements/dropcap.php +5 -6
  82. includes/elements/facebook.php +0 -1
  83. includes/elements/flickr.php +0 -1
  84. includes/elements/gallery.php +5 -6
  85. includes/elements/gmap.php +3 -3
  86. includes/elements/highlight.php +1 -2
  87. includes/elements/image.php +9 -10
  88. includes/elements/instagram-feed.php +3 -4
  89. includes/elements/latest-items.php +7 -7
  90. includes/elements/latest-posts-slider.php +6 -7
  91. includes/elements/popular-posts-widget.php +0 -1
  92. includes/elements/quote.php +6 -7
  93. includes/elements/recent-posts-grid-carousel.php +6 -7
  94. includes/elements/recent-posts-land-style.php +5 -6
  95. includes/elements/recent-posts-masonry.php +5 -6
  96. includes/elements/recent-posts-tiles-carousel.php +6 -7
  97. includes/elements/recent-posts-tiles.php +5 -6
  98. includes/elements/recent-posts-timeline.php +5 -6
  99. includes/elements/recent-posts-widget.php +0 -1
  100. includes/elements/recent-products.php +6 -7
  101. includes/elements/sample-element.php +6 -7
  102. includes/elements/search.php +3 -4
  103. includes/elements/socials-list.php +6 -8
  104. includes/elements/staff.php +7 -8
  105. includes/elements/tab-widget.php +0 -2
  106. includes/elements/tabs.php +4 -6
  107. includes/elements/testimonial.php +7 -9
  108. includes/elements/text.php +11 -13
  109. includes/elements/touch-slider.php +5 -6
  110. includes/elements/video.php +3 -3
  111. includes/general-functions.php +0 -19
  112. includes/general-hooks.php +0 -53
  113. includes/index.php +2 -3
  114. languages/auxin-elements-fa_IR.po +1582 -1603
  115. languages/auxin-elements.pot +1582 -1603
  116. phpcs.xml +141 -0
  117. public/assets/js/plugins.js +1 -1
  118. public/class-auxels.php +2 -2
  119. public/includes/class-auxels-frontend-assets.php +1 -1
  120. public/includes/frontend-ajax.php +1 -1
  121. public/templates/vcomposer/vc_raw_html.php +1 -1
  122. public/templates/vcomposer/vc_row.php +1 -1
  123. public/templates/woocommerce/recent-products.php +1 -1
README.txt CHANGED
@@ -3,11 +3,11 @@ Contributors: averta, averta_support
3
  Donate link: http://phlox.pro/go/?utm_medium=donate-phlox&ref=averta&utm_source=wporg-auxin-elements
4
  License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
- Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 6.0.0
10
- Stable tag: 2.9.8
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -25,7 +25,6 @@ This plugin adds plenty of premium functionalities to Phlox theme, such as one-c
25
 
26
  = Features =
27
  * Elementor Page builder support (27 Exclusive Elements)
28
- * Siteorigin Page builder support (27 Exclusive Elements)
29
  * Page builder Elements
30
  * 31 Exclusive Shortcodes
31
  * Auxin Widgets
3
  Donate link: http://phlox.pro/go/?utm_medium=donate-phlox&ref=averta&utm_source=wporg-auxin-elements
4
  License: GPLv3
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
+ Tags: phlox, gallery, elementor, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
  Tested up to: 6.0.0
10
+ Stable tag: 2.9.12
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
25
 
26
  = Features =
27
  * Elementor Page builder support (27 Exclusive Elements)
 
28
  * Page builder Elements
29
  * 31 Exclusive Shortcodes
30
  * Auxin Widgets
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.8 (2022-06)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.9.12 (2022-07)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
admin/includes/admin-ajax.php CHANGED
@@ -53,7 +53,7 @@ function auxin_ajax_send_feedback(){
53
 
54
  // send the feedback via email
55
  $message = 'Rate: '. $rate . "\r\n" . 'Email: <' . $email . ">\r\n\r\n" . $feedback;
56
- wp_mail( 'feedbacks'.'@'.'averta.net', 'Feedback from phlox dashboard:', $message );
57
 
58
  wp_send_json_success( __( 'Sent Successfully. Thanks for your feedback!', 'auxin-elements' ) );
59
 
53
 
54
  // send the feedback via email
55
  $message = 'Rate: '. $rate . "\r\n" . 'Email: <' . $email . ">\r\n\r\n" . $feedback;
56
+ wp_mail( 'feedbacks@averta.net', 'Feedback from phlox dashboard:', $message );
57
 
58
  wp_send_json_success( __( 'Sent Successfully. Thanks for your feedback!', 'auxin-elements' ) );
59
 
admin/includes/admin-hooks.php CHANGED
@@ -383,27 +383,6 @@ function auxels_add_page_metabox_models( $models ){
383
 
384
  add_filter( 'auxin_admin_metabox_models_page', 'auxels_add_page_metabox_models' );
385
 
386
- /*-----------------------------------------------------------------------------------*/
387
- /* Add theme tab in siteorigin page builder
388
- /*-----------------------------------------------------------------------------------*/
389
-
390
- function auxin_add_widget_tabs($tabs) {
391
- $tabs[] = array(
392
- 'title' => THEME_NAME,
393
- 'filter' => array(
394
- 'groups' => array('auxin')
395
- )
396
- );
397
-
398
- if (isset($tabs['recommended'])){
399
- unset($tabs['recommended']);
400
- }
401
-
402
-
403
- return $tabs;
404
- }
405
- add_filter( 'siteorigin_panels_widget_dialog_tabs', 'auxin_add_widget_tabs', 20 );
406
-
407
  // =============================================================================
408
 
409
  function auxin_admin_footer_text( $footer_text ) {
@@ -598,21 +577,6 @@ function auxels_after_plugin_update(){
598
  add_action( 'admin_init', 'auxels_after_plugin_update', 9 );
599
 
600
 
601
-
602
- add_action( 'admin_init', function(){
603
-
604
- $plugin_update_check = new AUXELS_Plugin_Check_Update (
605
- AUXELS_VERSION, // current version
606
- 'http://api.averta.net/envato/items/', // update path
607
- AUXELS_BASE_NAME, // plugin file slug
608
- 'auxin-elements', // plugin slug
609
- 'auxin-elements', // item request name
610
- AUXELS_DIR . '/auxin-elements.php' // plugin file
611
- );
612
-
613
- $plugin_update_check->plugin_id = '1238506';
614
- } );
615
-
616
  /**
617
  * Disable the query monitor on vc frontend editor
618
  *
383
 
384
  add_filter( 'auxin_admin_metabox_models_page', 'auxels_add_page_metabox_models' );
385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  // =============================================================================
387
 
388
  function auxin_admin_footer_text( $footer_text ) {
577
  add_action( 'admin_init', 'auxels_after_plugin_update', 9 );
578
 
579
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
580
  /**
581
  * Disable the query monitor on vc frontend editor
582
  *
admin/includes/admin-the-functions.php CHANGED
@@ -183,6 +183,7 @@ if ( ! function_exists('auxin_template_importer') ) {
183
  ]
184
  ];
185
 
 
186
  if ( is_numeric( $template_ID ) ) {
187
  // Get All Templates data
188
  $templates_data = Auxin_Welcome::get_instance()->get_demo_list('templates');
@@ -308,7 +309,9 @@ if ( ! function_exists('auxin_template_importer') ) {
308
  update_post_meta( $post_id, '_elementor_template_type', $template_type );
309
  }
310
 
311
- auxin_set_transient( $template_imported_id_key, $post_id, MONTH_IN_SECONDS );
 
 
312
 
313
  // Force to generate CSS file for this template
314
  Auxin_Demo_Importer::get_instance()->maybe_flush_post( $post_id );
183
  ]
184
  ];
185
 
186
+ $template_imported_id_key = false;
187
  if ( is_numeric( $template_ID ) ) {
188
  // Get All Templates data
189
  $templates_data = Auxin_Welcome::get_instance()->get_demo_list('templates');
309
  update_post_meta( $post_id, '_elementor_template_type', $template_type );
310
  }
311
 
312
+ if ( $template_imported_id_key ) {
313
+ auxin_set_transient( $template_imported_id_key, $post_id, MONTH_IN_SECONDS );
314
+ }
315
 
316
  // Force to generate CSS file for this template
317
  Auxin_Demo_Importer::get_instance()->maybe_flush_post( $post_id );
admin/includes/classes/class-auxels-plugin-check-update.php CHANGED
@@ -73,7 +73,7 @@ class AUXELS_Plugin_Check_Update {
73
  * @param string $plugin_slug
74
  * @param string $slug
75
  */
76
- function __construct( $current_version, $update_path, $plugin_slug, $slug, $item_request_name = '' ) {
77
  // Set the class public variables
78
  $this->current_version = $current_version;
79
  $this->update_path = $update_path;
@@ -83,7 +83,7 @@ class AUXELS_Plugin_Check_Update {
83
  $this->request_name = empty( $item_request_name ) ? $this->slug : $item_request_name;
84
 
85
  // define the alternative API for checking for updates
86
- add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update') );
87
  }
88
 
89
 
73
  * @param string $plugin_slug
74
  * @param string $slug
75
  */
76
+ public function __construct( $current_version, $update_path, $plugin_slug, $slug, $item_request_name = '' ) {
77
  // Set the class public variables
78
  $this->current_version = $current_version;
79
  $this->update_path = $update_path;
83
  $this->request_name = empty( $item_request_name ) ? $this->slug : $item_request_name;
84
 
85
  // define the alternative API for checking for updates
86
+ add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
87
  }
88
 
89
 
admin/includes/classes/class-auxels-system-check.php CHANGED
@@ -8,7 +8,7 @@ class Auxels_System_Check {
8
  */
9
  protected static $instance = null;
10
 
11
- function __construct(){
12
  add_filter( 'site_status_tests', array( $this, 'auxin_system_status_check' ) );
13
  }
14
 
8
  */
9
  protected static $instance = null;
10
 
11
+ public function __construct(){
12
  add_filter( 'site_status_tests', array( $this, 'auxin_system_status_check' ) );
13
  }
14
 
admin/includes/classes/class-auxin-license-activation.php CHANGED
@@ -22,7 +22,7 @@ class Auxin_License_Activation {
22
  protected $action = 'activate';
23
 
24
 
25
- function __construct(){
26
  $this->option_prefix = AUXELS_PURCHASE_KEY;
27
  }
28
 
@@ -56,7 +56,7 @@ class Auxin_License_Activation {
56
 
57
  global $wp_version;
58
 
59
- $action = ( 'activate' === $this->action ) ? 'activate': 'deactivate';
60
  $token = $this->get_license_info( 'token' );
61
 
62
  $args = array(
22
  protected $action = 'activate';
23
 
24
 
25
+ public function __construct(){
26
  $this->option_prefix = AUXELS_PURCHASE_KEY;
27
  }
28
 
56
 
57
  global $wp_version;
58
 
59
+ $action = ( 'activate' === $this->action ) ? 'activate' : 'deactivate';
60
  $token = $this->get_license_info( 'token' );
61
 
62
  $args = array(
admin/includes/classes/class-auxin-notices.php CHANGED
@@ -7,9 +7,9 @@ class Auxin_Notices{
7
  protected $args = array();
8
  protected $buttons = '';
9
 
10
- function __construct( $args = array() ){
11
  $defaults = array(
12
- 'id' => NULL,
13
  'title' => '',
14
  'skin' => 'default',
15
  'image' => '',
@@ -183,7 +183,7 @@ class Auxin_Notices{
183
  if( $this->args['has_close'] ){
184
  ?>
185
  <a href="<?php echo esc_url( $this->get_nonce_url() ); ?>" class="notice-dismiss aux-skip-notice aux-close-notice">
186
- <span class="screen-reader-text"><?php echo _e( 'Skip', 'auxin-elements' ); ?></span>
187
  </a>
188
  <?php } ?>
189
  <script>
@@ -219,7 +219,7 @@ class Auxin_Notices{
219
  private function flush_dismissible(){
220
  if ( isset( $_GET[ $this->args['dismissible']['url_key'] ] ) && isset( $_GET[ '_notice_nonce' ] ) && $_GET[ $this->args['dismissible']['url_key'] ] === $this->args['id'] ) {
221
  if ( ! wp_verify_nonce( $_GET[ '_notice_nonce' ], $this->args['dismissible']['action'] ) ) {
222
- wp_die( __( 'Authorization failed. Please refresh the page and try again.', 'auxin-elements' ) );
223
  }
224
  auxin_set_transient( $this->get_transient_key(), 1, $this->args['dismissible']['expiration'] );
225
  $this->args['dismissible'] = false;
@@ -333,7 +333,7 @@ class Auxin_Notices{
333
  $updated = empty( $updated ) ? 'updated' : '';
334
  echo sprintf(
335
  '<div class="%s auxin-message aux-notice-control aux-notice-wrapper %s %s" %s>%s %s %s <p class="aux-notice-submit submit">%s %s</p></div>',
336
- $updated,
337
  $this->get_unique_class(),
338
  $this->get_skin(),
339
  $this->get_custom_styles(),
7
  protected $args = array();
8
  protected $buttons = '';
9
 
10
+ public function __construct( $args = array() ){
11
  $defaults = array(
12
+ 'id' => null,
13
  'title' => '',
14
  'skin' => 'default',
15
  'image' => '',
183
  if( $this->args['has_close'] ){
184
  ?>
185
  <a href="<?php echo esc_url( $this->get_nonce_url() ); ?>" class="notice-dismiss aux-skip-notice aux-close-notice">
186
+ <span class="screen-reader-text"><?php echo esc_html__( 'Skip', 'auxin-elements' ); ?></span>
187
  </a>
188
  <?php } ?>
189
  <script>
219
  private function flush_dismissible(){
220
  if ( isset( $_GET[ $this->args['dismissible']['url_key'] ] ) && isset( $_GET[ '_notice_nonce' ] ) && $_GET[ $this->args['dismissible']['url_key'] ] === $this->args['id'] ) {
221
  if ( ! wp_verify_nonce( $_GET[ '_notice_nonce' ], $this->args['dismissible']['action'] ) ) {
222
+ wp_die( esc_html__( 'Authorization failed. Please refresh the page and try again.', 'auxin-elements' ) );
223
  }
224
  auxin_set_transient( $this->get_transient_key(), 1, $this->args['dismissible']['expiration'] );
225
  $this->args['dismissible'] = false;
333
  $updated = empty( $updated ) ? 'updated' : '';
334
  echo sprintf(
335
  '<div class="%s auxin-message aux-notice-control aux-notice-wrapper %s %s" %s>%s %s %s <p class="aux-notice-submit submit">%s %s</p></div>',
336
+ esc_attr( $updated ),
337
  $this->get_unique_class(),
338
  $this->get_skin(),
339
  $this->get_custom_styles(),
admin/includes/classes/class-auxin-upgrader-ajax-handlers.php CHANGED
@@ -4,7 +4,7 @@ class Auxin_Upgrader_Ajax_Handlers {
4
 
5
  protected $skin;
6
 
7
- function __construct(){
8
  // Include upgrader class
9
  include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
10
  $this->skin = new WP_Ajax_Upgrader_Skin();
4
 
5
  protected $skin;
6
 
7
+ public function __construct(){
8
  // Include upgrader class
9
  include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
10
  $this->skin = new WP_Ajax_Upgrader_Skin();
admin/includes/classes/class-auxin-upgrader-http-api.php DELETED
@@ -1,126 +0,0 @@
1
- <?php
2
-
3
- class Auxin_Upgrader_Http_Api {
4
-
5
- protected $api = 'http://api.averta.net/envato/items/';
6
-
7
- function __construct(){}
8
-
9
- /**
10
- * Get single setting value
11
- *
12
- * @param string $option
13
- * @param string $section
14
- * @param string $default
15
- * @return string
16
- */
17
- private function get_setting( $option, $section, $default = '' ) {
18
- $options = get_site_option( $section );
19
-
20
- if ( isset( $options[$option] ) ) {
21
- return $options[$option];
22
- }
23
- return $default;
24
- }
25
-
26
- /**
27
- * Make a wordpress remote post request on averta API
28
- *
29
- * @param array $args
30
- * @return void
31
- */
32
- private function remote_post( $args ){
33
- global $wp_version;
34
-
35
- $request_string = array(
36
- 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'),
37
- 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30: 3),
38
- 'body' => $args
39
- );
40
-
41
- // Start checking for an update
42
- $request = wp_remote_post( $this->api, $request_string );
43
-
44
- if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
45
- return false;
46
- }
47
-
48
- return $request;
49
- }
50
-
51
- /**
52
- * Get our non official items list
53
- *
54
- * @return array
55
- */
56
- private function get_non_official_items(){
57
- return apply_filters( 'auxin_set_non_official_items', array(
58
- '3909293' => 'phlox-pro',
59
- '3909293-03' => 'auxin-shop',
60
- '3909293-04' => 'auxin-the-news',
61
- '3909293-05' => 'auxin-pro-tools',
62
- '3909293-06' => 'masterslider-wp',
63
- '3909293-07' => 'js_composer',
64
- '3909293-08' => 'bdthemes-element-pack',
65
- '3909293-09' => 'Ultimate_VC_Addons',
66
- '3909293-10' => 'waspthemes-yellow-pencil',
67
- '3909293-11' => 'LayerSlider',
68
- '3909293-12' => 'revslider',
69
- '3909293-13' => 'go_pricing',
70
- '3909293-14' => 'convertplug'
71
- ) );
72
- }
73
-
74
- /**
75
- * Get download link from averta API
76
- *
77
- * @return void
78
- */
79
- public function get_download_link( $key ){
80
-
81
- $token = $this->get_setting( 'token' , AUXELS_PURCHASE_KEY );
82
- $token = empty( $token ) ? $this->get_setting( 'token' , THEME_ID . '_license' ) : $token;
83
-
84
- if( empty( $token ) ) {
85
- return new WP_Error( 'no_credentials',
86
- __( 'Envato username, API key and your item purchase code are required for downloading updates from Envato marketplace.', 'auxin-elements' )
87
- );
88
- }
89
-
90
- $items = $this->get_non_official_items();
91
-
92
- if( ! in_array( $key, $items ) ) {
93
- return new WP_Error( 'no_credentials',
94
- '"' . $key . '" ' . __( 'Is not exist in our non official list. ', 'auxin-elements' )
95
- );
96
- }
97
- $item_ID = array_search( $key, $items );
98
-
99
- $request = $this->remote_post( array(
100
- 'cat' => 'download-purchase',
101
- 'action' => 'token',
102
- 'item-id' => $item_ID,
103
- 'token' => $token,
104
- 'url' => get_site_url()
105
- ) );
106
-
107
- if( $request === false ){
108
- return new WP_Error( 'process_faild',
109
- __( 'Error in getting download link.', 'auxin-elements' )
110
- );
111
- }
112
-
113
- $response = wp_remote_retrieve_body( $request );
114
- $response = json_decode( $response, true );
115
-
116
- if( ! isset( $response['download_url'] ) || empty( $response['download_url'] ) ) {
117
- // Envato API error ..
118
- return new WP_Error( 'no_credentials',
119
- __( 'Error on connecting to download API...', 'auxin-elements' )
120
- );
121
- }
122
-
123
- return $response['download_url'];
124
- }
125
-
126
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/classes/class-auxin-upgrader-plugin.php CHANGED
@@ -55,7 +55,6 @@ class Auxin_Upgrader_Plugin extends Plugin_Upgrader {
55
  $this->maintenance_mode(true);
56
 
57
  $results = array();
58
- $api_request = new Auxin_Upgrader_Http_Api;
59
 
60
  $this->update_count = count($plugins);
61
  $this->update_current = 0;
@@ -82,13 +81,8 @@ class Auxin_Upgrader_Plugin extends Plugin_Upgrader {
82
 
83
  $this->skin->plugin_active = is_plugin_active($plugin);
84
 
85
- if( ! wp_http_validate_url( $r['package'] ) && $r['package'] == 'AUXIN_GET_DOWNLOAD_URL' ){
86
- $r['slug'] = ( $r['slug'] == 'masterslider' ) ? 'masterslider-wp' : $r['slug'];
87
- $downlaod_link = $api_request->get_download_link( $r['slug'] );
88
- if( ! is_wp_error( $downlaod_link ) ){
89
- $r['package'] = $downlaod_link;
90
- }
91
- }
92
 
93
  $result = $this->run( array(
94
  'package' => $r['package'],
55
  $this->maintenance_mode(true);
56
 
57
  $results = array();
 
58
 
59
  $this->update_count = count($plugins);
60
  $this->update_current = 0;
81
 
82
  $this->skin->plugin_active = is_plugin_active($plugin);
83
 
84
+
85
+ $r = apply_filters( 'auxin_modify_package_before_upgrade', $r );
 
 
 
 
 
86
 
87
  $result = $this->run( array(
88
  'package' => $r['package'],
admin/includes/classes/class-auxin-upgrader-prepare.php CHANGED
@@ -12,12 +12,10 @@ class Auxin_Upgrader_Prepare {
12
  'plugins' => 'update_plugins',
13
  'themes' => 'update_themes'
14
  );
15
- protected $api = 'http://api.averta.net/envato/items/';
16
 
17
- function __construct(){
18
  add_filter( 'site_transient_update_plugins', array( $this, 'disable_update_plugins' ) );
19
  add_filter( 'site_transient_update_themes', array( $this, 'disable_update_themes' ) );
20
- add_filter ( 'pre_set_site_transient_update_themes', [ $this, 'pre_set_transient_update_theme' ] );
21
 
22
  add_action( 'load-plugins.php', array( $this, 'update_plugins' ) );
23
  add_action( 'load-update.php', array( $this, 'update_plugins' ) );
@@ -42,9 +40,9 @@ class Auxin_Upgrader_Prepare {
42
  $plugins = apply_filters( 'auxin_disable_plugins_updates', array() );
43
  if ( isset($transient) && is_object($transient) && ! empty( $plugins ) ) {
44
  foreach ( $plugins as $key => $plugin ) {
45
- $pluginPath = $plugin . '/' . $plugin . '.php';
46
- if ( isset( $transient->response[$pluginPath] ) ) {
47
- unset( $transient->response[$pluginPath] );
48
  }
49
  }
50
  }
@@ -61,8 +59,8 @@ class Auxin_Upgrader_Prepare {
61
  $themes = apply_filters( 'auxin_disable_themes_updates', array() );
62
  if ( isset($transient) && is_object($transient) && ! empty( $themes ) ) {
63
  foreach ( $themes as $theme ) {
64
- if ( isset( $transient->response[$theme] ) ) {
65
- unset( $transient->response[$theme] );
66
  }
67
  }
68
  }
@@ -165,25 +163,12 @@ class Auxin_Upgrader_Prepare {
165
  );
166
  }
167
  }
168
- } else {
169
- // Get version number of our api
170
- $new_version = $this->remote_get( array(
171
- 'cat' => 'version-check',
172
- 'action' => 'final',
173
- 'item-name' => sanitize_key( $slug )
174
- ) );
175
-
176
- if( ! empty( $new_version ) && version_compare( $new_version, $data->get( 'Version' ), '>' ) ){
177
- $new_option->response[ $data->get_stylesheet() ] = array(
178
- 'slug' => esc_sql($slug),
179
- 'version' => esc_sql($new_version),
180
- 'package' => 'AUXIN_GET_DOWNLOAD_URL'
181
- );
182
- }
183
  }
184
 
185
  }
186
 
 
 
187
  auxin_set_transient( 'auxin_update_themes', $new_option );
188
  }
189
 
@@ -282,24 +267,11 @@ class Auxin_Upgrader_Prepare {
282
  );
283
  }
284
  }
285
- } else {
286
- // Get version number of our api
287
- $new_version = $this->remote_get( array(
288
- 'cat' => 'version-check',
289
- 'action' => 'final',
290
- 'item-name' => sanitize_key( $slug )
291
- ) );
292
-
293
- if( ! empty( $new_version ) && version_compare( $new_version, $data['Version'], '>' ) ){
294
- $new_option->response[ $path ] = array(
295
- 'slug' => esc_sql($slug),
296
- 'version' => esc_sql($new_version),
297
- 'package' => 'AUXIN_GET_DOWNLOAD_URL'
298
- );
299
- }
300
  }
301
  }
302
 
 
 
303
  auxin_set_transient( 'auxin_update_plugins', $new_option );
304
  }
305
 
@@ -396,27 +368,6 @@ class Auxin_Upgrader_Prepare {
396
  return false;
397
  }
398
 
399
- /**
400
- * General remote get function
401
- *
402
- * @param array $request_args
403
- * @return void
404
- */
405
- public function remote_get( $request_args ){
406
- $url = add_query_arg(
407
- $request_args,
408
- $this->api
409
- );
410
-
411
- $request = wp_remote_get( $url );
412
-
413
- if ( is_wp_error( $request ) ) {
414
- return false;
415
- }
416
-
417
- return wp_remote_retrieve_body( $request );
418
- }
419
-
420
  /**
421
  * Check the last time upgrades were run before checking plugin versions.
422
  *
@@ -459,48 +410,4 @@ class Auxin_Upgrader_Prepare {
459
  return self::$instance;
460
  }
461
 
462
- /**
463
- * Upgrade theme through wordpress built in upgrader system
464
- *
465
- * @param object $transient
466
- * @return object $transient
467
- */
468
- function pre_set_transient_update_theme( $transient ) {
469
-
470
- if( empty( $transient->checked ) ) {
471
- return $transient;
472
- }
473
-
474
- $get_themes = $this->get_themes();
475
- $api_request = new Auxin_Upgrader_Http_Api;
476
- foreach ( $get_themes as $slug => $data ) {
477
-
478
- if( !$data->isOfficial ) {
479
-
480
- // Get version number of our api
481
- $new_version = $this->remote_get( array(
482
- 'cat' => 'version-check',
483
- 'action' => 'final',
484
- 'item-name' => sanitize_key( $slug )
485
- ) );
486
-
487
- if( ! empty( $new_version ) && version_compare( $new_version, $data->get( 'Version' ), '>' ) ){
488
- $downlaod_link = $api_request->get_download_link( $slug );
489
- if( is_wp_error( $downlaod_link ) ){
490
- continue;
491
- }
492
- $transient->response[ $data->get_stylesheet() ] = array(
493
- 'slug' => esc_sql($slug),
494
- 'version' => $data->get( 'Version' ),
495
- 'new_version' => esc_sql($new_version),
496
- 'package' => $downlaod_link
497
- );
498
- }
499
- }
500
-
501
- }
502
-
503
- return $transient;
504
- }
505
-
506
  }
12
  'plugins' => 'update_plugins',
13
  'themes' => 'update_themes'
14
  );
 
15
 
16
+ public function __construct(){
17
  add_filter( 'site_transient_update_plugins', array( $this, 'disable_update_plugins' ) );
18
  add_filter( 'site_transient_update_themes', array( $this, 'disable_update_themes' ) );
 
19
 
20
  add_action( 'load-plugins.php', array( $this, 'update_plugins' ) );
21
  add_action( 'load-update.php', array( $this, 'update_plugins' ) );
40
  $plugins = apply_filters( 'auxin_disable_plugins_updates', array() );
41
  if ( isset($transient) && is_object($transient) && ! empty( $plugins ) ) {
42
  foreach ( $plugins as $key => $plugin ) {
43
+ $plugin_path = $plugin . '/' . $plugin . '.php';
44
+ if ( isset( $transient->response[$plugin_path] ) ) {
45
+ unset( $transient->response[$plugin_path] );
46
  }
47
  }
48
  }
59
  $themes = apply_filters( 'auxin_disable_themes_updates', array() );
60
  if ( isset($transient) && is_object($transient) && ! empty( $themes ) ) {
61
  foreach ( $themes as $theme ) {
62
+ if ( isset( $transient->response[ $theme ] ) ) {
63
+ unset( $transient->response[ $theme ] );
64
  }
65
  }
66
  }
163
  );
164
  }
165
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  }
167
 
168
  }
169
 
170
+ $new_option = apply_filters( 'auxin_before_setting_update_themes_transient', $new_option, $get_themes );
171
+
172
  auxin_set_transient( 'auxin_update_themes', $new_option );
173
  }
174
 
267
  );
268
  }
269
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  }
271
  }
272
 
273
+ $new_option = apply_filters( 'auxin_before_setting_update_plugins_transient', $new_option, $get_plugins );
274
+
275
  auxin_set_transient( 'auxin_update_plugins', $new_option );
276
  }
277
 
368
  return false;
369
  }
370
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  /**
372
  * Check the last time upgrades were run before checking plugin versions.
373
  *
410
  return self::$instance;
411
  }
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  }
admin/includes/classes/class-auxin-upgrader-theme.php CHANGED
@@ -55,7 +55,6 @@ class Auxin_Upgrader_Theme extends Theme_Upgrader {
55
  $this->maintenance_mode(true);
56
 
57
  $results = array();
58
- $api_request = new Auxin_Upgrader_Http_Api;
59
 
60
  $this->update_count = count($themes);
61
  $this->update_current = 0;
@@ -69,19 +68,15 @@ class Auxin_Upgrader_Theme extends Theme_Upgrader {
69
  $this->skin->before();
70
  $this->skin->feedback( 'up_to_date' );
71
  $this->skin->after();
72
- $results[$theme] = true;
73
  continue;
74
  }
75
 
76
  // Get the URL to the zip file
77
  $r = $this->update_list->response[ $theme ];
78
 
79
- if( ! wp_http_validate_url( $r['package'] ) && $r['package'] == 'AUXIN_GET_DOWNLOAD_URL' ){
80
- $downlaod_link = $api_request->get_download_link( $r['slug'] );
81
- if( ! is_wp_error( $downlaod_link ) ){
82
- $r['package'] = $downlaod_link;
83
- }
84
- }
85
 
86
  $result = $this->run( array(
87
  'package' => $r['package'],
55
  $this->maintenance_mode(true);
56
 
57
  $results = array();
 
58
 
59
  $this->update_count = count($themes);
60
  $this->update_current = 0;
68
  $this->skin->before();
69
  $this->skin->feedback( 'up_to_date' );
70
  $this->skin->after();
71
+ $results[ $theme ] = true;
72
  continue;
73
  }
74
 
75
  // Get the URL to the zip file
76
  $r = $this->update_list->response[ $theme ];
77
 
78
+ $r = apply_filters( 'auxin_modify_package_before_upgrade', $r );
79
+
 
 
 
 
80
 
81
  $result = $this->run( array(
82
  'package' => $r['package'],
admin/includes/compatibility/siteorigin/fields/colorpicker.class.php DELETED
@@ -1,22 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Class Auxin_SiteOrigin_Field_Colorpicker
5
- */
6
- class Auxin_SiteOrigin_Field_Colorpicker extends SiteOrigin_Widget_Field_Base {
7
-
8
- protected function render_field( $value, $instance ) {
9
-
10
- $output = '<div class="aux-so-colorpicker aux-element-colorpicker mini-color-wrapper">';
11
-
12
- $output .= sprintf( '<input type="text" class="aux-colorpicker-field" name="%s" id="%s" value="%2$s" />', $this->element_name, $this->element_id, $field['value'] ).
13
-
14
- $output .= '</div>';
15
-
16
- echo $output;
17
- }
18
-
19
- protected function sanitize_field_input( $value, $instance ) {
20
- return $value;
21
- }
22
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/compatibility/siteorigin/fields/iconpicker.class.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Class Auxin_SiteOrigin_Field_Iconpicker
5
- */
6
- class Auxin_SiteOrigin_Field_Iconpicker extends SiteOrigin_Widget_Field_Base {
7
-
8
- protected function render_field( $value, $instance ) {
9
-
10
- $font_icons = Auxin()->Font_Icons->get_icons_list('fontastic');
11
- $output = '<div class="aux-element-field aux-iconpicker">';
12
- $output .= sprintf( '<select name="%1$s" id="%1$s" class="aux-fonticonpicker aux-select" >', $this->element_name );
13
- $output .= '<option value="">' . __('Choose ..', 'auxin-elements') . '</option>';
14
-
15
- if( is_array( $font_icons ) ){
16
- foreach ( $font_icons as $icon ) {
17
- $icon_id = trim( $icon->classname, '.' );
18
- $output .= '<option value="'. $icon_id .'" '. selected( $value, $icon_id, false ) .' >'. $icon->name . '</option>';
19
- }
20
- }
21
-
22
- $output .= '</select>';
23
- $output .= '</div>';
24
-
25
- echo $output;
26
- }
27
-
28
- protected function sanitize_field_input( $value, $instance ) {
29
- return $value;
30
- }
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/compatibility/siteorigin/fields/select2-multiple.class.php DELETED
@@ -1,33 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Class Auxin_SiteOrigin_Field_Select2
5
- */
6
- class Auxin_SiteOrigin_Field_Select2_Multiple extends SiteOrigin_Widget_Field_Base {
7
-
8
- protected $options;
9
-
10
- protected function render_field( $value, $instance ) {
11
-
12
- if( gettype( $value ) ==="string" ) {
13
- $value = explode( ',', $value );
14
- }
15
-
16
- $output = '<div class="aux-element-field aux-multiple-selector ">';
17
- $output .= '<select multiple="multiple" name="'.$this->element_name.'" id="'.$this->element_id.'" style="width:100%" ' . ' class="wpb-multiselect wpb_vc_param_value aux-select2-multiple">';
18
-
19
- foreach ( $this->options as $id => $option_info ) {
20
- $active_attr = in_array( $id, $value ) ? 'selected="selected"' : '';
21
- $output .= sprintf( '<option value="%s" %s >%s</option>', $id, $active_attr, $option_info );
22
- }
23
-
24
- $output .= '</select></div>';
25
-
26
- echo $output;
27
-
28
- }
29
-
30
- protected function sanitize_field_input( $value, $instance ) {
31
- return $value;
32
- }
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/compatibility/siteorigin/fields/visualselect.class.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Class Auxin_SiteOrigin_Field_Visualselect
5
- */
6
- class Auxin_SiteOrigin_Field_Visualselect extends SiteOrigin_Widget_Field_Base {
7
-
8
- protected $options;
9
-
10
- protected function render_field( $value, $instance ) {
11
-
12
- $output = '<div class="aux-element-field aux-visual-selector">';
13
- $output .= '<select class="meta-select visual-select-wrapper" name="' . $this->element_name . '" id="' . $this->element_id . '" value="' . $value . '" >';
14
-
15
- foreach ( $this->options as $id => $option_info ) {
16
- $active_attr = ( $value == $id ) ? ' selected ' : "";
17
- $data_class = isset( $option_info['css_class'] ) && !empty( $option_info['css_class'] ) ? 'data-class="'. $option_info['css_class'].'"' : '';
18
- $data_symbol = empty( $data_class ) && isset( $option_info['image'] ) && ! empty( $option_info['image'] ) ? 'data-symbol="'. $option_info['image'].'"' : '';
19
- $data_video = ! empty( $option_info['video_src'] ) ? 'data-video-src="'. esc_attr( $option_info['video_src'] ).'"' : '';
20
- $output .= sprintf( '<option value="%s" %s %s %s %s>%s</option>', $id, $active_attr, $data_symbol, $data_video, $data_class, $option_info['label'] );
21
- }
22
-
23
- $output .= '</select></div>';
24
-
25
- echo $output;
26
- }
27
-
28
- protected function sanitize_field_input( $value, $instance ) {
29
- return $value;
30
- }
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/compatibility/woocommerce/wc.php CHANGED
@@ -9,7 +9,7 @@ function auxin_disable_automatic_page_creation( $pages ) {
9
  if ( ! empty( $_GET['action'] ) && $_GET['action'] == 'install_pages' ) {
10
  return $pages;
11
  }
12
- return[];
13
  }
14
 
15
  ?>
9
  if ( ! empty( $_GET['action'] ) && $_GET['action'] == 'install_pages' ) {
10
  return $pages;
11
  }
12
+ return [];
13
  }
14
 
15
  ?>
admin/includes/metaboxes/metabox-fields-general-custom-logo.php CHANGED
@@ -44,12 +44,12 @@ function auxin_metabox_fields_general_custom_logo(){
44
  'default' => '',
45
  'style_callback' => function( $value = null ){
46
  // Get the dependency value while saving the metafield
47
- $enabled = isset( $_POST['aux_use_custom_logo'] ) ? $_POST['aux_use_custom_logo'] : 0;
48
  if( ! auxin_is_true( $enabled ) ){
49
  return '';
50
  }
51
  $value = trim( $value, 'px');
52
- return $value ? ".aux-logo-header .aux-logo-anchor{ max-width:{$value}px; }" : '';
53
  }
54
  ),
55
 
44
  'default' => '',
45
  'style_callback' => function( $value = null ){
46
  // Get the dependency value while saving the metafield
47
+ $enabled = isset( $_POST['aux_use_custom_logo'] ) ? sanitize_text_field( $_POST['aux_use_custom_logo'] ) : 0;
48
  if( ! auxin_is_true( $enabled ) ){
49
  return '';
50
  }
51
  $value = trim( $value, 'px');
52
+ return $value ? ".aux-logo-header .aux-logo-anchor{ max-width:{" . esc_attr( $value ) . "}px; }" : '';
53
  }
54
  ),
55
 
auxin-elements.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.9.8
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.9.12
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/classes/class-auxels-admin-assets.php CHANGED
@@ -23,7 +23,7 @@ class Auxels_Admin_Assets {
23
  /**
24
  * __construct
25
  */
26
- function __construct() {
27
  // general assets
28
  add_action( 'admin_enqueue_scripts', array( $this, 'load_scripts' ) );
29
  }
23
  /**
24
  * __construct
25
  */
26
+ public function __construct() {
27
  // general assets
28
  add_action( 'admin_enqueue_scripts', array( $this, 'load_scripts' ) );
29
  }
includes/classes/class-auxels-archive-menu-links.php CHANGED
@@ -54,7 +54,7 @@ class Auxels_Archive_Menu_Links{
54
  <li>
55
  <label class="menu-item-title">
56
  <input type="checkbox" class="menu-item-checkbox" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-object-id]" value="-1"/>
57
- <?php echo __( 'Archive', 'auxin-elements' ) . ' <strong>'.$post_type_label .'</strong>'; ?>
58
  </label>
59
  <input type="hidden" class="menu-item-type" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-type]" value="custom"/>
60
  <input type="hidden" class="menu-item-title" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-title]" value="<?php echo esc_attr( $post_type_label ); ?>"/>
@@ -69,10 +69,10 @@ class Auxels_Archive_Menu_Links{
69
  </div>
70
  <p class="button-controls">
71
  <span class="list-controls">
72
- <a href="<?php echo admin_url('nav-menus.php?page-tab=all&selectall=1#posttype-archive-pages'); ?>" class="select-all"> <?php _e('Select All', 'auxin-elements' ); ?></a>
73
  </span>
74
  <span class="add-to-menu">
75
- <input type="submit" class="button-secondary submit-add-to-menu right" value="<?php _e('Add to Menu', 'auxin-elements') ?>" name="add-post-type-menu-item" id="submit-posttype-archive-pages">
76
  <span class="spinner"></span>
77
  </span>
78
  </p>
54
  <li>
55
  <label class="menu-item-title">
56
  <input type="checkbox" class="menu-item-checkbox" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-object-id]" value="-1"/>
57
+ <?php echo esc_html__( 'Archive', 'auxin-elements' ) . ' <strong>'. esc_html( $post_type_label ) .'</strong>'; ?>
58
  </label>
59
  <input type="hidden" class="menu-item-type" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-type]" value="custom"/>
60
  <input type="hidden" class="menu-item-title" name="menu-item[<?php echo esc_attr( $counter ); ?>][menu-item-title]" value="<?php echo esc_attr( $post_type_label ); ?>"/>
69
  </div>
70
  <p class="button-controls">
71
  <span class="list-controls">
72
+ <a href="<?php echo esc_url( admin_url('nav-menus.php?page-tab=all&selectall=1#posttype-archive-pages') ); ?>" class="select-all"> <?php esc_html_e('Select All', 'auxin-elements' ); ?></a>
73
  </span>
74
  <span class="add-to-menu">
75
+ <input type="submit" class="button-secondary submit-add-to-menu right" value="<?php esc_attr_e('Add to Menu', 'auxin-elements') ?>" name="add-post-type-menu-item" id="submit-posttype-archive-pages">
76
  <span class="spinner"></span>
77
  </span>
78
  </p>
includes/classes/class-auxels-envato-elements.php CHANGED
@@ -45,14 +45,14 @@ class Auxels_Envato_Elements {
45
  }
46
 
47
  public function __construct() {
48
- add_action( 'wp_ajax_aux_verify_envato_elements_email', array( $this, 'ajax_get_Extension_ID' ) );
49
  add_action( 'wp_ajax_aux_verify_envato_elements_token', array( $this, 'ajax_verify_token' ) );
50
  }
51
 
52
  /**
53
  * Return Extension ID for communicating with envato elements
54
  */
55
- public function ajax_get_Extension_ID() {
56
 
57
  if ( ! empty( get_option( 'phlox_envato_elements_license_code', '' ) ) ) {
58
  wp_send_json( array( 'status' => true, 'message' => __( 'Email verified.', 'auxin-elements') ) );
45
  }
46
 
47
  public function __construct() {
48
+ add_action( 'wp_ajax_aux_verify_envato_elements_email', array( $this, 'ajax_get_extension_id' ) );
49
  add_action( 'wp_ajax_aux_verify_envato_elements_token', array( $this, 'ajax_verify_token' ) );
50
  }
51
 
52
  /**
53
  * Return Extension ID for communicating with envato elements
54
  */
55
+ public function ajax_get_extension_id() {
56
 
57
  if ( ! empty( get_option( 'phlox_envato_elements_license_code', '' ) ) ) {
58
  wp_send_json( array( 'status' => true, 'message' => __( 'Email verified.', 'auxin-elements') ) );
includes/classes/class-auxels-import-parser.php CHANGED
@@ -10,7 +10,7 @@
10
  * WordPress Importer class for managing parsing of WXR files.
11
  */
12
  class Auxels_Import_Parser {
13
- function parse( $file ) {
14
  // Attempt to use proper XML parsers first
15
  if ( extension_loaded( 'simplexml' ) ) {
16
  $parser = new AUXELS_WXR_Parser_SimpleXML;
@@ -33,14 +33,14 @@ class Auxels_Import_Parser {
33
  echo '<pre>';
34
  if ( 'SimpleXML_parse_error' == $result->get_error_code() ) {
35
  foreach ( $result->get_error_data() as $error )
36
- echo $error->line . ':' . $error->column . ' ' . esc_html( $error->message ) . "\n";
37
  } elseif ( 'XML_parse_error' == $result->get_error_code() ) {
38
  $error = $result->get_error_data();
39
- echo $error[0] . ':' . $error[1] . ' ' . esc_html( $error[2] );
40
  }
41
  echo '</pre>';
42
- echo '<p><strong>' . __( 'There was an error when reading this WXR file', 'wordpress-importer' ) . '</strong><br />';
43
- echo __( 'Details are shown above. The importer will now try again with a different parser...', 'wordpress-importer' ) . '</p>';
44
  }
45
 
46
  // use regular expressions if nothing else available or this is bad XML
@@ -54,7 +54,7 @@ class Auxels_Import_Parser {
54
  */
55
  class AUXELS_WXR_Parser_SimpleXML {
56
 
57
- function parse( $file ) {
58
 
59
  $options = $option = array();
60
 
@@ -71,7 +71,7 @@ class AUXELS_WXR_Parser_SimpleXML {
71
  }
72
 
73
  if ( ! $success || isset( $dom->doctype ) ) {
74
- return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'wordpress-importer' ), libxml_get_errors() );
75
  }
76
 
77
  $xml = simplexml_import_dom( $dom );
@@ -79,16 +79,16 @@ class AUXELS_WXR_Parser_SimpleXML {
79
 
80
  // halt if loading produces an error
81
  if ( ! $xml )
82
- return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'wordpress-importer' ), libxml_get_errors() );
83
 
84
  $wxr_version = $xml->xpath('/rss/channel/wp:wxr_version');
85
  if ( ! $wxr_version )
86
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
87
 
88
  $wxr_version = (string) trim( $wxr_version[0] );
89
  // confirm that we are dealing with the correct file format
90
  if ( ! preg_match( '/^\d+\.\d+$/', $wxr_version ) )
91
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
92
 
93
  $base_url = $xml->xpath('/rss/channel/wp:base_site_url');
94
  $base_url = (string) trim( $base_url[0] );
@@ -123,7 +123,7 @@ class AUXELS_WXR_Parser_XML {
123
  'wp:option_name', 'wp:option_value'
124
  );
125
 
126
- function parse( $file ) {
127
 
128
  $this->wxr_version = $this->in_post = $this->cdata = $this->data = $this->sub_data = $this->in_tag = $this->in_sub_tag = false;
129
  $this->authors = $this->posts = $this->term = $this->category = $this->tag = array();
@@ -145,7 +145,7 @@ class AUXELS_WXR_Parser_XML {
145
  xml_parser_free( $xml );
146
 
147
  if ( ! preg_match( '/^\d+\.\d+$/', $this->wxr_version ) )
148
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
149
 
150
  return array(
151
  'authors' => $this->authors,
@@ -158,7 +158,7 @@ class AUXELS_WXR_Parser_XML {
158
  );
159
  }
160
 
161
- function tag_open( $parse, $tag, $attr ) {
162
  if ( in_array( $tag, $this->wp_tags ) ) {
163
  $this->in_tag = substr( $tag, 3 );
164
  return;
@@ -189,7 +189,7 @@ class AUXELS_WXR_Parser_XML {
189
  }
190
  }
191
 
192
- function cdata( $parser, $cdata ) {
193
  if ( ! trim( $cdata ) )
194
  return;
195
 
@@ -200,7 +200,7 @@ class AUXELS_WXR_Parser_XML {
200
  }
201
  }
202
 
203
- function tag_close( $parser, $tag ) {
204
  switch ( $tag ) {
205
  case 'wp:option':
206
  $n = substr( $tag, 3 );
@@ -220,11 +220,11 @@ class AUXELS_WXR_Parser_Regex {
220
 
221
  var $options = array();
222
 
223
- function __construct() {
224
  $this->has_gzip = is_callable( 'gzopen' );
225
  }
226
 
227
- function parse( $file ) {
228
  $wxr_version = $in_post = false;
229
 
230
  $fp = $this->fopen( $file, 'r' );
@@ -246,14 +246,14 @@ class AUXELS_WXR_Parser_Regex {
246
  }
247
 
248
  if ( ! $wxr_version )
249
- return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'wordpress-importer' ) );
250
 
251
  return array(
252
  'options' => $this->options
253
  );
254
  }
255
 
256
- function get_tag( $string, $tag ) {
257
  preg_match( "|<$tag.*?>(.*?)</$tag>|is", $string, $return );
258
  if ( isset( $return[1] ) ) {
259
  if ( substr( $return[1], 0, 9 ) == '<![CDATA[' ) {
@@ -274,36 +274,36 @@ class AUXELS_WXR_Parser_Regex {
274
  return $return;
275
  }
276
 
277
- function process_option( $t ) {
278
  return array(
279
  'option_name' => $this->get_tag( $t, 'wp:option_name' ),
280
  'option_value' => $this->get_tag( $t, 'wp:option_value' )
281
  );
282
  }
283
 
284
- function _normalize_tag( $matches ) {
285
  return '<' . strtolower( $matches[1] );
286
  }
287
 
288
- function fopen( $filename, $mode = 'r' ) {
289
  if ( $this->has_gzip )
290
  return gzopen( $filename, $mode );
291
  return fopen( $filename, $mode );
292
  }
293
 
294
- function feof( $fp ) {
295
  if ( $this->has_gzip )
296
  return gzeof( $fp );
297
  return feof( $fp );
298
  }
299
 
300
- function fgets( $fp, $len = 8192 ) {
301
  if ( $this->has_gzip )
302
  return gzgets( $fp, $len );
303
  return fgets( $fp, $len );
304
  }
305
 
306
- function fclose( $fp ) {
307
  if ( $this->has_gzip )
308
  return gzclose( $fp );
309
  return fclose( $fp );
10
  * WordPress Importer class for managing parsing of WXR files.
11
  */
12
  class Auxels_Import_Parser {
13
+ public function parse( $file ) {
14
  // Attempt to use proper XML parsers first
15
  if ( extension_loaded( 'simplexml' ) ) {
16
  $parser = new AUXELS_WXR_Parser_SimpleXML;
33
  echo '<pre>';
34
  if ( 'SimpleXML_parse_error' == $result->get_error_code() ) {
35
  foreach ( $result->get_error_data() as $error )
36
+ echo esc_html( $error->line ) . ':' . esc_html( $error->column ) . ' ' . esc_html( $error->message ) . "\n";
37
  } elseif ( 'XML_parse_error' == $result->get_error_code() ) {
38
  $error = $result->get_error_data();
39
+ echo esc_html( $error[0] ) . ':' . esc_html( $error[1] ) . ' ' . esc_html( $error[2] );
40
  }
41
  echo '</pre>';
42
+ echo '<p><strong>' . esc_html__( 'There was an error when reading this WXR file', 'auxin-elements' ) . '</strong><br />';
43
+ echo esc_html__( 'Details are shown above. The importer will now try again with a different parser...', 'auxin-elements' ) . '</p>';
44
  }
45
 
46
  // use regular expressions if nothing else available or this is bad XML
54
  */
55
  class AUXELS_WXR_Parser_SimpleXML {
56
 
57
+ public function parse( $file ) {
58
 
59
  $options = $option = array();
60
 
71
  }
72
 
73
  if ( ! $success || isset( $dom->doctype ) ) {
74
+ return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'auxin-elements' ), libxml_get_errors() );
75
  }
76
 
77
  $xml = simplexml_import_dom( $dom );
79
 
80
  // halt if loading produces an error
81
  if ( ! $xml )
82
+ return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'auxin-elements' ), libxml_get_errors() );
83
 
84
  $wxr_version = $xml->xpath('/rss/channel/wp:wxr_version');
85
  if ( ! $wxr_version )
86
+ return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'auxin-elements' ) );
87
 
88
  $wxr_version = (string) trim( $wxr_version[0] );
89
  // confirm that we are dealing with the correct file format
90
  if ( ! preg_match( '/^\d+\.\d+$/', $wxr_version ) )
91
+ return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'auxin-elements' ) );
92
 
93
  $base_url = $xml->xpath('/rss/channel/wp:base_site_url');
94
  $base_url = (string) trim( $base_url[0] );
123
  'wp:option_name', 'wp:option_value'
124
  );
125
 
126
+ public function parse( $file ) {
127
 
128
  $this->wxr_version = $this->in_post = $this->cdata = $this->data = $this->sub_data = $this->in_tag = $this->in_sub_tag = false;
129
  $this->authors = $this->posts = $this->term = $this->category = $this->tag = array();
145
  xml_parser_free( $xml );
146
 
147
  if ( ! preg_match( '/^\d+\.\d+$/', $this->wxr_version ) )
148
+ return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'auxin-elements' ) );
149
 
150
  return array(
151
  'authors' => $this->authors,
158
  );
159
  }
160
 
161
+ public function tag_open( $parse, $tag, $attr ) {
162
  if ( in_array( $tag, $this->wp_tags ) ) {
163
  $this->in_tag = substr( $tag, 3 );
164
  return;
189
  }
190
  }
191
 
192
+ public function cdata( $parser, $cdata ) {
193
  if ( ! trim( $cdata ) )
194
  return;
195
 
200
  }
201
  }
202
 
203
+ public function tag_close( $parser, $tag ) {
204
  switch ( $tag ) {
205
  case 'wp:option':
206
  $n = substr( $tag, 3 );
220
 
221
  var $options = array();
222
 
223
+ public function __construct() {
224
  $this->has_gzip = is_callable( 'gzopen' );
225
  }
226
 
227
+ public function parse( $file ) {
228
  $wxr_version = $in_post = false;
229
 
230
  $fp = $this->fopen( $file, 'r' );
246
  }
247
 
248
  if ( ! $wxr_version )
249
+ return new WP_Error( 'AUXELS_WXR_parse_error', __( 'This does not appear to be a WXR file, missing/invalid WXR version number', 'auxin-elements' ) );
250
 
251
  return array(
252
  'options' => $this->options
253
  );
254
  }
255
 
256
+ public function get_tag( $string, $tag ) {
257
  preg_match( "|<$tag.*?>(.*?)</$tag>|is", $string, $return );
258
  if ( isset( $return[1] ) ) {
259
  if ( substr( $return[1], 0, 9 ) == '<![CDATA[' ) {
274
  return $return;
275
  }
276
 
277
+ public function process_option( $t ) {
278
  return array(
279
  'option_name' => $this->get_tag( $t, 'wp:option_name' ),
280
  'option_value' => $this->get_tag( $t, 'wp:option_value' )
281
  );
282
  }
283
 
284
+ public function _normalize_tag( $matches ) {
285
  return '<' . strtolower( $matches[1] );
286
  }
287
 
288
+ public function fopen( $filename, $mode = 'r' ) {
289
  if ( $this->has_gzip )
290
  return gzopen( $filename, $mode );
291
  return fopen( $filename, $mode );
292
  }
293
 
294
+ public function feof( $fp ) {
295
  if ( $this->has_gzip )
296
  return gzeof( $fp );
297
  return feof( $fp );
298
  }
299
 
300
+ public function fgets( $fp, $len = 8192 ) {
301
  if ( $this->has_gzip )
302
  return gzgets( $fp, $len );
303
  return fgets( $fp, $len );
304
  }
305
 
306
+ public function fclose( $fp ) {
307
  if ( $this->has_gzip )
308
  return gzclose( $fp );
309
  return fclose( $fp );
includes/classes/class-auxels-import.php CHANGED
@@ -12,7 +12,7 @@ class Auxels_Import {
12
  protected static $instance = null;
13
 
14
 
15
- function __construct(){
16
  // Add a radio option for exporting auxin options to wp export options.
17
  add_action( 'export_filters', array( $this, 'export_filters' ) );
18
  // Process the check field for auxin options while export submitted
@@ -34,7 +34,7 @@ class Auxels_Import {
34
  <hr />
35
  <p><label>
36
  <input type="checkbox" name="auxin-options" checked="checked" aria-describedby="all-content-desc" />
37
- <?php _e( 'Include theme options', 'auxin-elements' ); ?>
38
  </label></p>
39
  <?php
40
  }
@@ -65,7 +65,7 @@ class Auxels_Import {
65
 
66
  foreach ( $options_ref as $option_export_name => $option_import_name ) {
67
  $sql = $wpdb->prepare("SELECT option_name, option_value FROM $wpdb->options WHERE option_name = %s", $option_import_name );
68
- $result = $wpdb->get_results( $sql );
69
 
70
  if( ! empty( $result[0]->option_value ) ){
71
  ?>
@@ -121,7 +121,7 @@ class Auxels_Import {
121
  * @param string $str
122
  * @return string
123
  */
124
- function wxr_cdata( $str ) {
125
  if ( ! seems_utf8( $str ) ) {
126
  $str = utf8_encode( $str );
127
  }
12
  protected static $instance = null;
13
 
14
 
15
+ public function __construct(){
16
  // Add a radio option for exporting auxin options to wp export options.
17
  add_action( 'export_filters', array( $this, 'export_filters' ) );
18
  // Process the check field for auxin options while export submitted
34
  <hr />
35
  <p><label>
36
  <input type="checkbox" name="auxin-options" checked="checked" aria-describedby="all-content-desc" />
37
+ <?php esc_html_e( 'Include theme options', 'auxin-elements' ); ?>
38
  </label></p>
39
  <?php
40
  }
65
 
66
  foreach ( $options_ref as $option_export_name => $option_import_name ) {
67
  $sql = $wpdb->prepare("SELECT option_name, option_value FROM $wpdb->options WHERE option_name = %s", $option_import_name );
68
+ $result = $wpdb->get_results( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
69
 
70
  if( ! empty( $result[0]->option_value ) ){
71
  ?>
121
  * @param string $str
122
  * @return string
123
  */
124
+ public function wxr_cdata( $str ) {
125
  if ( ! seems_utf8( $str ) ) {
126
  $str = utf8_encode( $str );
127
  }
includes/classes/class-auxels-search-post-type.php CHANGED
@@ -70,7 +70,7 @@ class Auxels_Search_Post_Type {
70
  /**
71
  * __construct
72
  */
73
- function __construct( $search_phrase = '', $search_category = '', $search_post_type = '', $number_per_page = '' ) {
74
 
75
  $this->s = $search_phrase;
76
  $this->cat = $search_category;
70
  /**
71
  * __construct
72
  */
73
+ public function __construct( $search_phrase = '', $search_category = '', $search_post_type = '', $number_per_page = '' ) {
74
 
75
  $this->s = $search_phrase;
76
  $this->cat = $search_category;
includes/classes/class-auxin-admin-dashboard.php CHANGED
@@ -50,7 +50,7 @@ class Auxin_Admin_Dashboard {
50
  foreach( $post_types as $pt => $args ) {
51
  if( isset( $auxin_active_post_types[ $pt ] ) && $auxin_active_post_types[$pt] ){
52
  $edit_url = 'edit.php?post_type='. $pt;
53
- echo '<tr><td class="t"><a href="'. $edit_url .'">'. $args->labels->name .'</a></td><td class="b">( '. wp_count_posts( $pt )->publish .' )</td></tr>';
54
  }
55
  }
56
  echo '</table>';
50
  foreach( $post_types as $pt => $args ) {
51
  if( isset( $auxin_active_post_types[ $pt ] ) && $auxin_active_post_types[$pt] ){
52
  $edit_url = 'edit.php?post_type='. $pt;
53
+ echo '<tr><td class="t"><a href="'. esc_url( $edit_url ) .'">'. esc_html( $args->labels->name ) .'</a></td><td class="b">( '. esc_html( wp_count_posts( $pt )->publish ) .' )</td></tr>';
54
  }
55
  }
56
  echo '</table>';
includes/classes/class-auxin-demo-importer.php CHANGED
@@ -50,7 +50,7 @@ class Auxin_Demo_Importer {
50
  }
51
 
52
 
53
- function __construct() {
54
  add_action( 'wp_ajax_auxin_demo_data' , array( $this, 'import') );
55
  add_action( 'wp_ajax_auxin_templates_data' , array( $this, 'templates') );
56
  add_action( 'wp_ajax_import_step' , array( $this, 'import_step') );
@@ -109,10 +109,10 @@ class Auxin_Demo_Importer {
109
  <h3><?php esc_html_e( 'Page has been successfully generated.', 'auxin-elements' ); ?></h3>
110
  <div class="aux-template-actions">
111
  <a href="<?php echo esc_url( get_edit_post_link( $post_id ) ) ;?>" target="_blank" class="aux-button aux-primary aux-medium">
112
- <?php _e( 'Edit Page', 'auxin-elements' ); ?>
113
  </a>
114
  <a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">
115
- <?php _e( 'Close', 'auxin-elements' ); ?>
116
  </a>
117
  </div>
118
  </div>
@@ -144,7 +144,7 @@ class Auxin_Demo_Importer {
144
  data-template-type="<?php echo esc_attr( $template_type ); ?>"
145
  data-status-type="copy"
146
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
147
- ><span><?php _e( 'Copy to clipboard', 'auxin-elements' ); ?></span></a>
148
  <a href="<?php esc_url( add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'type' => 'progress' , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) ) ); ?>"
149
  class="aux-button aux-green aux-import-template aux-open-modal aux-medium aux-copy-template aux-iconic-action"
150
  data-template-id="<?php echo esc_attr( $template_ID ); ?>"
@@ -153,9 +153,9 @@ class Auxin_Demo_Importer {
153
  data-template-title="<?php echo esc_attr( $template_title ); ?>"
154
  data-status-type="create_my_template"
155
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
156
- ><span><?php _e( 'Import to my templates', 'auxin-elements' ); ?></span></a>
157
  <a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">
158
- <?php _e( 'Close', 'auxin-elements' ); ?>
159
  </a>
160
  </div>
161
  </div>
@@ -188,9 +188,9 @@ class Auxin_Demo_Importer {
188
  data-template-type="<?php echo esc_attr( $template_type ); ?>"
189
  data-status-type="import"
190
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
191
- ><span><?php _e( 'Retry', 'auxin-elements' ); ?></span></a>
192
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-pp-close">
193
- <?php _e( 'Close', 'auxin-elements' ); ?>
194
  </a>
195
  </div>
196
  </div>
@@ -212,7 +212,7 @@ class Auxin_Demo_Importer {
212
  }
213
 
214
  // Put demo ID in a variable
215
- $demo_ID = $_POST['ID'];
216
 
217
  $data = json_decode( $this->parse( 'https://demo.phlox.pro/api/v2/data/' . $demo_ID, 'insert', 'post' ), true );
218
 
@@ -242,7 +242,7 @@ class Auxin_Demo_Importer {
242
  wp_send_json_error( array( 'message' => __( 'Step Failed!', 'auxin-elements' ) ) );
243
  }
244
 
245
- $index = isset( $_POST['index'] ) ? $_POST['index'] : 0;
246
  $data = $this->get_demo_data();
247
 
248
  if( ! is_array( $data ) ){
@@ -392,10 +392,10 @@ class Auxin_Demo_Importer {
392
  )
393
  );
394
  } else {
395
- $getLicense = get_site_option( THEME_ID . '_license' );
396
- $getLicense = empty( $getLicense ) ? get_site_option( AUXELS_PURCHASE_KEY ) : $getLicense;
397
- $bearer = ! empty( $getLicense['token'] ) ? $getLicense['token'] : '';
398
- $getToken = 'Bearer ' . $bearer;
399
 
400
  $request = wp_remote_post(
401
  $url,
@@ -404,10 +404,10 @@ class Auxin_Demo_Importer {
404
  'audit_token' => base64_encode( auxin_get_site_key() ),
405
  'item_slug' => THEME_ID,
406
  'item_version' => THEME_VERSION,
407
- 'authorization' => $getToken
408
  ),
409
  'headers' => array(
410
- 'Authorization' => $getToken,
411
  'Envato-Extensions-Token' => get_option( 'phlox_envato_elements_token', '' ),
412
  'Envato-Extensions-Extension-Id' => get_option( 'phlox_envato_elements_license_code', '' ),
413
  ),
@@ -433,7 +433,7 @@ class Auxin_Demo_Importer {
433
  //proceed to retrieving the data
434
  $body = wp_remote_retrieve_body( $request );
435
  // Check for error
436
- if ( is_wp_error( $body ) || json_decode( $body ) == NULL ) {
437
  wp_send_json_error( array( 'message' => __( 'Retrieve Body Fails', 'auxin-elements' ) ) );
438
  }
439
 
@@ -678,6 +678,11 @@ class Auxin_Demo_Importer {
678
  default:
679
  if( strpos( $item_value['menu-item-url'], '{{demo_home_url}}' ) !== false ) {
680
  $item_value['menu-item-url'] = esc_url( str_replace( "{{demo_home_url}}", get_site_url(), $item_value['menu-item-url'] ) );
 
 
 
 
 
681
  }
682
  $item_value['menu-item-object-id'] = 0;
683
  }
@@ -973,21 +978,6 @@ class Auxin_Demo_Importer {
973
  $meta_value = maybe_unserialize( $meta_value );
974
 
975
  switch ( $meta_key ) {
976
- case '_panels_data_preview':
977
- case 'panels_data' :
978
- $meta_value = $this->siteorigin_data_update( $meta_value );
979
- $auxin_custom_images = $this->get_widget_by_type( array('attach_image', 'attach_images', 'aux_select_video', 'aux_select_audio') );
980
- foreach ( $meta_value['widgets'] as $widgets_key => $widgets_value ) {
981
- foreach ($widgets_value as $panel_key => $panel_value) {
982
- if ( in_array( $panel_key, $auxin_custom_images ) && ! empty( $panel_key ) ) {
983
- $meta_value['widgets'][$widgets_key][$panel_key] = $this->update_gallery_ids( $panel_value );
984
- } elseif( $panel_key == 'cf7_shortcode' ) {
985
- $meta_value['widgets'][$widgets_key][$panel_key] = $this->shortcode_process( $panel_value );
986
- }
987
- }
988
- }
989
- break;
990
-
991
  case '_thumbnail_id' :
992
  case '_thumbnail_id2':
993
  case '_format_audio_attachment':
@@ -1604,16 +1594,16 @@ class Auxin_Demo_Importer {
1604
 
1605
  global $wpdb;
1606
 
1607
- $meta = $wpdb->get_results( "
1608
- SELECT *
1609
- FROM $wpdb->postmeta
1610
- WHERE
1611
- meta_key='".$key."'
1612
- AND
1613
- meta_value='".$value."'
1614
- OR
1615
- meta_key='auxin_attachment_has_duplicate_".$value."'
1616
- ");
1617
 
1618
  if ( is_array($meta) && !empty($meta) && isset($meta[0]) ) {
1619
  $meta = $meta[0];
@@ -1691,9 +1681,9 @@ class Auxin_Demo_Importer {
1691
 
1692
  global $wpdb;
1693
 
1694
- $sql = $wpdb->prepare("SELECT post_id FROM $wpdb->postmeta WHERE meta_key=%s AND meta_value=%s", $key, $value );
1695
 
1696
- $meta = $wpdb->get_results( $sql );
1697
 
1698
  if ( is_array($meta) && !empty($meta) && isset($meta[0]) ) {
1699
  $meta = $meta[0];
@@ -1718,12 +1708,12 @@ class Auxin_Demo_Importer {
1718
 
1719
  global $wpdb;
1720
 
1721
- $post = $wpdb->get_results( "
1722
- SELECT *
1723
- FROM $wpdb->posts
1724
- WHERE
1725
- guid LIKE '%".$path."%'
1726
- ");
1727
 
1728
  if ( is_array($post) && !empty($post) && isset($post[0]) ) {
1729
  $post = $post[0];
@@ -1928,17 +1918,17 @@ class Auxin_Demo_Importer {
1928
  global $wpdb;
1929
  $title = preg_replace('/\.[^.]+$/', '', 'demo-attachment-' . $import_id . '-' . $filename );
1930
 
1931
- return $wpdb->get_var( "
1932
  SELECT COUNT(*)
1933
  FROM
1934
- $wpdb->posts AS p,
1935
  $wpdb->postmeta AS m
1936
  WHERE
1937
  p.ID = m.post_id
1938
  AND p.post_type = 'attachment'
1939
  AND m.meta_key = 'auxin_import_id'
1940
- AND p.post_title LIKE '$title'
1941
- " );
1942
 
1943
  }
1944
 
@@ -2115,25 +2105,6 @@ class Auxin_Demo_Importer {
2115
  return $meta;
2116
  }
2117
 
2118
-
2119
- public function siteorigin_data_update( $meta ) {
2120
-
2121
- $meta_str = wp_json_encode( $meta );
2122
-
2123
- preg_match_all( '/\s*"background_image_attachment"\s*:\s*"(\d+?)\s*",?/', $meta_str, $matchs, PREG_SET_ORDER );
2124
-
2125
- foreach ( $matchs as $match ) {
2126
- if ( sizeof( $match ) > 1 ) {
2127
- $new_id = $this->get_attachment_id( 'auxin_import_id', $match[1] );
2128
- $replaced_meta = str_replace( $match[1] , $new_id, $match[0]);
2129
- $meta_str = str_replace( $match[0] , $replaced_meta, $meta_str );
2130
- }
2131
- }
2132
-
2133
- return json_decode( $meta_str, true );
2134
-
2135
- }
2136
-
2137
  /**
2138
  * Search for depicter widget in pages and update its imported ID
2139
  */
@@ -2150,12 +2121,12 @@ class Auxin_Demo_Importer {
2150
  }
2151
 
2152
  $elementor_data = is_array( $elementor_data ) ? wp_json_encode( $elementor_data ) : $elementor_data;
2153
- preg_match_all( '/\{\"slider_id\":\"(\d+)\"\}/', $elementor_data, $shortcodes, PREG_SET_ORDER );
2154
  if ( !empty( $shortcodes ) ) {
2155
  foreach ( $shortcodes as $shortcode ) {
2156
  if ( !empty( $shortcode[1] ) ) {
2157
  $imported_slider_id = get_transient( 'auxin_depicter_' . $shortcode[1] . '_to', $shortcode[1] );
2158
- $elementor_data = str_replace( $shortcode[0], '{"slider_id":"'.$imported_slider_id.'"}', $elementor_data );
2159
  }
2160
  }
2161
  $elementor_data = wp_slash( $elementor_data );
50
  }
51
 
52
 
53
+ public function __construct() {
54
  add_action( 'wp_ajax_auxin_demo_data' , array( $this, 'import') );
55
  add_action( 'wp_ajax_auxin_templates_data' , array( $this, 'templates') );
56
  add_action( 'wp_ajax_import_step' , array( $this, 'import_step') );
109
  <h3><?php esc_html_e( 'Page has been successfully generated.', 'auxin-elements' ); ?></h3>
110
  <div class="aux-template-actions">
111
  <a href="<?php echo esc_url( get_edit_post_link( $post_id ) ) ;?>" target="_blank" class="aux-button aux-primary aux-medium">
112
+ <?php esc_html_e( 'Edit Page', 'auxin-elements' ); ?>
113
  </a>
114
  <a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">
115
+ <?php esc_html_e( 'Close', 'auxin-elements' ); ?>
116
  </a>
117
  </div>
118
  </div>
144
  data-template-type="<?php echo esc_attr( $template_type ); ?>"
145
  data-status-type="copy"
146
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
147
+ ><span><?php esc_html_e( 'Copy to clipboard', 'auxin-elements' ); ?></span></a>
148
  <a href="<?php esc_url( add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'type' => 'progress' , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) ) ); ?>"
149
  class="aux-button aux-green aux-import-template aux-open-modal aux-medium aux-copy-template aux-iconic-action"
150
  data-template-id="<?php echo esc_attr( $template_ID ); ?>"
153
  data-template-title="<?php echo esc_attr( $template_title ); ?>"
154
  data-status-type="create_my_template"
155
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
156
+ ><span><?php esc_html_e( 'Import to my templates', 'auxin-elements' ); ?></span></a>
157
  <a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">
158
+ <?php esc_html_e( 'Close', 'auxin-elements' ); ?>
159
  </a>
160
  </div>
161
  </div>
188
  data-template-type="<?php echo esc_attr( $template_type ); ?>"
189
  data-status-type="import"
190
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
191
+ ><span><?php esc_html_e( 'Retry', 'auxin-elements' ); ?></span></a>
192
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-pp-close">
193
+ <?php esc_html_e( 'Close', 'auxin-elements' ); ?>
194
  </a>
195
  </div>
196
  </div>
212
  }
213
 
214
  // Put demo ID in a variable
215
+ $demo_ID = sanitize_text_field( $_POST['ID'] );
216
 
217
  $data = json_decode( $this->parse( 'https://demo.phlox.pro/api/v2/data/' . $demo_ID, 'insert', 'post' ), true );
218
 
242
  wp_send_json_error( array( 'message' => __( 'Step Failed!', 'auxin-elements' ) ) );
243
  }
244
 
245
+ $index = isset( $_POST['index'] ) ? sanitize_text_field( $_POST['index'] ) : 0;
246
  $data = $this->get_demo_data();
247
 
248
  if( ! is_array( $data ) ){
392
  )
393
  );
394
  } else {
395
+ $get_license = get_site_option( THEME_ID . '_license' );
396
+ $get_license = empty( $get_license ) ? get_site_option( AUXELS_PURCHASE_KEY ) : $get_license;
397
+ $bearer = ! empty( $get_license['token'] ) ? $get_license['token'] : '';
398
+ $get_token = 'Bearer ' . $bearer;
399
 
400
  $request = wp_remote_post(
401
  $url,
404
  'audit_token' => base64_encode( auxin_get_site_key() ),
405
  'item_slug' => THEME_ID,
406
  'item_version' => THEME_VERSION,
407
+ 'authorization' => $get_token
408
  ),
409
  'headers' => array(
410
+ 'Authorization' => $get_token,
411
  'Envato-Extensions-Token' => get_option( 'phlox_envato_elements_token', '' ),
412
  'Envato-Extensions-Extension-Id' => get_option( 'phlox_envato_elements_license_code', '' ),
413
  ),
433
  //proceed to retrieving the data
434
  $body = wp_remote_retrieve_body( $request );
435
  // Check for error
436
+ if ( is_wp_error( $body ) || json_decode( $body ) == null ) {
437
  wp_send_json_error( array( 'message' => __( 'Retrieve Body Fails', 'auxin-elements' ) ) );
438
  }
439
 
678
  default:
679
  if( strpos( $item_value['menu-item-url'], '{{demo_home_url}}' ) !== false ) {
680
  $item_value['menu-item-url'] = esc_url( str_replace( "{{demo_home_url}}", get_site_url(), $item_value['menu-item-url'] ) );
681
+ } else if ( strpos( $item_value['menu-item-url'], '/' ) === 0 ) {
682
+ preg_match_all( '/\/[^\/]+\//' , $item_value['menu-item-url'], $site_ids, PREG_SET_ORDER );
683
+ if ( !empty( $site_ids ) ) {
684
+ $item_value['menu-item-url'] = str_replace( $site_ids[0], get_site_url() . '/', $item_value['menu-item-url'] );
685
+ }
686
  }
687
  $item_value['menu-item-object-id'] = 0;
688
  }
978
  $meta_value = maybe_unserialize( $meta_value );
979
 
980
  switch ( $meta_key ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
981
  case '_thumbnail_id' :
982
  case '_thumbnail_id2':
983
  case '_format_audio_attachment':
1594
 
1595
  global $wpdb;
1596
 
1597
+ $meta = $wpdb->get_results( $wpdb->prepare( "
1598
+ SELECT *
1599
+ FROM $wpdb->postmeta
1600
+ WHERE
1601
+ meta_key=%s
1602
+ AND
1603
+ meta_value=%s
1604
+ OR
1605
+ meta_key=%s
1606
+ ", [ $key, $value, 'auxin_attachment_has_duplicate_' . $value ] ) );
1607
 
1608
  if ( is_array($meta) && !empty($meta) && isset($meta[0]) ) {
1609
  $meta = $meta[0];
1681
 
1682
  global $wpdb;
1683
 
1684
+ $sql = $wpdb->prepare("SELECT post_id FROM $wpdb->postmeta WHERE meta_key=%s AND meta_value=%s", [ $key, $value ] );
1685
 
1686
+ $meta = $wpdb->get_results( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
1687
 
1688
  if ( is_array($meta) && !empty($meta) && isset($meta[0]) ) {
1689
  $meta = $meta[0];
1708
 
1709
  global $wpdb;
1710
 
1711
+ $post = $wpdb->get_results( $wpdb->prepare( "
1712
+ SELECT *
1713
+ FROM $wpdb->posts
1714
+ WHERE
1715
+ guid LIKE %s
1716
+ ", "'%" . $path . "'%" ) );
1717
 
1718
  if ( is_array($post) && !empty($post) && isset($post[0]) ) {
1719
  $post = $post[0];
1918
  global $wpdb;
1919
  $title = preg_replace('/\.[^.]+$/', '', 'demo-attachment-' . $import_id . '-' . $filename );
1920
 
1921
+ return $wpdb->get_var( $wpdb->prepare( "
1922
  SELECT COUNT(*)
1923
  FROM
1924
+ $wpdb->posts AS p,
1925
  $wpdb->postmeta AS m
1926
  WHERE
1927
  p.ID = m.post_id
1928
  AND p.post_type = 'attachment'
1929
  AND m.meta_key = 'auxin_import_id'
1930
+ AND p.post_title LIKE %s
1931
+ ", [ $title ] ) );
1932
 
1933
  }
1934
 
2105
  return $meta;
2106
  }
2107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2108
  /**
2109
  * Search for depicter widget in pages and update its imported ID
2110
  */
2121
  }
2122
 
2123
  $elementor_data = is_array( $elementor_data ) ? wp_json_encode( $elementor_data ) : $elementor_data;
2124
+ preg_match_all( '/\{\"slider_id\":\"(\d+)\"/', $elementor_data, $shortcodes, PREG_SET_ORDER );
2125
  if ( !empty( $shortcodes ) ) {
2126
  foreach ( $shortcodes as $shortcode ) {
2127
  if ( !empty( $shortcode[1] ) ) {
2128
  $imported_slider_id = get_transient( 'auxin_depicter_' . $shortcode[1] . '_to', $shortcode[1] );
2129
+ $elementor_data = str_replace( $shortcode[0], '{"slider_id":"'.$imported_slider_id.'"', $elementor_data );
2130
  }
2131
  }
2132
  $elementor_data = wp_slash( $elementor_data );
includes/classes/class-auxin-dependency-sorting.php CHANGED
@@ -28,7 +28,7 @@ class Auxin_Dependency_Sorting {
28
  protected $graph = array();
29
 
30
 
31
- function __construct(){}
32
 
33
  /**
34
  * Check and sort dependencies for each node
28
  protected $graph = array();
29
 
30
 
31
+ public function __construct(){}
32
 
33
  /**
34
  * Check and sort dependencies for each node
includes/classes/class-auxin-import.php CHANGED
@@ -55,7 +55,7 @@ class Auxin_Import {
55
 
56
 
57
 
58
- function __construct() {
59
 
60
  $this->importer_id = 'auxin-importer';
61
 
@@ -136,16 +136,16 @@ class Auxin_Import {
136
  /**
137
  * Display import page title
138
  */
139
- function header() {
140
  echo '<div class="wrap">';
141
- echo '<h2>' . __( 'Importing Demo Data', 'auxin-elements' ) . '</h2><br />';
142
  echo '<div class="aux-import-wrapper">';
143
  }
144
 
145
  /**
146
  * Close div.wrap
147
  */
148
- function footer() {
149
  echo '</div></div>';
150
  }
151
 
@@ -168,8 +168,8 @@ class Auxin_Import {
168
  // if wordpress importer is not available, try to install it
169
  if ( ! class_exists( 'WP_Importer' ) ) {
170
 
171
- printf( __( 'In order to import the demo data, you need to have "WordPress Importer" plugin installed. Please %s install and activate "WordPress Importer"%s and then try importing the demo data again.', 'auxin-elements' ),
172
- '<a href="'. admin_url( 'plugin-install.php?s=WordPress+Importer+zourbuth&tab=search' ) .'&tab=plugins">',
173
  '</a>'
174
  );
175
 
@@ -186,15 +186,15 @@ class Auxin_Import {
186
 
187
  } else {
188
 
189
- printf( __( 'The demo that you have requested is not valid. Please try to %s select a demo %s to import.', 'auxin-elements' ),
190
- '<a href="'. $this->demo_page_url .'">',
191
  '</a>'
192
  );
193
 
194
  }
195
 
196
  } else {
197
- printf( __( 'Please %s select a demo %s to import.', 'auxin-elements' ), '<a href="'. $this->demo_page_url .'">', '</a>' );
198
  }
199
 
200
  }
55
 
56
 
57
 
58
+ public function __construct() {
59
 
60
  $this->importer_id = 'auxin-importer';
61
 
136
  /**
137
  * Display import page title
138
  */
139
+ public function header() {
140
  echo '<div class="wrap">';
141
+ echo '<h2>' . esc_html__( 'Importing Demo Data', 'auxin-elements' ) . '</h2><br />';
142
  echo '<div class="aux-import-wrapper">';
143
  }
144
 
145
  /**
146
  * Close div.wrap
147
  */
148
+ public function footer() {
149
  echo '</div></div>';
150
  }
151
 
168
  // if wordpress importer is not available, try to install it
169
  if ( ! class_exists( 'WP_Importer' ) ) {
170
 
171
+ printf( esc_html__( 'In order to import the demo data, you need to have "WordPress Importer" plugin installed. Please %s install and activate "WordPress Importer"%s and then try importing the demo data again.', 'auxin-elements' ),
172
+ '<a href="'. esc_url( admin_url( 'plugin-install.php?s=WordPress+Importer+zourbuth&tab=search' ) ) .'&tab=plugins">',
173
  '</a>'
174
  );
175
 
186
 
187
  } else {
188
 
189
+ printf( esc_html__( 'The demo that you have requested is not valid. Please try to %s select a demo %s to import.', 'auxin-elements' ),
190
+ '<a href="'. esc_url( $this->demo_page_url ) .'">',
191
  '</a>'
192
  );
193
 
194
  }
195
 
196
  } else {
197
+ printf( esc_html__( 'Please %s select a demo %s to import.', 'auxin-elements' ), '<a href="'. esc_url( $this->demo_page_url ) .'">', '</a>' );
198
  }
199
 
200
  }
includes/classes/class-auxin-install.php CHANGED
@@ -25,7 +25,7 @@ class Auxin_Install {
25
  protected static $instance = null;
26
 
27
 
28
- function __construct(){
29
  // Add theme capabilities on theme activation
30
  add_action( 'after_switch_theme', array( $this, 'install' ) );
31
  // will be @deprecated in version 2.0
25
  protected static $instance = null;
26
 
27
 
28
+ public function __construct(){
29
  // Add theme capabilities on theme activation
30
  add_action( 'after_switch_theme', array( $this, 'install' ) );
31
  // will be @deprecated in version 2.0
includes/classes/class-auxin-master-nav-menu-admin.php CHANGED
@@ -19,7 +19,7 @@ class Auxin_Master_Nav_Menu_Admin {
19
  protected static $instance = null;
20
 
21
 
22
- function __construct(){
23
 
24
  // Back-end modification hooks
25
 
@@ -106,7 +106,7 @@ class Auxin_Master_Nav_Menu_Admin {
106
  global $pagenow;
107
 
108
  if( 'nav-menus.php' == $pagenow ){
109
- wp_enqueue_style ( 'auxin-edit-menus-css' , ADMIN_CSS_URL . 'other/edit-menus.css' , NULL, '1.1' );
110
  wp_enqueue_script( 'auxin-edit-menus-js' , ADMIN_JS_URL . 'solo/edit-menus.js' , array('jquery'), '1.1', true );
111
  }
112
  }
19
  protected static $instance = null;
20
 
21
 
22
+ public function __construct(){
23
 
24
  // Back-end modification hooks
25
 
106
  global $pagenow;
107
 
108
  if( 'nav-menus.php' == $pagenow ){
109
+ wp_enqueue_style ( 'auxin-edit-menus-css' , ADMIN_CSS_URL . 'other/edit-menus.css' , null, '1.1' );
110
  wp_enqueue_script( 'auxin-edit-menus-js' , ADMIN_JS_URL . 'solo/edit-menus.js' , array('jquery'), '1.1', true );
111
  }
112
  }
includes/classes/class-auxin-permalink.php CHANGED
@@ -27,7 +27,7 @@ if ( ! defined('ABSPATH') ) {
27
  public $default_post_types = array();
28
 
29
 
30
- function __construct() {
31
 
32
  if( defined('THEME_NAME_I18N') ) $this->theme_name = THEME_NAME_I18N;
33
  if( defined('THEME_ID' ) ) $this->theme_id = THEME_ID;
@@ -71,7 +71,7 @@ if ( ! defined('ABSPATH') ) {
71
  // store posted custom permalink slugs
72
  if( isset( $_POST['submit'] ) && isset( $_POST['_wp_http_referer'] ) ){
73
 
74
- if( strpos( $_POST['_wp_http_referer'],'options-permalink.php' ) !== FALSE ) {
75
  $this->store_permalink_options( $post_type );
76
  }
77
  }
@@ -388,7 +388,7 @@ if ( ! defined('ABSPATH') ) {
388
  * @return void
389
  */
390
  public function posttypes_permalink_section_callback_function(){
391
- _e('These settings control the permalinks used for theme\'s post types. These settings only apply when <strong>not using "default" permalink structure.</strong>.', 'auxin-elements' );
392
  echo "<br /><br />";
393
  }
394
 
@@ -399,12 +399,12 @@ if ( ! defined('ABSPATH') ) {
399
  * @return void
400
  */
401
  public function posttypes_permalink_fields_callback_function( $args ) {
402
- $output_suffix = $args['page_type'] !== 'single' ? '' : '<code>/' . __( 'sample-post', 'auxin-elements' ).'/</code>';
403
 
404
  $option_id = $this->get_structure( $args );
405
  $val = get_theme_mod( $option_id );
406
 
407
- printf( '<code>%1$s/</code><input id="%2$s" name="%2$s" type="text" value="%3$s" />%4$s', home_url(), $option_id, $val, $output_suffix );
408
  }
409
 
410
  /**
27
  public $default_post_types = array();
28
 
29
 
30
+ public function __construct() {
31
 
32
  if( defined('THEME_NAME_I18N') ) $this->theme_name = THEME_NAME_I18N;
33
  if( defined('THEME_ID' ) ) $this->theme_id = THEME_ID;
71
  // store posted custom permalink slugs
72
  if( isset( $_POST['submit'] ) && isset( $_POST['_wp_http_referer'] ) ){
73
 
74
+ if( strpos( $_POST['_wp_http_referer'],'options-permalink.php' ) !== false ) {
75
  $this->store_permalink_options( $post_type );
76
  }
77
  }
388
  * @return void
389
  */
390
  public function posttypes_permalink_section_callback_function(){
391
+ esc_html_e('These settings control the permalinks used for theme\'s post types. These settings only apply when <strong>not using "default" permalink structure.</strong>.', 'auxin-elements' );
392
  echo "<br /><br />";
393
  }
394
 
399
  * @return void
400
  */
401
  public function posttypes_permalink_fields_callback_function( $args ) {
402
+ $output_suffix = $args['page_type'] !== 'single' ? '' : '<code>/' . esc_html__( 'sample-post', 'auxin-elements' ).'/</code>';
403
 
404
  $option_id = $this->get_structure( $args );
405
  $val = get_theme_mod( $option_id );
406
 
407
+ printf( '<code>%1$s/</code><input id="%2$s" name="%2$s" type="text" value="%3$s" />%4$s', esc_url( home_url() ), esc_attr( $option_id ), esc_attr( $val ), $output_suffix );
408
  }
409
 
410
  /**
includes/classes/class-auxin-plugin-requirements.php CHANGED
@@ -31,7 +31,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
31
 
32
 
33
 
34
- function __construct(){
35
  global $auxin_plugins_dependency_map;
36
 
37
  if( empty( $auxin_plugins_dependency_map ) ){
@@ -71,7 +71,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
71
  if( $this->admin_notices && $notices = implode( '</li><li>', $this->admin_notices ) ) {
72
  $the_notice .= '<p>' . $pop_notice;
73
  $the_notice .= sprintf(
74
- __( '%s plugin has been disabled automatically due to following reason:', 'auxin-elements' ),
75
  '<strong>'. $this->requirements['config']['plugin_name'] . '</strong>'
76
  );
77
  $the_notice .= '<ul><li>'. $notices . '</li></ul></p>';
@@ -121,7 +121,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
121
  *
122
  * @return bool True, if in the active plugins list. False, not in the list.
123
  */
124
- function is_plugin_active( $plugin ) {
125
 
126
  if ( ! function_exists( 'is_plugin_active' ) ) {
127
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
@@ -135,7 +135,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
135
  *
136
  * @return void
137
  */
138
- function update_plugins_dependencies(){
139
 
140
  // Flush the rewrite rules on plugin activation
141
  flush_rewrite_rules();
@@ -199,7 +199,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
199
  *
200
  * @return void
201
  */
202
- function check_plugins_requirement(){
203
 
204
  if( empty( $this->requirements['plugins'] ) ){
205
  return;
@@ -266,7 +266,7 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
266
  *
267
  * @return void
268
  */
269
- function check_theme_requirement(){
270
 
271
  if( empty( $this->requirements['themes'] ) ){
272
  return;
31
 
32
 
33
 
34
+ public function __construct(){
35
  global $auxin_plugins_dependency_map;
36
 
37
  if( empty( $auxin_plugins_dependency_map ) ){
71
  if( $this->admin_notices && $notices = implode( '</li><li>', $this->admin_notices ) ) {
72
  $the_notice .= '<p>' . $pop_notice;
73
  $the_notice .= sprintf(
74
+ esc_html__( '%s plugin has been disabled automatically due to following reason:', 'auxin-elements' ),
75
  '<strong>'. $this->requirements['config']['plugin_name'] . '</strong>'
76
  );
77
  $the_notice .= '<ul><li>'. $notices . '</li></ul></p>';
121
  *
122
  * @return bool True, if in the active plugins list. False, not in the list.
123
  */
124
+ public function is_plugin_active( $plugin ) {
125
 
126
  if ( ! function_exists( 'is_plugin_active' ) ) {
127
  require_once ABSPATH . 'wp-admin/includes/plugin.php';
135
  *
136
  * @return void
137
  */
138
+ public function update_plugins_dependencies(){
139
 
140
  // Flush the rewrite rules on plugin activation
141
  flush_rewrite_rules();
199
  *
200
  * @return void
201
  */
202
+ public function check_plugins_requirement(){
203
 
204
  if( empty( $this->requirements['plugins'] ) ){
205
  return;
266
  *
267
  * @return void
268
  */
269
+ public function check_theme_requirement(){
270
 
271
  if( empty( $this->requirements['themes'] ) ){
272
  return;
includes/classes/class-auxin-post-type-base.php CHANGED
@@ -45,7 +45,7 @@ class Auxin_Post_Type_Base {
45
  private $wp_post_type;
46
 
47
 
48
- function __construct( $post_type = '' ) {
49
 
50
  if( ! empty( $post_type ) ){
51
  $this->post_type = $post_type;
@@ -131,7 +131,7 @@ class Auxin_Post_Type_Base {
131
  * @param array $column An array of column name => label
132
  * @return array List of columns shown when listing posts of the post type
133
  */
134
- function manage_posttype_custom_columns( $column ){ }
135
 
136
 
137
  /**
45
  private $wp_post_type;
46
 
47
 
48
+ public function __construct( $post_type = '' ) {
49
 
50
  if( ! empty( $post_type ) ){
51
  $this->post_type = $post_type;
131
  * @param array $column An array of column name => label
132
  * @return array List of columns shown when listing posts of the post type
133
  */
134
+ public function manage_posttype_custom_columns( $column ){ }
135
 
136
 
137
  /**
includes/classes/class-auxin-siteorigin-widget.php DELETED
@@ -1,246 +0,0 @@
1
- <?php
2
- /**
3
- * A class for creating SiteOrigin widgets from the master widgets list
4
- *
5
- *
6
- * @package Auxin
7
- * @license LICENSE.txt
8
- * @author averta
9
- * @link http://phlox.pro/
10
- * @copyright (c) 2010-2022 averta
11
- */
12
-
13
- // no direct access allowed
14
- if ( ! defined('ABSPATH') ) exit;
15
-
16
- /*--------------------------------*/
17
-
18
- if( ! class_exists( 'Auxin_SiteOrigin_Widget' ) && class_exists( 'SiteOrigin_Widget') ) :
19
-
20
- class Auxin_SiteOrigin_Widget extends SiteOrigin_Widget {
21
-
22
-
23
- private $widget_info = array();
24
- private $widget_fields = array();
25
- public $widget_fun_name;
26
-
27
- /**
28
- * Setups new SiteOrigin Widget
29
- * @param Array $widget_info
30
- */
31
- function __construct( $widget_info ) {
32
-
33
- $this->widget_info = $widget_info;
34
- $this->widget_fields = $widget_info['params'];
35
- $this->widget_fun_name = $widget_info['auxin_output_callback'];
36
-
37
- parent::__construct(
38
- // The unique id for your widget.
39
- $widget_info['base'],
40
-
41
- // The name of the widget for display purposes.
42
- $widget_info['name'],
43
-
44
- // The $widget_options array, which is passed through to WP_Widget.
45
- // It has a couple of extras like the optional help URL, which should link to your sites help or support page.
46
- array(
47
- 'description' => $widget_info['description'],
48
- 'has_preview' => false
49
- //'help' => 'http://example.com/hello-world-widget-docs',
50
- ),
51
-
52
- //The $control_options array, which is passed through to WP_Widget
53
- array(
54
- ),
55
-
56
- //The $form_options array, which describes the form fields used to configure SiteOrigin widgets. We'll explain these in more detail later.
57
- false,
58
-
59
- //The $base_folder path string.
60
- plugin_dir_path(__FILE__)
61
- );
62
-
63
- // we don't want to use template files for site origin widgets
64
- add_filter( 'siteorigin_widgets_template_file_' . $widget_info['base'] , array( $this, 'get_widget_template_file' ) );
65
- // override the widget template html
66
- add_filter( 'siteorigin_widgets_template_html_' . $widget_info['base'] , array( $this, 'get_widget_html' ), 10, 2 );
67
-
68
-
69
- }
70
-
71
- function initialize_form(){
72
-
73
- $so_fields = array();
74
- $so_fields_sections = array();
75
-
76
- foreach ( $this->widget_fields as $field ) {
77
-
78
- $so_field = array(
79
- 'label' => $field['heading'],
80
- 'default' => ! empty( $field['value'] ) ? $field['value'] : '',
81
- 'description' => ! empty( $field['description'] ) ? $field['description'] : ''
82
- );
83
-
84
- switch ( $field['type'] ) {
85
- case 'iconpicker':
86
- case 'aux_iconpicker':
87
- $so_field['type'] = 'iconpicker';
88
- break;
89
-
90
- case 'textarea_html':
91
- $so_field['type'] = 'tinymce';
92
- $so_field['rows'] = 20;
93
- break;
94
-
95
- case 'textbox':
96
- case 'textfield':
97
- $so_field['type'] = 'text';
98
- break;
99
-
100
- case 'dropdown':
101
- case 'select':
102
- $so_field['type'] = 'select';
103
- $so_field['options'] = $field['value'];
104
-
105
- if ( !empty( $field['def_value'] ) ) {
106
- $so_field['default'] = $field['def_value'];
107
- }
108
- break;
109
-
110
- case 'aux_select2_multiple' :
111
- $so_field['type'] = 'select2_multiple';
112
- $so_field['options'] = $field['value'];
113
- $so_field['multiple'] = true;
114
-
115
- if ( !empty( $field['def_value'] ) ) {
116
- $so_field['default'] = $field['def_value'];
117
- }
118
-
119
- break;
120
-
121
- case 'aux_visual_select':
122
- $so_field['type'] = 'visualselect';
123
- $so_field['options'] = $field['choices'];
124
- break;
125
-
126
- case 'checkbox':
127
- case 'aux_switch':
128
- // TODO: add switch box to so
129
- $so_field['type'] = 'checkbox';
130
- break;
131
-
132
- case 'color':
133
- case 'colorpicker':
134
- // TODO: add color picker to so
135
- $so_field['type'] = 'color';
136
- break;
137
-
138
- case 'aux_select_image':
139
- case 'attach_image':
140
- $so_field['type'] = 'media';
141
- $so_field['library'] = 'image';
142
- break;
143
-
144
- case 'aux_select_images':
145
- case 'attach_images':
146
- $so_field['type'] = 'media';
147
- $so_field['library'] = 'image';
148
- break;
149
-
150
- case 'aux_select_video':
151
- case 'attach_video':
152
- $so_field['type'] = 'media';
153
- $so_field['library'] = 'video';
154
- break;
155
-
156
- case 'aux_select_audio':
157
- case 'attach_audio':
158
- $so_field['type'] = 'media';
159
- $so_field['library'] = 'audio';
160
- break;
161
-
162
- default:
163
- continue;
164
- break;
165
- }
166
-
167
-
168
- if ( ! empty( $field['repeater'] ) ) {
169
- $repeater_name = $this->sanitize_field_name( $field['repeater'] );
170
-
171
- if ( ! isset( $so_fields[ $repeater_name ] ) ) {
172
- $so_fields[ $repeater_name ] = array(
173
- 'type' => 'repeater',
174
- 'label' => (isset($field['repeater-label']))? $field['repeater-label'] : $field['repeater'],
175
- 'item_name' => (isset($field['section-name']))? $field['section-name'] : "Item",
176
- 'hide' => true,
177
- 'fields' => array()
178
- );
179
- }
180
-
181
- $so_fields[ $repeater_name ]['fields'][ $field['param_name'] ] = $so_field;
182
-
183
- } elseif ( ! empty( $field['group'] ) ) {
184
- $section_name = $this->sanitize_field_name( $field['group'] );
185
-
186
- if ( ! isset( $so_fields[ $section_name ] ) ) {
187
- $so_fields[ $section_name ] = array(
188
- 'type' => 'section',
189
- 'label' => $field['group'],
190
- 'hide' => true,
191
- 'fields' => array()
192
- );
193
- }
194
-
195
- $so_fields[ $section_name ]['fields'][ $field['param_name'] ] = $so_field;
196
- } else {
197
- $so_fields[$field['param_name']] = $so_field;
198
- }
199
-
200
- }
201
-
202
- return $so_fields;
203
- }
204
-
205
- private function sanitize_field_name( $field_label ) {
206
- return str_replace( ' ', '_', strtolower( $field_label ) );
207
- }
208
-
209
- /**
210
- * get the widget output
211
- */
212
- function get_widget_html( $template_html, $instance ) {
213
-
214
- $args = $this->widget_fields;
215
- // make sure to pass same class name for wrapper to widget too
216
- if( isset( $this->widget_info['base_class'] ) ){
217
- $args['base_class'] = $this->widget_info['base_class'];
218
- }
219
-
220
- $instance['widget_info'] = $args;
221
-
222
- if( function_exists( $this->widget_fun_name ) ){
223
- return call_user_func( $this->widget_fun_name, $instance );
224
- } else {
225
- auxin_error( __('The callback for widget does not exists.', 'auxin-elements') );
226
- }
227
- }
228
-
229
- /**
230
- * Auxin elements doesn't support template files
231
- */
232
- function get_widget_template_file( $template_path ) {
233
- return '';
234
- }
235
-
236
- function get_template_name( $instance ) {
237
- return '';
238
- }
239
-
240
- function get_template_dir( $instance ) {
241
- return '';
242
- }
243
-
244
- }
245
-
246
- endif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/classes/class-auxin-svg-support.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Class Auxin_SVG_Support
5
  */
6
- Class Auxin_SVG_Support {
7
 
8
 
9
  protected $sanitizer;
@@ -33,7 +33,7 @@ Class Auxin_SVG_Support {
33
  /**
34
  * Set up the class
35
  */
36
- function __construct() {
37
  $this->sanitizer = new enshrined\svgSanitize\Sanitizer();
38
  $this->sanitizer->minify( true );
39
 
@@ -272,7 +272,7 @@ Class Auxin_SVG_Support {
272
  *
273
  * @return mixed
274
  */
275
- function get_image_tag_override( $html, $id, $alt, $title, $align, $size ) {
276
  $mime = get_post_mime_type( $id );
277
 
278
  if ( 'image/svg+xml' === $mime ) {
@@ -309,7 +309,7 @@ Class Auxin_SVG_Support {
309
  *
310
  * @return mixed Metadata for attachment.
311
  */
312
- function skip_svg_regeneration( $metadata, $attachment_id ) {
313
  $mime = get_post_mime_type( $attachment_id );
314
  if ( 'image/svg+xml' === $mime ) {
315
  $additional_image_sizes = wp_get_additional_image_sizes();
@@ -376,7 +376,7 @@ Class Auxin_SVG_Support {
376
  * if the object does not exist.
377
  * @param int $post_id Attachment ID.
378
  */
379
- function metadata_error_fix( $data, $post_id ) {
380
 
381
  // If it's a WP_Error regenerate metadata and save it
382
  if ( is_wp_error( $data ) ) {
3
  /**
4
  * Class Auxin_SVG_Support
5
  */
6
+ class Auxin_SVG_Support {
7
 
8
 
9
  protected $sanitizer;
33
  /**
34
  * Set up the class
35
  */
36
+ public function __construct() {
37
  $this->sanitizer = new enshrined\svgSanitize\Sanitizer();
38
  $this->sanitizer->minify( true );
39
 
272
  *
273
  * @return mixed
274
  */
275
+ public function get_image_tag_override( $html, $id, $alt, $title, $align, $size ) {
276
  $mime = get_post_mime_type( $id );
277
 
278
  if ( 'image/svg+xml' === $mime ) {
309
  *
310
  * @return mixed Metadata for attachment.
311
  */
312
+ public function skip_svg_regeneration( $metadata, $attachment_id ) {
313
  $mime = get_post_mime_type( $attachment_id );
314
  if ( 'image/svg+xml' === $mime ) {
315
  $additional_image_sizes = wp_get_additional_image_sizes();
376
  * if the object does not exist.
377
  * @param int $post_id Attachment ID.
378
  */
379
+ public function metadata_error_fix( $data, $post_id ) {
380
 
381
  // If it's a WP_Error regenerate metadata and save it
382
  if ( is_wp_error( $data ) ) {
includes/classes/class-auxin-walker-nav-menu-back.php CHANGED
@@ -111,7 +111,7 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
111
 
112
  $submenu_text = '';
113
  if ( 0 == $depth )
114
- $submenu_text = 'style="display: none;"';
115
 
116
  ?>
117
  <li id="menu-item-<?php echo esc_attr( $item_id ); ?>" class="<?php echo esc_attr( implode(' ', $classes ) ); ?>">
@@ -119,13 +119,13 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
119
  <div class="menu-item-handle">
120
  <span class="item-title">
121
  <span class="menu-item-title"><?php echo esc_html( $title ); ?></span>
122
- <span class="is-submenu" <?php echo $submenu_text; ?>><?php _e( 'sub item', 'auxin-elements' ); ?></span>
123
  </span>
124
  <span class="item-controls">
125
  <span class="item-type"><?php echo esc_html( $item->type_label ); ?></span>
126
 
127
- <span class="item-type aux-mm-mega-badge"><?php _e( 'Mega' , 'auxin-elements' ); //@Edit ?></span>
128
- <span class="item-type aux-mm-col-badge" ><?php _e( 'Column', 'auxin-elements' ); //@Edit ?></span>
129
 
130
  <span class="item-order hide-if-js">
131
  <a href="<?php
@@ -155,8 +155,8 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
155
  ?>" class="item-move-down"><abbr title="<?php esc_attr_e('Move down', 'auxin-elements'); ?>">&#8595;</abbr></a>
156
  </span>
157
  <a class="item-edit" id="edit-<?php echo esc_attr( $item_id ); ?>" title="<?php esc_attr_e('Edit Menu Item', 'auxin-elements'); ?>" href="<?php
158
- echo ( isset( $_GET['edit-menu-item'] ) && $item_id == $_GET['edit-menu-item'] ) ? admin_url( 'nav-menus.php' ) : add_query_arg( 'edit-menu-item', $item_id, remove_query_arg( $removed_args, admin_url( 'nav-menus.php#menu-item-settings-' . $item_id ) ) );
159
- ?>"><?php _e( 'Edit Menu Item', 'auxin-elements' ); ?></a>
160
  </span>
161
  </div>
162
  </div>
@@ -165,46 +165,46 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
165
  <?php if ( 'custom' == $item->type ) : ?>
166
  <p class="field-url `ption description-wide">
167
  <label for="edit-menu-item-url-<?php echo esc_attr( $item_id ); ?>">
168
- <?php _e( 'URL', 'auxin-elements' ); ?><br />
169
  <input type="text" id="edit-menu-item-url-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-url" name="menu-item-url[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->url ); ?>" />
170
  </label>
171
  </p>
172
  <?php endif; ?>
173
  <p class="description description-wide">
174
  <label for="edit-menu-item-title-<?php echo esc_attr( $item_id ); ?>">
175
- <?php _e( 'Navigation Label', 'auxin-elements' ); ?><br />
176
  <input type="text" id="edit-menu-item-title-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->title ); ?>" />
177
  </label>
178
  </p>
179
  <p class="field-title-attribute description description-wide">
180
  <label for="edit-menu-item-attr-title-<?php echo esc_attr( $item_id ); ?>">
181
- <?php _e( 'Title Attribute', 'auxin-elements' ); ?><br />
182
  <input type="text" id="edit-menu-item-attr-title-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" />
183
  </label>
184
  </p>
185
  <p class="field-link-target description">
186
  <label for="edit-menu-item-target-<?php echo esc_attr( $item_id ); ?>">
187
  <input type="checkbox" id="edit-menu-item-target-<?php echo esc_attr( $item_id ); ?>" value="_blank" name="menu-item-target[<?php echo esc_attr( $item_id ); ?>]"<?php checked( $item->target, '_blank' ); ?> />
188
- <?php _e( 'Open link in a new window/tab', 'auxin-elements' ); ?>
189
  </label>
190
  </p>
191
  <p class="field-css-classes description description-thin">
192
  <label for="edit-menu-item-classes-<?php echo esc_attr( $item_id ); ?>">
193
- <?php _e( 'CSS Classes (optional)', 'auxin-elements' ); ?><br />
194
  <input type="text" id="edit-menu-item-classes-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-classes" name="menu-item-classes[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( implode(' ', $item->classes ) ); ?>" />
195
  </label>
196
  </p>
197
  <p class="field-xfn description description-thin">
198
  <label for="edit-menu-item-xfn-<?php echo esc_attr( $item_id ); ?>">
199
- <?php _e( 'Link Relationship (XFN)', 'auxin-elements' ); ?><br />
200
  <input type="text" id="edit-menu-item-xfn-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-xfn" name="menu-item-xfn[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->xfn ); ?>" />
201
  </label>
202
  </p>
203
  <p class="field-description description description-wide">
204
  <label for="edit-menu-item-description-<?php echo esc_attr( $item_id ); ?>">
205
- <?php _e( 'Description', 'auxin-elements' ); ?><br />
206
  <textarea id="edit-menu-item-description-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo esc_attr( $item_id ); ?>]"><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
207
- <span class="description"><?php _e('The description will be displayed in the menu if the current theme supports it.', 'auxin-elements'); ?></span>
208
  </label>
209
  </p>
210
 
@@ -238,19 +238,16 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
238
  $field_info['default'] = '';
239
  }
240
 
241
- $data_depth = 'data-min-depth="' . $field_info['min_depth'] . '" ';
242
- $data_depth .= 'data-max-depth="' . $field_info['max_depth'] . '" ';
243
-
244
  switch ( $field_info['type'] ) {
245
 
246
  case 'switch':
247
 
248
  $field_info['type'] = 'checkbox';
249
  ?>
250
- <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" <?php echo $data_depth; ?> >
251
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
252
  <input type="checkbox" id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" <?php checked( $item->{$field_id}, '1' ); ?> />
253
- <?php echo $field_info['label']; ?>
254
  </label>
255
  </p>
256
 
@@ -263,14 +260,14 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
263
  $field_info['choices'] = array();
264
  }
265
  ?>
266
- <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" <?php echo $data_depth; ?> >
267
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
268
- <?php echo $field_info['label']; ?>
269
  </label>
270
  <select id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" >
271
  <?php
272
  foreach ( $field_info['choices'] as $choice_id => $choice_value ) {
273
- echo '<option value="'. $choice_id .'" ' .selected( $item->{$field_id}, $choice_id, false ) .' >'. $choice_value . '</option>';
274
  }
275
  ?>
276
  </select>
@@ -286,21 +283,21 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
286
  $field_info['choices'] = array();
287
  }
288
  ?>
289
- <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" <?php echo $data_depth; ?> >
290
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
291
  <select id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" class="aux-fonticonpicker" >
292
  <?php
293
- echo '<option value="">' . __( 'Choose', 'auxin-elements' ) . '</option>';
294
 
295
  if( is_array( $font_icons ) ){
296
  foreach ( $font_icons as $icon ) {
297
  $icon_id = trim( $icon->classname, '.' );
298
- echo '<option value="'. $icon_id .'" '. selected( $item->{$field_id}, $icon_id, false ) .' >'. $icon->name . '</option>';
299
  }
300
  }
301
  ?>
302
  </select>
303
- <?php echo $field_info['label']; ?>
304
  </label>
305
  </p>
306
 
@@ -309,9 +306,9 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
309
 
310
  case 'textarea':
311
  ?>
312
- <p class="field-<?php echo esc_attr( $field_id ); ?> description description-wide aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" <?php echo $data_depth; ?> >
313
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
314
- <?php echo $field_info['label']; ?><br />
315
  <textarea id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-<?php echo esc_attr( $field_id ); ?>" rows="3" cols="20" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" ><?php echo esc_html( $item->{$field_id} ); // textarea_escaped ?></textarea>
316
  </label>
317
  </p>
@@ -323,9 +320,9 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
323
  default:
324
  ?>
325
 
326
- <p class="description description-wide aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" <?php echo $data_depth; ?>>
327
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
328
- <?php echo $field_info['label']; ?><br />
329
  <input type="text" id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-<?php echo esc_attr( $field_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->{$field_id} ); ?>" />
330
  </label>
331
  </p>
@@ -356,18 +353,18 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
356
  <p class="field-move hide-if-no-js description description-wide">
357
  <label>
358
  <span><?php _e( 'Move', 'auxin-elements' ); ?></span>
359
- <a href="#" class="menus-move menus-move-up" data-dir="up"><?php _e( 'Up one', 'auxin-elements' ); ?></a>
360
- <a href="#" class="menus-move menus-move-down" data-dir="down"><?php _e( 'Down one', 'auxin-elements' ); ?></a>
361
  <a href="#" class="menus-move menus-move-left" data-dir="left"></a>
362
  <a href="#" class="menus-move menus-move-right" data-dir="right"></a>
363
- <a href="#" class="menus-move menus-move-top" data-dir="top"><?php _e( 'To the top', 'auxin-elements' ); ?></a>
364
  </label>
365
  </p>
366
 
367
  <div class="menu-item-actions description-wide submitbox">
368
  <?php if ( 'custom' != $item->type && $original_title !== false ) : ?>
369
  <p class="link-to-original">
370
- <?php printf( __('Original: %s', 'auxin-elements'), '<a href="' . esc_attr( $item->url ) . '">' . esc_html( $original_title ) . '</a>' ); ?>
371
  </p>
372
  <?php endif; ?>
373
  <a class="item-delete submitdelete deletion" id="delete-<?php echo esc_attr( $item_id ); ?>" href="<?php
@@ -380,11 +377,11 @@ class Auxin_Walker_Nav_Menu_Back extends Walker_Nav_Menu {
380
  admin_url( 'nav-menus.php' )
381
  ),
382
  'delete-menu_item_' . $item_id
383
- ); ?>"><?php _e( 'Remove', 'auxin-elements' ); ?></a> <span class="meta-sep hide-if-no-js"> | </span> <a class="item-cancel submitcancel hide-if-no-js" id="cancel-<?php echo $item_id; ?>" href="<?php echo esc_url( add_query_arg( array( 'edit-menu-item' => $item_id, 'cancel' => time() ), admin_url( 'nav-menus.php' ) ) );
384
- ?>#menu-item-settings-<?php echo $item_id; ?>"><?php _e('Cancel', 'auxin-elements'); ?></a>
385
  </div>
386
 
387
- <input class="menu-item-data-db-id" type="hidden" name="menu-item-db-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_Attr( $item_id ); ?>" />
388
  <input class="menu-item-data-object-id" type="hidden" name="menu-item-object-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->object_id ); ?>" />
389
  <input class="menu-item-data-object" type="hidden" name="menu-item-object[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->object ); ?>" />
390
  <input class="menu-item-data-parent-id" type="hidden" name="menu-item-parent-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->menu_item_parent ); ?>" />
111
 
112
  $submenu_text = '';
113
  if ( 0 == $depth )
114
+ $submenu_text = 'display: none;';
115
 
116
  ?>
117
  <li id="menu-item-<?php echo esc_attr( $item_id ); ?>" class="<?php echo esc_attr( implode(' ', $classes ) ); ?>">
119
  <div class="menu-item-handle">
120
  <span class="item-title">
121
  <span class="menu-item-title"><?php echo esc_html( $title ); ?></span>
122
+ <span class="is-submenu" style="<?php echo esc_attr( $submenu_text ); ?>"><?php esc_html_e( 'sub item', 'auxin-elements' ); ?></span>
123
  </span>
124
  <span class="item-controls">
125
  <span class="item-type"><?php echo esc_html( $item->type_label ); ?></span>
126
 
127
+ <span class="item-type aux-mm-mega-badge"><?php esc_html_e( 'Mega' , 'auxin-elements' ); //@Edit ?></span>
128
+ <span class="item-type aux-mm-col-badge" ><?php esc_html_e( 'Column', 'auxin-elements' ); //@Edit ?></span>
129
 
130
  <span class="item-order hide-if-js">
131
  <a href="<?php
155
  ?>" class="item-move-down"><abbr title="<?php esc_attr_e('Move down', 'auxin-elements'); ?>">&#8595;</abbr></a>
156
  </span>
157
  <a class="item-edit" id="edit-<?php echo esc_attr( $item_id ); ?>" title="<?php esc_attr_e('Edit Menu Item', 'auxin-elements'); ?>" href="<?php
158
+ echo ( isset( $_GET['edit-menu-item'] ) && $item_id == $_GET['edit-menu-item'] ) ? esc_url( admin_url( 'nav-menus.php' ) ) : esc_url( add_query_arg( 'edit-menu-item', $item_id, remove_query_arg( $removed_args, admin_url( 'nav-menus.php#menu-item-settings-' . $item_id ) ) ) );
159
+ ?>"><?php esc_html_e( 'Edit Menu Item', 'auxin-elements' ); ?></a>
160
  </span>
161
  </div>
162
  </div>
165
  <?php if ( 'custom' == $item->type ) : ?>
166
  <p class="field-url `ption description-wide">
167
  <label for="edit-menu-item-url-<?php echo esc_attr( $item_id ); ?>">
168
+ <?php esc_html_e( 'URL', 'auxin-elements' ); ?><br />
169
  <input type="text" id="edit-menu-item-url-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-url" name="menu-item-url[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->url ); ?>" />
170
  </label>
171
  </p>
172
  <?php endif; ?>
173
  <p class="description description-wide">
174
  <label for="edit-menu-item-title-<?php echo esc_attr( $item_id ); ?>">
175
+ <?php esc_html_e( 'Navigation Label', 'auxin-elements' ); ?><br />
176
  <input type="text" id="edit-menu-item-title-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->title ); ?>" />
177
  </label>
178
  </p>
179
  <p class="field-title-attribute description description-wide">
180
  <label for="edit-menu-item-attr-title-<?php echo esc_attr( $item_id ); ?>">
181
+ <?php esc_html_e( 'Title Attribute', 'auxin-elements' ); ?><br />
182
  <input type="text" id="edit-menu-item-attr-title-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->post_excerpt ); ?>" />
183
  </label>
184
  </p>
185
  <p class="field-link-target description">
186
  <label for="edit-menu-item-target-<?php echo esc_attr( $item_id ); ?>">
187
  <input type="checkbox" id="edit-menu-item-target-<?php echo esc_attr( $item_id ); ?>" value="_blank" name="menu-item-target[<?php echo esc_attr( $item_id ); ?>]"<?php checked( $item->target, '_blank' ); ?> />
188
+ <?php esc_html_e( 'Open link in a new window/tab', 'auxin-elements' ); ?>
189
  </label>
190
  </p>
191
  <p class="field-css-classes description description-thin">
192
  <label for="edit-menu-item-classes-<?php echo esc_attr( $item_id ); ?>">
193
+ <?php esc_html_e( 'CSS Classes (optional)', 'auxin-elements' ); ?><br />
194
  <input type="text" id="edit-menu-item-classes-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-classes" name="menu-item-classes[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( implode(' ', $item->classes ) ); ?>" />
195
  </label>
196
  </p>
197
  <p class="field-xfn description description-thin">
198
  <label for="edit-menu-item-xfn-<?php echo esc_attr( $item_id ); ?>">
199
+ <?php esc_html_e( 'Link Relationship (XFN)', 'auxin-elements' ); ?><br />
200
  <input type="text" id="edit-menu-item-xfn-<?php echo esc_attr( $item_id ); ?>" class="widefat code edit-menu-item-xfn" name="menu-item-xfn[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->xfn ); ?>" />
201
  </label>
202
  </p>
203
  <p class="field-description description description-wide">
204
  <label for="edit-menu-item-description-<?php echo esc_attr( $item_id ); ?>">
205
+ <?php esc_html_e( 'Description', 'auxin-elements' ); ?><br />
206
  <textarea id="edit-menu-item-description-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo esc_attr( $item_id ); ?>]"><?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
207
+ <span class="description"><?php esc_html_e('The description will be displayed in the menu if the current theme supports it.', 'auxin-elements'); ?></span>
208
  </label>
209
  </p>
210
 
238
  $field_info['default'] = '';
239
  }
240
 
 
 
 
241
  switch ( $field_info['type'] ) {
242
 
243
  case 'switch':
244
 
245
  $field_info['type'] = 'checkbox';
246
  ?>
247
+ <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" data-min-depth="<?php echo esc_attr( $field_info['min_depth'] );?>" data-max-depth="<?php echo esc_attr( $field_info['max_depth'] );?>" >
248
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
249
  <input type="checkbox" id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" <?php checked( $item->{$field_id}, '1' ); ?> />
250
+ <?php echo esc_html( $field_info['label'] ); ?>
251
  </label>
252
  </p>
253
 
260
  $field_info['choices'] = array();
261
  }
262
  ?>
263
+ <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" data-min-depth="<?php echo esc_attr( $field_info['min_depth'] );?>" data-max-depth="<?php echo esc_attr( $field_info['max_depth'] );?>" >
264
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
265
+ <?php echo esc_html( $field_info['label'] ); ?>
266
  </label>
267
  <select id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" >
268
  <?php
269
  foreach ( $field_info['choices'] as $choice_id => $choice_value ) {
270
+ echo '<option value="'. esc_attr( $choice_id ) .'" ' .selected( $item->{$field_id}, $choice_id, false ) .' >'. esc_html( $choice_value ) . '</option>';
271
  }
272
  ?>
273
  </select>
283
  $field_info['choices'] = array();
284
  }
285
  ?>
286
+ <p class="field-<?php echo esc_attr( $field_id ); ?> description aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" data-min-depth="<?php echo esc_attr( $field_info['min_depth'] );?>" data-max-depth="<?php echo esc_attr( $field_info['max_depth'] );?>" >
287
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
288
  <select id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" class="aux-fonticonpicker" >
289
  <?php
290
+ echo '<option value="">' . esc_html__( 'Choose', 'auxin-elements' ) . '</option>';
291
 
292
  if( is_array( $font_icons ) ){
293
  foreach ( $font_icons as $icon ) {
294
  $icon_id = trim( $icon->classname, '.' );
295
+ echo '<option value="'. esc_attr( $icon_id ) .'" '. selected( $item->{$field_id}, $icon_id, false ) .' >'. esc_html( $icon->name ) . '</option>';
296
  }
297
  }
298
  ?>
299
  </select>
300
+ <?php echo esc_html( $field_info['label'] ); ?>
301
  </label>
302
  </p>
303
 
306
 
307
  case 'textarea':
308
  ?>
309
+ <p class="field-<?php echo esc_attr( $field_id ); ?> description description-wide aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" data-min-depth="<?php echo esc_attr( $field_info['min_depth'] );?>" data-max-depth="<?php echo esc_attr( $field_info['max_depth'] );?>" >
310
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
311
+ <?php echo esc_html( $field_info['label'] ); ?><br />
312
  <textarea id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-<?php echo esc_attr( $field_id ); ?>" rows="3" cols="20" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" ><?php echo esc_html( $item->{$field_id} ); // textarea_escaped ?></textarea>
313
  </label>
314
  </p>
320
  default:
321
  ?>
322
 
323
+ <p class="description description-wide aux-mm-setting-field-<?php echo esc_attr( $field_info['type'] ); ?> aux-mm-setting-<?php echo esc_attr( $field_id ); ?>" data-min-depth="<?php echo esc_attr( $field_info['min_depth'] );?>" data-max-depth="<?php echo esc_attr( $field_info['max_depth'] );?>">
324
  <label for="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>">
325
+ <?php echo esc_html( $field_info['label'] ); ?><br />
326
  <input type="text" id="edit-menu-item-<?php echo esc_attr( $field_id ); ?>-<?php echo esc_attr( $item_id ); ?>" class="widefat edit-menu-item-<?php echo esc_attr( $field_id ); ?>" name="menu-item-<?php echo esc_attr( $field_id ); ?>[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->{$field_id} ); ?>" />
327
  </label>
328
  </p>
353
  <p class="field-move hide-if-no-js description description-wide">
354
  <label>
355
  <span><?php _e( 'Move', 'auxin-elements' ); ?></span>
356
+ <a href="#" class="menus-move menus-move-up" data-dir="up"><?php esc_html_e( 'Up one', 'auxin-elements' ); ?></a>
357
+ <a href="#" class="menus-move menus-move-down" data-dir="down"><?php esc_html_e( 'Down one', 'auxin-elements' ); ?></a>
358
  <a href="#" class="menus-move menus-move-left" data-dir="left"></a>
359
  <a href="#" class="menus-move menus-move-right" data-dir="right"></a>
360
+ <a href="#" class="menus-move menus-move-top" data-dir="top"><?php esc_html_e( 'To the top', 'auxin-elements' ); ?></a>
361
  </label>
362
  </p>
363
 
364
  <div class="menu-item-actions description-wide submitbox">
365
  <?php if ( 'custom' != $item->type && $original_title !== false ) : ?>
366
  <p class="link-to-original">
367
+ <?php printf( esc_html__('Original: %s', 'auxin-elements'), '<a href="' . esc_attr( $item->url ) . '">' . esc_html( $original_title ) . '</a>' ); ?>
368
  </p>
369
  <?php endif; ?>
370
  <a class="item-delete submitdelete deletion" id="delete-<?php echo esc_attr( $item_id ); ?>" href="<?php
377
  admin_url( 'nav-menus.php' )
378
  ),
379
  'delete-menu_item_' . $item_id
380
+ ); ?>"><?php esc_html_e( 'Remove', 'auxin-elements' ); ?></a> <span class="meta-sep hide-if-no-js"> | </span> <a class="item-cancel submitcancel hide-if-no-js" id="cancel-<?php echo esc_attr( $item_id ); ?>" href="<?php echo esc_url( add_query_arg( array( 'edit-menu-item' => $item_id, 'cancel' => time() ), admin_url( 'nav-menus.php' ) ) );
381
+ ?>#menu-item-settings-<?php echo esc_url( $item_id ); ?>"><?php esc_html_e('Cancel', 'auxin-elements'); ?></a>
382
  </div>
383
 
384
+ <input class="menu-item-data-db-id" type="hidden" name="menu-item-db-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item_id ); ?>" />
385
  <input class="menu-item-data-object-id" type="hidden" name="menu-item-object-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->object_id ); ?>" />
386
  <input class="menu-item-data-object" type="hidden" name="menu-item-object[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->object ); ?>" />
387
  <input class="menu-item-data-parent-id" type="hidden" name="menu-item-parent-id[<?php echo esc_attr( $item_id ); ?>]" value="<?php echo esc_attr( $item->menu_item_parent ); ?>" />
includes/classes/class-auxin-welcome-sections.php CHANGED
@@ -34,7 +34,7 @@ class Auxin_Welcome_Sections {
34
  protected $tutorial_list = null;
35
 
36
 
37
- function __construct(){;
38
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_importer' ), 60 );
39
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_templates'), 65 );
40
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_plugins' ), 70 );
@@ -196,7 +196,7 @@ class Auxin_Welcome_Sections {
196
  return $sections;
197
  }
198
 
199
- function render_feedback(){
200
  // the previous rate of the client
201
  $previous_rate = auxin_get_option( 'user_rating' );
202
 
@@ -209,10 +209,10 @@ class Auxin_Welcome_Sections {
209
  <div class="aux-columns-wrap">
210
  <div class="aux-image-wrap"></div>
211
  <div class="aux-form-wrap">
212
- <form class="aux-feedback-form" action="<?php echo admin_url( 'admin.php?page=auxin-welcome&tab=feedback'); ?>" method="post" >
213
 
214
  <div class="aux-rating-section">
215
- <h3 class="aux-content-title"><?php echo wp_sprintf( __( 'How likely are you to recommend %s to a friend?', THEME_DOMAIN ), THEME_NAME_I18N ) ?></h3>
216
  <div class="aux-theme-ratings">
217
  <?php
218
  for( $i = 1; $i <= 10; $i++ ){
@@ -225,26 +225,26 @@ class Auxin_Welcome_Sections {
225
 
226
  </div>
227
  <div class="aux-ratings-measure">
228
- <p><?php _e( "Don't like it", 'auxin-elements' ); ?></p>
229
- <p><?php _e( "Like it so much", 'auxin-elements' ); ?></p>
230
  </div>
231
  </div>
232
 
233
  <div class="aux-feedback-section aux-hide">
234
  <div class="aux-notice-box aux-notice-blue aux-rate-us-offer aux-hide">
235
- <img src="<?php echo AUXELS_ADMIN_URL.'/assets/images/welcome/rate-like.svg'; ?>" />
236
  <p><?php printf(
237
- __('Thanks for using Phlox theme. If you are enjoying this theme, please support us by %s submitting 5 star rate here%s. That would be a huge help for us to continue developing this theme.'),
238
- '<a href="http://phlox.pro/rate/'.THEME_ID.'" target="_black">',
239
  '</a>'
240
  ); ?>
241
  </p>
242
  </div>
243
- <h3 class="aux-feedback-form-title aux-content-title"><?php _e('Please explain why you gave this score (optional)', 'auxin-elements'); ?></h3>
244
  <h4 class="aux-feedback-form-subtitle">
245
  <?php
246
- printf( __( 'Please do not use this form to get support, in this case please check the %s help section %s', 'auxin-elements' ),
247
- '<a href="' .$this->welcome->get_tab_link('help'). '">', '</a>' ); ?>
248
  </h4>
249
  <textarea placeholder="Enter your feedback here" rows="10" name="feedback" class="large-text"></textarea>
250
  <input type="text" placeholder="Email address (Optional)" name="email" class="text-input" />
@@ -253,8 +253,8 @@ class Auxin_Welcome_Sections {
253
  <input type="submit" class="aux-wl-button aux-round aux-blue aux-wide" value="<?php esc_attr_e( 'Submit', 'auxin-elements' ); ?>" />
254
 
255
  <div class="aux-sending-status">
256
- <img class="ajax-progress aux-hide" src="<?php echo AUXIN_URL; ?>/css/images/elements/saving.gif" />
257
- <span class="ajax-response aux-hide" ><?php _e( 'Submitting your feedback ..', 'auxin-elements' ); ?></span>
258
  </div>
259
 
260
  </div>
@@ -283,7 +283,7 @@ class Auxin_Welcome_Sections {
283
  $text = __('Please try again and fill up at least the feedback field.', 'auxin-elements');
284
  }
285
 
286
- printf('<p class="notification">%s</p>', $text);
287
  }
288
  }
289
 
@@ -294,7 +294,7 @@ class Auxin_Welcome_Sections {
294
  * @param string $tab The tab that we intent to append this section to.
295
  * @return void
296
  */
297
- function append_changelog( $tab ){
298
 
299
  if( 'dashboard' !== $tab ){
300
  return;
@@ -324,15 +324,15 @@ class Auxin_Welcome_Sections {
324
  if( $changelog_info ){ ?>
325
  <div class="aux-changelog-wrap">
326
  <div class="aux-changelog-header">
327
- <h2><?php _e( 'Changelog', 'auxin-elements' ); ?></h2>
328
  <div class="aux-welcome-socials">
329
- <span><?php _e('Follow Us', 'auxin-elements' ); ?></span>
330
  <div class="aux-welcome-social-items">
331
- <a href="http://www.twitter.com/averta_ltd" class="aux-social-item aux-social-twitter" target="_blank" title="<?php _e('Follow us on Twitter', 'auxin-elements' ); ?>"></a>
332
- <a href="http://www.facebook.com/averta" class="aux-social-item aux-social-facebook" target="_blank" title="<?php _e('Follow us on Facebook', 'auxin-elements' ); ?>"></a>
333
- <a href="https://www.instagram.com/averta.co/" class="aux-social-item aux-social-instagram"target="_blank" title="<?php _e('Follow us on Instagram', 'auxin-elements' ); ?>"></a>
334
- <a href="https://themeforest.net/user/averta" class="aux-social-item aux-social-envato" target="_blank" title="<?php _e('Follow us on Envato', 'auxin-elements' ); ?>"></a>
335
- <a href="https://www.youtube.com/playlist?list=PL7X-1Jmy1jcdekHe6adxB81SBcrHOmLRS" class="aux-social-item aux-social-youtube" target="_blank" title="<?php _e('Subscribe to Phlox YouTube channel', 'auxin-elements' ); ?>"></a>
336
  </div>
337
  <ul>
338
 
@@ -340,7 +340,7 @@ class Auxin_Welcome_Sections {
340
  </div>
341
  </div>
342
  <div class="aux-changelog-content">
343
- <div class="aux-changelog-list"><?php echo $changelog_info; ?></div>
344
  </div>
345
  </div>
346
  <?php
@@ -355,7 +355,7 @@ class Auxin_Welcome_Sections {
355
  * @param string $tab The tab that we intent to append this section to.
356
  * @return void
357
  */
358
- function append_tutorials( $tab ){
359
 
360
  if( 'help' !== $tab ){ return; }
361
  $video_list = $this->get_video_tutorial_list();
@@ -367,7 +367,7 @@ class Auxin_Welcome_Sections {
367
  <div class="aux-grid-item aux-iso-item grid_4" >
368
  <div class="aux-grid-item-inner">
369
  <div class="aux-grid-item-media">
370
- <iframe width="440" height="248" src="https://www.youtube-nocookie.com/embed/<?php echo $video_id; ?>?rel=0&amp;showinfo=0"
371
  frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
372
  </div>
373
  <div class="aux-grid-item-footer">
@@ -491,14 +491,14 @@ class Auxin_Welcome_Sections {
491
 
492
  <div class="aux-columns-wrap">
493
  <div class="aux-form-wrap">
494
- <form class="aux-popup-feedback-form" action="<?php echo admin_url( 'admin.php?page=auxin-welcome&tab=feedback'); ?>" method="post" >
495
 
496
  <div class="aux-rating-section">
497
- <h3 class="aux-content-title"><?php echo wp_sprintf( __( 'How likely are you to recommend %s to a friend?', THEME_DOMAIN ), THEME_NAME_I18N ) ?></h3>
498
  <div class="aux-ratings-measure">
499
- <p><?php _e( "Don't like it", 'auxin-elements' ); ?></p>
500
- <p><?php _e( "Neither likely nor unlikely", 'auxin-elements' ); ?></p>
501
- <p><?php _e( "Like it so much", 'auxin-elements' ); ?></p>
502
  </div>
503
  <div class="aux-theme-ratings">
504
  <?php
@@ -518,38 +518,38 @@ class Auxin_Welcome_Sections {
518
  <a class='aux-close-form aux-button aux-medium aux-curve aux-rate-market' href="<?php echo esc_url( 'http://phlox.pro/rate/'.THEME_ID ); ?>" target="_blank">
519
  <span class="aux-overlay"></span>
520
  <span class="aux-text">
521
- <?php _e( 'Support by rating 5 stars', 'auxin-elements');?>
522
  </span>
523
  </a>
524
  <a class='aux-close-form aux-button aux-medium aux-curve aux-outline aux-white' href="#">
525
  <span class="aux-overlay"></span>
526
  <span class="aux-text">
527
- <?php _e( 'I already did :)', 'auxin-elements');?>
528
  </span>
529
  </a>
530
  <?php if( THEME_ID === 'phlox' ){ ?>
531
- <a class='aux-more-info' href="https://phlox.pro/go/" target="_blank"><?php printf( 'Have you heard about %s?', '<strong>'. __( 'Phlox Pro', 'auxin-elements' ) .'</strong>' ); ?></a>
532
  <?php } ?>
533
  </div>
534
 
535
  <div class="aux-feedback-detail aux-conditional-section aux-disappear">
536
- <h3 class="aux-content-title"><?php _e('Please explain why you gave this score (optional)', 'auxin-elements'); ?></h3>
537
  <textarea placeholder="<?php echo esc_attr( 'Enter your feedback here' ); ?>" rows="10" name="feedback" class="large-text"></textarea>
538
  <?php wp_nonce_field( 'phlox_feedback' ); ?>
539
  <a class='aux-close-form aux-button aux-medium aux-curve aux-outline btn-submit' href="#">
540
  <span class="aux-overlay"></span>
541
  <span class="aux-text">
542
- <?php _e( 'Submit', 'auxin-elements');?>
543
  </span>
544
  </a>
545
  </div>
546
 
547
  <div class="aux-feedback-more aux-conditional-section">
548
- <a class="aux-remind-later" href="#"><?php _e( 'Remind Me Later', 'auxin-elements' ); ?></a>
549
  </div>
550
 
551
  <div class="aux-sending-status aux-hide">
552
- <img class="ajax-progress" src="<?php echo AUXIN_URL; ?>/css/images/elements/saving.gif" />
553
  </div>
554
 
555
  </div>
34
  protected $tutorial_list = null;
35
 
36
 
37
+ public function __construct(){;
38
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_importer' ), 60 );
39
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_templates'), 65 );
40
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_plugins' ), 70 );
196
  return $sections;
197
  }
198
 
199
+ public function render_feedback(){
200
  // the previous rate of the client
201
  $previous_rate = auxin_get_option( 'user_rating' );
202
 
209
  <div class="aux-columns-wrap">
210
  <div class="aux-image-wrap"></div>
211
  <div class="aux-form-wrap">
212
+ <form class="aux-feedback-form" action="<?php echo esc_url( admin_url( 'admin.php?page=auxin-welcome&tab=feedback') ); ?>" method="post" >
213
 
214
  <div class="aux-rating-section">
215
+ <h3 class="aux-content-title"><?php echo wp_sprintf( esc_html__( 'How likely are you to recommend %s to a friend?', THEME_DOMAIN ), THEME_NAME_I18N ); ?></h3>
216
  <div class="aux-theme-ratings">
217
  <?php
218
  for( $i = 1; $i <= 10; $i++ ){
225
 
226
  </div>
227
  <div class="aux-ratings-measure">
228
+ <p><?php esc_html_e( "Don't like it", 'auxin-elements' ); ?></p>
229
+ <p><?php esc_html_e( "Like it so much", 'auxin-elements' ); ?></p>
230
  </div>
231
  </div>
232
 
233
  <div class="aux-feedback-section aux-hide">
234
  <div class="aux-notice-box aux-notice-blue aux-rate-us-offer aux-hide">
235
+ <img src="<?php echo esc_url( AUXELS_ADMIN_URL.'/assets/images/welcome/rate-like.svg' ); ?>" />
236
  <p><?php printf(
237
+ esc_html__('Thanks for using Phlox theme. If you are enjoying this theme, please support us by %s submitting 5 star rate here%s. That would be a huge help for us to continue developing this theme.'),
238
+ '<a href="' . esc_url( 'http://phlox.pro/rate/' .THEME_ID ) . '" target="_black">',
239
  '</a>'
240
  ); ?>
241
  </p>
242
  </div>
243
+ <h3 class="aux-feedback-form-title aux-content-title"><?php esc_html_e('Please explain why you gave this score (optional)', 'auxin-elements'); ?></h3>
244
  <h4 class="aux-feedback-form-subtitle">
245
  <?php
246
+ printf( esc_html__( 'Please do not use this form to get support, in this case please check the %s help section %s', 'auxin-elements' ),
247
+ '<a href="' . esc_url( $this->welcome->get_tab_link('help') ) . '">', '</a>' ); ?>
248
  </h4>
249
  <textarea placeholder="Enter your feedback here" rows="10" name="feedback" class="large-text"></textarea>
250
  <input type="text" placeholder="Email address (Optional)" name="email" class="text-input" />
253
  <input type="submit" class="aux-wl-button aux-round aux-blue aux-wide" value="<?php esc_attr_e( 'Submit', 'auxin-elements' ); ?>" />
254
 
255
  <div class="aux-sending-status">
256
+ <img class="ajax-progress aux-hide" src="<?php echo esc_url( AUXIN_URL . '/css/images/elements/saving.gif' ); ?>" />
257
+ <span class="ajax-response aux-hide" ><?php esc_html_e( 'Submitting your feedback ..', 'auxin-elements' ); ?></span>
258
  </div>
259
 
260
  </div>
283
  $text = __('Please try again and fill up at least the feedback field.', 'auxin-elements');
284
  }
285
 
286
+ printf('<p class="notification">%s</p>', esc_html( $text ));
287
  }
288
  }
289
 
294
  * @param string $tab The tab that we intent to append this section to.
295
  * @return void
296
  */
297
+ public function append_changelog( $tab ){
298
 
299
  if( 'dashboard' !== $tab ){
300
  return;
324
  if( $changelog_info ){ ?>
325
  <div class="aux-changelog-wrap">
326
  <div class="aux-changelog-header">
327
+ <h2><?php esc_html_e( 'Changelog', 'auxin-elements' ); ?></h2>
328
  <div class="aux-welcome-socials">
329
+ <span><?php esc_html_e('Follow Us', 'auxin-elements' ); ?></span>
330
  <div class="aux-welcome-social-items">
331
+ <a href="http://www.twitter.com/averta_ltd" class="aux-social-item aux-social-twitter" target="_blank" title="<?php esc_html_e('Follow us on Twitter', 'auxin-elements' ); ?>"></a>
332
+ <a href="http://www.facebook.com/averta" class="aux-social-item aux-social-facebook" target="_blank" title="<?php esc_html_e('Follow us on Facebook', 'auxin-elements' ); ?>"></a>
333
+ <a href="https://www.instagram.com/averta.co/" class="aux-social-item aux-social-instagram"target="_blank" title="<?php esc_html_e('Follow us on Instagram', 'auxin-elements' ); ?>"></a>
334
+ <a href="https://themeforest.net/user/averta" class="aux-social-item aux-social-envato" target="_blank" title="<?php esc_html_e('Follow us on Envato', 'auxin-elements' ); ?>"></a>
335
+ <a href="https://www.youtube.com/playlist?list=PL7X-1Jmy1jcdekHe6adxB81SBcrHOmLRS" class="aux-social-item aux-social-youtube" target="_blank" title="<?php esc_html_e('Subscribe to Phlox YouTube channel', 'auxin-elements' ); ?>"></a>
336
  </div>
337
  <ul>
338
 
340
  </div>
341
  </div>
342
  <div class="aux-changelog-content">
343
+ <div class="aux-changelog-list"><?php echo wp_kses_post( $changelog_info ); ?></div>
344
  </div>
345
  </div>
346
  <?php
355
  * @param string $tab The tab that we intent to append this section to.
356
  * @return void
357
  */
358
+ public function append_tutorials( $tab ){
359
 
360
  if( 'help' !== $tab ){ return; }
361
  $video_list = $this->get_video_tutorial_list();
367
  <div class="aux-grid-item aux-iso-item grid_4" >
368
  <div class="aux-grid-item-inner">
369
  <div class="aux-grid-item-media">
370
+ <iframe width="440" height="248" src="https://www.youtube-nocookie.com/embed/<?php echo esc_url( $video_id ); ?>?rel=0&amp;showinfo=0"
371
  frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
372
  </div>
373
  <div class="aux-grid-item-footer">
491
 
492
  <div class="aux-columns-wrap">
493
  <div class="aux-form-wrap">
494
+ <form class="aux-popup-feedback-form" action="<?php echo esc_url( admin_url( 'admin.php?page=auxin-welcome&tab=feedback') ); ?>" method="post" >
495
 
496
  <div class="aux-rating-section">
497
+ <h3 class="aux-content-title"><?php echo wp_sprintf( esc_html__( 'How likely are you to recommend %s to a friend?', THEME_DOMAIN ), THEME_NAME_I18N ); ?></h3>
498
  <div class="aux-ratings-measure">
499
+ <p><?php esc_html_e( "Don't like it", 'auxin-elements' ); ?></p>
500
+ <p><?php esc_html_e( "Neither likely nor unlikely", 'auxin-elements' ); ?></p>
501
+ <p><?php esc_html_e( "Like it so much", 'auxin-elements' ); ?></p>
502
  </div>
503
  <div class="aux-theme-ratings">
504
  <?php
518
  <a class='aux-close-form aux-button aux-medium aux-curve aux-rate-market' href="<?php echo esc_url( 'http://phlox.pro/rate/'.THEME_ID ); ?>" target="_blank">
519
  <span class="aux-overlay"></span>
520
  <span class="aux-text">
521
+ <?php esc_html_e( 'Support by rating 5 stars', 'auxin-elements');?>
522
  </span>
523
  </a>
524
  <a class='aux-close-form aux-button aux-medium aux-curve aux-outline aux-white' href="#">
525
  <span class="aux-overlay"></span>
526
  <span class="aux-text">
527
+ <?php esc_html_e( 'I already did :)', 'auxin-elements');?>
528
  </span>
529
  </a>
530
  <?php if( THEME_ID === 'phlox' ){ ?>
531
+ <a class='aux-more-info' href="https://phlox.pro/go/" target="_blank"><?php printf( 'Have you heard about %s?', '<strong>'. esc_html__( 'Phlox Pro', 'auxin-elements' ) .'</strong>' ); ?></a>
532
  <?php } ?>
533
  </div>
534
 
535
  <div class="aux-feedback-detail aux-conditional-section aux-disappear">
536
+ <h3 class="aux-content-title"><?php esc_html_e('Please explain why you gave this score (optional)', 'auxin-elements'); ?></h3>
537
  <textarea placeholder="<?php echo esc_attr( 'Enter your feedback here' ); ?>" rows="10" name="feedback" class="large-text"></textarea>
538
  <?php wp_nonce_field( 'phlox_feedback' ); ?>
539
  <a class='aux-close-form aux-button aux-medium aux-curve aux-outline btn-submit' href="#">
540
  <span class="aux-overlay"></span>
541
  <span class="aux-text">
542
+ <?php esc_html_e( 'Submit', 'auxin-elements');?>
543
  </span>
544
  </a>
545
  </div>
546
 
547
  <div class="aux-feedback-more aux-conditional-section">
548
+ <a class="aux-remind-later" href="#"><?php esc_html_e( 'Remind Me Later', 'auxin-elements' ); ?></a>
549
  </div>
550
 
551
  <div class="aux-sending-status aux-hide">
552
+ <img class="ajax-progress" src="<?php echo esc_url( AUXIN_URL . '/css/images/elements/saving.gif' ); ?>" />
553
  </div>
554
 
555
  </div>
includes/classes/class-auxin-welcome.php CHANGED
@@ -291,9 +291,9 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
291
  <p>
292
  <?php
293
  if( empty($message_body ) ) {
294
- echo sprintf("<strong>%s</strong> %s", esc_html__( 'Note:', 'auxin-elements' ), __( 'You are recommended to install Phlox exclusive plugins in order to enable all features.', 'auxin-elements' ) );
295
  } else {
296
- echo esc_html( $message_body );
297
  }
298
  ?>
299
  </p>
@@ -388,7 +388,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
388
  <div class="aux-setup-content">
389
  <div class="aux-section-content-box">
390
  <?php if( ! isset( $_GET['view'] ) || $_GET['view'] !== 'abstract' ) : ?>
391
- <h3 class="aux-content-title"><?php _e('Recommended Plugins', 'auxin-elements' ); ?></h3>
392
  <p style="margin-bottom:0;"><?php echo wp_sprintf( esc_html__( 'The following is a list of best integrated plugins for %s theme, you can install them from here and add or remove them later on WordPress plugins page.', 'auxin-elements' ), THEME_NAME_I18N );?></p>
393
  <p><?php esc_html_e( 'We recommend you to install only the plugins under "Essential" tab, and avoid installing all of plugins.', 'auxin-elements' ); ?></p>
394
  <?php endif; ?>
@@ -410,11 +410,11 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
410
  <div class="aux-isotope-filters aux-filters aux-underline aux-clearfix aux-togglable aux-clearfix aux-center">
411
  <div class="aux-select-overlay"></div>
412
  <ul>
413
- <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php _e('Recent', 'auxin-elements'); ?>"><?php _e('Recent', 'auxin-elements'); ?></span></a></li>
414
  <?php
415
  foreach ( $plugin_categories_localized as $filter_slug => $filter_label ) {
416
  if( in_array( $filter_slug, $plugin_categories ) ){
417
- echo '<li data-filter="'. esc_attr( $filter_slug . '-plugins' ) .'"><a href="#"><span data-select="'. $filter_label .'">'. $filter_label .'</span></a></li>';
418
  }
419
  }
420
  ?>
@@ -489,7 +489,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
489
  $description = $embeds_plugins_desc[ $plugin['slug'] ];
490
  }
491
  if( $description ){
492
- echo '<p>'. $description .'</p>';
493
  }
494
  if ( ! empty( $plugin['badge'] ) ) {
495
  echo '<span class="aux-label aux-exclusive-label">' . esc_html( $plugin['badge'] ) . '</span>';
@@ -734,11 +734,11 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
734
  foreach ( $subjects_group as $type => $subjects ) {
735
  ?>
736
  <ul class="aux-group-filter aux-grouping-<?php echo esc_attr( $type ); ?> <?php echo $activeIsoGroup !== $type ? 'aux-iso-hidden' : ''; ?>">
737
- <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php _e('Recent', 'auxin-elements'); ?>"><?php _e('Recent', 'auxin-elements'); ?></span></a></li>
738
  <?php
739
  foreach ( $subjects as $filter_label ) {
740
  $filter_data = preg_replace( '/[^A-Za-z0-9\-]/', '', wp_specialchars_decode( $filter_label ) );
741
- echo '<li data-filter="'. strtolower( str_replace( ' ', '-', $filter_data ) . '-subject' ) .'"><a href="#"><span data-select="'. $filter_label .'">'. $filter_label .'</span></a></li>';
742
  }
743
  ?>
744
  </ul>
@@ -754,7 +754,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
754
  <div class="aux-templates-list aux-grid-list aux-isotope-templates" data-search-filter="true" data-grouping="<?php echo esc_attr( $activeIsoGroup ); ?> ">
755
  <?php
756
  if( ! is_array( $template_list['templates'] ) ){
757
- echo '<p class="aux-grid-item grid_12">'. __( 'An error occurred while downloading the list of templates. Please try again later.' ) .'</p>';
758
  } else {
759
  foreach ( $template_list['templates'] as $key => $args ) {
760
 
@@ -779,17 +779,17 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
779
  // Check demo license
780
  $is_demo_allowed = auxin_is_activated() || ! $args['is_pro'];
781
 
782
- echo '<div data-template-type="'.$args['type'].'" class="aux-grid-item aux-iso-item grid_3 aux-grouping-'.esc_attr( $args['type'] ).' '.esc_attr( $filter_categories ).' '.esc_attr( $filter_tags ).'">';
783
  echo '<div class="aux-grid-item-inner">';
784
  echo '<div class="aux-grid-template-media">';
785
- echo '<img class="template_thumbnail aux-preload aux-blank" data-src='.$args['thumbnail'].' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
786
  if( ! $is_demo_allowed ) {
787
  echo '<img class="premium_badge" alt="This is a premium demo" src="'. esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/pro-badge.png' ) .'">';
788
  }
789
  echo '</div>';
790
  ?>
791
  <div class="aux-grid-item-footer">
792
- <h3 class="aux-item-title"><?php echo $args['title']; ?></h3>
793
  <div class="aux-grid-item-buttons aux-clearfix">
794
  <?php
795
 
@@ -798,7 +798,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
798
 
799
  if( $is_demo_allowed ) {
800
  $color_class = " aux-open-modal aux-import-template aux-has-next-action aux-iconic-action aux-green2";
801
- $btn_label = esc_html__( 'Download', 'auxin-elements' );
802
  $import_btn_url = add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'type' => 'progress' , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) );
803
 
804
  if( ! empty( $args['plugins'] ) ) {
@@ -811,7 +811,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
811
 
812
  if( false !== auxin_get_transient( sanitize_key( "auxin_template_kit_{$args['type']}_data_for_origin_id_{$args['id']}" ) ) ) {
813
  $template_status = 'copy';
814
- $btn_label = esc_html__( 'Copy to clipboard', 'auxin-elements' );
815
  $color_class = " aux-copy-template aux-iconic-action aux-orange";
816
  $import_btn_url = '#';
817
  $more_btn_class = '';
@@ -819,7 +819,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
819
 
820
  } else {
821
  $color_class = " aux-blue aux-pro-demo aux-locked-demo aux-iconic-action";
822
- $btn_label = esc_html__( 'Unlock', 'auxin-elements' );
823
  $import_btn_url = esc_url( 'http://phlox.pro/go-pro/?utm_source=phlox-welcome&utm_medium=phlox-free&utm_campaign=phlox-go-pro&utm_content=template-unlock&utm_term='. $args['id'] );
824
 
825
  if( defined('THEME_PRO' ) && THEME_PRO ){
@@ -840,7 +840,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
840
  data-template-title="<?php echo esc_attr( $args['title'] ); ?>"
841
  data-status-type="<?php echo esc_attr( $template_status ); ?>"
842
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
843
- ><span><?php echo $btn_label; ?></span></a>
844
  <a href="#" class="aux-more-button <?php echo esc_attr( $more_btn_class ) ;?>">
845
  <img src="<?php echo esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/more.svg' ); ?>" width="4" height="18" />
846
  </a>
@@ -919,7 +919,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
919
  }
920
  ?>
921
  <ul class="aux-group-filter">
922
- <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php _e('All Templates', 'auxin-elements'); ?>"><?php _e('All Templates', 'auxin-elements'); ?><span>(<?php echo count( $demo_list['items']);?>)</span></span></a></li>
923
  <?php
924
 
925
  // move shop category to second position
@@ -931,7 +931,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
931
  if ( empty( $filter ) ) {
932
  continue;
933
  }
934
- echo '<li data-filter="'. $filter .'-subject"><a href="#"><span data-select="'. $filter .'">'. $category .'<span>(' . $demos_count . ')</span></span></a></li>';
935
  }
936
  ?>
937
  </ul>
@@ -942,7 +942,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
942
  <div class="aux-demo-list aux-grid-list aux-isotope-list" data-search-filter="true">
943
  <?php
944
  if( ! is_array( $demo_list ) ){
945
- echo '<p class="aux-grid-item grid_12">'. __( 'An error occurred while downloading the list of demo sites. Please try again later.' ) .'</p>';
946
  } else {
947
  foreach ( $demo_list['items'] as $key => $args ) {
948
  // Checking the last imported demo...
@@ -976,36 +976,36 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
976
  $tags_class = !empty( $tags_class ) ? $tags_class . '-tag' : '';
977
 
978
 
979
- echo '<div data-demo-id="demo-'.$args['id'].'" class="aux-grid-item aux-iso-item grid_4 '.$is_active_demo. ' ' . esc_attr( $categories_class ) . ' ' . esc_attr( $tags_class ) . '">';
980
  echo '<div class="aux-grid-item-inner">';
981
  echo '<div class="aux-grid-item-media">';
982
- echo '<img class="demo_thumbnail aux-preload aux-blank" data-src='.$args['thumbnail'].' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
983
  if( ! $is_demo_allowed ) {
984
  echo '<img class="premium_badge" alt="This is a premium demo" src="'. esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/pro-badge.png' ) .'">';
985
  }
986
  echo '</div>';
987
  ?>
988
  <div class="aux-grid-item-footer">
989
- <h3><?php echo $args['title']; ?></h3>
990
  <div class="aux-grid-item-buttons aux-clearfix">
991
  <?php
992
  if( $is_demo_allowed ) {
993
  $color_class = $is_active_demo ? " aux-open-modal aux-import-demo aux-iconic-action aux-uninstall aux-orange" : " aux-open-modal aux-import-demo aux-iconic-action aux-green2";
994
- $btn_label = $is_active_demo ? esc_html__( 'Uninstall', 'auxin-elements' ) : esc_html__( 'Import', 'auxin-elements' );
995
  $import_type = $is_active_demo ? 'uninstall' : 'install';
996
  $import_btn_url = add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'key' => $key, 'type' => $import_type , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) );
997
  } else {
998
  $color_class = " aux-blue aux-pro-demo aux-locked-demo aux-iconic-action";
999
- $btn_label = esc_html__( 'Unlock', 'auxin-elements' );
1000
- $import_btn_url = esc_url( 'http://phlox.pro/go-pro/?utm_source=phlox-welcome&utm_medium=phlox-free&utm_campaign=phlox-go-pro&utm_content=demo-unlock&utm_term='. $args['id'] );
1001
  if( defined('THEME_PRO' ) && THEME_PRO ){
1002
  $color_class .= " aux-ajax-open-modal";
1003
  $import_btn_url = add_query_arg( array( 'action' => 'auxin_display_actvation_form', 'nonce' => wp_create_nonce( 'aux-activation-form' ) ), admin_url( 'admin-ajax.php' ) );
1004
  }
1005
  }
1006
  ?>
1007
- <a target="_blank" href="<?php echo $import_btn_url; ?>"
1008
- class="aux-wl-button aux-outline aux-round aux-large <?php echo esc_attr( $color_class ); ?>" data-demo-key="<?php echo esc_html( $key );?>"><?php echo $btn_label; ?></a>
1009
  <a target="_blank" href="<?php echo ! empty( $args['url'] ) ? esc_url( $args['url'] .'&utm_term='.$args['id'] ) : '#'; ?>"
1010
  class="aux-wl-button aux-outline aux-round aux-transparent aux-large aux-preview"><?php esc_html_e( 'Preview', 'auxin-elements' ); ?></a>
1011
  </div>
@@ -1047,7 +1047,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1047
  $response = wp_remote_retrieve_body( $response );
1048
  } else {
1049
  $error_message = "Something went wrong while connecting ($url): " . $response->get_error_message();
1050
- echo '<div class="aux-admin-info-box aux-admin-info-warn aux-admin-welcome-info">' . $error_message . '</div>';
1051
  // if cUrl timeout error was thrown, increase the timeout to 15. Default is 5.
1052
  if( false !== strpos( $error_message, 'cURL error 28') ){
1053
  set_theme_mod('increasing_curl_timeout_is_required', 15);
@@ -1094,11 +1094,11 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1094
  <?php
1095
  if( ! $has_response ){
1096
  ?>
1097
- <h3 class="aux-content-title"><?php _e('You have already the latest version.', 'auxin-elements' ); ?></h3>
1098
  <?php
1099
  } else {
1100
  ?>
1101
- <h3 class="aux-content-title"><?php _e('New updates are available.', 'auxin-elements' ); ?></h3>
1102
  <p><?php esc_html_e( 'The following items require update, click update button to update them to the latest version.', 'auxin-elements' ); ?></p>
1103
  <?php
1104
  }
@@ -1182,7 +1182,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1182
  <a href="#"
1183
  class="aux-button aux-primary aux-install-updates" data-nonce="<?php echo esc_attr( wp_create_nonce( 'auxin-start-upgrading' ) ); ?>"><?php esc_html_e( 'Update Now', 'auxin-elements' ); ?></a>
1184
  <?php } ?>
1185
- <a href="<?php echo self_admin_url( 'admin.php?page=auxin-welcome&tab=updates&force-check=1' ); ?>"
1186
  class="aux-button aux-outline"><?php esc_html_e( 'Check Again', 'auxin-elements' ); ?></a>
1187
  </div>
1188
  </div>
@@ -1215,7 +1215,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1215
 
1216
  // Checking the Active Demo ID with requested one
1217
  $last_demo = get_option( 'auxin_last_imported_demo' );
1218
- $request_id = empty( $request_id ) && isset( $_POST['id'] ) ? $_POST['id'] : $request_id;
1219
  if( ! $request_id || ! $last_demo || $last_demo['id'] != $request_id ) {
1220
  wp_send_json_error( esc_html__( 'You can\'t remove this demo.', 'auxin-elements' ) );
1221
  }
@@ -1347,11 +1347,11 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1347
  </div>
1348
  <div class="aux-setup-demo-actions">
1349
  <div class="aux-return-back">
1350
- <a href="<?php echo home_url(); ?>" class="aux-button aux-round aux-green aux-medium" target="_blank">
1351
- <?php _e( 'Preview', 'auxin-elements' ); ?>
1352
  </a>
1353
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1354
- <?php _e( 'Close', 'auxin-elements' ); ?>
1355
  </a>
1356
  </div>
1357
  </div>
@@ -1375,30 +1375,30 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1375
  wp_die( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
1376
  }
1377
 
1378
- $type = isset( $_GET['type'] ) ? $_GET['type'] : 'progress';
1379
 
1380
  ob_start();
1381
 
1382
  if( $type == 'progress' ) {
1383
- echo sprintf( '<div class="aux-template-lightbox"><div class="aux-modal-item aux-default-modal clearfix aux-steps-col">%s</div></div>', $this->progress_step( array(), '' ) );
1384
  wp_die( ob_get_clean() );
1385
  }
1386
 
1387
  if( $type == 'preview' ) {
1388
  if( isset( $_GET['preview'] ) ){
1389
- echo sprintf( '<div class="aux-template-lightbox aux-preview-lightbox"><div class="clearfix"><img class="aux-preview-image" src="%s" /><div class="aux-template-actions"><a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">%s</a></div></div></div>', $_GET['preview'], __( 'Close', 'auxin-elements' ) );
1390
  wp_die( ob_get_clean() );
1391
  }
1392
  }
1393
 
1394
  if( $type == 'plugins' ) {
1395
  $data = $this->get_demo_list( 'templates' );
1396
- $args = $data['templates'][ $_GET['key'] ];
1397
  $args = array(
1398
  'plugins' => $args['plugins'],
1399
  'next_action' => 'template_manager'
1400
  );
1401
- echo sprintf( '<div class="aux-template-lightbox"><div class="aux-modal-item aux-default-modal clearfix aux-has-required-plugins aux-steps-col">%s</div></div>', $this->second_step( $args, '5' ) );
1402
  wp_die( ob_get_clean() );
1403
  }
1404
 
@@ -1408,7 +1408,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1408
  wp_die( esc_html__( 'An Error Occurred!', 'auxin-elements' ) );
1409
  }
1410
 
1411
- $args = $data['items'][ $_GET['key'] ];
1412
 
1413
  if( $type == 'install' ) :
1414
  ?>
@@ -1427,10 +1427,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1427
  <div class="aux-setup-demo-actions">
1428
  <div class="aux-return-back">
1429
  <a href="#" data-next-step="2" class="aux-button aux-next-step aux-primary aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode( $args ), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1430
- <?php _e( 'Continue', 'auxin-elements' ); ?>
1431
  </a>
1432
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1433
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1434
  </a>
1435
  </div>
1436
  </div>
@@ -1455,10 +1455,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1455
  <div class="aux-setup-demo-actions">
1456
  <div class="aux-return-back">
1457
  <a href="#" class="aux-button aux-uninstall-demo aux-red aux-medium" data-demo-plugins="<?php echo htmlspecialchars( wp_json_encode( $args['plugins'] ), ENT_QUOTES, 'UTF-8' ); ?>" data-demo-id="<?php echo esc_attr( $args['id'] ); ?>" data-demo-nonce="<?php echo wp_create_nonce( 'aux-demo-uninstall' ); ?>" data-demo-confirm="<?php esc_html_e( 'Are you sure you want to uninstall this demo?', 'auxin-elements' ); ?>">
1458
- <?php _e( 'Uninstall', 'auxin-elements' ); ?>
1459
  </a>
1460
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1461
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1462
  </a>
1463
  </div>
1464
  <div class="aux-progress hide">
@@ -1480,8 +1480,8 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1480
 
1481
 
1482
  public function step_manager( $next_step = '' ) {
1483
- $next_step = empty( $next_step ) ? $_POST['next_step'] : $next_step;
1484
- $nonce = $_POST['nonce'];
1485
  $args = $_POST['args'];
1486
 
1487
  $steps = array(
@@ -1558,10 +1558,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1558
  <div class="aux-setup-demo-actions">
1559
  <div class="aux-return-back">
1560
  <a href="#" data-next-step="<?php echo esc_attr( $next_step ); ?>" class="aux-button aux-next-step aux-primary aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1561
- <?php _e( 'Continue', 'auxin-elements' ); ?>
1562
  </a>
1563
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1564
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1565
  </a>
1566
  </div>
1567
  </div>
@@ -1606,20 +1606,20 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1606
  <?php
1607
  $keys = $class = '';
1608
  if ( isset( $plugins['install'][ $slug ] ) ) {
1609
- $keys = esc_html__( 'Ready to install', 'auxin-elements' );
1610
  $class = 'install';
1611
  }
1612
  if ( isset( $plugins['activate'][ $slug ] ) ) {
1613
- $keys = esc_html__( 'Not activated', 'auxin-elements' );
1614
  $class = 'activate';
1615
  }
1616
  if ( isset( $plugins['update'][ $slug ] ) ) {
1617
- $keys = esc_html__( 'Ready to update', 'auxin-elements' );
1618
  $class = 'update';
1619
  }
1620
  ?>
1621
  <span class="<?php echo esc_attr( $class ); ?>">
1622
- <?php echo $keys; ?>
1623
  </span>
1624
  <div class="spinner"></div>
1625
  </div>
@@ -1637,10 +1637,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1637
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1638
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1639
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1640
- data-next-action="<?php echo isset( $args['next_action'] ) ? $args['next_action'] : false; ?>"
1641
  ><?php esc_html_e( 'Install Plugins', 'auxin-elements' ); ?></a>
1642
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1643
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1644
  </a>
1645
  </div>
1646
  </div>
@@ -1685,10 +1685,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1685
  data-demo-plugins="<?php echo htmlspecialchars( wp_json_encode( $args['plugins'] ), ENT_QUOTES, 'UTF-8' ); ?>"
1686
  data-demo-id="<?php echo esc_attr( $demo_id ); ?>"
1687
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1688
- <?php _e( 'Unistall Template', 'auxin-elements' ); ?>
1689
  </a>
1690
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1691
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1692
  </a>
1693
  </div>
1694
  <div class="aux-progress hide">
@@ -1786,7 +1786,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1786
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1787
  ><?php esc_html_e( 'Import Content', 'auxin-elements' ); ?></a>
1788
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1789
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1790
  </a>
1791
  </div>
1792
  <div class="aux-progress hide">
@@ -1811,14 +1811,14 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1811
  </div>
1812
  <div class="aux-setup-demo-actions">
1813
  <div class="aux-return-back">
1814
- <a href="<?php echo self_admin_url('customize.php'); ?>" class="aux-button aux-primary aux-medium" target="_blank">
1815
- <?php _e( 'Customize', 'auxin-elements' ); ?>
1816
  </a>
1817
  <a href="<?php echo home_url(); ?>" class="aux-button aux-round aux-green aux-medium" target="_blank">
1818
- <?php _e( 'Preview', 'auxin-elements' ); ?>
1819
  </a>
1820
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1821
- <?php _e( 'Close', 'auxin-elements' ); ?>
1822
  </a>
1823
  </div>
1824
  </div>
@@ -1867,10 +1867,10 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1867
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1868
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1869
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1870
- data-next-action="<?php echo isset( $args['next_action'] ) ? $args['next_action'] : false; ?>"
1871
  ><?php esc_html_e( 'Remove Watermarks', 'auxin-elements' ); ?></a>
1872
  <a href="#" data-next-step="<?php echo esc_attr( $skip_watermark_step ); ?>" class="aux-button aux-next-step aux-outline aux-round aux-transparent aux-medium aux-skip" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1873
- <?php _e( 'Skip', 'auxin-elements' ); ?>
1874
  </a>
1875
  </div>
1876
  </div>
@@ -1886,7 +1886,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1886
  <h2 class="aux-step-import-title"><?php esc_html_e( 'Remove watermarks by authorizing your Envato Elements subscription', 'auxin-elements' ); ?></h2>
1887
  <p class="aux-step-description"><?php esc_html_e( "By subscribing to Envato Elements you will have access to unlimited premium stock images, icons, graphical assets, videos and more.", 'auxin-elements' ); ?></p>
1888
  <a href="http://avt.li/elements" class="aux-button aux-primary aux-medium aux-explore-envato" target="_blank">
1889
- <?php _e( 'Explore and Subscribe', 'auxin-elements' ); ?>
1890
  </a>
1891
  <?php
1892
  $activate_step = '8';
@@ -1899,7 +1899,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1899
  <div class="aux-setup-demo-actions">
1900
  <div class="aux-return-back">
1901
  <a href="#" data-next-step="<?php echo esc_attr( $next_step ); ?>" class="aux-button aux-next-step aux-outline aux-round aux-transparent aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1902
- <?php _e( 'Skip', 'auxin-elements' ); ?>
1903
  </a>
1904
  </div>
1905
  </div>
@@ -1929,7 +1929,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1929
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1930
  ><?php esc_html_e( 'Continue', 'auxin-elements' ); ?></a>
1931
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1932
- <?php _e( 'Cancel', 'auxin-elements' ); ?>
1933
  </a>
1934
  </div>
1935
  </div>
@@ -1974,7 +1974,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1974
  data-next-step="3"
1975
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1976
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' );?>">
1977
- <?php _e( 'Skip', 'auxin-elements' ); ?>
1978
  </a>
1979
  </div>
1980
  </div>
291
  <p>
292
  <?php
293
  if( empty($message_body ) ) {
294
+ echo sprintf("<strong>%s</strong> %s", esc_html__( 'Note:', 'auxin-elements' ), esc_html__( 'You are recommended to install Phlox exclusive plugins in order to enable all features.', 'auxin-elements' ) );
295
  } else {
296
+ echo wp_kses_post( $message_body );
297
  }
298
  ?>
299
  </p>
388
  <div class="aux-setup-content">
389
  <div class="aux-section-content-box">
390
  <?php if( ! isset( $_GET['view'] ) || $_GET['view'] !== 'abstract' ) : ?>
391
+ <h3 class="aux-content-title"><?php esc_html_e('Recommended Plugins', 'auxin-elements' ); ?></h3>
392
  <p style="margin-bottom:0;"><?php echo wp_sprintf( esc_html__( 'The following is a list of best integrated plugins for %s theme, you can install them from here and add or remove them later on WordPress plugins page.', 'auxin-elements' ), THEME_NAME_I18N );?></p>
393
  <p><?php esc_html_e( 'We recommend you to install only the plugins under "Essential" tab, and avoid installing all of plugins.', 'auxin-elements' ); ?></p>
394
  <?php endif; ?>
410
  <div class="aux-isotope-filters aux-filters aux-underline aux-clearfix aux-togglable aux-clearfix aux-center">
411
  <div class="aux-select-overlay"></div>
412
  <ul>
413
+ <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php esc_attr_e('Recent', 'auxin-elements'); ?>"><?php esc_attr_e('Recent', 'auxin-elements'); ?></span></a></li>
414
  <?php
415
  foreach ( $plugin_categories_localized as $filter_slug => $filter_label ) {
416
  if( in_array( $filter_slug, $plugin_categories ) ){
417
+ echo '<li data-filter="'. esc_attr( $filter_slug . '-plugins' ) .'"><a href="#"><span data-select="'. esc_attr( $filter_label ) .'">'. esc_html( $filter_label ) .'</span></a></li>';
418
  }
419
  }
420
  ?>
489
  $description = $embeds_plugins_desc[ $plugin['slug'] ];
490
  }
491
  if( $description ){
492
+ echo '<p>'. wp_kses_post( $description ) .'</p>';
493
  }
494
  if ( ! empty( $plugin['badge'] ) ) {
495
  echo '<span class="aux-label aux-exclusive-label">' . esc_html( $plugin['badge'] ) . '</span>';
734
  foreach ( $subjects_group as $type => $subjects ) {
735
  ?>
736
  <ul class="aux-group-filter aux-grouping-<?php echo esc_attr( $type ); ?> <?php echo $activeIsoGroup !== $type ? 'aux-iso-hidden' : ''; ?>">
737
+ <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php esc_attr_e('Recent', 'auxin-elements'); ?>"><?php esc_html_e('Recent', 'auxin-elements'); ?></span></a></li>
738
  <?php
739
  foreach ( $subjects as $filter_label ) {
740
  $filter_data = preg_replace( '/[^A-Za-z0-9\-]/', '', wp_specialchars_decode( $filter_label ) );
741
+ echo '<li data-filter="'. strtolower( str_replace( ' ', '-', $filter_data ) . '-subject' ) .'"><a href="#"><span data-select="'. esc_attr( $filter_label ) .'">'. esc_html( $filter_label ) .'</span></a></li>';
742
  }
743
  ?>
744
  </ul>
754
  <div class="aux-templates-list aux-grid-list aux-isotope-templates" data-search-filter="true" data-grouping="<?php echo esc_attr( $activeIsoGroup ); ?> ">
755
  <?php
756
  if( ! is_array( $template_list['templates'] ) ){
757
+ echo '<p class="aux-grid-item grid_12">'. esc_html__( 'An error occurred while downloading the list of templates. Please try again later.' ) .'</p>';
758
  } else {
759
  foreach ( $template_list['templates'] as $key => $args ) {
760
 
779
  // Check demo license
780
  $is_demo_allowed = auxin_is_activated() || ! $args['is_pro'];
781
 
782
+ echo '<div data-template-type="'. esc_attr( $args['type'] ) .'" class="aux-grid-item aux-iso-item grid_3 aux-grouping-'.esc_attr( $args['type'] ).' '.esc_attr( $filter_categories ).' '.esc_attr( $filter_tags ).'">';
783
  echo '<div class="aux-grid-item-inner">';
784
  echo '<div class="aux-grid-template-media">';
785
+ echo '<img class="template_thumbnail aux-preload aux-blank" data-src='.esc_url( $args['thumbnail'] ).' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
786
  if( ! $is_demo_allowed ) {
787
  echo '<img class="premium_badge" alt="This is a premium demo" src="'. esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/pro-badge.png' ) .'">';
788
  }
789
  echo '</div>';
790
  ?>
791
  <div class="aux-grid-item-footer">
792
+ <h3 class="aux-item-title"><?php echo esc_html( $args['title'] ); ?></h3>
793
  <div class="aux-grid-item-buttons aux-clearfix">
794
  <?php
795
 
798
 
799
  if( $is_demo_allowed ) {
800
  $color_class = " aux-open-modal aux-import-template aux-has-next-action aux-iconic-action aux-green2";
801
+ $btn_label = __( 'Download', 'auxin-elements' );
802
  $import_btn_url = add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'type' => 'progress' , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) );
803
 
804
  if( ! empty( $args['plugins'] ) ) {
811
 
812
  if( false !== auxin_get_transient( sanitize_key( "auxin_template_kit_{$args['type']}_data_for_origin_id_{$args['id']}" ) ) ) {
813
  $template_status = 'copy';
814
+ $btn_label = __( 'Copy to clipboard', 'auxin-elements' );
815
  $color_class = " aux-copy-template aux-iconic-action aux-orange";
816
  $import_btn_url = '#';
817
  $more_btn_class = '';
819
 
820
  } else {
821
  $color_class = " aux-blue aux-pro-demo aux-locked-demo aux-iconic-action";
822
+ $btn_label = __( 'Unlock', 'auxin-elements' );
823
  $import_btn_url = esc_url( 'http://phlox.pro/go-pro/?utm_source=phlox-welcome&utm_medium=phlox-free&utm_campaign=phlox-go-pro&utm_content=template-unlock&utm_term='. $args['id'] );
824
 
825
  if( defined('THEME_PRO' ) && THEME_PRO ){
840
  data-template-title="<?php echo esc_attr( $args['title'] ); ?>"
841
  data-status-type="<?php echo esc_attr( $template_status ); ?>"
842
  data-nonce="<?php echo wp_create_nonce( 'aux-template-manager' ); ?>"
843
+ ><span><?php echo esc_html( $btn_label ); ?></span></a>
844
  <a href="#" class="aux-more-button <?php echo esc_attr( $more_btn_class ) ;?>">
845
  <img src="<?php echo esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/more.svg' ); ?>" width="4" height="18" />
846
  </a>
919
  }
920
  ?>
921
  <ul class="aux-group-filter">
922
+ <li data-filter="all"><a href="#" class="aux-selected"><span data-select="<?php esc_attr_e('All Templates', 'auxin-elements'); ?>"><?php esc_html_e('All Templates', 'auxin-elements'); ?><span>(<?php echo count( $demo_list['items']);?>)</span></span></a></li>
923
  <?php
924
 
925
  // move shop category to second position
931
  if ( empty( $filter ) ) {
932
  continue;
933
  }
934
+ echo '<li data-filter="'. esc_attr( $filter ) .'-subject"><a href="#"><span data-select="'. esc_attr( $filter ) .'">'. esc_html( $category ) .'<span>(' . esc_html( $demos_count ) . ')</span></span></a></li>';
935
  }
936
  ?>
937
  </ul>
942
  <div class="aux-demo-list aux-grid-list aux-isotope-list" data-search-filter="true">
943
  <?php
944
  if( ! is_array( $demo_list ) ){
945
+ echo '<p class="aux-grid-item grid_12">'. esc_html__( 'An error occurred while downloading the list of demo sites. Please try again later.' ) .'</p>';
946
  } else {
947
  foreach ( $demo_list['items'] as $key => $args ) {
948
  // Checking the last imported demo...
976
  $tags_class = !empty( $tags_class ) ? $tags_class . '-tag' : '';
977
 
978
 
979
+ echo '<div data-demo-id="demo-'. esc_attr( $args['id'] ) .'" class="aux-grid-item aux-iso-item grid_4 '. esc_attr( $is_active_demo ) . ' ' . esc_attr( $categories_class ) . ' ' . esc_attr( $tags_class ) . '">';
980
  echo '<div class="aux-grid-item-inner">';
981
  echo '<div class="aux-grid-item-media">';
982
+ echo '<img class="demo_thumbnail aux-preload aux-blank" data-src='. esc_url( $args['thumbnail'] ) .' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">';
983
  if( ! $is_demo_allowed ) {
984
  echo '<img class="premium_badge" alt="This is a premium demo" src="'. esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/pro-badge.png' ) .'">';
985
  }
986
  echo '</div>';
987
  ?>
988
  <div class="aux-grid-item-footer">
989
+ <h3><?php echo esc_html( $args['title'] ); ?></h3>
990
  <div class="aux-grid-item-buttons aux-clearfix">
991
  <?php
992
  if( $is_demo_allowed ) {
993
  $color_class = $is_active_demo ? " aux-open-modal aux-import-demo aux-iconic-action aux-uninstall aux-orange" : " aux-open-modal aux-import-demo aux-iconic-action aux-green2";
994
+ $btn_label = $is_active_demo ? __( 'Uninstall', 'auxin-elements' ) : __( 'Import', 'auxin-elements' );
995
  $import_type = $is_active_demo ? 'uninstall' : 'install';
996
  $import_btn_url = add_query_arg( array( 'action' => 'aux_ajax_lightbox', 'key' => $key, 'type' => $import_type , 'nonce' => wp_create_nonce( 'aux-open-lightbox' ) ), admin_url( 'admin-ajax.php' ) );
997
  } else {
998
  $color_class = " aux-blue aux-pro-demo aux-locked-demo aux-iconic-action";
999
+ $btn_label = __( 'Unlock', 'auxin-elements' );
1000
+ $import_btn_url = 'http://phlox.pro/go-pro/?utm_source=phlox-welcome&utm_medium=phlox-free&utm_campaign=phlox-go-pro&utm_content=demo-unlock&utm_term='. $args['id'];
1001
  if( defined('THEME_PRO' ) && THEME_PRO ){
1002
  $color_class .= " aux-ajax-open-modal";
1003
  $import_btn_url = add_query_arg( array( 'action' => 'auxin_display_actvation_form', 'nonce' => wp_create_nonce( 'aux-activation-form' ) ), admin_url( 'admin-ajax.php' ) );
1004
  }
1005
  }
1006
  ?>
1007
+ <a target="_blank" href="<?php echo esc_url( $import_btn_url ); ?>"
1008
+ class="aux-wl-button aux-outline aux-round aux-large <?php echo esc_attr( $color_class ); ?>" data-demo-key="<?php echo esc_html( $key );?>"><?php echo esc_html( $btn_label ); ?></a>
1009
  <a target="_blank" href="<?php echo ! empty( $args['url'] ) ? esc_url( $args['url'] .'&utm_term='.$args['id'] ) : '#'; ?>"
1010
  class="aux-wl-button aux-outline aux-round aux-transparent aux-large aux-preview"><?php esc_html_e( 'Preview', 'auxin-elements' ); ?></a>
1011
  </div>
1047
  $response = wp_remote_retrieve_body( $response );
1048
  } else {
1049
  $error_message = "Something went wrong while connecting ($url): " . $response->get_error_message();
1050
+ echo '<div class="aux-admin-info-box aux-admin-info-warn aux-admin-welcome-info">' . esc_html( $error_message ) . '</div>';
1051
  // if cUrl timeout error was thrown, increase the timeout to 15. Default is 5.
1052
  if( false !== strpos( $error_message, 'cURL error 28') ){
1053
  set_theme_mod('increasing_curl_timeout_is_required', 15);
1094
  <?php
1095
  if( ! $has_response ){
1096
  ?>
1097
+ <h3 class="aux-content-title"><?php esc_html_e('You have already the latest version.', 'auxin-elements' ); ?></h3>
1098
  <?php
1099
  } else {
1100
  ?>
1101
+ <h3 class="aux-content-title"><?php esc_html_e('New updates are available.', 'auxin-elements' ); ?></h3>
1102
  <p><?php esc_html_e( 'The following items require update, click update button to update them to the latest version.', 'auxin-elements' ); ?></p>
1103
  <?php
1104
  }
1182
  <a href="#"
1183
  class="aux-button aux-primary aux-install-updates" data-nonce="<?php echo esc_attr( wp_create_nonce( 'auxin-start-upgrading' ) ); ?>"><?php esc_html_e( 'Update Now', 'auxin-elements' ); ?></a>
1184
  <?php } ?>
1185
+ <a href="<?php echo esc_url( self_admin_url( 'admin.php?page=auxin-welcome&tab=updates&force-check=1' ) ); ?>"
1186
  class="aux-button aux-outline"><?php esc_html_e( 'Check Again', 'auxin-elements' ); ?></a>
1187
  </div>
1188
  </div>
1215
 
1216
  // Checking the Active Demo ID with requested one
1217
  $last_demo = get_option( 'auxin_last_imported_demo' );
1218
+ $request_id = empty( $request_id ) && isset( $_POST['id'] ) ? sanitize_text_field( $_POST['id'] ) : $request_id;
1219
  if( ! $request_id || ! $last_demo || $last_demo['id'] != $request_id ) {
1220
  wp_send_json_error( esc_html__( 'You can\'t remove this demo.', 'auxin-elements' ) );
1221
  }
1347
  </div>
1348
  <div class="aux-setup-demo-actions">
1349
  <div class="aux-return-back">
1350
+ <a href="<?php echo esc_url( home_url() ); ?>" class="aux-button aux-round aux-green aux-medium" target="_blank">
1351
+ <?php esc_html_e( 'Preview', 'auxin-elements' ); ?>
1352
  </a>
1353
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1354
+ <?php esc_html_e( 'Close', 'auxin-elements' ); ?>
1355
  </a>
1356
  </div>
1357
  </div>
1375
  wp_die( esc_html__( 'Security Token Error!', 'auxin-elements' ) );
1376
  }
1377
 
1378
+ $type = isset( $_GET['type'] ) ? sanitize_text_field( $_GET['type'] ) : 'progress';
1379
 
1380
  ob_start();
1381
 
1382
  if( $type == 'progress' ) {
1383
+ echo sprintf( '<div class="aux-template-lightbox"><div class="aux-modal-item aux-default-modal clearfix aux-steps-col">%s</div></div>', $this->progress_step( array(), '' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1384
  wp_die( ob_get_clean() );
1385
  }
1386
 
1387
  if( $type == 'preview' ) {
1388
  if( isset( $_GET['preview'] ) ){
1389
+ echo sprintf( '<div class="aux-template-lightbox aux-preview-lightbox"><div class="clearfix"><img class="aux-preview-image" src="%s" /><div class="aux-template-actions"><a href="#" class="aux-button aux-medium aux-outline aux-transparent aux-pp-close">%s</a></div></div></div>', esc_url( $_GET['preview'] ), esc_html__( 'Close', 'auxin-elements' ) );
1390
  wp_die( ob_get_clean() );
1391
  }
1392
  }
1393
 
1394
  if( $type == 'plugins' ) {
1395
  $data = $this->get_demo_list( 'templates' );
1396
+ $args = $data['templates'][ sanitize_text_field( $_GET['key'] ) ];
1397
  $args = array(
1398
  'plugins' => $args['plugins'],
1399
  'next_action' => 'template_manager'
1400
  );
1401
+ echo sprintf( '<div class="aux-template-lightbox"><div class="aux-modal-item aux-default-modal clearfix aux-has-required-plugins aux-steps-col">%s</div></div>', $this->second_step( $args, '5' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1402
  wp_die( ob_get_clean() );
1403
  }
1404
 
1408
  wp_die( esc_html__( 'An Error Occurred!', 'auxin-elements' ) );
1409
  }
1410
 
1411
+ $args = $data['items'][ sanitize_text_field( $_GET['key'] ) ];
1412
 
1413
  if( $type == 'install' ) :
1414
  ?>
1427
  <div class="aux-setup-demo-actions">
1428
  <div class="aux-return-back">
1429
  <a href="#" data-next-step="2" class="aux-button aux-next-step aux-primary aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode( $args ), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1430
+ <?php esc_html_e( 'Continue', 'auxin-elements' ); ?>
1431
  </a>
1432
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1433
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1434
  </a>
1435
  </div>
1436
  </div>
1455
  <div class="aux-setup-demo-actions">
1456
  <div class="aux-return-back">
1457
  <a href="#" class="aux-button aux-uninstall-demo aux-red aux-medium" data-demo-plugins="<?php echo htmlspecialchars( wp_json_encode( $args['plugins'] ), ENT_QUOTES, 'UTF-8' ); ?>" data-demo-id="<?php echo esc_attr( $args['id'] ); ?>" data-demo-nonce="<?php echo wp_create_nonce( 'aux-demo-uninstall' ); ?>" data-demo-confirm="<?php esc_html_e( 'Are you sure you want to uninstall this demo?', 'auxin-elements' ); ?>">
1458
+ <?php esc_html_e( 'Uninstall', 'auxin-elements' ); ?>
1459
  </a>
1460
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1461
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1462
  </a>
1463
  </div>
1464
  <div class="aux-progress hide">
1480
 
1481
 
1482
  public function step_manager( $next_step = '' ) {
1483
+ $next_step = empty( $next_step ) ? sanitize_text_field( $_POST['next_step'] ) : $next_step;
1484
+ $nonce = sanitize_text_field( $_POST['nonce'] );
1485
  $args = $_POST['args'];
1486
 
1487
  $steps = array(
1558
  <div class="aux-setup-demo-actions">
1559
  <div class="aux-return-back">
1560
  <a href="#" data-next-step="<?php echo esc_attr( $next_step ); ?>" class="aux-button aux-next-step aux-primary aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1561
+ <?php esc_html_e( 'Continue', 'auxin-elements' ); ?>
1562
  </a>
1563
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1564
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1565
  </a>
1566
  </div>
1567
  </div>
1606
  <?php
1607
  $keys = $class = '';
1608
  if ( isset( $plugins['install'][ $slug ] ) ) {
1609
+ $keys = __( 'Ready to install', 'auxin-elements' );
1610
  $class = 'install';
1611
  }
1612
  if ( isset( $plugins['activate'][ $slug ] ) ) {
1613
+ $keys = __( 'Not activated', 'auxin-elements' );
1614
  $class = 'activate';
1615
  }
1616
  if ( isset( $plugins['update'][ $slug ] ) ) {
1617
+ $keys = __( 'Ready to update', 'auxin-elements' );
1618
  $class = 'update';
1619
  }
1620
  ?>
1621
  <span class="<?php echo esc_attr( $class ); ?>">
1622
+ <?php echo esc_html( $keys ); ?>
1623
  </span>
1624
  <div class="spinner"></div>
1625
  </div>
1637
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1638
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1639
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1640
+ data-next-action="<?php echo isset( $args['next_action'] ) ? esc_attr( $args['next_action'] ) : false; ?>"
1641
  ><?php esc_html_e( 'Install Plugins', 'auxin-elements' ); ?></a>
1642
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1643
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1644
  </a>
1645
  </div>
1646
  </div>
1685
  data-demo-plugins="<?php echo htmlspecialchars( wp_json_encode( $args['plugins'] ), ENT_QUOTES, 'UTF-8' ); ?>"
1686
  data-demo-id="<?php echo esc_attr( $demo_id ); ?>"
1687
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1688
+ <?php esc_html_e( 'Unistall Template', 'auxin-elements' ); ?>
1689
  </a>
1690
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1691
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1692
  </a>
1693
  </div>
1694
  <div class="aux-progress hide">
1786
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1787
  ><?php esc_html_e( 'Import Content', 'auxin-elements' ); ?></a>
1788
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1789
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1790
  </a>
1791
  </div>
1792
  <div class="aux-progress hide">
1811
  </div>
1812
  <div class="aux-setup-demo-actions">
1813
  <div class="aux-return-back">
1814
+ <a href="<?php echo esc_url( self_admin_url('customize.php') ); ?>" class="aux-button aux-primary aux-medium" target="_blank">
1815
+ <?php esc_html_e( 'Customize', 'auxin-elements' ); ?>
1816
  </a>
1817
  <a href="<?php echo home_url(); ?>" class="aux-button aux-round aux-green aux-medium" target="_blank">
1818
+ <?php esc_html_e( 'Preview', 'auxin-elements' ); ?>
1819
  </a>
1820
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1821
+ <?php esc_html_e( 'Close', 'auxin-elements' ); ?>
1822
  </a>
1823
  </div>
1824
  </div>
1867
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1868
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1869
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1870
+ data-next-action="<?php echo isset( $args['next_action'] ) ? esc_attr( $args['next_action'] ) : false; ?>"
1871
  ><?php esc_html_e( 'Remove Watermarks', 'auxin-elements' ); ?></a>
1872
  <a href="#" data-next-step="<?php echo esc_attr( $skip_watermark_step ); ?>" class="aux-button aux-next-step aux-outline aux-round aux-transparent aux-medium aux-skip" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1873
+ <?php esc_html_e( 'Skip', 'auxin-elements' ); ?>
1874
  </a>
1875
  </div>
1876
  </div>
1886
  <h2 class="aux-step-import-title"><?php esc_html_e( 'Remove watermarks by authorizing your Envato Elements subscription', 'auxin-elements' ); ?></h2>
1887
  <p class="aux-step-description"><?php esc_html_e( "By subscribing to Envato Elements you will have access to unlimited premium stock images, icons, graphical assets, videos and more.", 'auxin-elements' ); ?></p>
1888
  <a href="http://avt.li/elements" class="aux-button aux-primary aux-medium aux-explore-envato" target="_blank">
1889
+ <?php esc_html_e( 'Explore and Subscribe', 'auxin-elements' ); ?>
1890
  </a>
1891
  <?php
1892
  $activate_step = '8';
1899
  <div class="aux-setup-demo-actions">
1900
  <div class="aux-return-back">
1901
  <a href="#" data-next-step="<?php echo esc_attr( $next_step ); ?>" class="aux-button aux-next-step aux-outline aux-round aux-transparent aux-medium" data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>" data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>">
1902
+ <?php esc_html_e( 'Skip', 'auxin-elements' ); ?>
1903
  </a>
1904
  </div>
1905
  </div>
1929
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1930
  ><?php esc_html_e( 'Continue', 'auxin-elements' ); ?></a>
1931
  <a href="#" class="aux-button aux-outline aux-round aux-transparent aux-medium aux-pp-close">
1932
+ <?php esc_html_e( 'Cancel', 'auxin-elements' ); ?>
1933
  </a>
1934
  </div>
1935
  </div>
1974
  data-next-step="3"
1975
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1976
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' );?>">
1977
+ <?php esc_html_e( 'Skip', 'auxin-elements' ); ?>
1978
  </a>
1979
  </div>
1980
  </div>
includes/classes/class-auxin-whitelabel.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Class Auxin_WhiteLabel
5
  */
6
- Class Auxin_WhiteLabel {
7
 
8
  public $options;
9
 
@@ -32,7 +32,7 @@ Class Auxin_WhiteLabel {
32
  /**
33
  * Set up the class
34
  */
35
- function __construct() {
36
 
37
  if( ! is_admin() || ! defined( 'AUX_WHITELABEL' ) || ! AUX_WHITELABEL ){
38
  return;
3
  /**
4
  * Class Auxin_WhiteLabel
5
  */
6
+ class Auxin_WhiteLabel {
7
 
8
  public $options;
9
 
32
  /**
33
  * Set up the class
34
  */
35
+ public function __construct() {
36
 
37
  if( ! is_admin() || ! defined( 'AUX_WHITELABEL' ) || ! AUX_WHITELABEL ){
38
  return;
includes/classes/class-auxin-widget-indie.php CHANGED
@@ -27,7 +27,7 @@ class Auxin_Widget_Indie extends WP_Widget {
27
 
28
  /** constructor */
29
 
30
- function __construct( $id_base, $name, $widget_options = array(), $control_options = array() ) {
31
  parent::__construct( $id_base, $name, $widget_options, $control_options );
32
  $this->set_defaults();
33
  }
@@ -85,18 +85,18 @@ class Auxin_Widget_Indie extends WP_Widget {
85
  case 'textbox':
86
 
87
  echo '<p>',
88
- '<label for="'.$this->get_field_id( $id ).'" >'. $field["name"].'</label>',
89
- '<input class="widefat" id="'.$this->get_field_id( $id ).'" name="'.$this->get_field_name( $id ).'" type="text" value="'.$instance[ $id ].'" />',
90
  '</p>';
91
 
92
  break;
93
 
94
  case 'select':
95
  echo '<p>',
96
- '<label for="'.$this->get_field_id( $id ).'" >'. $field['name']. '</label>',
97
- '<select name="'.$this->get_field_name( $id ).'" id="'.$this->get_field_id( $id ).'" value="'.$instance[ $id ].'" style="width:97%;" >';
98
  foreach ( $field['options'] as $key => $value ) {
99
- echo '<option value="'.$key.'" '.( ( $instance[$id] == $key ) ? 'selected="selected"' : '' ).' >'. $value. '</option>';
100
  }
101
 
102
  echo '</select>',
27
 
28
  /** constructor */
29
 
30
+ public function __construct( $id_base, $name, $widget_options = array(), $control_options = array() ) {
31
  parent::__construct( $id_base, $name, $widget_options, $control_options );
32
  $this->set_defaults();
33
  }
85
  case 'textbox':
86
 
87
  echo '<p>',
88
+ '<label for="'. esc_attr( $this->get_field_id( $id ) ) .'" >'. esc_html( $field["name"] ) .'</label>',
89
+ '<input class="widefat" id="'. esc_attr( $this->get_field_id( $id ) ) .'" name="'. esc_attr( $this->get_field_name( $id ) ) .'" type="text" value="'. esc_attr( $instance[ $id ] ) .'" />',
90
  '</p>';
91
 
92
  break;
93
 
94
  case 'select':
95
  echo '<p>',
96
+ '<label for="'. esc_attr( $this->get_field_id( $id ) ) .'" >'. esc_html( $field['name'] ) . '</label>',
97
+ '<select name="'. esc_attr( $this->get_field_name( $id ) ) .'" id="'. esc_attr( $this->get_field_id( $id ) ) .'" value="'. esc_attr( $instance[ $id ] ) .'" style="width:97%;" >';
98
  foreach ( $field['options'] as $key => $value ) {
99
+ echo '<option value="'. esc_attr( $key ) .'" '.( ( $instance[$id] == $key ) ? 'selected="selected"' : '' ).' >'. esc_html( $value ) . '</option>';
100
  }
101
 
102
  echo '</select>',
includes/classes/class-auxin-widget-shortcode-map.php CHANGED
@@ -1,7 +1,6 @@
1
  <?php
2
  /**
3
  * Adds Theme Widgets (elements), shortcodes and visual elements
4
- * (visual composer and siteorigin page builder elements are the same)
5
  *
6
  *
7
  * @package Auxin
@@ -42,7 +41,7 @@ class Auxin_Widget_Shortcode_Map {
42
 
43
 
44
 
45
- function __construct(){
46
  add_action('auxin_loaded', array( $this, 'auxin_framework_loaded' ) );
47
  }
48
 
@@ -53,9 +52,6 @@ class Auxin_Widget_Shortcode_Map {
53
  add_action( 'vc_before_init', array( $this, 'vc_mapper' ) );
54
  add_action( 'widgets_init' , array( $this, 'add_widgets' ) );
55
 
56
- add_filter( 'siteorigin_panels_widgets' , array( $this,'add_siteorigin_widget' ) );
57
- add_filter( 'siteorigin_panels_widget_object', array( $this,'add_siteorigin_widget_object' ), 10,2 );
58
-
59
  // map and add all shortcodes
60
  $this->add_shortcodes();
61
  }
@@ -76,8 +72,6 @@ class Auxin_Widget_Shortcode_Map {
76
  $element_info['is_widget'] = isset( $element_info['is_widget'] ) && $element_info['is_widget'] === false ? false : true;
77
  // determines whether the shortcode should be added or not
78
  $element_info['is_shortcode'] = isset( $element_info['is_shortcode'] ) && $element_info['is_shortcode'] === false ? false : true;
79
- // determines whether the an element in siteorigin should be generated or not
80
- $element_info['is_so'] = isset( $element_info['is_so'] ) && $element_info['is_so'] === false ? false : true;
81
  // determines whether the an element in vc should be generated or not
82
  $element_info['is_vc'] = isset( $element_info['is_vc'] ) && $element_info['is_vc'] === false ? false : true;
83
 
@@ -200,7 +194,6 @@ class Auxin_Widget_Shortcode_Map {
200
  $widget_array['base_ID'] = $element_info['base'];
201
  $widget_array['name'] = $element_info['name'];
202
  $widget_array['is_widget'] = $element_info['is_widget'];
203
- $widget_array['is_so'] = $element_info['is_so'];
204
 
205
  /**
206
  * This filter makes the others able to override element output function
@@ -315,90 +308,6 @@ class Auxin_Widget_Shortcode_Map {
315
  }
316
 
317
 
318
- /**
319
- * Register elements in siteorigin page builder
320
- */
321
- function add_siteorigin_widget( $widgets ) {
322
-
323
- $master_array = $this->get_master_array();
324
-
325
- foreach ( $master_array as $element_id => $element_info ) {
326
-
327
- // add a SO element if widget is not allowed
328
- if( ! $element_info['is_widget'] && $element_info['is_so'] ) {
329
-
330
- $widgets[ $element_info['base'] ] = array(
331
- 'class' => $element_info['base'],
332
- 'title' => $element_info['name'],
333
- 'panels_title'=> $element_info['name'],
334
- 'description' => $element_info['description'],
335
- 'installed' => true,
336
- 'plugin' => array(),
337
- 'groups' => array('auxin'),
338
- 'icon' => $element_info['icon']
339
- );
340
-
341
-
342
- $screen = get_current_screen();
343
-
344
- if ( class_exists( 'Auxin_SiteOrigin_Widget') && isset( $element_info['so_api'] ) && $element_info['so_api'] ) {
345
-
346
- // render widget to enqueue scripts
347
- // this method is used in site origin panels too (siteorigin-panels.php:420)
348
- if( $screen->base != 'widgets' ) {
349
- //$original_post = isset($GLOBALS['post']) ? $GLOBALS['post'] : null; // Make sure widgets don't change the global post.
350
- ob_start();
351
- $widget_obj = new Auxin_SiteOrigin_Widget( $element_info );
352
- $widget_obj->form( array() );
353
- ob_clean();
354
-
355
- wp_reset_postdata();
356
- }
357
-
358
- }
359
-
360
- // remove the widget from SO if displaying widget in SO is not allowed
361
- } elseif ( ! $element_info['is_so'] ) {
362
- if( isset( $widgets[ $element_info['base'] ] ) ){
363
- unset( $widgets[ $element_info['base'] ] );
364
- }
365
- }
366
-
367
- }
368
-
369
- return $widgets;
370
- }
371
-
372
- /**
373
- * Define the instance of widget for SO
374
- *
375
- * @param object $object the instance of widget element
376
- * @param string $widget The base name of widget
377
- */
378
- function add_siteorigin_widget_object( $object, $widget ) {
379
-
380
- // Try to load the class again if the auxin-elements plugin was loaded prior to siteorigin
381
- include AUXELS_INC_DIR . '/classes/class-auxin-siteorigin-widget.php';
382
-
383
- $master_array = $this->get_master_array();
384
-
385
- if ( ! isset( $master_array[ $widget ] ) ) {
386
- return $object;
387
- } else {
388
- $element_info = $master_array[ $widget ];
389
- }
390
-
391
- if ( class_exists( 'Auxin_SiteOrigin_Widget') && isset( $element_info['so_api'] ) && $element_info['so_api'] ) {
392
- return new Auxin_SiteOrigin_Widget( $element_info );
393
- } elseif ( ! empty( $object ) ) {
394
- return $object;
395
- } else {
396
- return new Auxin_Widget( $this->generate_widget_array( $element_info ) );
397
- }
398
-
399
- }
400
-
401
-
402
  /**
403
  * Return an instance of this class.
404
  *
1
  <?php
2
  /**
3
  * Adds Theme Widgets (elements), shortcodes and visual elements
 
4
  *
5
  *
6
  * @package Auxin
41
 
42
 
43
 
44
+ public function __construct(){
45
  add_action('auxin_loaded', array( $this, 'auxin_framework_loaded' ) );
46
  }
47
 
52
  add_action( 'vc_before_init', array( $this, 'vc_mapper' ) );
53
  add_action( 'widgets_init' , array( $this, 'add_widgets' ) );
54
 
 
 
 
55
  // map and add all shortcodes
56
  $this->add_shortcodes();
57
  }
72
  $element_info['is_widget'] = isset( $element_info['is_widget'] ) && $element_info['is_widget'] === false ? false : true;
73
  // determines whether the shortcode should be added or not
74
  $element_info['is_shortcode'] = isset( $element_info['is_shortcode'] ) && $element_info['is_shortcode'] === false ? false : true;
 
 
75
  // determines whether the an element in vc should be generated or not
76
  $element_info['is_vc'] = isset( $element_info['is_vc'] ) && $element_info['is_vc'] === false ? false : true;
77
 
194
  $widget_array['base_ID'] = $element_info['base'];
195
  $widget_array['name'] = $element_info['name'];
196
  $widget_array['is_widget'] = $element_info['is_widget'];
 
197
 
198
  /**
199
  * This filter makes the others able to override element output function
308
  }
309
 
310
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  /**
312
  * Return an instance of this class.
313
  *
includes/classes/class-auxin-widget.php CHANGED
@@ -33,9 +33,9 @@ class Auxin_Widget extends WP_Widget {
33
  private $att_ids = null;
34
 
35
  /**
36
- * Sets up the widgets name, Id, description and etc
37
- */
38
- function __construct( $widget_info ) {
39
 
40
  parent::__construct( $widget_info['base_ID'] , $name = $widget_info['name'], $widget_info['args'] );
41
 
@@ -62,7 +62,7 @@ class Auxin_Widget extends WP_Widget {
62
  * @param array $instance The widget name, id and global configs
63
  * @return string The widget output for front-end
64
  */
65
- function widget( $args, $instance ) {
66
  // if the 'widget_info' was available in passed array, we can determine
67
  // whether the array is from widget class or not
68
 
@@ -85,10 +85,10 @@ class Auxin_Widget extends WP_Widget {
85
  *
86
  * @param array $instance The widget options
87
  */
88
- function form( $instance ) {
89
  $instance = wp_parse_args( (array) $instance, $this->defaults );
90
 
91
- echo '<div id="'.$this->defaults[ '__uid' ].'" class="auxin-admin-widget-wrapper">';
92
 
93
  // creates id attributes for fields to be saved by update()
94
  foreach ( $this->fields as $field ) {
@@ -121,22 +121,22 @@ class Auxin_Widget extends WP_Widget {
121
  }
122
 
123
  echo '<div class="aux-element-field aux-multiple-selector ">',
124
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
125
- '<select multiple="multiple" name="' . $this->get_field_name($id) . '" id="' . $this->get_field_name($id) . '" class="aux-orig-select2 aux-admin-select2 aux-select2-multiple">';
126
- echo '<option value="">' . __('Choose ..', 'auxin-elements') . '</option>';
127
 
128
  foreach ( $categories_list as $key => $value ) {
129
  printf(
130
  '<option value="%s" class="hot-topic" %s style="margin-bottom:3px;">%s</option>',
131
- $key,
132
  in_array( $key, $select) ? 'selected="selected"' : '',
133
- $value
134
  );
135
  }
136
 
137
  echo '</select>';
138
  if ( $field["description"] ) {
139
- echo '<p class="option-description">' . $field["description"] . '</p>';
140
  }
141
  echo '</div>';
142
 
@@ -145,25 +145,24 @@ class Auxin_Widget extends WP_Widget {
145
  case 'iconpicker':
146
  case 'aux_iconpicker':
147
  $font_icons = Auxin()->Font_Icons->get_icons_list('fontastic');
148
- $output = '<div class="aux-element-field aux-iconpicker">';
149
- $output .= '<label for="'.$this->get_field_name($id).'" >'.$field["name"].'</label><br />';
150
- $output .= sprintf( '<select name="%1$s" id="%1$s" class="aux-fonticonpicker aux-select" >', $this->get_field_name($id) );
151
- $output .= '<option value="">' . __('Choose ..', 'auxin-elements') . '</option>';
152
 
153
  if( is_array( $font_icons ) ){
154
  foreach ( $font_icons as $icon ) {
155
  $icon_id = trim( $icon->classname, '.' );
156
- $output .= '<option value="'. $icon_id .'" '. selected( $instance[$id], $icon_id, false ) .' >'. $icon->name . '</option>';
157
 
158
  }
159
  }
160
 
161
- $output .= '</select>';
162
  if ( $field["description"] ) {
163
- $output .= '<p class="option-description">' . $field["description"] . '</p>';
164
  }
165
- $output .= '</div>';
166
- echo $output;
167
 
168
  break;
169
 
@@ -172,11 +171,11 @@ class Auxin_Widget extends WP_Widget {
172
  case 'textarea_html':
173
  case 'textarea_raw_html':
174
  echo '<div class="aux-element-field aux-visual-selector">',
175
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
176
- '<textarea class="widefat" id="'.$this->get_field_id($id).'" name="'.$this->get_field_name($id).'" name="'.$this->get_field_name($id).'">',
177
- $instance[$id].'</textarea>';
178
  if ( $field["description"] ) {
179
- echo '<p class="option-description textarea-desc">' . $field["description"] . '</p>';
180
  }
181
  echo '</div>';
182
  break;
@@ -184,10 +183,10 @@ class Auxin_Widget extends WP_Widget {
184
  case 'textbox':
185
  case 'textfield':
186
  echo '<div class="aux-element-field aux-visual-selector">',
187
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
188
- '<input class="widefat" id="'.$this->get_field_id($id).'" name="'.$this->get_field_name($id).'" type="text" value="'.$instance[$id].'" />';
189
  if ( $field["description"] ) {
190
- echo '<p class="option-description">' . $field["description"] . '</p>';
191
  }
192
  echo '</div>';
193
  break;
@@ -205,15 +204,15 @@ class Auxin_Widget extends WP_Widget {
205
  $current_value = $instance[ $id ];
206
  }
207
  echo '<div class="aux-element-field aux-dropdown">',
208
- '<label for="'.$this->get_field_id( $id ).'" >'. $field['name']. '</label>',
209
- '<select name="' .$this->get_field_name( $id ) . '" id="' . $this->get_field_id( $id ) . '" value="' . $current_value . '" >';
210
  foreach ( $field['options'] as $key => $value ) {
211
- printf( '<option value="%s" %s >%s</option>', $key, selected( $current_value, $key, false ), $value );
212
  }
213
  echo '</select>';
214
 
215
  if ( $field["description"] ) {
216
- echo '<p class="option-description">' . $field["description"] . '</p>';
217
  }
218
  echo '</div>';
219
  break;
@@ -231,20 +230,20 @@ class Auxin_Widget extends WP_Widget {
231
  $current_value = $instance[ $id ];
232
  }
233
  echo '<div class="aux-element-field aux-multiple-selector ">',
234
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
235
  '<div class="section-row-right" >' ,
236
- '<select name="'.$this->get_field_name($id).'" id="'.$this->get_field_id($id).'" class="aux-orig-select2 aux-admin-select2 aux-select2-single" data-value="'.$current_value.'" value="'. $current_value .'" style="width:150px" >';
237
  foreach ( $field['options'] as $key => $value ) {
238
- printf( '<option value="%s" %s >%s</option>', $key, selected( $current_value, $key, false ), $value );
239
  }
240
  echo '</select></div>';
241
  if ( $field["description"] ) {
242
- echo '<p class="option-description">' . $field["description"] . '</p>';
243
  }
244
  echo '</div>' ;
245
  break;
246
 
247
- // defining of aux_select2_multiple field type for widget and siteorigin.
248
  case 'aux_select2_multiple' :
249
 
250
  if( gettype( $instance[ $id ] ) ==="string" ) {
@@ -253,31 +252,29 @@ class Auxin_Widget extends WP_Widget {
253
  $select = $instance[ $id ];
254
  }
255
 
256
- $output = '';
257
- $output .= '<div class="aux-element-field aux-multiple-selector ">';
258
- $output .= '<select multiple="multiple" name="'.$this->get_field_name($id).'" id="'.$this->get_field_id($id).'" style="width:100%" ' . ' class="wpb-multiselect wpb_vc_param_value aux-select2-multiple ' . esc_sql( $field['id'] ) . ' ' . $field['type'] . '_field">';
259
 
260
  foreach ( $field['options'] as $key => $value ) {
261
  $active_attr = in_array( $key, $select) ? 'selected="selected"' : '';
262
- $output .= sprintf( '<option value="%s" %s >%s</option>', $key, $active_attr, $value );
263
  }
264
 
265
- $output .= '</select>';
266
 
267
  if ( $field["description"] ) {
268
 
269
- $output .= '<p class="option-description">' . $field["description"] . '</p>';
270
  }
271
 
272
- $output .= '</div>' ;
273
- echo $output;
274
 
275
  break;
276
 
277
  case 'aux_visual_select':
278
- $output = '<div class="aux-element-field aux-visual-selector">';
279
- $output .= '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>';
280
- $output .= '<select class="meta-select visual-select-wrapper" name="' . $this->get_field_name( $id ) . '" id="' . $this->get_field_id( $id ) . '" value="' . $instance[$id] . '" >';
281
 
282
  $tmp_instance_id = $instance[$id];
283
  foreach ( $field['choices'] as $id => $option_info ) {
@@ -286,14 +283,13 @@ class Auxin_Widget extends WP_Widget {
286
  $data_symbol = empty( $data_class ) && isset( $option_info['image'] ) && ! empty( $option_info['image'] ) ? 'data-symbol="'. $option_info['image'].'"' : '';
287
  $data_video = ! empty( $option_info['video_src'] ) ? 'data-video-src="'. esc_attr( $option_info['video_src'] ).'"' : '';
288
 
289
- $output .= sprintf( '<option value="%s" %s %s %s %s>%s</option>', $id, $active_attr, $data_symbol,$data_video, $data_class, $option_info['label'] );
290
  }
291
- $output .= '</select>';
292
  if ( $field["description"] ) {
293
- $output .= '<p class="option-description visual-selector-desc">' . $field["description"] . '</p>';
294
  }
295
- $output .= '</div>';
296
- echo $output;
297
  break;
298
 
299
  case 'checkbox':
@@ -301,12 +297,12 @@ class Auxin_Widget extends WP_Widget {
301
  $instance[$id] = isset( $instance[$id] ) ? (bool)$instance[$id] : false;
302
  $tick = $instance[$id]? 'checked="checked"': '';
303
  echo '<div class="aux-element-field aux_switch">',
304
- '<input class="hidden_aux_switch" type="hidden" value="0" id="_'.$this->get_field_id($id) .'-hidden" name="'.$this->get_field_name($id).'" >',
305
- '<input class="checkbox widefat aux_switch" type="checkbox" ' . $tick . ' id="'.$this->get_field_id($id).'" name="'.$this->get_field_name($id).'" >',
306
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>';
307
 
308
  if ( $field["description"] ) {
309
- echo '<p class="option-description">' . $field["description"] . '</p>';
310
  }
311
  echo '</div>';
312
 
@@ -315,10 +311,10 @@ class Auxin_Widget extends WP_Widget {
315
  case 'color':
316
  case 'colorpicker':
317
  echo '<div class="aux-element-field aux-colorpicker">',
318
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
319
- '<div class="mini-color-wrapper"><input id="'.$this->get_field_id($id).'" name="'.$this->get_field_name($id).'" type="text"type="text" value="'.$instance[$id].'" ></div>';
320
  if ( $field["description"] ) {
321
- echo '<p class="option-description">' . $field["description"] . '</p>';
322
  }
323
  echo '</div>';
324
  break;
@@ -334,14 +330,14 @@ class Auxin_Widget extends WP_Widget {
334
  }
335
  }
336
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
337
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
338
- '<input type="text" class="white" name="'. esc_attr( $this->get_field_name( $id ) ).'" ' . 'id="'. esc_attr( $this->get_field_id( $id ) ).'" ' . 'value="' . $instance[$id] .
339
  '" data-media-type="image" data-limit="1" data-multiple="0"
340
- data-add-to-list="'.__('Add Image', 'auxin-elements').'"
341
- data-uploader-submit="'.__('Add Image', 'auxin-elements').'"
342
- data-uploader-title="'.__('Select Image', 'auxin-elements').'"> ';
343
  if ( $field["description"] ) {
344
- echo '<p class="option-description">' . $field["description"] . '</p>';
345
  }
346
  echo '</div>';
347
  break;
@@ -357,14 +353,14 @@ class Auxin_Widget extends WP_Widget {
357
  }
358
  }
359
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
360
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
361
- '<input type="text" class="white" name="'.$this->get_field_name($id).'" ' . 'id="'.$this->get_field_id($id).'" ' . 'value="' . $instance[$id] .
362
  '" data-media-type="image" data-limit="9999" data-multiple="1"
363
- data-add-to-list="'.__('Add Image', 'auxin-elements').'"
364
- data-uploader-submit="'.__('Add Image', 'auxin-elements').'"
365
- data-uploader-title="'.__('Select Image', 'auxin-elements').'"> ';
366
  if ( $field["description"] ) {
367
- echo '<p class="option-description">' . $field["description"] . '</p>';
368
  }
369
  echo '</div>';
370
  break;
@@ -381,14 +377,14 @@ class Auxin_Widget extends WP_Widget {
381
  }
382
  }
383
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
384
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
385
- '<input type="text" class="white" name="'.$this->get_field_name($id).'" ' . 'id="'.$this->get_field_id($id).'" ' . 'value="' . $instance[$id] .
386
  '" data-media-type="video" data-limit="1" data-multiple="0"
387
- data-add-to-list="'.__('Add Video', 'auxin-elements').'"
388
- data-uploader-submit="'.__('Add Video', 'auxin-elements').'"
389
- data-uploader-title="'.__('Select Video', 'auxin-elements').'"> ';
390
  if ( $field["description"] ) {
391
- echo '<p class="option-description">' . $field["description"] . '</p>';
392
  }
393
  echo '</div>';
394
  break;
@@ -405,14 +401,14 @@ class Auxin_Widget extends WP_Widget {
405
  }
406
  }
407
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
408
- '<label for="'.$this->get_field_id($id).'" >'.$field["name"].'</label>',
409
- '<input type="text" class="white" name="'.$this->get_field_name($id).'" ' . 'id="'.$this->get_field_id($id).'" ' . 'value="' . $instance[$id] .
410
  '" data-media-type="audio" data-limit="1" data-multiple="0"
411
- data-add-to-list="'.__('Add Audio', 'auxin-elements').'"
412
- data-uploader-submit="'.__('Add Audio', 'auxin-elements').'"
413
- data-uploader-title="'.__('Select Audio', 'auxin-elements').'"> ';
414
  if ( $field["description"] ) {
415
- echo '<p class="option-description">' . $field["description"] . '</p>';
416
  }
417
  echo '</div>';
418
 
33
  private $att_ids = null;
34
 
35
  /**
36
+ * Sets up the widgets name, Id, description and etc
37
+ */
38
+ public function __construct( $widget_info ) {
39
 
40
  parent::__construct( $widget_info['base_ID'] , $name = $widget_info['name'], $widget_info['args'] );
41
 
62
  * @param array $instance The widget name, id and global configs
63
  * @return string The widget output for front-end
64
  */
65
+ public function widget( $args, $instance ) {
66
  // if the 'widget_info' was available in passed array, we can determine
67
  // whether the array is from widget class or not
68
 
85
  *
86
  * @param array $instance The widget options
87
  */
88
+ public function form( $instance ) {
89
  $instance = wp_parse_args( (array) $instance, $this->defaults );
90
 
91
+ echo '<div id="' . esc_attr( $this->defaults[ '__uid' ] ) . '" class="auxin-admin-widget-wrapper">';
92
 
93
  // creates id attributes for fields to be saved by update()
94
  foreach ( $this->fields as $field ) {
121
  }
122
 
123
  echo '<div class="aux-element-field aux-multiple-selector ">',
124
+ '<label for="' . esc_attr( $this->get_field_id($id) ) . '" >'. esc_html( $field["name"] ) .'</label>',
125
+ '<select multiple="multiple" name="' . esc_attr( $this->get_field_name($id) ) . '" id="' . esc_attr( $this->get_field_name($id) ) . '" class="aux-orig-select2 aux-admin-select2 aux-select2-multiple">';
126
+ echo '<option value="">' . esc_html__('Choose ..', 'auxin-elements') . '</option>';
127
 
128
  foreach ( $categories_list as $key => $value ) {
129
  printf(
130
  '<option value="%s" class="hot-topic" %s style="margin-bottom:3px;">%s</option>',
131
+ esc_attr( $key ),
132
  in_array( $key, $select) ? 'selected="selected"' : '',
133
+ esc_html( $value )
134
  );
135
  }
136
 
137
  echo '</select>';
138
  if ( $field["description"] ) {
139
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
140
  }
141
  echo '</div>';
142
 
145
  case 'iconpicker':
146
  case 'aux_iconpicker':
147
  $font_icons = Auxin()->Font_Icons->get_icons_list('fontastic');
148
+ echo '<div class="aux-element-field aux-iconpicker">';
149
+ echo '<label for="'. esc_attr( $this->get_field_name($id) ).'" >'. esc_html( $field["name"] ).'</label><br />';
150
+ echo sprintf( '<select name="%1$s" id="%1$s" class="aux-fonticonpicker aux-select" >', esc_attr( $this->get_field_name($id) ) );
151
+ echo '<option value="">' . esc_html__('Choose ..', 'auxin-elements') . '</option>';
152
 
153
  if( is_array( $font_icons ) ){
154
  foreach ( $font_icons as $icon ) {
155
  $icon_id = trim( $icon->classname, '.' );
156
+ echo '<option value="'. esc_attr( $icon_id ) .'" '. selected( $instance[$id], $icon_id, false ) .' >'. esc_html( $icon->name ) . '</option>';
157
 
158
  }
159
  }
160
 
161
+ echo '</select>';
162
  if ( $field["description"] ) {
163
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
164
  }
165
+ echo '</div>';
 
166
 
167
  break;
168
 
171
  case 'textarea_html':
172
  case 'textarea_raw_html':
173
  echo '<div class="aux-element-field aux-visual-selector">',
174
+ '<label for="'.esc_attr( $this->get_field_id($id) ).'" >'. esc_html( $field["name"] ).'</label>',
175
+ '<textarea class="widefat" id="'.esc_attr( $this->get_field_id($id) ).'" name="'.esc_attr( $this->get_field_name($id) ).'" name="'. esc_attr( $this->get_field_name($id) ) .'">',
176
+ wp_kses_post( $instance[$id] ).'</textarea>';
177
  if ( $field["description"] ) {
178
+ echo '<p class="option-description textarea-desc">' . esc_html( $field["description"] ) . '</p>';
179
  }
180
  echo '</div>';
181
  break;
183
  case 'textbox':
184
  case 'textfield':
185
  echo '<div class="aux-element-field aux-visual-selector">',
186
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ).'</label>',
187
+ '<input class="widefat" id="'. esc_attr( $this->get_field_id($id) ) .'" name="'. esc_attr( $this->get_field_name($id) ) .'" type="text" value="'. esc_attr( $instance[$id] ) .'" />';
188
  if ( $field["description"] ) {
189
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
190
  }
191
  echo '</div>';
192
  break;
204
  $current_value = $instance[ $id ];
205
  }
206
  echo '<div class="aux-element-field aux-dropdown">',
207
+ '<label for="'. esc_attr( $this->get_field_id( $id ) ) .'" >'. esc_html( $field['name'] ) . '</label>',
208
+ '<select name="' . esc_attr( $this->get_field_name( $id ) ) . '" id="' . esc_attr( $this->get_field_id( $id ) ) . '" value="' . esc_attr( $current_value ) . '" >';
209
  foreach ( $field['options'] as $key => $value ) {
210
+ printf( '<option value="%s" %s >%s</option>', esc_attr( $key ), selected( $current_value, $key, false ), esc_html( $value ) );
211
  }
212
  echo '</select>';
213
 
214
  if ( $field["description"] ) {
215
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
216
  }
217
  echo '</div>';
218
  break;
230
  $current_value = $instance[ $id ];
231
  }
232
  echo '<div class="aux-element-field aux-multiple-selector ">',
233
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
234
  '<div class="section-row-right" >' ,
235
+ '<select name="'. esc_attr( $this->get_field_name($id) ) .'" id="'. esc_attr( $this->get_field_id($id) ) .'" class="aux-orig-select2 aux-admin-select2 aux-select2-single" data-value="'. esc_attr( $current_value ) .'" value="'. esc_attr( $current_value ) .'" style="width:150px" >';
236
  foreach ( $field['options'] as $key => $value ) {
237
+ printf( '<option value="%s" %s >%s</option>', esc_attr( $key ), selected( $current_value, $key, false ), esc_html( $value ) );
238
  }
239
  echo '</select></div>';
240
  if ( $field["description"] ) {
241
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
242
  }
243
  echo '</div>' ;
244
  break;
245
 
246
+ // defining of aux_select2_multiple field type for widget.
247
  case 'aux_select2_multiple' :
248
 
249
  if( gettype( $instance[ $id ] ) ==="string" ) {
252
  $select = $instance[ $id ];
253
  }
254
 
255
+ echo '<div class="aux-element-field aux-multiple-selector ">';
256
+ echo '<select multiple="multiple" name="'. esc_attr( $this->get_field_name($id) ) .'" id="'. esc_attr( $this->get_field_id($id) ) .'" style="width:100%" ' . ' class="wpb-multiselect wpb_vc_param_value aux-select2-multiple ' . esc_sql( $field['id'] ) . ' ' . esc_attr( $field['type'] ) . '_field">';
 
257
 
258
  foreach ( $field['options'] as $key => $value ) {
259
  $active_attr = in_array( $key, $select) ? 'selected="selected"' : '';
260
+ echo sprintf( '<option value="%s" %s >%s</option>', esc_attr( $key ), $active_attr, esc_html( $value ) );
261
  }
262
 
263
+ echo '</select>';
264
 
265
  if ( $field["description"] ) {
266
 
267
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
268
  }
269
 
270
+ echo '</div>' ;
 
271
 
272
  break;
273
 
274
  case 'aux_visual_select':
275
+ echo '<div class="aux-element-field aux-visual-selector">';
276
+ echo '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>';
277
+ echo '<select class="meta-select visual-select-wrapper" name="' . esc_attr( $this->get_field_name( $id ) ) . '" id="' . esc_attr( $this->get_field_id( $id ) ) . '" value="' . esc_attr( $instance[$id] ) . '" >';
278
 
279
  $tmp_instance_id = $instance[$id];
280
  foreach ( $field['choices'] as $id => $option_info ) {
283
  $data_symbol = empty( $data_class ) && isset( $option_info['image'] ) && ! empty( $option_info['image'] ) ? 'data-symbol="'. $option_info['image'].'"' : '';
284
  $data_video = ! empty( $option_info['video_src'] ) ? 'data-video-src="'. esc_attr( $option_info['video_src'] ).'"' : '';
285
 
286
+ echo sprintf( '<option value="%s" %s %s %s %s>%s</option>', esc_attr( $id ), $active_attr, $data_symbol,$data_video, $data_class, esc_html( $option_info['label'] ) );
287
  }
288
+ echo '</select>';
289
  if ( $field["description"] ) {
290
+ echo '<p class="option-description visual-selector-desc">' . esc_html( $field["description"] ) . '</p>';
291
  }
292
+ echo '</div>';
 
293
  break;
294
 
295
  case 'checkbox':
297
  $instance[$id] = isset( $instance[$id] ) ? (bool)$instance[$id] : false;
298
  $tick = $instance[$id]? 'checked="checked"': '';
299
  echo '<div class="aux-element-field aux_switch">',
300
+ '<input class="hidden_aux_switch" type="hidden" value="0" id="_'. esc_attr( $this->get_field_id($id) ) .'-hidden" name="'. esc_attr( $this->get_field_name($id) ) .'" >',
301
+ '<input class="checkbox widefat aux_switch" type="checkbox" ' . $tick . ' id="'. esc_attr( $this->get_field_id($id) ) .'" name="'. esc_attr( $this->get_field_name($id) ) .'" >',
302
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>';
303
 
304
  if ( $field["description"] ) {
305
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
306
  }
307
  echo '</div>';
308
 
311
  case 'color':
312
  case 'colorpicker':
313
  echo '<div class="aux-element-field aux-colorpicker">',
314
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
315
+ '<div class="mini-color-wrapper"><input id="'. esc_attr( $this->get_field_id($id) ) .'" name="'. esc_attr( $this->get_field_name($id) ) .'" type="text"type="text" value="'. esc_attr( $instance[$id] ) .'" ></div>';
316
  if ( $field["description"] ) {
317
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
318
  }
319
  echo '</div>';
320
  break;
330
  }
331
  }
332
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
333
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
334
+ '<input type="text" class="white" name="'. esc_attr( $this->get_field_name( $id ) ).'" ' . 'id="'. esc_attr( $this->get_field_id( $id ) ).'" ' . 'value="' . esc_attr( $instance[$id] ) .
335
  '" data-media-type="image" data-limit="1" data-multiple="0"
336
+ data-add-to-list="'. esc_html__('Add Image', 'auxin-elements') .'"
337
+ data-uploader-submit="'. esc_html__('Add Image', 'auxin-elements') .'"
338
+ data-uploader-title="'. esc_html__('Select Image', 'auxin-elements') .'"> ';
339
  if ( $field["description"] ) {
340
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
341
  }
342
  echo '</div>';
343
  break;
353
  }
354
  }
355
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
356
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
357
+ '<input type="text" class="white" name="'. esc_attr( $this->get_field_name($id) ) .'" ' . 'id="'. esc_attr( $this->get_field_id($id) ) .'" ' . 'value="' . esc_attr( $instance[$id] ) .
358
  '" data-media-type="image" data-limit="9999" data-multiple="1"
359
+ data-add-to-list="'.esc_html__('Add Image', 'auxin-elements').'"
360
+ data-uploader-submit="'.esc_html__('Add Image', 'auxin-elements').'"
361
+ data-uploader-title="'.esc_html__('Select Image', 'auxin-elements').'"> ';
362
  if ( $field["description"] ) {
363
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
364
  }
365
  echo '</div>';
366
  break;
377
  }
378
  }
379
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
380
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
381
+ '<input type="text" class="white" name="'. esc_attr( $this->get_field_name($id) ) .'" ' . 'id="'. esc_attr( $this->get_field_id($id) ) .'" ' . 'value="' . esc_attr( $instance[$id] ) .
382
  '" data-media-type="video" data-limit="1" data-multiple="0"
383
+ data-add-to-list="'.esc_html__('Add Video', 'auxin-elements').'"
384
+ data-uploader-submit="'.esc_html__('Add Video', 'auxin-elements').'"
385
+ data-uploader-title="'.esc_html__('Select Video', 'auxin-elements').'"> ';
386
  if ( $field["description"] ) {
387
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
388
  }
389
  echo '</div>';
390
  break;
401
  }
402
  }
403
  echo '<div class="aux-element-field av3_container aux_select_image axi-attachmedia-wrapper">',
404
+ '<label for="'. esc_attr( $this->get_field_id($id) ) .'" >'. esc_html( $field["name"] ) .'</label>',
405
+ '<input type="text" class="white" name="'. esc_attr( $this->get_field_name($id) ) .'" ' . 'id="'. esc_attr( $this->get_field_id($id) ) .'" ' . 'value="' . esc_attr( $instance[$id] ) .
406
  '" data-media-type="audio" data-limit="1" data-multiple="0"
407
+ data-add-to-list="'.esc_html__('Add Audio', 'auxin-elements').'"
408
+ data-uploader-submit="'.esc_html__('Add Audio', 'auxin-elements').'"
409
+ data-uploader-title="'.esc_html__('Select Audio', 'auxin-elements').'"> ';
410
  if ( $field["description"] ) {
411
+ echo '<p class="option-description">' . esc_html( $field["description"] ) . '</p>';
412
  }
413
  echo '</div>';
414
 
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.9.8' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.9.12' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/class-auxin-elementor-core-elements.php CHANGED
@@ -633,7 +633,7 @@ final class Elements {
633
  */
634
  public function widget_styles() {
635
  // Add auxin custom styles
636
- wp_enqueue_style( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/css/elementor-widgets.css' );
637
  wp_enqueue_style( 'wp-mediaelement' );
638
 
639
  }
@@ -653,7 +653,7 @@ final class Elements {
653
  if( defined('MSWP_AVERTA_VERSION') ){
654
  $dependencies[] = 'masterslider-core';
655
  }
656
- wp_enqueue_script( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/js/elementor/widgets.js' , $dependencies, AUXELS_VERSION, TRUE );
657
  wp_enqueue_script('wp-mediaelement');
658
  }
659
 
@@ -708,7 +708,7 @@ final class Elements {
708
  self::MINIMUM_ELEMENTOR_VERSION
709
  );
710
 
711
- printf( '<div class="notice notice-warning is-dismissible"><p>%1$s</p></div>', $message );
712
  }
713
 
714
  /**
633
  */
634
  public function widget_styles() {
635
  // Add auxin custom styles
636
+ wp_enqueue_style( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/css/elementor-widgets.css', [], AUXELS_VERSION );
637
  wp_enqueue_style( 'wp-mediaelement' );
638
 
639
  }
653
  if( defined('MSWP_AVERTA_VERSION') ){
654
  $dependencies[] = 'masterslider-core';
655
  }
656
+ wp_enqueue_script( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/js/elementor/widgets.js' , $dependencies, AUXELS_VERSION, true );
657
  wp_enqueue_script('wp-mediaelement');
658
  }
659
 
708
  self::MINIMUM_ELEMENTOR_VERSION
709
  );
710
 
711
+ printf( '<div class="notice notice-warning is-dismissible"><p>%1$s</p></div>', $message ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
712
  }
713
 
714
  /**
includes/elementor/controls/featured-color.php CHANGED
@@ -54,7 +54,7 @@ class Control_Featured_Color extends Base_Data_Control {
54
 
55
  public function enqueue() {
56
  wp_enqueue_style( 'auxin-elementor-editor' );
57
- wp_enqueue_script( 'auxin-elementor-featured-color' , AUXELS_ADMIN_URL . '/assets/js/solo/featuredColor.js' , array( 'jquery' ) );
58
  wp_enqueue_script( 'auxin-elementor-editor' );
59
  }
60
 
54
 
55
  public function enqueue() {
56
  wp_enqueue_style( 'auxin-elementor-editor' );
57
+ wp_enqueue_script( 'auxin-elementor-featured-color' , AUXELS_ADMIN_URL . '/assets/js/solo/featuredColor.js' , array( 'jquery' ), AUXELS_VERSION );
58
  wp_enqueue_script( 'auxin-elementor-editor' );
59
  }
60
 
includes/elementor/controls/icon-select.php CHANGED
@@ -74,8 +74,8 @@ class Control_Icon_Select extends Base_Data_Control {
74
  <div class="elementor-control-field">
75
  <label for="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-title">{{{ data.label }}}</label>
76
  <div class="elementor-control-input-wrapper">
77
- <select id="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-icon" data-setting="{{ data.name }}" data-placeholder="<?php echo __( 'Select Icon', 'elementor' ); ?>">
78
- <option value=""><?php echo __( 'Select Icon', 'elementor' ); ?></option>
79
  <# _.each( data.icons, function( icon, key ) {
80
  var icon_value = icon.classname.replace(/\./g, "");
81
  #>
74
  <div class="elementor-control-field">
75
  <label for="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-title">{{{ data.label }}}</label>
76
  <div class="elementor-control-input-wrapper">
77
+ <select id="<?php echo esc_attr( $control_uid ); ?>" class="elementor-control-icon" data-setting="{{ data.name }}" data-placeholder="<?php echo esc_attr__( 'Select Icon', 'auxin-elements' ); ?>">
78
+ <option value=""><?php echo esc_html__( 'Select Icon', 'auxin-elements' ); ?></option>
79
  <# _.each( data.icons, function( icon, key ) {
80
  var icon_value = icon.classname.replace(/\./g, "");
81
  #>
includes/elementor/controls/media-select.php CHANGED
@@ -67,7 +67,9 @@ class Control_Media_Select extends Base_Data_Control {
67
 
68
  wp_enqueue_style(
69
  'media',
70
- admin_url( '/css/media' . $suffix . '.css' )
 
 
71
  );
72
 
73
  wp_enqueue_style( 'auxin-elementor-editor' );
@@ -96,7 +98,7 @@ class Control_Media_Select extends Base_Data_Control {
96
  </div>
97
  <div class="aux-elementor-control-media-attachment-area">
98
  <div class="aux-elementor-control-media-attachment"></div>
99
- <div class="aux-elementor-control-media-delete"><?php echo __( 'Delete', 'elementor' ); ?></div>
100
  </div>
101
  </div>
102
  </div>
67
 
68
  wp_enqueue_style(
69
  'media',
70
+ admin_url( '/css/media' . $suffix . '.css' ),
71
+ [],
72
+ AUXELS_VERSION
73
  );
74
 
75
  wp_enqueue_style( 'auxin-elementor-editor' );
98
  </div>
99
  <div class="aux-elementor-control-media-attachment-area">
100
  <div class="aux-elementor-control-media-attachment"></div>
101
+ <div class="aux-elementor-control-media-delete"><?php echo esc_html__( 'Delete', 'auxin-elements' ); ?></div>
102
  </div>
103
  </div>
104
  </div>
includes/elementor/controls/visual-select.php CHANGED
@@ -54,7 +54,7 @@ class Control_Visual_Select extends Base_Data_Control {
54
 
55
  public function enqueue() {
56
  wp_enqueue_style( 'auxin-elementor-editor' );
57
- wp_enqueue_script( 'auxin-elementor-visualselect' , AUXELS_ADMIN_URL . '/assets/js/solo/visualselect.js' , array( 'jquery' ) );
58
  wp_enqueue_script( 'auxin-elementor-editor' );
59
  }
60
 
54
 
55
  public function enqueue() {
56
  wp_enqueue_style( 'auxin-elementor-editor' );
57
+ wp_enqueue_script( 'auxin-elementor-visualselect' , AUXELS_ADMIN_URL . '/assets/js/solo/visualselect.js' , array( 'jquery' ), AUXELS_VERSION );
58
  wp_enqueue_script( 'auxin-elementor-editor' );
59
  }
60
 
includes/elementor/modules/column.php CHANGED
@@ -24,7 +24,7 @@ class Column {
24
  protected static $instance = null;
25
 
26
 
27
- function __construct(){
28
  // Modify render
29
  add_action( 'elementor/frontend/column/before_render', array( $this, 'modify_render' ) );
30
 
24
  protected static $instance = null;
25
 
26
 
27
+ public function __construct(){
28
  // Modify render
29
  add_action( 'elementor/frontend/column/before_render', array( $this, 'modify_render' ) );
30
 
includes/elementor/modules/common.php CHANGED
@@ -24,7 +24,7 @@ class Common {
24
  protected static $instance = null;
25
 
26
 
27
- function __construct(){
28
 
29
  // Add new controls to advanced tab globally
30
  add_action( "elementor/element/after_section_end", array( $this, 'add_position_controls_section' ), 10, 3 );
24
  protected static $instance = null;
25
 
26
 
27
+ public function __construct(){
28
 
29
  // Add new controls to advanced tab globally
30
  add_action( "elementor/element/after_section_end", array( $this, 'add_position_controls_section' ), 10, 3 );
includes/elementor/modules/dynamic-tags/featured-colors.php CHANGED
@@ -39,7 +39,7 @@ class Auxin_Featured_Colors extends Tag {
39
 
40
  for( $i = 1; $i <= 8 ; ++$i ) {
41
  $items[$i] = [
42
- 'label' => sprintf( __( 'Color %s', THEME_DOMAIN ), $i ),
43
  'color' => auxin_get_option( 'site_featured_color_' . $i )
44
  ];
45
  }
39
 
40
  for( $i = 1; $i <= 8 ; ++$i ) {
41
  $items[$i] = [
42
+ 'label' => sprintf( __( 'Color %s', 'auxin-elements' ), $i ),
43
  'color' => auxin_get_option( 'site_featured_color_' . $i )
44
  ];
45
  }
includes/elementor/modules/dynamic-tags/shortcode.php CHANGED
@@ -69,6 +69,6 @@ class Shortcode extends Tag {
69
  $value = wp_kses_post( $value );
70
  }
71
 
72
- echo $value;
73
  }
74
  }
69
  $value = wp_kses_post( $value );
70
  }
71
 
72
+ echo $value; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
73
  }
74
  }
includes/elementor/modules/query-control/module.php CHANGED
@@ -4,7 +4,7 @@ namespace Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl;
4
  use Elementor\Controls_Manager;
5
  use Elementor\Core\Common\Modules\Ajax\Module as Ajax;
6
  use Elementor\Widget_Base;
7
- use Elementor\Core\Base\Module AS Module_Base;
8
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Posts;
9
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Query;
10
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Related;
4
  use Elementor\Controls_Manager;
5
  use Elementor\Core\Common\Modules\Ajax\Module as Ajax;
6
  use Elementor\Widget_Base;
7
+ use Elementor\Core\Base\Module as Module_Base;
8
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Posts;
9
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Query;
10
  use Auxin\Plugin\CoreElements\Elementor\Modules\QueryControl\Controls\Group_Control_Related;
includes/elementor/modules/section.php CHANGED
@@ -24,7 +24,7 @@ class Section {
24
  protected static $instance = null;
25
 
26
 
27
- function __construct(){
28
  // Modify section render
29
  // add_action( 'elementor/frontend/section/before_render', array( $this, 'modify_render' ) );
30
 
24
  protected static $instance = null;
25
 
26
 
27
+ public function __construct(){
28
  // Modify section render
29
  // add_action( 'elementor/frontend/section/before_render', array( $this, 'modify_render' ) );
30
 
includes/elementor/modules/settings/base/manager.php CHANGED
@@ -18,7 +18,7 @@ use Elementor\Repeater;
18
 
19
  abstract class Manager {
20
 
21
- function __construct(){
22
  $this->register_hooks();
23
  }
24
 
18
 
19
  abstract class Manager {
20
 
21
+ public function __construct(){
22
  $this->register_hooks();
23
  }
24
 
includes/elementor/modules/theme-builder/module.php CHANGED
@@ -77,17 +77,17 @@ class Module extends Module_Base {
77
  ?>
78
  <div id="elementor-new-template__form__location__wrapper" class="elementor-form-field">
79
  <label for="elementor-new-template__form__location" class="elementor-form-field__label">
80
- <?php echo __( 'Select a Location', 'auxin-elements' ); ?>
81
  </label>
82
  <div class="elementor-form-field__select__wrapper">
83
  <select id="elementor-new-template__form__location" class="elementor-form-field__select" name="meta_location">
84
  <option value="">
85
- <?php echo __( 'Select...', 'auxin-elements' ); ?>
86
  </option>
87
  <?php
88
 
89
  foreach ( $locations as $location => $settings ) {
90
- echo sprintf( '<option value="%1$s">%2$s</option>', $location, $settings['label'] );
91
  }
92
  ?>
93
  </select>
@@ -109,12 +109,12 @@ class Module extends Module_Base {
109
  ?>
110
  <div id="elementor-new-template__form__post-type__wrapper" class="elementor-form-field">
111
  <label for="elementor-new-template__form__post-type" class="elementor-form-field__label">
112
- <?php echo __( 'Select Post Type', 'auxin-elements' ); ?>
113
  </label>
114
  <div class="elementor-form-field__select__wrapper">
115
  <select id="elementor-new-template__form__post-type" class="elementor-form-field__select" name="_elementor_template_sub_type">
116
  <option value="">
117
- <?php echo __( 'Select', 'auxin-elements' ); ?>...
118
  </option>
119
  <?php
120
 
@@ -123,12 +123,12 @@ class Module extends Module_Base {
123
  $doc_name = ( new $doc_type() )->get_name();
124
 
125
  if ( 'post' === $doc_name || 'page' === $doc_name ) {
126
- echo sprintf( '<option value="%1$s">%2$s</option>', $post_type, $post_type_config->labels->singular_name );
127
  }
128
  }
129
 
130
  // 404.
131
- echo sprintf( '<option value="%1$s">%2$s</option>', 'not_found404', __( '404 Page', 'auxin-elements' ) );
132
 
133
  ?>
134
  </select>
77
  ?>
78
  <div id="elementor-new-template__form__location__wrapper" class="elementor-form-field">
79
  <label for="elementor-new-template__form__location" class="elementor-form-field__label">
80
+ <?php echo esc_html__( 'Select a Location', 'auxin-elements' ); ?>
81
  </label>
82
  <div class="elementor-form-field__select__wrapper">
83
  <select id="elementor-new-template__form__location" class="elementor-form-field__select" name="meta_location">
84
  <option value="">
85
+ <?php echo esc_html__( 'Select...', 'auxin-elements' ); ?>
86
  </option>
87
  <?php
88
 
89
  foreach ( $locations as $location => $settings ) {
90
+ echo sprintf( '<option value="%1$s">%2$s</option>', esc_attr( $location ), esc_html( $settings['label'] ) );
91
  }
92
  ?>
93
  </select>
109
  ?>
110
  <div id="elementor-new-template__form__post-type__wrapper" class="elementor-form-field">
111
  <label for="elementor-new-template__form__post-type" class="elementor-form-field__label">
112
+ <?php echo esc_html__( 'Select Post Type', 'auxin-elements' ); ?>
113
  </label>
114
  <div class="elementor-form-field__select__wrapper">
115
  <select id="elementor-new-template__form__post-type" class="elementor-form-field__select" name="_elementor_template_sub_type">
116
  <option value="">
117
+ <?php echo esc_html__( 'Select', 'auxin-elements' ); ?>...
118
  </option>
119
  <?php
120
 
123
  $doc_name = ( new $doc_type() )->get_name();
124
 
125
  if ( 'post' === $doc_name || 'page' === $doc_name ) {
126
+ echo sprintf( '<option value="%1$s">%2$s</option>', esc_attr( $post_type ), esc_html( $post_type_config->labels->singular_name ) );
127
  }
128
  }
129
 
130
  // 404.
131
+ echo sprintf( '<option value="%1$s">%2$s</option>', 'not_found404', esc_html__( '404 Page', 'auxin-elements' ) );
132
 
133
  ?>
134
  </select>
includes/elementor/widgets/before-after.php CHANGED
@@ -249,13 +249,13 @@ class BeforeAfter extends Widget_Base {
249
  if( ! empty( $settings['after_image'] ) ) {
250
  echo sprintf( '<div class="widget-container aux-widget-before-after"><div %s >%s %s</div></div>',
251
  $this->get_render_attribute_string( 'wrapper' ),
252
- $before_image,
253
- $after_image
254
  ) ;
255
  } else {
256
  echo sprintf( '<div class="widget-container aux-widget-before-after"><div %s >%s</div></div>',
257
  $this->get_render_attribute_string( 'wrapper' ),
258
- $before_image
259
  );
260
  }
261
 
249
  if( ! empty( $settings['after_image'] ) ) {
250
  echo sprintf( '<div class="widget-container aux-widget-before-after"><div %s >%s %s</div></div>',
251
  $this->get_render_attribute_string( 'wrapper' ),
252
+ $before_image, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
253
+ $after_image // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
254
  ) ;
255
  } else {
256
  echo sprintf( '<div class="widget-container aux-widget-before-after"><div %s >%s</div></div>',
257
  $this->get_render_attribute_string( 'wrapper' ),
258
+ $before_image // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
259
  );
260
  }
261
 
includes/elementor/widgets/heading-modern.php CHANGED
@@ -1158,7 +1158,7 @@ class ModernHeading extends Widget_Base {
1158
 
1159
  // Maybe print divider before
1160
  if( empty( $settings['divider_position'] ) || 'before' == $settings['divider_position'] ){
1161
- echo $divider_markup;
1162
  }
1163
 
1164
  // Print Primary Heading
@@ -1177,25 +1177,25 @@ class ModernHeading extends Widget_Base {
1177
  printf( '<a %1$s><%2$s class="aux-modern-heading-primary">%3$s</%2$s></a>',
1178
  $this->get_render_attribute_string( 'link-primary' ),
1179
  esc_attr( $settings['title_tag'] ),
1180
- $settings['title']
1181
  );
1182
 
1183
  } else {
1184
  printf( '<%1$s class="aux-modern-heading-primary">%2$s</%1$s>',
1185
  esc_attr( $settings['title_tag'] ),
1186
- $settings['title']
1187
  );
1188
  }
1189
 
1190
  // Maybe print divider between
1191
  if( 'between' == $settings['divider_position'] ){
1192
- echo $divider_markup;
1193
  }
1194
 
1195
  // Print Secondary Heading
1196
- $before_heading = $settings['title_secondary_before'] ? '' . '<span class="aux-head-before">' . $settings['title_secondary_before'] . '</span>' : '';
1197
- $highlight_heading = $settings['title_secondary_highlight'] ? '' . '<span class="aux-head-highlight">' . $settings['title_secondary_highlight'] . '</span>' : '';
1198
- $after_heading = $settings['title_secondary_after' ] ? '' . '<span class="aux-head-after">' . $settings['title_secondary_after' ] . '</span>' : '';
1199
 
1200
  if( $before_heading || $highlight_heading || $after_heading ){
1201
 
@@ -1214,16 +1214,16 @@ class ModernHeading extends Widget_Base {
1214
  printf( '<a %1$s><%2$s class="aux-modern-heading-secondary">%3$s%4$s%5$s</%2$s></a>',
1215
  $this->get_render_attribute_string( 'link-secondary' ),
1216
  esc_attr( $settings['title_tag_secondary'] ),
1217
- $before_heading,
1218
- $highlight_heading,
1219
- $after_heading
1220
  );
1221
  } else {
1222
  printf( '<%1$s class="aux-modern-heading-secondary">%2$s%3$s%4$s</%1$s>',
1223
  esc_attr( $settings['title_tag_secondary'] ),
1224
- $before_heading,
1225
- $highlight_heading,
1226
- $after_heading
1227
  );
1228
  }
1229
 
@@ -1231,12 +1231,12 @@ class ModernHeading extends Widget_Base {
1231
 
1232
  // Maybe Print divider after
1233
  if( 'after' == $settings['divider_position'] ){
1234
- echo $divider_markup;
1235
  }
1236
 
1237
  if( ! empty( $settings['description'] ) ){
1238
  printf( '<div class="aux-modern-heading-description">%s</div>',
1239
- $settings['description']
1240
  );
1241
  }
1242
 
1158
 
1159
  // Maybe print divider before
1160
  if( empty( $settings['divider_position'] ) || 'before' == $settings['divider_position'] ){
1161
+ echo $divider_markup; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1162
  }
1163
 
1164
  // Print Primary Heading
1177
  printf( '<a %1$s><%2$s class="aux-modern-heading-primary">%3$s</%2$s></a>',
1178
  $this->get_render_attribute_string( 'link-primary' ),
1179
  esc_attr( $settings['title_tag'] ),
1180
+ wp_kses_post( $settings['title'] )
1181
  );
1182
 
1183
  } else {
1184
  printf( '<%1$s class="aux-modern-heading-primary">%2$s</%1$s>',
1185
  esc_attr( $settings['title_tag'] ),
1186
+ wp_kses_post( $settings['title'] )
1187
  );
1188
  }
1189
 
1190
  // Maybe print divider between
1191
  if( 'between' == $settings['divider_position'] ){
1192
+ echo $divider_markup; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1193
  }
1194
 
1195
  // Print Secondary Heading
1196
+ $before_heading = $settings['title_secondary_before'] ? '' . '<span class="aux-head-before">' . wp_kses_post( $settings['title_secondary_before'] ) . '</span>' : '';
1197
+ $highlight_heading = $settings['title_secondary_highlight'] ? '' . '<span class="aux-head-highlight">' . wp_kses_post( $settings['title_secondary_highlight'] ) . '</span>' : '';
1198
+ $after_heading = $settings['title_secondary_after' ] ? '' . '<span class="aux-head-after">' . wp_kses_post( $settings['title_secondary_after' ] ) . '</span>' : '';
1199
 
1200
  if( $before_heading || $highlight_heading || $after_heading ){
1201
 
1214
  printf( '<a %1$s><%2$s class="aux-modern-heading-secondary">%3$s%4$s%5$s</%2$s></a>',
1215
  $this->get_render_attribute_string( 'link-secondary' ),
1216
  esc_attr( $settings['title_tag_secondary'] ),
1217
+ $before_heading, //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1218
+ $highlight_heading, //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1219
+ $after_heading //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1220
  );
1221
  } else {
1222
  printf( '<%1$s class="aux-modern-heading-secondary">%2$s%3$s%4$s</%1$s>',
1223
  esc_attr( $settings['title_tag_secondary'] ),
1224
+ $before_heading, //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1225
+ $highlight_heading, //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1226
+ $after_heading //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1227
  );
1228
  }
1229
 
1231
 
1232
  // Maybe Print divider after
1233
  if( 'after' == $settings['divider_position'] ){
1234
+ echo $divider_markup; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1235
  }
1236
 
1237
  if( ! empty( $settings['description'] ) ){
1238
  printf( '<div class="aux-modern-heading-description">%s</div>',
1239
+ wp_kses_post( $settings['description'] )
1240
  );
1241
  }
1242
 
includes/elementor/widgets/icon.php CHANGED
@@ -408,7 +408,7 @@ class Icon extends Widget_Base {
408
 
409
  ?>
410
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?>>
411
- <<?php echo $icon_tag . ' ' . $this->get_render_attribute_string( 'icon-wrapper' ); ?>>
412
  <?php
413
  if ( ! empty( $settings['aux_new_icon']['value'] ) ) {
414
  \Elementor\Icons_Manager::render_icon( $settings['aux_new_icon'], [ 'aria-hidden' => 'true' ] );
@@ -422,7 +422,7 @@ class Icon extends Widget_Base {
422
  }
423
  }
424
  ?>
425
- </<?php echo $icon_tag; ?>>
426
  </div>
427
  <?php
428
  }
408
 
409
  ?>
410
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?>>
411
+ <<?php echo $icon_tag . ' ' . $this->get_render_attribute_string( 'icon-wrapper' ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
412
  <?php
413
  if ( ! empty( $settings['aux_new_icon']['value'] ) ) {
414
  \Elementor\Icons_Manager::render_icon( $settings['aux_new_icon'], [ 'aria-hidden' => 'true' ] );
422
  }
423
  }
424
  ?>
425
+ </<?php echo $icon_tag; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
426
  </div>
427
  <?php
428
  }
includes/elementor/widgets/recent-comments.php CHANGED
@@ -401,11 +401,11 @@ class RecentComments extends Widget_Base {
401
  extract( $result['parsed_atts'] );
402
 
403
  // widget header ------------------------------
404
- echo $result['widget_header'];
405
- echo $result['widget_title'];
406
 
407
  if( empty( $comments ) ){
408
- echo sprintf( '<p>%s<p>', __( 'No comments found!', 'auxin-elements' ) );
409
  } else {
410
  // widget output -----------------------
411
  ob_start();
@@ -414,18 +414,18 @@ class RecentComments extends Widget_Base {
414
  <div id="aux-comment-<?php echo esc_attr( $comment->comment_ID ); ?>" class="aux-comment">
415
  <div class="entry-header">
416
  <h3 class="entry-title aux-h3">
417
- <a href="<?php echo get_comment_link( $comment->comment_ID ); ?>" title="<?php echo esc_attr( get_the_title( $comment->comment_post_ID ) ); ?>">
418
- <?php echo get_the_title( $comment->comment_post_ID ); ?>
419
  </a>
420
  </h3>
421
  </div>
422
  <?php if( isset( $settings['show_info'] ) && auxin_is_true( $settings['show_info'] ) ) : ?>
423
  <div class="entry-info">
424
  <div class="entry-date">
425
- <?php echo human_time_diff( strtotime( $comment->comment_date_gmt ) ) . ' ' . __( 'Ago', 'auxin-elements' ); ?>
426
  </div>
427
  <div class="entry-author">
428
- <span class="meta-sep"><?php echo __( 'By', 'auxin-elements' ); ?></span>
429
  <span class="author vcard"><?php echo esc_html( $comment->comment_author ); ?></span>
430
  </div>
431
  </div>
@@ -437,7 +437,7 @@ class RecentComments extends Widget_Base {
437
  }
438
 
439
  // widget footer ------------------------------
440
- echo $result['widget_footer'];
441
 
442
  }
443
 
401
  extract( $result['parsed_atts'] );
402
 
403
  // widget header ------------------------------
404
+ echo wp_kses_post( $result['widget_header'] );
405
+ echo wp_kses_post( $result['widget_title'] );
406
 
407
  if( empty( $comments ) ){
408
+ echo sprintf( '<p>%s<p>', esc_html__( 'No comments found!', 'auxin-elements' ) );
409
  } else {
410
  // widget output -----------------------
411
  ob_start();
414
  <div id="aux-comment-<?php echo esc_attr( $comment->comment_ID ); ?>" class="aux-comment">
415
  <div class="entry-header">
416
  <h3 class="entry-title aux-h3">
417
+ <a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>" title="<?php echo esc_attr( get_the_title( $comment->comment_post_ID ) ); ?>">
418
+ <?php echo wp_kses_post( get_the_title( $comment->comment_post_ID ) ); ?>
419
  </a>
420
  </h3>
421
  </div>
422
  <?php if( isset( $settings['show_info'] ) && auxin_is_true( $settings['show_info'] ) ) : ?>
423
  <div class="entry-info">
424
  <div class="entry-date">
425
+ <?php echo human_time_diff( strtotime( $comment->comment_date_gmt ) ) . ' ' . esc_html__( 'Ago', 'auxin-elements' ); ?>
426
  </div>
427
  <div class="entry-author">
428
+ <span class="meta-sep"><?php echo esc_html__( 'By', 'auxin-elements' ); ?></span>
429
  <span class="author vcard"><?php echo esc_html( $comment->comment_author ); ?></span>
430
  </div>
431
  </div>
437
  }
438
 
439
  // widget footer ------------------------------
440
+ echo wp_kses_post( $result['widget_footer'] );
441
 
442
  }
443
 
includes/elementor/widgets/responsive-table.php CHANGED
@@ -332,7 +332,7 @@ class ResponsiveTable extends Widget_Base {
332
  ?>
333
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
334
  <div <?php echo $this->get_render_attribute_string( 'inner' ); ?> >
335
- <?php echo $settings['table_markup']; ?>
336
  </div>
337
  </div>
338
  <?php
332
  ?>
333
  <div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
334
  <div <?php echo $this->get_render_attribute_string( 'inner' ); ?> >
335
+ <?php echo $settings['table_markup']; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped?>
336
  </div>
337
  </div>
338
  <?php
includes/elementor/widgets/theme-elements/logo.php CHANGED
@@ -731,19 +731,17 @@ class Logo extends Widget_Base {
731
  }
732
  }
733
 
734
- $output .= '<div class="aux-widget-logo">';
735
- $output .= $logo_markup;
736
- $output .= '<section class="aux-logo-text">';
737
- $output .= '<h3 class="site-title">';
738
- $output .= '<a href="' . esc_url( $home_url ) . '" title="' . esc_attr( $blog_display_name ) . '">';
739
- $output .= $blog_name;
740
- $output .= '</a>';
741
- $output .= '</h3>';
742
- $output .= $logo_desc ? '<p class="site-description">' . $logo_desc . '</p>' : '';
743
- $output .= '</section>';
744
- $output .= '</div>';
745
-
746
- echo $output;
747
 
748
  }
749
 
731
  }
732
  }
733
 
734
+ echo '<div class="aux-widget-logo">';
735
+ echo $logo_markup; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
736
+ echo '<section class="aux-logo-text">';
737
+ echo '<h3 class="site-title">';
738
+ echo '<a href="' . esc_url( $home_url ) . '" title="' . esc_attr( $blog_display_name ) . '">';
739
+ echo esc_html( $blog_name );
740
+ echo '</a>';
741
+ echo '</h3>';
742
+ echo $logo_desc ? '<p class="site-description">' . esc_html( $logo_desc ) . '</p>' : '';
743
+ echo '</section>';
744
+ echo '</div>';
 
 
745
 
746
  }
747
 
includes/elementor/widgets/theme-elements/menu.php CHANGED
@@ -1518,11 +1518,11 @@ class MenuBox extends Widget_Base {
1518
  $settings = $this->get_settings_for_display();
1519
 
1520
  if ( ! isset( $settings['menu_slug'] ) ) {
1521
- return _e( 'Please choose a menu.', 'auxin-elements' ) ;
1522
  }
1523
 
1524
  if ( empty( wp_get_nav_menu_object( $settings['menu_slug'] ) ) || ! wp_get_nav_menu_object( $settings['menu_slug'] )->count ) {
1525
- return _e( 'There are no menu items in this menu.', 'auxin-elements' ) ;
1526
  }
1527
 
1528
  $offcanvas_output = '';
@@ -1557,7 +1557,7 @@ class MenuBox extends Widget_Base {
1557
  break;
1558
 
1559
  case 'offcanvas':
1560
- $offcanvas_output = '<section class="aux-offcanvas-menu aux-pin-' . $settings['offcanvas_align'] . '">';
1561
  $offcanvas_output .= '<div class="aux-panel-close"><div class="aux-close aux-cross-symbol aux-thick-medium"></div></div>';
1562
  $offcanvas_output .= '<div class="offcanvas-header"></div>';
1563
  $offcanvas_output .= '<div class="offcanvas-content"></div>';
@@ -1575,18 +1575,18 @@ class MenuBox extends Widget_Base {
1575
 
1576
  }
1577
 
1578
- printf( '<div class="aux-elementor-header-menu aux-nav-menu-element aux-nav-menu-element-%s">', $this->get_id() );
1579
 
1580
  if ( 'default' === $settings['burger_type'] ) {
1581
- $burger_content = '<div class="aux-burger ' . $settings['burger_btn_style'] . '"><span class="mid-line"></span></div>';
1582
  } else {
1583
  $burger_content = '<div class="aux-burger aux-custom-burger">' . $settings['burger_custom'] . '</div>';
1584
  }
1585
 
1586
  $burger_btn_output = printf( '<div class="aux-burger-box" data-target-panel="%s" data-target-content="%s">%s</div>',
1587
- $settings['burger_menu_location'],
1588
- '.elementor-element-' . $this->get_id() . ' .aux-master-menu',
1589
- $burger_content
1590
  );
1591
 
1592
  $breakpoint = ( 'custom' === $settings['display_burger'] && !empty( $settings['breakpoint']['size'] ) ) ? $settings['breakpoint']['size'] : $settings['display_burger'];
@@ -1603,14 +1603,14 @@ class MenuBox extends Widget_Base {
1603
  'fallback_cb' => 'wp_page_menu'
1604
  ));
1605
 
1606
- echo $offcanvas_output;
1607
- echo $fullscreen_output;
1608
- echo $toggle_bar_output;
1609
 
1610
  echo '</div>';
1611
 
1612
  if ( 'burger' !== $settings['type'] ) {
1613
- printf( '<style>@media only screen and (min-width: %spx) { .elementor-element-%s .aux-burger-box { display: none } }</style>', (int)$breakpoint + 1, $this->get_id() );
1614
  }
1615
 
1616
  }
1518
  $settings = $this->get_settings_for_display();
1519
 
1520
  if ( ! isset( $settings['menu_slug'] ) ) {
1521
+ return esc_html_e( 'Please choose a menu.', 'auxin-elements' ) ;
1522
  }
1523
 
1524
  if ( empty( wp_get_nav_menu_object( $settings['menu_slug'] ) ) || ! wp_get_nav_menu_object( $settings['menu_slug'] )->count ) {
1525
+ return esc_html_e( 'There are no menu items in this menu.', 'auxin-elements' ) ;
1526
  }
1527
 
1528
  $offcanvas_output = '';
1557
  break;
1558
 
1559
  case 'offcanvas':
1560
+ $offcanvas_output = '<section class="aux-offcanvas-menu aux-pin-' . esc_attr( $settings['offcanvas_align'] ) . '">';
1561
  $offcanvas_output .= '<div class="aux-panel-close"><div class="aux-close aux-cross-symbol aux-thick-medium"></div></div>';
1562
  $offcanvas_output .= '<div class="offcanvas-header"></div>';
1563
  $offcanvas_output .= '<div class="offcanvas-content"></div>';
1575
 
1576
  }
1577
 
1578
+ printf( '<div class="aux-elementor-header-menu aux-nav-menu-element aux-nav-menu-element-%s">', esc_attr( $this->get_id() ) );
1579
 
1580
  if ( 'default' === $settings['burger_type'] ) {
1581
+ $burger_content = '<div class="aux-burger ' . esc_attr( $settings['burger_btn_style'] ) . '"><span class="mid-line"></span></div>';
1582
  } else {
1583
  $burger_content = '<div class="aux-burger aux-custom-burger">' . $settings['burger_custom'] . '</div>';
1584
  }
1585
 
1586
  $burger_btn_output = printf( '<div class="aux-burger-box" data-target-panel="%s" data-target-content="%s">%s</div>',
1587
+ esc_attr( $settings['burger_menu_location'] ),
1588
+ '.elementor-element-' . esc_attr( $this->get_id() ) . ' .aux-master-menu',
1589
+ $burger_content // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1590
  );
1591
 
1592
  $breakpoint = ( 'custom' === $settings['display_burger'] && !empty( $settings['breakpoint']['size'] ) ) ? $settings['breakpoint']['size'] : $settings['display_burger'];
1603
  'fallback_cb' => 'wp_page_menu'
1604
  ));
1605
 
1606
+ echo $offcanvas_output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1607
+ echo $fullscreen_output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1608
+ echo $toggle_bar_output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1609
 
1610
  echo '</div>';
1611
 
1612
  if ( 'burger' !== $settings['type'] ) {
1613
+ printf( '<style>@media only screen and (min-width: %spx) { .elementor-element-%s .aux-burger-box { display: none } }</style>', (int)$breakpoint + 1, esc_attr( $this->get_id() ) );
1614
  }
1615
 
1616
  }
includes/elementor/widgets/theme-elements/modern-search.php CHANGED
@@ -924,7 +924,7 @@ class ModernSearch extends Widget_Base {
924
  <?php } else { ?>
925
  <img src="<?php echo esc_url( $args['icon']['value']['url'] ); ?>">
926
  <?php } ?>
927
- <span <?php echo $this->get_render_attribute_string( 'submit_text' );?> ><?php echo $args['submit_text']; ?></span>
928
  </button>
929
  </div>
930
  <?php
@@ -1022,7 +1022,7 @@ class ModernSearch extends Widget_Base {
1022
  <form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get" >
1023
  <div class="aux-search-input-form">
1024
  <input type="text" class="aux-search-field" placeholder="<?php echo esc_attr( $args['placeholder_text'] ); ?>" name="s" autocomplete="off" data-post-types="<?php echo esc_attr ( wp_json_encode( $args['post_types'] ) ) ;?>" />
1025
- <input type="hidden" name='post_type' value="<?php echo implode( ',', $args['post_types'] );?>">
1026
  <?php if ( $args['display_cats'] ) { ;?>
1027
  <?php $this->render_category( ['post_types' => $args['post_types'] ] );?>
1028
  <?php };?>
@@ -1068,11 +1068,9 @@ class ModernSearch extends Widget_Base {
1068
 
1069
  $options_output = '<option value="all" data-taxonomy="' . esc_attr ( wp_json_encode( $taxonomies ) ) . '" data-post-type="' . esc_attr ( wp_json_encode( $post_types ) ) . '">' . __('All Categories', THEME_DOMAIN) . '</option>' . $options_output ;
1070
 
1071
- $output = '<div class="aux-search-cats">';
1072
- $output .= '<select class="aux-modern-search-cats" name="cat">' . $options_output . '</select>';
1073
- $output .= '</div>';
1074
-
1075
- echo $output;
1076
  }
1077
 
1078
  /**
924
  <?php } else { ?>
925
  <img src="<?php echo esc_url( $args['icon']['value']['url'] ); ?>">
926
  <?php } ?>
927
+ <span <?php echo $this->get_render_attribute_string( 'submit_text' );?> ><?php echo esc_html( $args['submit_text'] ); ?></span>
928
  </button>
929
  </div>
930
  <?php
1022
  <form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get" >
1023
  <div class="aux-search-input-form">
1024
  <input type="text" class="aux-search-field" placeholder="<?php echo esc_attr( $args['placeholder_text'] ); ?>" name="s" autocomplete="off" data-post-types="<?php echo esc_attr ( wp_json_encode( $args['post_types'] ) ) ;?>" />
1025
+ <input type="hidden" name='post_type' value="<?php echo esc_attr( implode( ',', $args['post_types'] ) );?>">
1026
  <?php if ( $args['display_cats'] ) { ;?>
1027
  <?php $this->render_category( ['post_types' => $args['post_types'] ] );?>
1028
  <?php };?>
1068
 
1069
  $options_output = '<option value="all" data-taxonomy="' . esc_attr ( wp_json_encode( $taxonomies ) ) . '" data-post-type="' . esc_attr ( wp_json_encode( $post_types ) ) . '">' . __('All Categories', THEME_DOMAIN) . '</option>' . $options_output ;
1070
 
1071
+ echo '<div class="aux-search-cats">';
1072
+ echo '<select class="aux-modern-search-cats" name="cat">' . $options_output . '</select>'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1073
+ echo '</div>';
 
 
1074
  }
1075
 
1076
  /**
includes/elementor/widgets/theme-elements/select.php CHANGED
@@ -687,25 +687,25 @@ class Select extends Widget_Base {
687
  </span>
688
  <?php
689
  if ( !empty( $settings['dropdown_icon']['library'] ) && $settings['dropdown_icon']['library'] == 'svg' ) {
690
- echo '<img class="dropdown-icon" src="' . $settings['dropdown_icon']['value']['url'] . '">';
691
  } elseif ( !empty( $settings['dropdown_icon']['value'] ) ) {
692
- echo '<span class="dropdown-icon ' . $settings['dropdown_icon']['value'] . '"></span>';
693
  }
694
  ?>
695
  </span>
696
  <ul class="list">
697
  <?php
698
  foreach( $settings['select_items'] as $key => $item ) {
699
- $is_external = $item['item_link']['is_external'] ? 'target="_blank"' : '';
700
  if ( !empty( $item['item_icon']['library'] ) && $item['item_icon']['library'] == 'svg' ) {
701
- $icon = '<img src="' . $item['item_icon']['value']['url'] . '">';
702
  } elseif ( !empty( $item['item_icon']['value'] ) ) {
703
- $icon = '<span class="element-icon ' . $item['item_icon']['value'] . '"></span>';
704
  }
705
 
706
  $item_link = $item['is_language_switcher'] ? $this->get_item_language_link( $item ) : rtrim( $item['item_link']['url'], '/' );
707
  ?>
708
- <li class="option"><?php echo $icon;?><a href="<?php echo esc_url( $item_link );?>" <?php echo $is_external;?>><?php echo esc_html( $item['item_title'] );?></a></li>
709
  <?php } ?>
710
  </ul>
711
  </div>
687
  </span>
688
  <?php
689
  if ( !empty( $settings['dropdown_icon']['library'] ) && $settings['dropdown_icon']['library'] == 'svg' ) {
690
+ echo '<img class="dropdown-icon" src="' . esc_url( $settings['dropdown_icon']['value']['url'] ) . '">';
691
  } elseif ( !empty( $settings['dropdown_icon']['value'] ) ) {
692
+ echo '<span class="dropdown-icon ' . esc_attr( $settings['dropdown_icon']['value'] ) . '"></span>';
693
  }
694
  ?>
695
  </span>
696
  <ul class="list">
697
  <?php
698
  foreach( $settings['select_items'] as $key => $item ) {
699
+ $is_external = $item['item_link']['is_external'] ? '_blank' : '_self';
700
  if ( !empty( $item['item_icon']['library'] ) && $item['item_icon']['library'] == 'svg' ) {
701
+ $icon = '<img src="' . esc_url( $item['item_icon']['value']['url'] ) . '">';
702
  } elseif ( !empty( $item['item_icon']['value'] ) ) {
703
+ $icon = '<span class="element-icon ' . esc_attr( $item['item_icon']['value'] ) . '"></span>';
704
  }
705
 
706
  $item_link = $item['is_language_switcher'] ? $this->get_item_language_link( $item ) : rtrim( $item['item_link']['url'], '/' );
707
  ?>
708
+ <li class="option"><?php echo auxin_kses( $icon );?><a href="<?php echo esc_url( $item_link );?>" target="<?php echo esc_attr( $is_external );?>"><?php echo esc_html( $item['item_title'] );?></a></li>
709
  <?php } ?>
710
  </ul>
711
  </div>
includes/elementor/widgets/theme-elements/site-title.php CHANGED
@@ -496,7 +496,7 @@ class SiteTitle extends Widget_Base {
496
  */
497
  protected function render() {
498
  $settings = $this->get_settings_for_display();
499
- $output = sprintf( '<div class="aux-widget-site-title aux-%s">', $settings['direction'] );
500
 
501
  $site_title = get_bloginfo('name');
502
 
@@ -508,17 +508,11 @@ class SiteTitle extends Widget_Base {
508
  $site_title = $link_output;
509
  }
510
 
511
- $before_site_title_output = $settings['title_before'] !== '' ? sprintf('<%1$s class ="aux-site-title-before-heading">%2$s</%1$s>', $settings['title_before_tag'], $settings['title_before'] ) : '';
512
- $after_site_title_output = $settings['title_after'] !== '' ? sprintf('<%1$s class ="aux-site-title-after-heading">%2$s</%1$s>', $settings['title_after_tag'], $settings['title_after'] ) : '';
513
- $site_title_output = sprintf('<%1$s class="aux-site-title-heading">%2$s</%1$s>', $settings['title_tag'], $site_title );
514
 
515
- $output .= $before_site_title_output;
516
- $output .= $site_title_output;
517
- $output .= $after_site_title_output;
518
-
519
- $output .= '</div>';
520
-
521
- echo $output;
522
  }
523
 
524
  }
496
  */
497
  protected function render() {
498
  $settings = $this->get_settings_for_display();
499
+ echo sprintf( '<div class="aux-widget-site-title aux-%s">', esc_attr( $settings['direction'] ) );
500
 
501
  $site_title = get_bloginfo('name');
502
 
508
  $site_title = $link_output;
509
  }
510
 
511
+ echo $settings['title_before'] !== '' ? sprintf('<%1$s class ="aux-site-title-before-heading">%2$s</%1$s>', esc_attr( $settings['title_before_tag'] ), esc_html( $settings['title_before'] ) ) : '';
512
+ echo sprintf('<%1$s class="aux-site-title-heading">%2$s</%1$s>', esc_attr( $settings['title_tag'] ), esc_html( $site_title ) );
513
+ echo $settings['title_after'] !== '' ? sprintf('<%1$s class ="aux-site-title-after-heading">%2$s</%1$s>', esc_attr( $settings['title_after_tag'] ), esc_html( $settings['title_after'] ) ) : '';
514
 
515
+ echo '</div>';
 
 
 
 
 
 
516
  }
517
 
518
  }
includes/elements/about-widget.php CHANGED
@@ -22,7 +22,6 @@ function get_auxin_about_widget( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => false,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -214,8 +213,8 @@ function auxin_widget_about_callback( $atts, $shortcode_content = null ){
214
  ob_start();
215
 
216
  // widget header ------------------------------
217
- echo $result['widget_header'];
218
- echo $result['widget_title'];
219
  ?>
220
 
221
 
@@ -231,15 +230,15 @@ function auxin_widget_about_callback( $atts, $shortcode_content = null ){
231
  echo '<dl>';
232
 
233
  if ( !empty( $name ) ) {
234
- echo '<dt class="aux-about-name">' . $name . '</dt>';
235
  }
236
 
237
  if ( !empty( $skills ) ) {
238
- echo '<dd class="aux-about-skills">' . $skills . '</dd>';
239
  }
240
 
241
  if ( !empty( $info ) ) {
242
- echo '<dd class="aux-about-content">'.$info.'</dd>';
243
  }
244
 
245
  echo '</dl>';
@@ -254,7 +253,7 @@ function auxin_widget_about_callback( $atts, $shortcode_content = null ){
254
 
255
  <?php
256
  // widget footer ------------------------------
257
- echo $result['widget_footer'];
258
 
259
  return ob_get_clean();
260
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => false,
26
  'category' => THEME_NAME,
27
  'group' => '',
213
  ob_start();
214
 
215
  // widget header ------------------------------
216
+ echo wp_kses_post( $result['widget_header'] );
217
+ echo wp_kses_post( $result['widget_title'] );
218
  ?>
219
 
220
 
230
  echo '<dl>';
231
 
232
  if ( !empty( $name ) ) {
233
+ echo '<dt class="aux-about-name">' . esc_html( $name ) . '</dt>';
234
  }
235
 
236
  if ( !empty( $skills ) ) {
237
+ echo '<dd class="aux-about-skills">' . esc_html( $skills ) . '</dd>';
238
  }
239
 
240
  if ( !empty( $info ) ) {
241
+ echo '<dd class="aux-about-content">'.esc_html( $info ) .'</dd>';
242
  }
243
 
244
  echo '</dl>';
253
 
254
  <?php
255
  // widget footer ------------------------------
256
+ echo wp_kses_post( $result['widget_footer'] );
257
 
258
  return ob_get_clean();
259
  }
includes/elements/accordion-widget.php CHANGED
@@ -22,11 +22,9 @@ function auxin_get_accordion_widget_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => false,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
29
- 'so_api' => true,
30
  'admin_enqueue_js' => '',
31
  'admin_enqueue_css' => '',
32
  'front_enqueue_js' => '',
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => false,
26
  'category' => THEME_NAME,
27
  'group' => '',
 
28
  'admin_enqueue_js' => '',
29
  'admin_enqueue_css' => '',
30
  'front_enqueue_js' => '',
includes/elements/accordion.php CHANGED
@@ -22,11 +22,9 @@ function auxin_get_new_accordion_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
29
- 'so_api' => true,
30
  'admin_enqueue_js' => '',
31
  'admin_enqueue_css' => '',
32
  'front_enqueue_js' => '',
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
 
25
  'is_vc' => false,
26
  'category' => THEME_NAME,
27
  'group' => '',
 
28
  'admin_enqueue_js' => '',
29
  'admin_enqueue_css' => '',
30
  'front_enqueue_js' => '',
includes/elements/audio.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_audio_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -170,8 +169,8 @@ function auxin_widget_audio_callback( $atts, $shortcode_content = null ){
170
  ob_start();
171
 
172
  // widget header ------------------------------
173
- echo $result['widget_header'];
174
- echo $result['widget_title'];
175
 
176
  $skin = 'default' === $skin ? auxin_get_option( 'global_audio_player_skin', 'dark' ) : $skin;
177
 
@@ -200,7 +199,7 @@ function auxin_widget_audio_callback( $atts, $shortcode_content = null ){
200
  );
201
 
202
  // widget footer ------------------------------
203
- echo $result['widget_footer'];
204
 
205
  return ob_get_clean();
206
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
169
  ob_start();
170
 
171
  // widget header ------------------------------
172
+ echo wp_kses_post( $result['widget_header'] );
173
+ echo wp_kses_post( $result['widget_title'] );
174
 
175
  $skin = 'default' === $skin ? auxin_get_option( 'global_audio_player_skin', 'dark' ) : $skin;
176
 
199
  );
200
 
201
  // widget footer ------------------------------
202
+ echo wp_kses_post( $result['widget_footer'] );
203
 
204
  return ob_get_clean();
205
  }
includes/elements/before-after.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_before_after_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -204,26 +203,26 @@ function auxin_widget_before_after_callback( $atts, $shortcode_content = null ){
204
  ob_start();
205
 
206
  // widget header ------------------------------
207
- echo $result['widget_header'];
208
- echo $result['widget_title'];
209
 
210
 
211
  // widget output -----------------------
212
  if ( !empty( $after_image ) ) {
213
  ?>
214
  <div class="aux-before-after" style="<?php echo esc_attr( $style_attr ); ?>" data-offset="<?php echo esc_attr( $default_offset ); ?>">
215
- <?php echo $before_image ?>
216
- <?php echo $after_image; ?>
217
  </div>
218
  <?php } else { ?>
219
  <div class="aux-before-after" style="<?php echo esc_attr( $style_attr ); ?>" data-offset="<?php echo esc_attr( $default_offset ); ?>">
220
- <?php echo $before_image ?>
221
  </div>
222
  <?php
223
  }
224
 
225
  // widget footer ------------------------------
226
- echo $result['widget_footer'];
227
 
228
  return ob_get_clean();
229
  }
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
203
  ob_start();
204
 
205
  // widget header ------------------------------
206
+ echo wp_kses_post( $result['widget_header'] );
207
+ echo wp_kses_post( $result['widget_title'] );
208
 
209
 
210
  // widget output -----------------------
211
  if ( !empty( $after_image ) ) {
212
  ?>
213
  <div class="aux-before-after" style="<?php echo esc_attr( $style_attr ); ?>" data-offset="<?php echo esc_attr( $default_offset ); ?>">
214
+ <?php echo wp_kses_post( $before_image ); ?>
215
+ <?php echo wp_kses_post( $after_image ); ?>
216
  </div>
217
  <?php } else { ?>
218
  <div class="aux-before-after" style="<?php echo esc_attr( $style_attr ); ?>" data-offset="<?php echo esc_attr( $default_offset ); ?>">
219
+ <?php echo wp_kses_post( $before_image ); ?>
220
  </div>
221
  <?php
222
  }
223
 
224
  // widget footer ------------------------------
225
+ echo wp_kses_post( $result['widget_footer'] );
226
 
227
  return ob_get_clean();
228
  }
includes/elements/button.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_button_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
includes/elements/code.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_code_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -171,8 +170,8 @@ function auxin_widget_code_callback( $atts, $shortcode_content = null ){
171
  ob_start();
172
 
173
  // widget header ------------------------------
174
- echo $result['widget_header'];
175
- echo $result['widget_title'];
176
 
177
  $themes = array(
178
  'androidstudio',
@@ -201,13 +200,13 @@ function auxin_widget_code_callback( $atts, $shortcode_content = null ){
201
  $content = rawurldecode( base64_decode( strip_tags( $content ) ) );
202
  }
203
 
204
- echo '<div class="hljs-'. $theme .'">' .
205
- '<pre class="aux-widget-code ' . $extra_classes . '">' .
206
- '<code class="' . $language . '">' . do_shortcode( $content ) .
207
  '</code></pre></div>';
208
 
209
  // widget footer ------------------------------
210
- echo $result['widget_footer'];
211
 
212
  return ob_get_clean();
213
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
170
  ob_start();
171
 
172
  // widget header ------------------------------
173
+ echo wp_kses_post( $result['widget_header'] );
174
+ echo wp_kses_post( $result['widget_title'] );
175
 
176
  $themes = array(
177
  'androidstudio',
200
  $content = rawurldecode( base64_decode( strip_tags( $content ) ) );
201
  }
202
 
203
+ echo '<div class="hljs-'. esc_attr( $theme ) .'">' .
204
+ '<pre class="aux-widget-code ' . esc_attr( $extra_classes ) . '">' .
205
+ '<code class="' . esc_attr( $language ) . '">' . do_shortcode( $content ) .
206
  '</code></pre></div>';
207
 
208
  // widget footer ------------------------------
209
+ echo wp_kses_post( $result['widget_footer'] );
210
 
211
  return ob_get_clean();
212
  }
includes/elements/contact-box.php CHANGED
@@ -374,8 +374,8 @@ function auxin_widget_contact_box( $atts, $shortcode_content = null ){
374
  ob_start();
375
 
376
  // widget header ------------------------------
377
- echo $result['widget_header'];
378
- echo $result['widget_title'];
379
 
380
  $contact_info = '<div class="aux-contact-details"><ul>';
381
  if( ! empty( $telephone ) ){
@@ -395,7 +395,7 @@ function auxin_widget_contact_box( $atts, $shortcode_content = null ){
395
 
396
  // Print the contact info above the map if the position option is set to 'up'
397
  if( 'down' !== $map_position ){
398
- echo $contact_info;
399
  }
400
 
401
  if( auxin_is_true( $show_map ) ) {
@@ -416,7 +416,7 @@ function auxin_widget_contact_box( $atts, $shortcode_content = null ){
416
  }
417
 
418
  if( 'down' === $map_position ){
419
- echo $contact_info;
420
  }
421
 
422
  if( auxin_is_true( $show_map ) ) {
@@ -467,7 +467,7 @@ function auxin_widget_contact_box( $atts, $shortcode_content = null ){
467
 
468
 
469
  // widget footer ------------------------------
470
- echo $result['widget_footer'];
471
 
472
  return ob_get_clean();
473
  }
374
  ob_start();
375
 
376
  // widget header ------------------------------
377
+ echo wp_kses_post( $result['widget_header'] );
378
+ echo wp_kses_post( $result['widget_title'] );
379
 
380
  $contact_info = '<div class="aux-contact-details"><ul>';
381
  if( ! empty( $telephone ) ){
395
 
396
  // Print the contact info above the map if the position option is set to 'up'
397
  if( 'down' !== $map_position ){
398
+ echo $contact_info; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
399
  }
400
 
401
  if( auxin_is_true( $show_map ) ) {
416
  }
417
 
418
  if( 'down' === $map_position ){
419
+ echo $contact_info; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
420
  }
421
 
422
  if( auxin_is_true( $show_map ) ) {
467
 
468
 
469
  // widget footer ------------------------------
470
+ echo wp_kses_post( $result['widget_footer'] );
471
 
472
  return ob_get_clean();
473
  }
includes/elements/contact-form.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_contact_form_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -200,8 +199,8 @@ function auxin_widget_contact_form_callback( $atts, $shortcode_content = null ){
200
  ob_start();
201
 
202
  // widget header ------------------------------
203
- echo $result['widget_header'];
204
- echo $result['widget_title'];
205
  ?>
206
  <div class="aux-col-wrapper aux-no-gutter">
207
  <!-- @TODO - The output for element here -->
@@ -210,11 +209,11 @@ function auxin_widget_contact_form_callback( $atts, $shortcode_content = null ){
210
 
211
  <?php if(isset($hasError) ) { ?>
212
  <p style="color:#B2950E" >
213
- <span id="info"><?php _e("sorry, some problems occured with your form submission:", 'auxin-elements' ); ?>
214
  <?php
215
- if(isset($nameError )) echo '<br/>- '.$nameError;
216
- if(isset($emailError)) echo '<br/>- '.$emailError;
217
- if(isset($commentError)) echo '<br/>- '.$commentError;
218
  ?>
219
  </span>
220
  </p>
@@ -228,7 +227,7 @@ function auxin_widget_contact_form_callback( $atts, $shortcode_content = null ){
228
  <input type="submit" id="submit" class="submit" value="<?php esc_attr_e('Submit', 'auxin-elements' ); ?>" >
229
 
230
  <?php if(isset($emailSent) && $emailSent == true) { ?>
231
- <p style="color:#598527;"><i class="icon-ok" style="margin:5px;"></i><span id="info"><?php _e("Thanks for your Message. Your message sent successfully.", 'auxin-elements' ); ?></span></p>
232
  <?php } ?>
233
 
234
  <input type="hidden" name="formSubmitted" id="formSubmitted" value="true" />
@@ -242,7 +241,7 @@ function auxin_widget_contact_form_callback( $atts, $shortcode_content = null ){
242
  </div><!-- aux-col-wrapper -->
243
  <?php
244
  // widget footer ------------------------------
245
- echo $result['widget_footer'];
246
 
247
  return ob_get_clean();
248
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
199
  ob_start();
200
 
201
  // widget header ------------------------------
202
+ echo wp_kses_post( $result['widget_header'] );
203
+ echo wp_kses_post( $result['widget_title'] );
204
  ?>
205
  <div class="aux-col-wrapper aux-no-gutter">
206
  <!-- @TODO - The output for element here -->
209
 
210
  <?php if(isset($hasError) ) { ?>
211
  <p style="color:#B2950E" >
212
+ <span id="info"><?php esc_html_e("sorry, some problems occured with your form submission:", 'auxin-elements' ); ?>
213
  <?php
214
+ if(isset($nameError )) echo '<br/>- '. esc_html( $nameError );
215
+ if(isset($emailError)) echo '<br/>- '. esc_html( $emailError );
216
+ if(isset($commentError)) echo '<br/>- '. esc_html( $commentError );
217
  ?>
218
  </span>
219
  </p>
227
  <input type="submit" id="submit" class="submit" value="<?php esc_attr_e('Submit', 'auxin-elements' ); ?>" >
228
 
229
  <?php if(isset($emailSent) && $emailSent == true) { ?>
230
+ <p style="color:#598527;"><i class="icon-ok" style="margin:5px;"></i><span id="info"><?php esc_html_e("Thanks for your Message. Your message sent successfully.", 'auxin-elements' ); ?></span></p>
231
  <?php } ?>
232
 
233
  <input type="hidden" name="formSubmitted" id="formSubmitted" value="true" />
241
  </div><!-- aux-col-wrapper -->
242
  <?php
243
  // widget footer ------------------------------
244
+ echo wp_kses_post( $result['widget_footer'] );
245
 
246
  return ob_get_clean();
247
  }
includes/elements/custom-list.php CHANGED
@@ -22,11 +22,9 @@ function auxin_get_list_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
29
- 'so_api' => true,
30
  'admin_enqueue_js' => '',
31
  'admin_enqueue_css' => '',
32
  'front_enqueue_js' => '',
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
 
25
  'is_vc' => false,
26
  'category' => THEME_NAME,
27
  'group' => '',
 
28
  'admin_enqueue_js' => '',
29
  'admin_enqueue_css' => '',
30
  'front_enqueue_js' => '',
includes/elements/divider.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_divider_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
includes/elements/dropcap.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_dropcap_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -140,8 +139,8 @@ function auxin_widget_dropcap_callback( $atts, $shortcode_content = null ) {
140
  ob_start();
141
 
142
  // widget header ------------------------------
143
- echo $result['widget_header'];
144
- echo $result['widget_title'];
145
 
146
  // The output for element here
147
  $class_names = "";
@@ -187,12 +186,12 @@ function auxin_widget_dropcap_callback( $atts, $shortcode_content = null ) {
187
  $first_letter = mb_substr( $content, 0, 1,'utf-8' ); // get the first letter
188
  $rest_of_text = mb_substr( $content, 1, null, 'utf-8' ); // get the rest of text
189
 
190
- echo '<p class="'. $extra_classes .'">' .
191
- '<span class="'. $class_names .'">'. $first_letter .'</span>'. $rest_of_text .
192
  '</p>';
193
 
194
  // widget footer ------------------------------
195
- echo $result['widget_footer'];
196
 
197
  return ob_get_clean();
198
  }
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
139
  ob_start();
140
 
141
  // widget header ------------------------------
142
+ echo wp_kses_post( $result['widget_header'] );
143
+ echo wp_kses_post( $result['widget_title'] );
144
 
145
  // The output for element here
146
  $class_names = "";
186
  $first_letter = mb_substr( $content, 0, 1,'utf-8' ); // get the first letter
187
  $rest_of_text = mb_substr( $content, 1, null, 'utf-8' ); // get the rest of text
188
 
189
+ echo '<p class="'. esc_attr( $extra_classes ) .'">' .
190
+ '<span class="'. esc_attr( $class_names ) .'">'. esc_html( $first_letter ) .'</span>'. wp_kses_post( $rest_of_text ) .
191
  '</p>';
192
 
193
  // widget footer ------------------------------
194
+ echo wp_kses_post( $result['widget_footer'] );
195
 
196
  return ob_get_clean();
197
  }
includes/elements/facebook.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_facebook_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
includes/elements/flickr.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_flickr_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
includes/elements/gallery.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_gallery_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -486,8 +485,8 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
486
  ob_start();
487
 
488
  // widget header ------------------------------
489
- echo $result['widget_header'];
490
- echo $result['widget_title'];
491
 
492
  $crop = false;
493
 
@@ -508,7 +507,7 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
508
  $add_lightbox = ( $link == 'lightbox' );
509
  $add_caption = false;
510
 
511
- echo "<div id='$selector' class='aux-gallery galleryid-{$id} gallery-columns-{$columns} " . ( $add_lightbox ? 'aux-lightbox-gallery' : '' ) . "'>";
512
 
513
  // isotope attributes
514
  $isotope_attrs = ' data-pagination="' . ( $pagination ? 'true' : 'false' ) . '"'.
@@ -647,9 +646,9 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
647
  echo "</div></div>";
648
 
649
  // widget footer ------------------------------
650
- echo $result['widget_footer'];
651
 
652
- printf( '<style>.aux-parent-%s .aux-frame-ratio { padding-bottom:%s }</style>', $universal_id, round( $image_aspect_ratio * 100 ) . '%' );
653
 
654
  return ob_get_clean();
655
  }
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
485
  ob_start();
486
 
487
  // widget header ------------------------------
488
+ echo wp_kses_post( $result['widget_header'] );
489
+ echo wp_kses_post( $result['widget_title'] );
490
 
491
  $crop = false;
492
 
507
  $add_lightbox = ( $link == 'lightbox' );
508
  $add_caption = false;
509
 
510
+ echo "<div id='". esc_attr( $selector ) ."' class='aux-gallery galleryid-".esc_attr( $id )." gallery-columns-" . esc_attr( $columns ) . " " . ( $add_lightbox ? 'aux-lightbox-gallery' : '' ) . "'>";
511
 
512
  // isotope attributes
513
  $isotope_attrs = ' data-pagination="' . ( $pagination ? 'true' : 'false' ) . '"'.
646
  echo "</div></div>";
647
 
648
  // widget footer ------------------------------
649
+ echo wp_kses_post( $result['widget_footer'] );
650
 
651
+ printf( '<style>.aux-parent-%s .aux-frame-ratio { padding-bottom:%s }</style>', esc_attr( $universal_id ), round( $image_aspect_ratio * 100 ) . '%' );
652
 
653
  return ob_get_clean();
654
  }
includes/elements/gmap.php CHANGED
@@ -252,8 +252,8 @@ function auxin_widget_gmaps_callback( $atts, $shortcode_content = null ){
252
  ob_start();
253
 
254
  // widget header ------------------------------
255
- echo $result['widget_header'];
256
- echo $result['widget_title'];
257
 
258
  $mapid = uniqid("aux-map");
259
 
@@ -333,7 +333,7 @@ function auxin_widget_gmaps_callback( $atts, $shortcode_content = null ){
333
 
334
  <?php
335
  // widget footer ------------------------------
336
- echo $result['widget_footer'];
337
 
338
  return ob_get_clean();
339
  }
252
  ob_start();
253
 
254
  // widget header ------------------------------
255
+ echo wp_kses_post( $result['widget_header'] );
256
+ echo wp_kses_post( $result['widget_title'] );
257
 
258
  $mapid = uniqid("aux-map");
259
 
333
 
334
  <?php
335
  // widget footer ------------------------------
336
+ echo wp_kses_post( $result['widget_footer'] );
337
 
338
  return ob_get_clean();
339
  }
includes/elements/highlight.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_highlight_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
24
- 'is_so' => false,
25
  'is_vc' => false,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -144,7 +143,7 @@ function auxin_widget_highlight_callback( $atts, $shortcode_content = null ){
144
  $style .= " $extra_classes";
145
  }
146
 
147
- echo '<span class="aux-highlight ' . $style . '">' . $content . '</span>';
148
 
149
  return ob_get_clean();
150
  }
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
 
24
  'is_vc' => false,
25
  'category' => THEME_NAME,
26
  'group' => '',
143
  $style .= " $extra_classes";
144
  }
145
 
146
+ echo '<span class="aux-highlight ' . esc_attr( $style ) . '">' . esc_html( $content ) . '</span>';
147
 
148
  return ob_get_clean();
149
  }
includes/elements/image.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_image_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -525,8 +524,8 @@ function auxin_widget_image_callback( $atts, $shortcode_content = null ){
525
  ob_start();
526
 
527
  // widget header ------------------------------
528
- echo $result['widget_header'];
529
- echo $result['widget_title'];
530
 
531
  // widget output -----------------------
532
  ?>
@@ -534,12 +533,12 @@ function auxin_widget_image_callback( $atts, $shortcode_content = null ){
534
  <div class="aux-media-hint-frame ">
535
  <div class="aux-media-image <?php echo esc_attr( $hover_class ); echo esc_attr( $frame_classes ); echo esc_attr( $overflow_class ); ?>" >
536
  <?php if( !empty($anchor_link) ) { ?>
537
- <a class="<?php echo esc_attr( $anchor_class ); ?>" href="<?php echo $anchor_link; ?>" <?php echo $lightbox_attrs . ' ' . $target . ' ' . $nofollow; ?> >
538
  <?php } ?>
539
 
540
  <?php if ( auxin_is_true( $display_ribbon ) && ! empty( $ribbon_text ) ) { ?>
541
  <div class="aux-ribbon-wrapper aux-<?php echo esc_attr( $ribbon_style );?>-ribbon <?php echo esc_attr( $ribbon_position );?>">
542
- <span><?php echo $ribbon_text;?></span>
543
  </div>
544
  <?php } ?>
545
 
@@ -553,16 +552,16 @@ function auxin_widget_image_callback( $atts, $shortcode_content = null ){
553
 
554
  <?php if ( !empty( $image_secondary ) ) { ?>
555
  <div class="aux-image-holder aux-image-has-secondary">
556
- <?php echo $image_primary; ?>
557
- <?php echo $image_secondary; ?>
558
  </div>
559
  <?php } else {
560
  if ( auxin_is_true( $lightbox ) ) { ?>
561
  <div class="aux-frame-mask aux-frame-darken">
562
- <?php echo $image_primary; ?>
563
  </div>
564
  <?php } else {
565
- echo $image_primary;
566
  } ?>
567
  <?php } ?>
568
 
@@ -575,7 +574,7 @@ function auxin_widget_image_callback( $atts, $shortcode_content = null ){
575
  <?php
576
 
577
  // widget footer ------------------------------
578
- echo $result['widget_footer'];
579
 
580
  return ob_get_clean();
581
  }
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
524
  ob_start();
525
 
526
  // widget header ------------------------------
527
+ echo wp_kses_post( $result['widget_header'] );
528
+ echo wp_kses_post( $result['widget_title'] );
529
 
530
  // widget output -----------------------
531
  ?>
533
  <div class="aux-media-hint-frame ">
534
  <div class="aux-media-image <?php echo esc_attr( $hover_class ); echo esc_attr( $frame_classes ); echo esc_attr( $overflow_class ); ?>" >
535
  <?php if( !empty($anchor_link) ) { ?>
536
+ <a class="<?php echo esc_attr( $anchor_class ); ?>" href="<?php echo esc_url( $anchor_link ); ?>" <?php echo $lightbox_attrs . ' ' . $target . ' ' . $nofollow; ?> >
537
  <?php } ?>
538
 
539
  <?php if ( auxin_is_true( $display_ribbon ) && ! empty( $ribbon_text ) ) { ?>
540
  <div class="aux-ribbon-wrapper aux-<?php echo esc_attr( $ribbon_style );?>-ribbon <?php echo esc_attr( $ribbon_position );?>">
541
+ <span><?php echo esc_html( $ribbon_text );?></span>
542
  </div>
543
  <?php } ?>
544
 
552
 
553
  <?php if ( !empty( $image_secondary ) ) { ?>
554
  <div class="aux-image-holder aux-image-has-secondary">
555
+ <?php echo auxin_kses( $image_primary ); ?>
556
+ <?php echo auxin_kses( $image_secondary ); ?>
557
  </div>
558
  <?php } else {
559
  if ( auxin_is_true( $lightbox ) ) { ?>
560
  <div class="aux-frame-mask aux-frame-darken">
561
+ <?php echo auxin_kses( $image_primary ); ?>
562
  </div>
563
  <?php } else {
564
+ echo auxin_kses( $image_primary );
565
  } ?>
566
  <?php } ?>
567
 
574
  <?php
575
 
576
  // widget footer ------------------------------
577
+ echo wp_kses_post( $result['widget_footer'] );
578
 
579
  return ob_get_clean();
580
  }
includes/elements/instagram-feed.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_instagram_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -334,8 +333,8 @@ function auxin_widget_instagram_feed_callback( $atts, $shortcode_content = null
334
  ob_start();
335
 
336
  // widget header ------------------------------
337
- echo $result['widget_header'];
338
- echo $result['widget_title'];
339
 
340
 
341
  // widget custom output -----------------------
@@ -387,7 +386,7 @@ function auxin_widget_instagram_feed_callback( $atts, $shortcode_content = null
387
 
388
  echo do_shortcode( $instagram_feed_shortcode );
389
  // widget footer ------------------------------
390
- echo $result['widget_footer'];
391
 
392
  return ob_get_clean();
393
  }
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
333
  ob_start();
334
 
335
  // widget header ------------------------------
336
+ echo wp_kses_post( $result['widget_header'] );
337
+ echo wp_kses_post( $result['widget_title'] );
338
 
339
 
340
  // widget custom output -----------------------
386
 
387
  echo do_shortcode( $instagram_feed_shortcode );
388
  // widget footer ------------------------------
389
+ echo wp_kses_post( $result['widget_footer'] );
390
 
391
  return ob_get_clean();
392
  }
includes/elements/latest-items.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * This is a sample of how to create a new element on widgets and visual composer element
4
  * Auxin callout widget you can set all the options of this widget here like widget definitation,
5
- * its element on siteorigin page builder, visual composer and under appearance/ widgets
6
  */
7
  function get_auxin_latest_items_vc( $master_array ) {
8
 
@@ -380,13 +380,13 @@ function auxin_widget_latest_items( $atts, $shortcode_content = null ){
380
 
381
  ob_start();
382
  ?>
383
- <?php echo $before_widget; ?>
384
 
385
- <section id="<?php echo esc_attr( $custom_el_id ); ?>" <?php echo $section_class_attr; ?>>
386
 
387
  <?php
388
  if( ! empty( $before_title ) ){
389
- echo $before_title . $widget_title . $after_title;
390
  } elseif( ! empty( $title ) ){
391
  echo get_widget_title( $title );
392
  }
@@ -394,7 +394,7 @@ function auxin_widget_latest_items( $atts, $shortcode_content = null ){
394
 
395
  <div class="widget-inner">
396
 
397
- <div class="aux-col-wrapper <?php echo "aux-$col"; ?>"> // faghat vase seton
398
 
399
  <?php if( $query_res->have_posts() ): while ( $query_res->have_posts() ) : $query_res->the_post(); ?>
400
 
@@ -457,7 +457,7 @@ function auxin_widget_latest_items( $atts, $shortcode_content = null ){
457
  $cnt = 0;
458
  foreach($cat_terms as $term){
459
  echo $cnt == 0?'':' / ';
460
- echo $term->name;
461
  $cnt++;
462
  }
463
  echo '</i>';
@@ -492,7 +492,7 @@ function auxin_widget_latest_items( $atts, $shortcode_content = null ){
492
  </div><!-- widget-inner -->
493
  </section><!-- widget-container -->
494
 
495
- <?php echo $after_widget; ?>
496
 
497
  <?php
498
  return ob_get_clean();
2
  /**
3
  * This is a sample of how to create a new element on widgets and visual composer element
4
  * Auxin callout widget you can set all the options of this widget here like widget definitation,
5
+ * its element on visual composer and under appearance/ widgets
6
  */
7
  function get_auxin_latest_items_vc( $master_array ) {
8
 
380
 
381
  ob_start();
382
  ?>
383
+ <?php echo wp_kses_post( $before_widget ); ?>
384
 
385
+ <section id="<?php echo esc_attr( $custom_el_id ); ?>" <?php echo $section_class_attr; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
386
 
387
  <?php
388
  if( ! empty( $before_title ) ){
389
+ echo wp_kses_post( $before_title . $widget_title . $after_title );
390
  } elseif( ! empty( $title ) ){
391
  echo get_widget_title( $title );
392
  }
394
 
395
  <div class="widget-inner">
396
 
397
+ <div class="aux-col-wrapper <?php echo "aux-" . esc_attr( $col ); ?>"> // faghat vase seton
398
 
399
  <?php if( $query_res->have_posts() ): while ( $query_res->have_posts() ) : $query_res->the_post(); ?>
400
 
457
  $cnt = 0;
458
  foreach($cat_terms as $term){
459
  echo $cnt == 0?'':' / ';
460
+ echo esc_html( $term->name );
461
  $cnt++;
462
  }
463
  echo '</i>';
492
  </div><!-- widget-inner -->
493
  </section><!-- widget-container -->
494
 
495
+ <?php echo wp_kses_post( $after_widget ); ?>
496
 
497
  <?php
498
  return ob_get_clean();
includes/elements/latest-posts-slider.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_post_slider_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -457,10 +456,10 @@ function auxin_latest_posts_slider_callback( $atts, $shortcode_content = null ){
457
  ob_start();
458
 
459
  // widget header ------------------------------
460
- echo $result['widget_header'];
461
- echo $result['widget_title'];
462
 
463
- echo '<div class="master-carousel-slider aux-latest-posts-slider aux-no-js '.$skin.'" data-empty-height="'.$height.'" data-navigation="peritem" data-space="'.$space.'" data-auto-height="true" data-delay="'.$slideshow_delay.'" data-loop="'.$loop.'" data-autoplay="'.$slideshow.'">';
464
 
465
  // widget custom output -----------------------
466
 
@@ -503,7 +502,7 @@ function auxin_latest_posts_slider_callback( $atts, $shortcode_content = null ){
503
  <div class="aux-mc-item" >
504
  <div class="aux-slide-media">
505
  <div class="aux-media-frame aux-media-image">
506
- <?php echo $slide_image; ?>
507
  </div>
508
  </div>
509
  <?php if( $add_title ) { ?>
@@ -519,7 +518,7 @@ function auxin_latest_posts_slider_callback( $atts, $shortcode_content = null ){
519
  <?php $tax_name = 'category';
520
  if( $cat_terms = wp_get_post_terms( $query_res->post->ID, $tax_name ) ){
521
  foreach( $cat_terms as $term ){
522
- echo '<a href="'. get_term_link( $term->slug, $tax_name ) .'" title="'.__("View all posts in ", 'auxin-elements' ). $term->name .'" rel="category" >'. $term->name .'</a>';
523
  }
524
  }
525
  ?>
@@ -557,7 +556,7 @@ function auxin_latest_posts_slider_callback( $atts, $shortcode_content = null ){
557
  // widget footer ------------------------------
558
  echo '</div><!-- aux-col-wrapper -->';
559
 
560
- echo $result['widget_footer'];
561
 
562
  return ob_get_clean();
563
  }
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
456
  ob_start();
457
 
458
  // widget header ------------------------------
459
+ echo wp_kses_post( $result['widget_header'] );
460
+ echo wp_kses_post( $result['widget_title'] );
461
 
462
+ echo '<div class="master-carousel-slider aux-latest-posts-slider aux-no-js '.esc_attr( $skin ).'" data-empty-height="'.esc_attr( $height ).'" data-navigation="peritem" data-space="'.esc_attr( $space ).'" data-auto-height="true" data-delay="'.esc_attr( $slideshow_delay ).'" data-loop="'.esc_attr( $loop ).'" data-autoplay="'.esc_attr( $slideshow ).'">';
463
 
464
  // widget custom output -----------------------
465
 
502
  <div class="aux-mc-item" >
503
  <div class="aux-slide-media">
504
  <div class="aux-media-frame aux-media-image">
505
+ <?php echo wp_kses_post( $slide_image ); ?>
506
  </div>
507
  </div>
508
  <?php if( $add_title ) { ?>
518
  <?php $tax_name = 'category';
519
  if( $cat_terms = wp_get_post_terms( $query_res->post->ID, $tax_name ) ){
520
  foreach( $cat_terms as $term ){
521
+ echo '<a href="'. esc_url( get_term_link( $term->slug, $tax_name ) ) .'" title="'.esc_attr__("View all posts in ", 'auxin-elements' ). esc_attr( $term->name ) .'" rel="category" >'. esc_html( $term->name ) .'</a>';
522
  }
523
  }
524
  ?>
556
  // widget footer ------------------------------
557
  echo '</div><!-- aux-col-wrapper -->';
558
 
559
+ echo wp_kses_post( $result['widget_footer'] );
560
 
561
  return ob_get_clean();
562
  }
includes/elements/popular-posts-widget.php CHANGED
@@ -29,7 +29,6 @@ function auxin_get_popular_post_widget_master_array( $master_array ) {
29
  'weight' => 1,
30
  'is_widget' => true,
31
  'is_shortcode' => false,
32
- 'is_so' => false,
33
  'is_vc' => false,
34
  'category' => THEME_NAME,
35
  'group' => '',
29
  'weight' => 1,
30
  'is_widget' => true,
31
  'is_shortcode' => false,
 
32
  'is_vc' => false,
33
  'category' => THEME_NAME,
34
  'group' => '',
includes/elements/quote.php CHANGED
@@ -20,7 +20,6 @@ function auxin_get_quote_master_array( $master_array ) {
20
  'show_settings_on_create' => true,
21
  'weight' => 1,
22
  'category' => THEME_NAME,
23
- 'is_so' => true,
24
  'is_widget' => true,
25
  'is_shortcode' => true,
26
  'group' => '',
@@ -226,7 +225,7 @@ function auxin_widget_quote_callback( $atts, $shortcode_content = null ){
226
  ob_start();
227
 
228
  // widget header ------------------------------
229
- echo $result['widget_header'];
230
 
231
  // widget custom output -----------------------
232
 
@@ -259,28 +258,28 @@ function auxin_widget_quote_callback( $atts, $shortcode_content = null ){
259
  case 'intro-hero':
260
  case 'intro-normal':
261
  case 'intro-splitter':
262
- echo sprintf( '<p class="%s">%s</p>', $classes, $shortcode_content );
263
  break;
264
 
265
  case 'pullquote-normal':
266
  case 'pullquote-colorized':
267
- echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', $classes, $shortcode_content );
268
  break;
269
 
270
  case 'quote-normal':
271
  case 'quote-big':
272
- echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', $classes, $shortcode_content );
273
  break;
274
 
275
  case 'blockquote-normal':
276
  case 'blockquote-bordered':
277
  default:
278
- echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', $classes, $shortcode_content );
279
  break;
280
  }
281
 
282
  // widget footer ------------------------------
283
- echo $result['widget_footer'];
284
 
285
  return ob_get_clean();
286
  }
20
  'show_settings_on_create' => true,
21
  'weight' => 1,
22
  'category' => THEME_NAME,
 
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
  'group' => '',
225
  ob_start();
226
 
227
  // widget header ------------------------------
228
+ echo wp_kses_post( $result['widget_header'] );
229
 
230
  // widget custom output -----------------------
231
 
258
  case 'intro-hero':
259
  case 'intro-normal':
260
  case 'intro-splitter':
261
+ echo sprintf( '<p class="%s">%s</p>', esc_attr( $classes ), wp_kses_post( $shortcode_content ) );
262
  break;
263
 
264
  case 'pullquote-normal':
265
  case 'pullquote-colorized':
266
+ echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', esc_attr( $classes ), wp_kses_post( $shortcode_content ) );
267
  break;
268
 
269
  case 'quote-normal':
270
  case 'quote-big':
271
+ echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', esc_attr( $classes ), wp_kses_post( $shortcode_content ) );
272
  break;
273
 
274
  case 'blockquote-normal':
275
  case 'blockquote-bordered':
276
  default:
277
+ echo sprintf( '<blockquote class="%s"><p>%s</p></blockquote>', esc_attr( $classes ), wp_kses_post( $shortcode_content ) );
278
  break;
279
  }
280
 
281
  // widget footer ------------------------------
282
+ echo wp_kses_post( $result['widget_footer'] );
283
 
284
  return ob_get_clean();
285
  }
includes/elements/recent-posts-grid-carousel.php CHANGED
@@ -35,7 +35,6 @@ function auxin_get_recent_posts_master_array( $master_array ) {
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
38
- 'is_so' => true,
39
  'is_vc' => true,
40
  'category' => THEME_NAME,
41
  'group' => '',
@@ -937,8 +936,8 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
937
 
938
 
939
  // widget header ------------------------------
940
- echo $result['widget_header'];
941
- echo $result['widget_title'];
942
 
943
  echo $subtitle ? '<h4 class="widget-subtitle">' . esc_html( $subtitle ) . '</h4>' : '';
944
 
@@ -1024,7 +1023,7 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
1024
 
1025
  if( $have_posts ){
1026
 
1027
- echo ! $skip_wrappers ? sprintf( '<div data-element-id="%s" class="%s" %s>', esc_attr( $universal_id ), esc_attr( $column_class ), $carousel_attrs ) : '';
1028
 
1029
  while ( $wp_query->have_posts() ) {
1030
 
@@ -1144,8 +1143,8 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
1144
 
1145
  } else {
1146
  // Get post counter in the query
1147
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
1148
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
1149
 
1150
  }
1151
 
@@ -1163,7 +1162,7 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
1163
  }
1164
 
1165
  // widget footer ------------------------------
1166
- echo $result['widget_footer'];
1167
 
1168
  return ob_get_clean();
1169
  }
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
 
38
  'is_vc' => true,
39
  'category' => THEME_NAME,
40
  'group' => '',
936
 
937
 
938
  // widget header ------------------------------
939
+ echo wp_kses_post( $result['widget_header'] );
940
+ echo wp_kses_post( $result['widget_title'] );
941
 
942
  echo $subtitle ? '<h4 class="widget-subtitle">' . esc_html( $subtitle ) . '</h4>' : '';
943
 
1023
 
1024
  if( $have_posts ){
1025
 
1026
+ echo ! $skip_wrappers ? sprintf( '<div data-element-id="%s" class="%s" %s>', esc_attr( $universal_id ), esc_attr( $column_class ), $carousel_attrs ) : ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
1027
 
1028
  while ( $wp_query->have_posts() ) {
1029
 
1143
 
1144
  } else {
1145
  // Get post counter in the query
1146
+ echo '<span class="aux-post-count hidden">'.esc_html( $wp_query->post_count ).'</span>';
1147
+ echo '<span class="aux-all-posts-count hidden">'.esc_html( $wp_query->found_posts ).'</span>';
1148
 
1149
  }
1150
 
1162
  }
1163
 
1164
  // widget footer ------------------------------
1165
+ echo wp_kses_post( $result['widget_footer'] );
1166
 
1167
  return ob_get_clean();
1168
  }
includes/elements/recent-posts-land-style.php CHANGED
@@ -35,7 +35,6 @@ function auxin_get_recent_posts_land_master_array( $master_array ) {
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
38
- 'is_so' => true,
39
  'is_vc' => true,
40
  'category' => THEME_NAME,
41
  'group' => '',
@@ -539,8 +538,8 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
539
  }
540
 
541
  // widget header ------------------------------
542
- echo $result['widget_header'];
543
- echo $result['widget_title'];
544
 
545
 
546
  $phone_break_point = 767;
@@ -609,8 +608,8 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
609
 
610
  } else {
611
  // Get post counter in the query
612
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
613
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
614
  }
615
 
616
  }
@@ -626,7 +625,7 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
626
  }
627
 
628
  // widget footer ------------------------------
629
- echo $result['widget_footer'];
630
 
631
  return ob_get_clean();
632
  }
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
 
38
  'is_vc' => true,
39
  'category' => THEME_NAME,
40
  'group' => '',
538
  }
539
 
540
  // widget header ------------------------------
541
+ echo wp_kses_post( $result['widget_header'] );
542
+ echo wp_kses_post( $result['widget_title'] );
543
 
544
 
545
  $phone_break_point = 767;
608
 
609
  } else {
610
  // Get post counter in the query
611
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
612
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
613
  }
614
 
615
  }
625
  }
626
 
627
  // widget footer ------------------------------
628
+ echo wp_kses_post( $result['widget_footer'] );
629
 
630
  return ob_get_clean();
631
  }
includes/elements/recent-posts-masonry.php CHANGED
@@ -35,7 +35,6 @@ function auxin_get_recent_posts_masonry_master_array( $master_array ) {
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
38
- 'is_so' => true,
39
  'is_vc' => true,
40
  'category' => THEME_NAME,
41
  'group' => '',
@@ -573,8 +572,8 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
573
  }
574
 
575
  // widget header ------------------------------
576
- echo $result['widget_header'];
577
- echo $result['widget_title'];
578
 
579
 
580
  $phone_break_point = 767;
@@ -654,8 +653,8 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
654
 
655
  } else {
656
  // Get post counter in the query
657
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
658
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
659
  }
660
 
661
  }
@@ -671,7 +670,7 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
671
  }
672
 
673
  // widget footer ------------------------------
674
- echo $result['widget_footer'];
675
 
676
  return ob_get_clean();
677
  }
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
 
38
  'is_vc' => true,
39
  'category' => THEME_NAME,
40
  'group' => '',
572
  }
573
 
574
  // widget header ------------------------------
575
+ echo wp_kses_post( $result['widget_header'] );
576
+ echo wp_kses_post( $result['widget_title'] );
577
 
578
 
579
  $phone_break_point = 767;
653
 
654
  } else {
655
  // Get post counter in the query
656
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
657
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
658
  }
659
 
660
  }
670
  }
671
 
672
  // widget footer ------------------------------
673
+ echo wp_kses_post( $result['widget_footer'] );
674
 
675
  return ob_get_clean();
676
  }
includes/elements/recent-posts-tiles-carousel.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_recent_posts_tiles_carousel_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -642,8 +641,8 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
642
  }
643
 
644
  // widget header ------------------------------
645
- echo $result['widget_header'];
646
- echo $result['widget_title'];
647
 
648
  $tile_style = 'aux-tile-' . esc_attr( $tile_style ) . ' ';
649
  $phone_break_point = 767;
@@ -675,7 +674,7 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
675
  if( $have_posts ){
676
 
677
 
678
- echo ! $skip_wrappers ? sprintf( '<div data-lazyload="true" data-element-id="%s" class="%s" %s>', esc_attr( $universal_id ), esc_attr( $container_class ), $carousel_attrs ) : '';
679
 
680
  while ( $wp_query->have_posts() ) {
681
  $item_pattern_info = auxin_get_tile_pattern( $tile_style_pattern , $post_counter, $aux_content_width );
@@ -759,8 +758,8 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
759
 
760
  } else {
761
  // Get post counter in the query
762
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
763
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
764
  }
765
  }
766
 
@@ -775,7 +774,7 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
775
  }
776
 
777
  // widget footer ------------------------------
778
- echo $result['widget_footer'];
779
 
780
  return ob_get_clean();
781
  }
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
641
  }
642
 
643
  // widget header ------------------------------
644
+ echo wp_kses_post( $result['widget_header'] );
645
+ echo wp_kses_post( $result['widget_title'] );
646
 
647
  $tile_style = 'aux-tile-' . esc_attr( $tile_style ) . ' ';
648
  $phone_break_point = 767;
674
  if( $have_posts ){
675
 
676
 
677
+ echo ! $skip_wrappers ? sprintf( '<div data-lazyload="true" data-element-id="%s" class="%s" %s>', esc_attr( $universal_id ), esc_attr( $container_class ), $carousel_attrs ) : ''; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
678
 
679
  while ( $wp_query->have_posts() ) {
680
  $item_pattern_info = auxin_get_tile_pattern( $tile_style_pattern , $post_counter, $aux_content_width );
758
 
759
  } else {
760
  // Get post counter in the query
761
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
762
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
763
  }
764
  }
765
 
774
  }
775
 
776
  // widget footer ------------------------------
777
+ echo wp_kses_post( $result['widget_footer'] );
778
 
779
  return ob_get_clean();
780
  }
includes/elements/recent-posts-tiles.php CHANGED
@@ -35,7 +35,6 @@ function auxin_get_recent_posts_tiles_master_array( $master_array ) {
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
38
- 'is_so' => true,
39
  'is_vc' => true,
40
  'category' => THEME_NAME,
41
  'group' => '',
@@ -549,8 +548,8 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
549
  }
550
 
551
  // widget header ------------------------------
552
- echo $result['widget_header'];
553
- echo $result['widget_title'];
554
 
555
  $phone_break_point = 767;
556
  $tablet_break_point = 1025;
@@ -613,8 +612,8 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
613
 
614
  } else {
615
  // Get post counter in the query
616
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
617
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
618
  }
619
  }
620
 
@@ -629,7 +628,7 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
629
  }
630
 
631
  // widget footer ------------------------------
632
- echo $result['widget_footer'];
633
 
634
  return ob_get_clean();
635
  }
35
  'weight' => 1,
36
  'is_widget' => false,
37
  'is_shortcode' => true,
 
38
  'is_vc' => true,
39
  'category' => THEME_NAME,
40
  'group' => '',
548
  }
549
 
550
  // widget header ------------------------------
551
+ echo wp_kses_post( $result['widget_header'] );
552
+ echo wp_kses_post( $result['widget_title'] );
553
 
554
  $phone_break_point = 767;
555
  $tablet_break_point = 1025;
612
 
613
  } else {
614
  // Get post counter in the query
615
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
616
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
617
  }
618
  }
619
 
628
  }
629
 
630
  // widget footer ------------------------------
631
+ echo wp_kses_post( $result['widget_footer'] );
632
 
633
  return ob_get_clean();
634
  }
includes/elements/recent-posts-timeline.php CHANGED
@@ -29,7 +29,6 @@ function auxin_get_recent_posts_timeline_master_array( $master_array ) {
29
  'weight' => 1,
30
  'is_widget' => false,
31
  'is_shortcode' => true,
32
- 'is_so' => true,
33
  'is_vc' => true,
34
  'category' => THEME_NAME,
35
  'group' => '',
@@ -558,8 +557,8 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
558
  }
559
 
560
  // widget header ------------------------------
561
- echo $result['widget_header'];
562
- echo $result['widget_title'];
563
 
564
 
565
  $phone_break_point = 767;
@@ -642,8 +641,8 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
642
 
643
  } else {
644
  // Get post counter in the query
645
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
646
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
647
  }
648
 
649
  }
@@ -659,7 +658,7 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
659
  }
660
 
661
  // widget footer -----------------------
662
- echo $result['widget_footer'];
663
 
664
  return ob_get_clean();
665
  }
29
  'weight' => 1,
30
  'is_widget' => false,
31
  'is_shortcode' => true,
 
32
  'is_vc' => true,
33
  'category' => THEME_NAME,
34
  'group' => '',
557
  }
558
 
559
  // widget header ------------------------------
560
+ echo wp_kses_post( $result['widget_header'] );
561
+ echo wp_kses_post( $result['widget_title'] );
562
 
563
 
564
  $phone_break_point = 767;
641
 
642
  } else {
643
  // Get post counter in the query
644
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
645
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
646
  }
647
 
648
  }
658
  }
659
 
660
  // widget footer -----------------------
661
+ echo wp_kses_post( $result['widget_footer'] );
662
 
663
  return ob_get_clean();
664
  }
includes/elements/recent-posts-widget.php CHANGED
@@ -35,7 +35,6 @@ function auxin_get_recent_post_widget_master_array( $master_array ) {
35
  'weight' => 1,
36
  'is_widget' => true,
37
  'is_shortcode' => false,
38
- 'is_so' => false,
39
  'is_vc' => false,
40
  'category' => THEME_NAME,
41
  'group' => '',
35
  'weight' => 1,
36
  'is_widget' => true,
37
  'is_shortcode' => false,
 
38
  'is_vc' => false,
39
  'category' => THEME_NAME,
40
  'group' => '',
includes/elements/recent-products.php CHANGED
@@ -20,7 +20,6 @@ function auxin_get_the_recent_products_master_array( $master_array ) {
20
  'show_settings_on_create' => true,
21
  'weight' => 1,
22
  'category' => THEME_NAME,
23
- 'is_so' => true,
24
  'is_vc' => true,
25
  'is_widget' => true,
26
  'is_shortcode' => true,
@@ -470,8 +469,8 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
470
  }
471
 
472
  // widget header ------------------------------
473
- echo $result['widget_header'];
474
- echo $result['widget_title'];
475
  echo '<h4 class="aux-h4 widget-subtitle">' . esc_html( $subtitle ) . '</h4>';
476
 
477
  $phone_break_point = 767;
@@ -537,7 +536,7 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
537
  echo '<div class="aux-isotope-animated"><div class="aux-items-loading aux-loading-hide"><div class="aux-loading-loop"><svg class="aux-circle" width="100%" height="100%" viewBox="0 0 42 42"><circle class="aux-stroke-bg" r="20" cx="21" cy="21" fill="none"></circle><circle class="aux-progress" r="20" cx="21" cy="21" fill="none" transform="rotate(-90 21 21)"></circle></svg></div></div></div>';
538
  }
539
 
540
- echo '<div class="'. $column_class .'" ' . $column_attrs . '>';
541
 
542
  $have_posts = $wp_query->have_posts();
543
 
@@ -592,8 +591,8 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
592
  echo '</div>';
593
  } else {
594
  // Get post counter in the query
595
- echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
596
- echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
597
  }
598
 
599
  if ( !empty( $show_pagination ) ) {
@@ -619,7 +618,7 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
619
 
620
 
621
  // widget footer ------------------------------
622
- echo $result['widget_footer'];
623
 
624
  return ob_get_clean();
625
  }
20
  'show_settings_on_create' => true,
21
  'weight' => 1,
22
  'category' => THEME_NAME,
 
23
  'is_vc' => true,
24
  'is_widget' => true,
25
  'is_shortcode' => true,
469
  }
470
 
471
  // widget header ------------------------------
472
+ echo wp_kses_post( $result['widget_header'] );
473
+ echo wp_kses_post( $result['widget_title'] );
474
  echo '<h4 class="aux-h4 widget-subtitle">' . esc_html( $subtitle ) . '</h4>';
475
 
476
  $phone_break_point = 767;
536
  echo '<div class="aux-isotope-animated"><div class="aux-items-loading aux-loading-hide"><div class="aux-loading-loop"><svg class="aux-circle" width="100%" height="100%" viewBox="0 0 42 42"><circle class="aux-stroke-bg" r="20" cx="21" cy="21" fill="none"></circle><circle class="aux-progress" r="20" cx="21" cy="21" fill="none" transform="rotate(-90 21 21)"></circle></svg></div></div></div>';
537
  }
538
 
539
+ echo '<div class="'. esc_attr( $column_class ) .'" ' . $column_attrs . '>'; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
540
 
541
  $have_posts = $wp_query->have_posts();
542
 
591
  echo '</div>';
592
  } else {
593
  // Get post counter in the query
594
+ echo '<span class="aux-post-count hidden">'. esc_html( $wp_query->post_count ) .'</span>';
595
+ echo '<span class="aux-all-posts-count hidden">'. esc_html( $wp_query->found_posts ) .'</span>';
596
  }
597
 
598
  if ( !empty( $show_pagination ) ) {
618
 
619
 
620
  // widget footer ------------------------------
621
+ echo wp_kses_post( $result['widget_footer'] );
622
 
623
  return ob_get_clean();
624
  }
includes/elements/sample-element.php CHANGED
@@ -25,7 +25,6 @@ function auxin_get_sample_master_array( $master_array ) {
25
  'weight' => 1, // [Int] content elements with greater weight will be rendered first in "Content Elements" grid, higher appear upper
26
  'is_widget' => true, // whether to add widget not not
27
  'is_shortcode' => true, // whether to add shortcode not not
28
- 'is_so' => true, // whether to add the element to siteorigin page builder or not
29
  'is_vc' => true, // whether to add the element to visual composer or not
30
  'category' => THEME_NAME, // [str] category which best suites to describe functionality of this shortcode.
31
  'group' => '', // [str] TODO: no idea Group your params in groups, they will be divided in tabs in the edit element window
@@ -146,8 +145,8 @@ function auxin_widget_sample_callback( $atts, $shortcode_content = null ){
146
  ob_start();
147
 
148
  // widget header ------------------------------
149
- echo $result['widget_header'];
150
- echo $result['widget_title'];
151
 
152
  echo '<div class="aux-col-wrapper aux-col3">';
153
 
@@ -168,7 +167,7 @@ function auxin_widget_sample_callback( $atts, $shortcode_content = null ){
168
 
169
  // widget footer ------------------------------
170
  echo '</div><!-- aux-col-wrapper -->';
171
- echo $result['widget_footer'];
172
 
173
  return ob_get_clean();
174
  }
@@ -203,15 +202,15 @@ function auxin_widget_sample_callback2( $atts, $shortcode_content = null ){
203
  ob_start();
204
 
205
  // widget header ------------------------------
206
- echo $result['widget_header'];
207
- echo $result['widget_title'];
208
 
209
  // widget custom output -----------------------
210
 
211
 
212
 
213
  // widget footer ------------------------------
214
- echo $result['widget_footer'];
215
 
216
  return ob_get_clean();
217
  }
25
  'weight' => 1, // [Int] content elements with greater weight will be rendered first in "Content Elements" grid, higher appear upper
26
  'is_widget' => true, // whether to add widget not not
27
  'is_shortcode' => true, // whether to add shortcode not not
 
28
  'is_vc' => true, // whether to add the element to visual composer or not
29
  'category' => THEME_NAME, // [str] category which best suites to describe functionality of this shortcode.
30
  'group' => '', // [str] TODO: no idea Group your params in groups, they will be divided in tabs in the edit element window
145
  ob_start();
146
 
147
  // widget header ------------------------------
148
+ echo wp_kses_post( $result['widget_header'] );
149
+ echo wp_kses_post( $result['widget_title'] );
150
 
151
  echo '<div class="aux-col-wrapper aux-col3">';
152
 
167
 
168
  // widget footer ------------------------------
169
  echo '</div><!-- aux-col-wrapper -->';
170
+ echo wp_kses_post( $result['widget_footer'] );
171
 
172
  return ob_get_clean();
173
  }
202
  ob_start();
203
 
204
  // widget header ------------------------------
205
+ echo wp_kses_post( $result['widget_header'] );
206
+ echo wp_kses_post( $result['widget_title'] );
207
 
208
  // widget custom output -----------------------
209
 
210
 
211
 
212
  // widget footer ------------------------------
213
+ echo wp_kses_post( $result['widget_footer'] );
214
 
215
  return ob_get_clean();
216
  }
includes/elements/search.php CHANGED
@@ -20,7 +20,6 @@ function auxin_get_search_master_array( $master_array ) {
20
  'weight' => 1,
21
  'is_widget' => true,
22
  'is_shortcode' => true,
23
- 'is_so' => true,
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
@@ -102,8 +101,8 @@ function auxin_widget_search_field_callcack( $atts, $shortcode_content = null ){
102
 
103
  ob_start();
104
  // widget header ------------------------------
105
- echo $result['widget_header'];
106
- echo $result['widget_title'];
107
 
108
  // The output for element here
109
  echo auxin_get_search_box(array(
@@ -117,7 +116,7 @@ function auxin_widget_search_field_callcack( $atts, $shortcode_content = null ){
117
  ));
118
 
119
  // widget footer ------------------------------
120
- echo $result['widget_footer'];
121
 
122
  return ob_get_clean();
123
  }
20
  'weight' => 1,
21
  'is_widget' => true,
22
  'is_shortcode' => true,
 
23
  'is_vc' => true,
24
  'category' => THEME_NAME,
25
  'group' => '',
101
 
102
  ob_start();
103
  // widget header ------------------------------
104
+ echo wp_kses_post( $result['widget_header'] );
105
+ echo wp_kses_post( $result['widget_title'] );
106
 
107
  // The output for element here
108
  echo auxin_get_search_box(array(
116
  ));
117
 
118
  // widget footer ------------------------------
119
+ echo wp_kses_post( $result['widget_footer'] );
120
 
121
  return ob_get_clean();
122
  }
includes/elements/socials-list.php CHANGED
@@ -21,7 +21,6 @@ function auxin_get_social_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
@@ -122,8 +121,8 @@ function auxin_widget_socials_list_callback( $atts, $shortcode_content = null ){
122
  ob_start();
123
 
124
  // widget header ------------------------------
125
- echo $result['widget_header'];
126
- echo $result['widget_title'];
127
 
128
  // widget output -----------------------
129
  echo auxin_the_socials(array(
@@ -132,7 +131,7 @@ function auxin_widget_socials_list_callback( $atts, $shortcode_content = null ){
132
  ));
133
 
134
  // widget footer ------------------------------
135
- echo $result['widget_footer'];
136
 
137
  return ob_get_clean();
138
  }
@@ -159,7 +158,6 @@ function auxin_get_social_widget_master_array( $master_array ) {
159
  'weight' => 1,
160
  'is_widget' => true,
161
  'is_shortcode' => false,
162
- 'is_so' => false,
163
  'is_vc' => false,
164
  'category' => THEME_NAME,
165
  'group' => '',
@@ -388,8 +386,8 @@ function auxin_widget_socials_list_callback_fun( $atts, $shortcode_content = nul
388
  ob_start();
389
 
390
  // widget header ------------------------------
391
- echo $result['widget_header'];
392
- echo $result['widget_title'];
393
 
394
  $social_lists = array(
395
  'facebook' => $social_facebook,
@@ -412,7 +410,7 @@ function auxin_widget_socials_list_callback_fun( $atts, $shortcode_content = nul
412
  ));
413
 
414
  // widget footer ------------------------------
415
- echo $result['widget_footer'];
416
 
417
  return ob_get_clean();
418
  }
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
25
  'category' => THEME_NAME,
26
  'group' => '',
121
  ob_start();
122
 
123
  // widget header ------------------------------
124
+ echo wp_kses_post( $result['widget_header'] );
125
+ echo wp_kses_post( $result['widget_title'] );
126
 
127
  // widget output -----------------------
128
  echo auxin_the_socials(array(
131
  ));
132
 
133
  // widget footer ------------------------------
134
+ echo wp_kses_post( $result['widget_footer'] );
135
 
136
  return ob_get_clean();
137
  }
158
  'weight' => 1,
159
  'is_widget' => true,
160
  'is_shortcode' => false,
 
161
  'is_vc' => false,
162
  'category' => THEME_NAME,
163
  'group' => '',
386
  ob_start();
387
 
388
  // widget header ------------------------------
389
+ echo wp_kses_post( $result['widget_header'] );
390
+ echo wp_kses_post( $result['widget_title'] );
391
 
392
  $social_lists = array(
393
  'facebook' => $social_facebook,
410
  ));
411
 
412
  // widget footer ------------------------------
413
+ echo wp_kses_post( $result['widget_footer'] );
414
 
415
  return ob_get_clean();
416
  }
includes/elements/staff.php CHANGED
@@ -22,7 +22,6 @@ function auxin_get_staff_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -639,23 +638,23 @@ function auxin_widget_staff_callback( $atts, $shortcode_content = null ){
639
  ob_start();
640
 
641
  // widget header ------------------------------
642
- echo $result['widget_header'];
643
  ?>
644
- <div class="<?php echo esc_attr( $main_classes );?>" <?php echo $layout_border_color ;?>>
645
  <?php if( ! empty( $image ) ){ ;?>
646
  <div class="aux-staff-header <?php echo esc_attr( $header_classes ) ;?>">
647
- <?php echo sprintf( '<div class="aux-media-image">%s</div>' , $image );?>
648
  </div>
649
  <?php } ?>
650
  <div class="aux-staff-content">
651
  <?php if( ! empty( $title ) && empty( $staff_link ) ) { ?>
652
- <h4 class="col-title"><?php echo $title; ?></h4>
653
  <?php } elseif( ! empty( $title ) && ! empty( $staff_link ) ) {?>
654
  <h4 class="col-title"><a href="<?php echo esc_url($staff_link); ?>">
655
- <?php echo $title; ?></a>
656
  </h4>
657
  <?php } if( ! empty( $subtitle ) ) { ?>
658
- <h5 class="col-subtitle"><?php echo $subtitle; ?></h5>
659
  <?php } if( ! empty( $content ) ) { ?>
660
  <div class="entry-content">
661
  <?php $encoding_flag = defined('ENT_HTML401') ? ENT_HTML401 : ENT_QUOTES; ?>
@@ -736,7 +735,7 @@ function auxin_widget_staff_callback( $atts, $shortcode_content = null ){
736
  <?php
737
 
738
  // widget footer ------------------------------
739
- echo $result['widget_footer'];
740
  return ob_get_clean();
741
 
742
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
638
  ob_start();
639
 
640
  // widget header ------------------------------
641
+ echo wp_kses_post( $result['widget_header'] );
642
  ?>
643
+ <div class="<?php echo esc_attr( $main_classes );?>" <?php echo $layout_border_color ; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
644
  <?php if( ! empty( $image ) ){ ;?>
645
  <div class="aux-staff-header <?php echo esc_attr( $header_classes ) ;?>">
646
+ <?php echo sprintf( '<div class="aux-media-image">%s</div>' , wp_kses_post( $image ) );?>
647
  </div>
648
  <?php } ?>
649
  <div class="aux-staff-content">
650
  <?php if( ! empty( $title ) && empty( $staff_link ) ) { ?>
651
+ <h4 class="col-title"><?php echo auxin_kses( $title ); ?></h4>
652
  <?php } elseif( ! empty( $title ) && ! empty( $staff_link ) ) {?>
653
  <h4 class="col-title"><a href="<?php echo esc_url($staff_link); ?>">
654
+ <?php echo auxin_kses( $title ); ?></a>
655
  </h4>
656
  <?php } if( ! empty( $subtitle ) ) { ?>
657
+ <h5 class="col-subtitle"><?php echo auxin_kses( $subtitle ); ?></h5>
658
  <?php } if( ! empty( $content ) ) { ?>
659
  <div class="entry-content">
660
  <?php $encoding_flag = defined('ENT_HTML401') ? ENT_HTML401 : ENT_QUOTES; ?>
735
  <?php
736
 
737
  // widget footer ------------------------------
738
+ echo wp_kses_post( $result['widget_footer'] );
739
  return ob_get_clean();
740
 
741
  }
includes/elements/tab-widget.php CHANGED
@@ -18,11 +18,9 @@ function auxin_get_tabs_widget_master_array( $master_array ) {
18
  'description' => __('It adds tabs element.', 'auxin-elements'),
19
  'class' => 'aux-widget-tabs',
20
  'show_settings_on_create' => true,
21
- 'so_api' => true,
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => false,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
18
  'description' => __('It adds tabs element.', 'auxin-elements'),
19
  'class' => 'aux-widget-tabs',
20
  'show_settings_on_create' => true,
 
21
  'weight' => 1,
22
  'is_widget' => true,
23
  'is_shortcode' => true,
 
24
  'is_vc' => false,
25
  'category' => THEME_NAME,
26
  'group' => '',
includes/elements/tabs.php CHANGED
@@ -18,11 +18,9 @@ function auxin_get_tabs_master_array( $master_array ) {
18
  'description' => __('It adds tabs element.', 'auxin-elements'),
19
  'class' => 'aux-widget-tabs',
20
  'show_settings_on_create' => true,
21
- 'so_api' => true,
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -159,8 +157,8 @@ function auxin_widget_tabs_callback( $atts, $shortcode_content = null ){
159
  ob_start();
160
 
161
  // widget header ------------------------------
162
- echo $result['widget_header'];
163
- echo $result['widget_title'];
164
 
165
  // widget custom output -----------------------
166
  $extra_classes .= ' aux-' . $type;
@@ -218,10 +216,10 @@ function auxin_widget_tabs_callback( $atts, $shortcode_content = null ){
218
  $tabs_content .= '</ul>';
219
  $output = $output . $tabs_markup . $tabs_content . '</div>' . '</div>';
220
 
221
- echo $output;
222
 
223
  // widget footer ------------------------------
224
- echo $result['widget_footer'];
225
 
226
  return ob_get_clean();
227
  }
18
  'description' => __('It adds tabs element.', 'auxin-elements'),
19
  'class' => 'aux-widget-tabs',
20
  'show_settings_on_create' => true,
 
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
 
24
  'is_vc' => false,
25
  'category' => THEME_NAME,
26
  'group' => '',
157
  ob_start();
158
 
159
  // widget header ------------------------------
160
+ echo wp_kses_post( $result['widget_header'] );
161
+ echo wp_kses_post( $result['widget_title'] );
162
 
163
  // widget custom output -----------------------
164
  $extra_classes .= ' aux-' . $type;
216
  $tabs_content .= '</ul>';
217
  $output = $output . $tabs_markup . $tabs_content . '</div>' . '</div>';
218
 
219
+ echo $output; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
220
 
221
  // widget footer ------------------------------
222
+ echo wp_kses_post( $result['widget_footer'] );
223
 
224
  return ob_get_clean();
225
  }
includes/elements/testimonial.php CHANGED
@@ -22,11 +22,9 @@ function auxin_get_testimonial_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
25
- 'is_so' => false,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
29
- 'so_api' => false,
30
  'admin_enqueue_js' => '',
31
  'admin_enqueue_css' => '',
32
  'front_enqueue_js' => '',
@@ -232,7 +230,7 @@ function auxin_widget_testimonial_callback( $atts, $shortcode_content = null ){
232
  ob_start();
233
 
234
  // widget header ------------------------------
235
- echo $result['widget_header'];
236
  ?>
237
  <div class=" <?php echo esc_attr( $main_class );?> ">
238
  <?php if( ! empty( $content ) && ! $image_above_content ) { ?>
@@ -246,21 +244,21 @@ function auxin_widget_testimonial_callback( $atts, $shortcode_content = null ){
246
  <div class="aux-testimonial-infobox">
247
  <?php if ( !empty( $image ) && $show_image ) { ?>
248
  <div class="aux-testimonial-image">
249
- <?php echo $image ;?>
250
  </div>
251
  <?php } ?>
252
  <div class="aux-testimonial-info">
253
  <?php if( ! empty( $title ) && empty( $link ) ) { ?>
254
- <h4 class="col-title"><?php echo $title; ?></h4>
255
  <?php } elseif( ! empty( $title ) && ! empty( $link ) ) {?>
256
  <h4 class="col-title"><a href="<?php echo esc_url( $link ); ?>">
257
- <?php echo $title; ?></a>
258
  </h4>
259
  <?php } if( ! empty( $subtitle ) ) { ?>
260
- <h5 class="col-subtitle"><?php echo $subtitle; ?></h5>
261
  <?php } if ( 'none' !== $rating ) { ?>
262
  <div class="aux-rating-box aux-star-rating">
263
- <span class="aux-star-rating-avg" style="width: <?php echo ( $rating / 5 ) * 100 ;?>%"> </span>
264
  </div>
265
  <?php } ?>
266
  </div>
@@ -278,7 +276,7 @@ function auxin_widget_testimonial_callback( $atts, $shortcode_content = null ){
278
  <?php
279
 
280
  // widget footer ------------------------------
281
- echo $result['widget_footer'];
282
  return ob_get_clean();
283
 
284
  }
22
  'weight' => 1,
23
  'is_widget' => true,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
 
28
  'admin_enqueue_js' => '',
29
  'admin_enqueue_css' => '',
30
  'front_enqueue_js' => '',
230
  ob_start();
231
 
232
  // widget header ------------------------------
233
+ echo wp_kses_post( $result['widget_header'] );
234
  ?>
235
  <div class=" <?php echo esc_attr( $main_class );?> ">
236
  <?php if( ! empty( $content ) && ! $image_above_content ) { ?>
244
  <div class="aux-testimonial-infobox">
245
  <?php if ( !empty( $image ) && $show_image ) { ?>
246
  <div class="aux-testimonial-image">
247
+ <?php echo wp_kses_post( $image ) ;?>
248
  </div>
249
  <?php } ?>
250
  <div class="aux-testimonial-info">
251
  <?php if( ! empty( $title ) && empty( $link ) ) { ?>
252
+ <h4 class="col-title"><?php echo auxin_kses( $title ); ?></h4>
253
  <?php } elseif( ! empty( $title ) && ! empty( $link ) ) {?>
254
  <h4 class="col-title"><a href="<?php echo esc_url( $link ); ?>">
255
+ <?php echo auxin_kses( $title ); ?></a>
256
  </h4>
257
  <?php } if( ! empty( $subtitle ) ) { ?>
258
+ <h5 class="col-subtitle"><?php echo auxin_kses( $subtitle ); ?></h5>
259
  <?php } if ( 'none' !== $rating ) { ?>
260
  <div class="aux-rating-box aux-star-rating">
261
+ <span class="aux-star-rating-avg" style="width: <?php echo ( $rating / 5 ) * 100 ; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>%"> </span>
262
  </div>
263
  <?php } ?>
264
  </div>
276
  <?php
277
 
278
  // widget footer ------------------------------
279
+ echo wp_kses_post( $result['widget_footer'] );
280
  return ob_get_clean();
281
 
282
  }
includes/elements/text.php CHANGED
@@ -21,9 +21,7 @@ function auxin_get_text_master_array( $master_array ) {
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
24
- 'is_so' => true,
25
  'is_vc' => true,
26
- 'so_api' => false,
27
  'category' => THEME_NAME,
28
  'group' => '',
29
  'admin_enqueue_js' => '',
@@ -1148,22 +1146,22 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
1148
 
1149
  ob_start();
1150
  // widget header ------------------------------
1151
- echo $result['widget_header'];
1152
  ?>
1153
- <div class="<?php echo esc_attr( $main_classes ) ;?>" <?php echo $main_styles ;?>>
1154
  <?php if ( ! empty( $overlay_color ) ) { ?>
1155
- <div class="aux-text-widget-overlay" <?php echo $overlay_style ;?>></div>
1156
  <?php } ?>
1157
 
1158
  <?php if( ! empty( $icon ) || ! empty( $image ) || ! empty( $header_bg_img ) || ! empty( $icon_svg_inline ) ) { ?>
1159
- <div class="aux-text-widget-header <?php echo esc_attr( $header_classess ) ;?>" <?php echo $header_styles ;?> >
1160
  <div class="aux-ico-box <?php echo esc_attr( $icon_box_classnames ) ;?> ">
1161
  <?php if ( ! empty( $icon ) ){ ;?>
1162
  <span class="aux-ico <?php echo esc_attr( $icon_classname ) ;?>" > </span>
1163
  <?php } elseif ( ! empty( $image ) ) { ?>
1164
- <?php echo $image; ?>
1165
  <?php } else { ?>
1166
- <?php echo $icon_svg_inline ;?>
1167
  <?php }; ?>
1168
  </div>
1169
  </div>
@@ -1171,11 +1169,11 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
1171
 
1172
  <div class="aux-text-inner aux-text-widget-content">
1173
  <?php if( ! empty( $title ) && empty( $title_link ) ) { ?>
1174
- <h4 class="col-title"><?php echo $title; ?></h4>
1175
  <?php } elseif( ! empty( $title ) && ! empty( $title_link ) ) { ?>
1176
- <h4 class="col-title"><a href="<?php echo esc_url( $title_link ); ?>"><?php echo $title; ?></a></h4>
1177
  <?php } if( ! empty( $subtitle ) ) { ?>
1178
- <h5 class="col-subtitle"><?php echo $subtitle; ?></h5>
1179
 
1180
  <?php } if( ! empty( $content ) ) { ?>
1181
  <div class="widget-content">
@@ -1189,7 +1187,7 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
1189
  </div>
1190
  <?php if ( ! empty( $footer_classess ) ) { ?>
1191
  <div class="aux-text-widget-footer">
1192
- <div class="<?php echo esc_attr( $footer_classess ); ?>"<?php echo $footer_styles; ?>>
1193
  <?php if ( 'wave' === $footer_shape ){?>
1194
  <svg width="100%" height="16">
1195
  <defs>
@@ -1206,7 +1204,7 @@ function auxin_widget_column_callback( $atts, $shortcode_content = null ){
1206
 
1207
  <?php
1208
  // widget footer ------------------------------
1209
- echo $result['widget_footer'];
1210
 
1211
  return ob_get_clean();
1212
  }
21
  'weight' => 1,
22
  'is_widget' => false,
23
  'is_shortcode' => true,
 
24
  'is_vc' => true,
 
25
  'category' => THEME_NAME,
26
  'group' => '',
27
  'admin_enqueue_js' => '',
1146
 
1147
  ob_start();
1148
  // widget header ------------------------------
1149
+ echo wp_kses_post( $result['widget_header'] );
1150
  ?>
1151
+ <div class="<?php echo esc_attr( $main_classes ) ;?>" <?php echo $main_styles ; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
1152
  <?php if ( ! empty( $overlay_color ) ) { ?>
1153
+ <div class="aux-text-widget-overlay" <?php echo $overlay_style ; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>></div>
1154
  <?php } ?>
1155
 
1156
  <?php if( ! empty( $icon ) || ! empty( $image ) || ! empty( $header_bg_img ) || ! empty( $icon_svg_inline ) ) { ?>
1157
+ <div class="aux-text-widget-header <?php echo esc_attr( $header_classess ) ;?>" <?php echo $header_styles ;//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> >
1158
  <div class="aux-ico-box <?php echo esc_attr( $icon_box_classnames ) ;?> ">
1159
  <?php if ( ! empty( $icon ) ){ ;?>
1160
  <span class="aux-ico <?php echo esc_attr( $icon_classname ) ;?>" > </span>
1161
  <?php } elseif ( ! empty( $image ) ) { ?>
1162
+ <?php echo wp_kses_post( $image ); ?>
1163
  <?php } else { ?>
1164
+ <?php echo wp_kses_post( $icon_svg_inline ) ;?>
1165
  <?php }; ?>
1166
  </div>
1167
  </div>
1169
 
1170
  <div class="aux-text-inner aux-text-widget-content">
1171
  <?php if( ! empty( $title ) && empty( $title_link ) ) { ?>
1172
+ <h4 class="col-title"><?php echo auxin_kses( $title ); ?></h4>
1173
  <?php } elseif( ! empty( $title ) && ! empty( $title_link ) ) { ?>
1174
+ <h4 class="col-title"><a href="<?php echo esc_url( $title_link ); ?>"><?php echo auxin_kses( $title ); ?></a></h4>
1175
  <?php } if( ! empty( $subtitle ) ) { ?>
1176
+ <h5 class="col-subtitle"><?php echo auxin_kses( $subtitle ); ?></h5>
1177
 
1178
  <?php } if( ! empty( $content ) ) { ?>
1179
  <div class="widget-content">
1187
  </div>
1188
  <?php if ( ! empty( $footer_classess ) ) { ?>
1189
  <div class="aux-text-widget-footer">
1190
+ <div class="<?php echo esc_attr( $footer_classess ); ?>"<?php echo $footer_styles; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
1191
  <?php if ( 'wave' === $footer_shape ){?>
1192
  <svg width="100%" height="16">
1193
  <defs>
1204
 
1205
  <?php
1206
  // widget footer ------------------------------
1207
+ echo wp_kses_post( $result['widget_footer'] );
1208
 
1209
  return ob_get_clean();
1210
  }
includes/elements/touch-slider.php CHANGED
@@ -22,7 +22,6 @@ function auxin_touch_slider_master_array( $master_array ) {
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
25
- 'is_so' => true,
26
  'is_vc' => true,
27
  'category' => THEME_NAME,
28
  'group' => '',
@@ -236,10 +235,10 @@ function auxin_touch_slider_callback( $atts, $shortcode_content = null ){
236
  ob_start();
237
 
238
  // widget header ------------------------------
239
- echo $result['widget_header'];
240
- echo $result['widget_title'];
241
 
242
- echo '<div class="master-carousel-slider aux-latest-posts-slider aux-no-js '.$skin.'" data-empty-height="'.$height.'" data-navigation="peritem" data-space="'.$space.'" data-auto-height="true" data-delay="'.$slideshow_delay.'" data-loop="'.$loop.'" data-autoplay="' . auxin_is_true( $slideshow ) . '">';
243
 
244
  // widget custom output -----------------------
245
 
@@ -249,7 +248,7 @@ function auxin_touch_slider_callback( $atts, $shortcode_content = null ){
249
  ?>
250
  <div class="aux-mc-item" >
251
  <div class="aux-slide-media">
252
- <div class="aux-media-frame aux-media-image"><?php echo $attachment; ?></div>
253
  </div>
254
  <?php if( $add_title || $add_caption ) { ?>
255
  <section class="aux-info-container">
@@ -286,7 +285,7 @@ function auxin_touch_slider_callback( $atts, $shortcode_content = null ){
286
  // widget footer ------------------------------
287
  echo '</div><!-- aux-col-wrapper -->';
288
 
289
- echo $result['widget_footer'];
290
 
291
  return ob_get_clean();
292
  }
22
  'weight' => 1,
23
  'is_widget' => false,
24
  'is_shortcode' => true,
 
25
  'is_vc' => true,
26
  'category' => THEME_NAME,
27
  'group' => '',
235
  ob_start();
236
 
237
  // widget header ------------------------------
238
+ echo wp_kses_post( $result['widget_header'] );
239
+ echo wp_kses_post( $result['widget_title'] );
240
 
241
+ echo '<div class="master-carousel-slider aux-latest-posts-slider aux-no-js '.esc_attr( $skin ).'" data-empty-height="'.esc_attr( $height ).'" data-navigation="peritem" data-space="'.esc_attr( $space ).'" data-auto-height="true" data-delay="'.esc_attr( $slideshow_delay ).'" data-loop="'.esc_attr( $loop ).'" data-autoplay="' . auxin_is_true( $slideshow ) . '">';
242
 
243
  // widget custom output -----------------------
244
 
248
  ?>
249
  <div class="aux-mc-item" >
250
  <div class="aux-slide-media">
251
+ <div class="aux-media-frame aux-media-image"><?php echo wp_kses_post( $attachment ); ?></div>
252
  </div>
253
  <?php if( $add_title || $add_caption ) { ?>
254
  <section class="aux-info-container">
285
  // widget footer ------------------------------
286
  echo '</div><!-- aux-col-wrapper -->';
287
 
288
+ echo wp_kses_post( $result['widget_footer'] );
289
 
290
  return ob_get_clean();
291
  }
includes/elements/video.php CHANGED
@@ -222,8 +222,8 @@ function auxin_widget_video_callback( $atts, $shortcode_content = null ){
222
  ob_start();
223
 
224
  // widget header ------------------------------
225
- echo $result['widget_header'];
226
- echo $result['widget_title'];
227
 
228
  if( empty( $skin ) ){
229
  $skin = 'light';
@@ -279,7 +279,7 @@ function auxin_widget_video_callback( $atts, $shortcode_content = null ){
279
  }
280
 
281
  // widget footer ------------------------------
282
- echo $result['widget_footer'];
283
 
284
  return ob_get_clean();
285
  }
222
  ob_start();
223
 
224
  // widget header ------------------------------
225
+ echo wp_kses_post( $result['widget_header'] );
226
+ echo wp_kses_post( $result['widget_title'] );
227
 
228
  if( empty( $skin ) ){
229
  $skin = 'light';
279
  }
280
 
281
  // widget footer ------------------------------
282
+ echo wp_kses_post( $result['widget_footer'] );
283
 
284
  return ob_get_clean();
285
  }
includes/general-functions.php CHANGED
@@ -1854,25 +1854,6 @@ function auxin_find_all_files( $dir, $recursive = true ){
1854
  }
1855
 
1856
 
1857
- /**
1858
- * Flatten an array
1859
- * Used for flatten grouped data in SiteOrigin widgets
1860
- * @param array $keys Keys that we need to extract and merge with main array
1861
- * @param array $array The array that we need to flatten
1862
- * @return array
1863
- */
1864
- function auxin_flatten_array( $keys = array(), $arr = array() ) {
1865
- foreach ( $keys as $key ) {
1866
- if ( isset( $arr[$key] ) ) {
1867
- $temp = $arr[$key];
1868
- unset($arr[$key]);
1869
- $arr = array_merge( $arr, $temp );
1870
- }
1871
- }
1872
- return $arr;
1873
- }
1874
-
1875
-
1876
  /**
1877
  * Get All Pages Id and Title
1878
  * Used for Customizer Options for 404 ,Maintance and Coming soon Section
1854
  }
1855
 
1856
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1857
  /**
1858
  * Get All Pages Id and Title
1859
  * Used for Customizer Options for 404 ,Maintance and Coming soon Section
includes/general-hooks.php CHANGED
@@ -207,9 +207,6 @@ function auxin_add_vc_field_types(){
207
  }
208
  add_action( 'admin_print_scripts-widgets.php', 'auxin_widgets_enqueue_scripts' );
209
 
210
- // Add this to enqueue your scripts on Page Builder too
211
- add_action('siteorigin_panel_enqueue_admin_scripts', 'auxin_widgets_enqueue_scripts');
212
-
213
  /**
214
  * This part is for adding Auxin font icon to Visual composer icon
215
  * this is just temporary and need to move and write in a better manner when it is compelete
@@ -2456,27 +2453,6 @@ if( ! defined('WPSEO_VERSION') && ! class_exists('All_in_One_SEO_Pack') ){
2456
  add_action( 'wp_head', 'auxin_facebook_header_meta' );
2457
  }
2458
 
2459
- /*-----------------------------------------------------------------------------------*/
2460
- /* Add SiteOrigin class prefix and custom field classes path
2461
- /*-----------------------------------------------------------------------------------*/
2462
- if ( auxin_is_plugin_active( 'so-widgets-bundle/so-widgets-bundle.php') ) {
2463
-
2464
- function auxels_register_auxin_siteorigin_class_prefix( $class_prefixes ) {
2465
- $class_prefixes[] = 'Auxin_SiteOrigin_Field_';
2466
- return $class_prefixes;
2467
- }
2468
-
2469
- add_filter( 'siteorigin_widgets_field_class_prefixes', 'auxels_register_auxin_siteorigin_class_prefix' );
2470
-
2471
-
2472
- function auxels_register_custom_fields( $class_paths ) {
2473
- $class_paths[] = AUXELS_ADMIN_DIR . '/includes/compatibility/siteorigin/fields/';
2474
- return $class_paths;
2475
- }
2476
-
2477
- add_filter( 'siteorigin_widgets_field_class_paths', 'auxels_register_custom_fields' );
2478
- }
2479
-
2480
 
2481
  /**
2482
  * Replace WooCommerce Default Pagination with auxin pagination
@@ -3021,35 +2997,6 @@ function auxels_add_blog_archive_custom_template_layouts( $result, $template_typ
3021
 
3022
  add_filter( 'auxin_blog_archive_custom_template_layouts', 'auxels_add_blog_archive_custom_template_layouts', 10, 2 );
3023
 
3024
-
3025
- /*-----------------------------------------------------------------------------------*/
3026
- /* Add Boxed layout to siteorigin row layout types
3027
- /*-----------------------------------------------------------------------------------*/
3028
-
3029
- function auxin_so_row_style_attributes( $attributes, $style ){
3030
-
3031
- if ( ! empty( $style['row_stretch'] ) && 'boxed' === $style['row_stretch'] ) {
3032
- if( ( $key = array_search( 'siteorigin-panels-stretch', $attributes['class'] ) ) !== false ) {
3033
- unset( $attributes['class'][ $key ] );
3034
- }
3035
- $attributes['class'][] = 'aux-fold';
3036
- }
3037
-
3038
- return $attributes;
3039
- }
3040
- add_filter( 'siteorigin_panels_row_style_attributes', 'auxin_so_row_style_attributes', 12, 2 );
3041
-
3042
- /*-----------------------------------------------------------------------------------*/
3043
- /* Add Boxed layout to siteorigin row layout types
3044
- /*-----------------------------------------------------------------------------------*/
3045
-
3046
- function auxin_so_row_style_fields( $fields ){
3047
- $fields['row_stretch']['options']['boxed'] = __( 'Boxed', 'auxin-elements' );
3048
-
3049
- return $fields;
3050
- }
3051
- add_filter( 'siteorigin_panels_row_style_fields', 'auxin_so_row_style_fields', 15 );
3052
-
3053
  /*-----------------------------------------------------------------------------------*/
3054
  /* Filtering wp_title to improve seo and letting seo plugins to filter the output too
3055
  /*-----------------------------------------------------------------------------------*/
207
  }
208
  add_action( 'admin_print_scripts-widgets.php', 'auxin_widgets_enqueue_scripts' );
209
 
 
 
 
210
  /**
211
  * This part is for adding Auxin font icon to Visual composer icon
212
  * this is just temporary and need to move and write in a better manner when it is compelete
2453
  add_action( 'wp_head', 'auxin_facebook_header_meta' );
2454
  }
2455
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
 
2457
  /**
2458
  * Replace WooCommerce Default Pagination with auxin pagination
2997
 
2998
  add_filter( 'auxin_blog_archive_custom_template_layouts', 'auxels_add_blog_archive_custom_template_layouts', 10, 2 );
2999
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3000
  /*-----------------------------------------------------------------------------------*/
3001
  /* Filtering wp_title to improve seo and letting seo plugins to filter the output too
3002
  /*-----------------------------------------------------------------------------------*/
includes/index.php CHANGED
@@ -26,9 +26,8 @@ include_once( 'elements/recent-posts-timeline.php' );
26
  include_once( 'elements/recent-posts-masonry.php' );
27
  include_once( 'elements/recent-posts-land-style.php' );
28
  include_once( 'elements/general-element-fields.php' );
29
- // if siteorigin bundle plugin is active
30
- if( auxin_is_plugin_active( 'so-widgets-bundle/so-widgets-bundle.php' ) ||
31
- auxin_is_plugin_active( 'elementor/elementor.php' ) ) {
32
  include_once( 'elements/accordion.php' );
33
  include_once( 'elements/tabs.php' );
34
  }
26
  include_once( 'elements/recent-posts-masonry.php' );
27
  include_once( 'elements/recent-posts-land-style.php' );
28
  include_once( 'elements/general-element-fields.php' );
29
+
30
+ if( auxin_is_plugin_active( 'elementor/elementor.php' ) ) {
 
31
  include_once( 'elements/accordion.php' );
32
  include_once( 'elements/tabs.php' );
33
  }
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2022-06-12 11:29:50+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -150,7 +150,7 @@ msgstr "زیرعنوان"
150
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:476
151
  #: includes/elementor/widgets/recent-posts-masonry.php:276
152
  #: includes/elementor/widgets/theme-elements/site-title.php:122
153
- #: includes/elements/recent-posts-grid-carousel.php:334
154
  msgid "Before Title"
155
  msgstr ""
156
 
@@ -158,7 +158,7 @@ msgstr ""
158
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:475
159
  #: includes/elementor/widgets/recent-posts-masonry.php:275
160
  #: includes/elementor/widgets/theme-elements/site-title.php:153
161
- #: includes/elements/recent-posts-grid-carousel.php:333
162
  #, fuzzy
163
  msgid "After Title"
164
  msgstr "عنوان"
@@ -181,7 +181,7 @@ msgstr "افزونه های فعال"
181
  msgid "Update Plugins %s"
182
  msgstr "افزونه های فعال"
183
 
184
- #: admin/includes/admin-hooks.php:437
185
  #, fuzzy
186
  msgid ""
187
  "Quick access to %s %sdashboard%s, %sdemo importer%s, %soptions%s, and "
@@ -189,60 +189,60 @@ msgid ""
189
  msgstr ""
190
  "دسترسی سریع به صفحات %sپیشخوان%s، %sتنظیمات%s، %sپشتیبانی%s و %sبازخورد%s."
191
 
192
- #: admin/includes/admin-hooks.php:440
193
  msgid "%s theme version %s"
194
  msgstr ""
195
 
196
- #: admin/includes/admin-hooks.php:442
197
  msgid "Theme Demo Importer"
198
  msgstr ""
199
 
200
- #: admin/includes/admin-hooks.php:444
201
  msgid "Theme Customizer"
202
  msgstr "شخصی ساز پوسته"
203
 
204
- #: admin/includes/admin-hooks.php:468
205
  msgid "You are using %1$s theme version %2$s."
206
  msgstr ""
207
 
208
- #: admin/includes/admin-hooks.php:477
209
  msgid "Please support us to continue this project by rating it %s"
210
  msgstr ""
211
 
212
- #: admin/includes/admin-hooks.php:630
213
  msgid ""
214
  "Please make sure the image aspect ratio for all image sizes are the same."
215
  msgstr ""
216
 
217
- #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1401
218
  #, fuzzy
219
  msgid "Footer Brand Image"
220
  msgstr "تصویر پوستر"
221
 
222
- #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1402
223
  msgid "This image appears as site brand image on footer section."
224
  msgstr ""
225
 
226
- #: admin/includes/admin-hooks.php:728
227
  #, fuzzy
228
  msgid "Activate License"
229
  msgstr "افزونه های فعال"
230
 
231
- #: admin/includes/admin-hooks.php:733
232
  #: includes/classes/class-auxin-welcome-sections.php:548
233
  msgid "Remind Me Later"
234
  msgstr ""
235
 
236
- #: admin/includes/admin-hooks.php:817
237
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
238
  msgstr ""
239
 
240
- #: admin/includes/admin-hooks.php:821
241
  #, fuzzy
242
  msgid "Activate Now"
243
  msgstr "بخش فعال"
244
 
245
- #: admin/includes/admin-hooks.php:870
246
  #, fuzzy
247
  msgid "Uncategorized"
248
  msgstr "دسته"
@@ -255,31 +255,31 @@ msgstr ""
255
  msgid "Template ID or type is required."
256
  msgstr ""
257
 
258
- #: admin/includes/admin-the-functions.php:194
259
  msgid "An error occurred while updating templates library."
260
  msgstr ""
261
 
262
- #: admin/includes/admin-the-functions.php:213
263
  msgid "Template Not Found."
264
  msgstr ""
265
 
266
- #: admin/includes/admin-the-functions.php:229
267
  msgid "Template is already imported."
268
  msgstr ""
269
 
270
- #: admin/includes/admin-the-functions.php:245
271
  msgid "Connection error, please check your connection."
272
  msgstr ""
273
 
274
- #: admin/includes/admin-the-functions.php:262
275
  msgid "Template ID must be numeric or valid filepath."
276
  msgstr ""
277
 
278
- #: admin/includes/admin-the-functions.php:320
279
  msgid "Template Imported Successfully"
280
  msgstr ""
281
 
282
- #: admin/includes/admin-the-functions.php:332
283
  msgid "Error while saving the template."
284
  msgstr ""
285
 
@@ -412,30 +412,6 @@ msgstr ""
412
  msgid "Update failed."
413
  msgstr ""
414
 
415
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:86
416
- msgid ""
417
- "Envato username, API key and your item purchase code are required for "
418
- "downloading updates from Envato marketplace."
419
- msgstr ""
420
-
421
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:94
422
- msgid "Is not exist in our non official list. "
423
- msgstr ""
424
-
425
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:109
426
- msgid "Error in getting download link."
427
- msgstr ""
428
-
429
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:119
430
- msgid "Error on connecting to download API..."
431
- msgstr ""
432
-
433
- #: admin/includes/compatibility/siteorigin/fields/iconpicker.class.php:13
434
- #: includes/classes/class-auxin-widget.php:126
435
- #: includes/classes/class-auxin-widget.php:151 includes/general-hooks.php:51
436
- msgid "Choose .."
437
- msgstr "انتخاب .."
438
-
439
  #: admin/includes/metaboxes/metabox-fields-general-advanced.php:21
440
  #, fuzzy
441
  msgid "Advanced Setting"
@@ -601,8 +577,8 @@ msgstr ""
601
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:79
602
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:164
603
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:194
604
- #: includes/elementor/widgets/audio.php:155 includes/elements/audio.php:104
605
- #: includes/general-functions.php:1890
606
  msgid "Theme Default"
607
  msgstr "پیشفرض پوسته"
608
 
@@ -632,7 +608,7 @@ msgstr "پیشفرض پوسته"
632
  #: includes/elementor/widgets/theme-elements/select.php:153
633
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
634
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
635
- #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
636
  #: includes/elements/general-element-fields.php:75
637
  #: includes/elements/latest-items.php:171
638
  #: includes/elements/latest-items.php:186
@@ -665,7 +641,7 @@ msgstr "بله"
665
  #: includes/elementor/widgets/theme-elements/select.php:154
666
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
667
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
668
- #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
669
  #: includes/elements/general-element-fields.php:74
670
  #: includes/elements/latest-items.php:171
671
  #: includes/elements/latest-items.php:186
@@ -722,7 +698,7 @@ msgstr ""
722
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
723
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
724
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
725
- #: includes/general-hooks.php:593 includes/general-hooks.php:1005
726
  msgid "Disable it to replace header section with an Elementor template"
727
  msgstr ""
728
 
@@ -851,7 +827,7 @@ msgstr ""
851
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
852
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
853
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
854
- #: includes/general-hooks.php:592 includes/general-hooks.php:1004
855
  msgid "Use Legacy Header"
856
  msgstr ""
857
 
@@ -975,8 +951,7 @@ msgid ""
975
  msgstr ""
976
 
977
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
978
- #: includes/elements/staff.php:207 includes/elements/text.php:105
979
- #: includes/general-hooks.php:3047
980
  msgid "Boxed"
981
  msgstr "جعبه ای"
982
 
@@ -1084,9 +1059,9 @@ msgstr "اندازه عرض جداکننده را مشخص می کند."
1084
  #: admin/includes/metaboxes/metabox-fields-post-video.php:61
1085
  #: includes/elementor/widgets/audio.php:163
1086
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:133
1087
- #: includes/elementor/widgets/video.php:235 includes/elements/audio.php:112
1088
- #: includes/elements/recent-posts-tiles-carousel.php:346
1089
- #: includes/elements/staff.php:304 includes/elements/text.php:182
1090
  #: includes/elements/video.php:159
1091
  msgid "Light"
1092
  msgstr "روشن"
@@ -1100,10 +1075,10 @@ msgstr "روشن"
1100
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:177
1101
  #: includes/elementor/widgets/recent-posts-tiles.php:177
1102
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:134
1103
- #: includes/elementor/widgets/video.php:231 includes/elements/audio.php:108
1104
- #: includes/elements/recent-posts-tiles-carousel.php:345
1105
- #: includes/elements/recent-posts-tiles.php:380 includes/elements/staff.php:305
1106
- #: includes/elements/text.php:181 includes/elements/video.php:155
1107
  msgid "Dark"
1108
  msgstr "تیره"
1109
 
@@ -1193,11 +1168,11 @@ msgstr ""
1193
  #: includes/elementor/widgets/theme-elements/select.php:235
1194
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1195
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1196
- #: includes/elements/quote.php:112
1197
- #: includes/elements/recent-posts-grid-carousel.php:663
1198
- #: includes/elements/recent-posts-timeline.php:272
1199
- #: includes/elements/staff.php:280 includes/elements/text.php:129
1200
- #: includes/elements/text.php:157 includes/general-hooks.php:382
1201
  msgid "Center"
1202
  msgstr "وسط"
1203
 
@@ -1238,14 +1213,14 @@ msgstr "وسط"
1238
  #: includes/elementor/widgets/theme-elements/select.php:231
1239
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1240
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1241
- #: includes/elements/button.php:183 includes/elements/image.php:151
1242
- #: includes/elements/quote.php:110
1243
- #: includes/elements/recent-posts-timeline.php:276
1244
- #: includes/elements/staff.php:238 includes/elements/staff.php:276
1245
- #: includes/elements/text.php:125 includes/elements/text.php:153
1246
- #: includes/elements/text.php:620 includes/elements/text.php:807
1247
- #: includes/general-hooks.php:380 includes/general-hooks.php:851
1248
- #: includes/general-hooks.php:1263
1249
  msgid "Left"
1250
  msgstr "چپ"
1251
 
@@ -1292,11 +1267,11 @@ msgstr "تراز المان خط زمانی را مشخص می کند."
1292
  #: includes/elementor/widgets/divider.php:146
1293
  #: includes/elementor/widgets/modern-button.php:321
1294
  #: includes/elementor/widgets/staff.php:787
1295
- #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1296
- #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1297
- #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1298
- #: includes/elements/text.php:469 includes/elements/text.php:677
1299
- #: includes/general-hooks.php:701 includes/general-hooks.php:1113
1300
  msgid "Small"
1301
  msgstr "کوچک"
1302
 
@@ -1307,13 +1282,13 @@ msgstr "کوچک"
1307
  #: includes/elementor/widgets/modern-button.php:320
1308
  #: includes/elementor/widgets/staff.php:788
1309
  #: includes/elementor/widgets/text.php:1045
1310
- #: includes/elements/before-after.php:104 includes/elements/button.php:65
1311
- #: includes/elements/divider.php:89 includes/elements/instagram-feed.php:98
1312
- #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1313
- #: includes/elements/staff.php:111 includes/elements/staff.php:464
1314
- #: includes/elements/text.php:430 includes/elements/text.php:470
1315
- #: includes/elements/text.php:676 includes/general-hooks.php:700
1316
- #: includes/general-hooks.php:1112
1317
  msgid "Medium"
1318
  msgstr "متوسط"
1319
 
@@ -1323,12 +1298,12 @@ msgstr "متوسط"
1323
  #: includes/elementor/widgets/modern-button.php:319
1324
  #: includes/elementor/widgets/staff.php:789
1325
  #: includes/elementor/widgets/text.php:1044
1326
- #: includes/elements/before-after.php:105 includes/elements/button.php:64
1327
- #: includes/elements/divider.php:88 includes/elements/socials-list.php:65
1328
- #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1329
- #: includes/elements/staff.php:465 includes/elements/text.php:429
1330
- #: includes/elements/text.php:471 includes/elements/text.php:675
1331
- #: includes/general-hooks.php:699 includes/general-hooks.php:1111
1332
  msgid "Large"
1333
  msgstr "بزرگ"
1334
 
@@ -1396,12 +1371,12 @@ msgstr ""
1396
  #: includes/elementor/widgets/text.php:1149
1397
  #: includes/elementor/widgets/theme-elements/menu.php:999
1398
  #: includes/elementor/widgets/theme-elements/modern-search.php:577
1399
- #: includes/elements/button.php:179 includes/elements/code.php:99
1400
- #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1401
- #: includes/elements/recent-posts-tiles-carousel.php:298
1402
- #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1403
- #: includes/elements/text.php:806 includes/general-hooks.php:847
1404
- #: includes/general-hooks.php:1259 includes/general-hooks.php:1480
1405
  msgid "Default"
1406
  msgstr "پیش فرض"
1407
 
@@ -1665,7 +1640,7 @@ msgstr ""
1665
 
1666
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1667
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1668
- #: includes/elements/recent-posts-grid-carousel.php:467
1669
  #, fuzzy
1670
  msgid "Before Content"
1671
  msgstr "محتوای جعبه ای"
@@ -1682,7 +1657,7 @@ msgstr "چیدمان محتوا"
1682
 
1683
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1684
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1685
- #: includes/elements/recent-posts-grid-carousel.php:466
1686
  #, fuzzy
1687
  msgid "After Content"
1688
  msgstr "محتوا"
@@ -2002,7 +1977,7 @@ msgid "Importing Media"
2002
  msgstr ""
2003
 
2004
  #: includes/classes/class-auxin-demo-importer.php:294
2005
- #: includes/classes/class-auxin-demo-importer.php:1312
2006
  msgid "Importing Users"
2007
  msgstr ""
2008
 
@@ -2033,11 +2008,11 @@ msgstr ""
2033
  msgid "Importing Sliders"
2034
  msgstr ""
2035
 
2036
- #: includes/classes/class-auxin-demo-importer.php:1389
2037
  msgid "Preparing Site ..."
2038
  msgstr ""
2039
 
2040
- #: includes/classes/class-auxin-demo-importer.php:1431
2041
  msgid "All steps are successful"
2042
  msgstr ""
2043
 
@@ -2153,11 +2128,6 @@ msgid ""
2153
  "PHP version is %s."
2154
  msgstr "برای افزونه \"المان های اکسین\" PHP نسخه 5.3 یا بالاتر نیاز است."
2155
 
2156
- #: includes/classes/class-auxin-siteorigin-widget.php:225
2157
- #: includes/classes/class-auxin-widget.php:78
2158
- msgid "The callback for widget does not exists."
2159
- msgstr "تابع فراخوانی برای ابزارک وجود ندارد."
2160
-
2161
  #: includes/classes/class-auxin-svg-support.php:106
2162
  msgid ""
2163
  "Sorry, this file couldn't be sanitized so for security reasons wasn't "
@@ -2170,8 +2140,8 @@ msgid "Full Size"
2170
  msgstr "کامل"
2171
 
2172
  #: includes/classes/class-auxin-svg-support.php:191
2173
- #: includes/elements/before-after.php:103 includes/elements/staff.php:112
2174
- #: includes/elements/text.php:431
2175
  msgid "Thumbnail"
2176
  msgstr "بندانگشتی"
2177
 
@@ -2248,7 +2218,7 @@ msgstr ""
2248
  #: includes/elementor/widgets/heading-modern.php:973
2249
  #: includes/elementor/widgets/products-grid.php:593
2250
  #: includes/elementor/widgets/theme-elements/logo.php:546
2251
- #: includes/elements/custom-list.php:138
2252
  #, fuzzy
2253
  msgid "Description"
2254
  msgstr "تنظیمات طراحی"
@@ -2259,7 +2229,7 @@ msgid ""
2259
  "it."
2260
  msgstr ""
2261
 
2262
- #: includes/classes/class-auxin-walker-nav-menu-back.php:293
2263
  #: includes/elementor/modules/dynamic-tags/user-info.php:75
2264
  #: includes/elementor/modules/query-control/controls/group-control-query.php:310
2265
  #: includes/elementor/modules/query-control/controls/group-control-query.php:329
@@ -2267,33 +2237,33 @@ msgstr ""
2267
  msgid "Choose"
2268
  msgstr "انتخاب .."
2269
 
2270
- #: includes/classes/class-auxin-walker-nav-menu-back.php:358
2271
  msgid "Move"
2272
  msgstr ""
2273
 
2274
- #: includes/classes/class-auxin-walker-nav-menu-back.php:359
2275
  msgid "Up one"
2276
  msgstr ""
2277
 
2278
- #: includes/classes/class-auxin-walker-nav-menu-back.php:360
2279
  msgid "Down one"
2280
  msgstr ""
2281
 
2282
- #: includes/classes/class-auxin-walker-nav-menu-back.php:363
2283
  #, fuzzy
2284
  msgid "To the top"
2285
  msgstr "وسط بالا"
2286
 
2287
- #: includes/classes/class-auxin-walker-nav-menu-back.php:370
2288
  #, fuzzy
2289
  msgid "Original: %s"
2290
  msgstr "اصلی"
2291
 
2292
- #: includes/classes/class-auxin-walker-nav-menu-back.php:383
2293
  msgid "Remove"
2294
  msgstr ""
2295
 
2296
- #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2297
  #: includes/classes/class-auxin-welcome.php:1433
2298
  #: includes/classes/class-auxin-welcome.php:1461
2299
  #: includes/classes/class-auxin-welcome.php:1564
@@ -2368,7 +2338,7 @@ msgstr ""
2368
  #: includes/classes/class-auxin-welcome-sections.php:253
2369
  #: includes/classes/class-auxin-welcome-sections.php:542
2370
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2371
- #: includes/elements/contact-form.php:228
2372
  msgid "Submit"
2373
  msgstr "تایید"
2374
 
@@ -2460,13 +2430,13 @@ msgstr ""
2460
 
2461
  #: includes/classes/class-auxin-welcome.php:413
2462
  #: includes/classes/class-auxin-welcome.php:737
2463
- #: includes/elements/popular-posts-widget.php:388
2464
  msgid "Recent"
2465
  msgstr "اخیر"
2466
 
2467
  #: includes/classes/class-auxin-welcome.php:431
2468
  #: includes/elementor/widgets/testimonial.php:346
2469
- #: includes/elements/about-widget.php:58
2470
  msgid "Name"
2471
  msgstr "نام"
2472
 
@@ -2856,16 +2826,20 @@ msgid ""
2856
  "subscription."
2857
  msgstr ""
2858
 
2859
- #: includes/classes/class-auxin-widget-shortcode-map.php:308
2860
  #, fuzzy
2861
  msgid "CSS"
2862
  msgstr "جعبه CSS"
2863
 
2864
- #: includes/classes/class-auxin-widget-shortcode-map.php:310
2865
  #, fuzzy
2866
  msgid "Design options"
2867
  msgstr "تنظیمات طراحی"
2868
 
 
 
 
 
2869
  #: includes/classes/class-auxin-widget.php:112
2870
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:95
2871
  #: includes/elementor/widgets/recent-posts-land-style.php:92
@@ -2885,40 +2859,45 @@ msgstr "تنظیمات طراحی"
2885
  msgid "All Categories"
2886
  msgstr "همه دسته ها"
2887
 
2888
- #: includes/classes/class-auxin-widget.php:340
2889
- #: includes/classes/class-auxin-widget.php:341
2890
- #: includes/classes/class-auxin-widget.php:363
2891
- #: includes/classes/class-auxin-widget.php:364
 
 
 
 
 
2892
  #, fuzzy
2893
  msgid "Add Image"
2894
  msgstr "تصویر"
2895
 
2896
- #: includes/classes/class-auxin-widget.php:342
2897
- #: includes/classes/class-auxin-widget.php:365
2898
  #, fuzzy
2899
  msgid "Select Image"
2900
  msgstr "انتخاب اظهار نظر"
2901
 
2902
- #: includes/classes/class-auxin-widget.php:387
2903
- #: includes/classes/class-auxin-widget.php:388 includes/general-hooks.php:130
2904
  #: includes/general-hooks.php:131
2905
  #, fuzzy
2906
  msgid "Add Video"
2907
  msgstr "افزودن بخش"
2908
 
2909
- #: includes/classes/class-auxin-widget.php:389 includes/general-hooks.php:132
2910
  #, fuzzy
2911
  msgid "Select Video"
2912
  msgstr "تکرار ویدیو"
2913
 
2914
- #: includes/classes/class-auxin-widget.php:411
2915
- #: includes/classes/class-auxin-widget.php:412 includes/general-hooks.php:106
2916
  #: includes/general-hooks.php:107
2917
  #, fuzzy
2918
  msgid "Add Audio"
2919
  msgstr "افزودن بخش"
2920
 
2921
- #: includes/classes/class-auxin-widget.php:413 includes/general-hooks.php:108
2922
  #, fuzzy
2923
  msgid "Select Audio"
2924
  msgstr "انتخاب شکاف آکاردئون"
@@ -2959,7 +2938,7 @@ msgid "Elementor"
2959
  msgstr ""
2960
 
2961
  #: includes/elementor/class-auxin-elementor-core-elements.php:731
2962
- #: includes/elements/code.php:82
2963
  msgid "PHP"
2964
  msgstr ""
2965
 
@@ -2977,7 +2956,7 @@ msgstr ""
2977
  msgid "Select Icon"
2978
  msgstr "کتابخانه شکلک را انتخاب کنید."
2979
 
2980
- #: includes/elementor/controls/media-select.php:99
2981
  msgid "Delete"
2982
  msgstr ""
2983
 
@@ -3133,8 +3112,8 @@ msgstr ""
3133
  #: includes/elementor/modules/common.php:658
3134
  #: includes/elementor/widgets/modern-button.php:139
3135
  #: includes/elementor/widgets/staff.php:847
3136
- #: includes/elementor/widgets/text.php:364 includes/elements/staff.php:226
3137
- #: includes/elements/text.php:616
3138
  #, fuzzy
3139
  msgid "Top"
3140
  msgstr "بالا"
@@ -3175,20 +3154,20 @@ msgstr "بالا"
3175
  #: includes/elementor/widgets/theme-elements/select.php:239
3176
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
3177
  #: includes/elementor/widgets/theme-elements/site-title.php:196
3178
- #: includes/elements/button.php:187 includes/elements/image.php:152
3179
- #: includes/elements/quote.php:111
3180
- #: includes/elements/recent-posts-timeline.php:280
3181
- #: includes/elements/staff.php:230 includes/elements/staff.php:284
3182
- #: includes/elements/text.php:133 includes/elements/text.php:161
3183
- #: includes/elements/text.php:624 includes/elements/text.php:808
3184
- #: includes/general-hooks.php:381 includes/general-hooks.php:855
3185
- #: includes/general-hooks.php:1267
3186
  msgid "Right"
3187
  msgstr "راست"
3188
 
3189
  #: includes/elementor/modules/common.php:723
3190
  #: includes/elementor/widgets/modern-button.php:147
3191
- #: includes/elementor/widgets/staff.php:855 includes/elements/staff.php:234
3192
  msgid "Bottom"
3193
  msgstr ""
3194
 
@@ -3264,9 +3243,9 @@ msgstr "ارتفاع"
3264
  #: includes/elementor/widgets/mailchimp.php:736
3265
  #: includes/elementor/widgets/svg.php:194
3266
  #: includes/elementor/widgets/video.php:209
3267
- #: includes/elements/before-after.php:128 includes/elements/gmap.php:52
3268
- #: includes/elements/image.php:127 includes/elements/instagram-feed.php:191
3269
- #: includes/elements/staff.php:142 includes/elements/video.php:92
3270
  msgid "Height"
3271
  msgstr "ارتفاع"
3272
 
@@ -3348,7 +3327,7 @@ msgstr "جعبه"
3348
  #: includes/elementor/modules/dynamic-tags/user-info.php:82
3349
  #: includes/elementor/widgets/contact-box.php:102
3350
  #: includes/elementor/widgets/contact-form.php:136
3351
- #: includes/elements/contact-box.php:53 includes/elements/contact-form.php:57
3352
  msgid "Email"
3353
  msgstr "ایمیل"
3354
 
@@ -3368,10 +3347,10 @@ msgstr "نام نویسنده"
3368
  #: includes/elementor/widgets/recent-posts-land-style.php:321
3369
  #: includes/elementor/widgets/recent-posts-masonry.php:399
3370
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3371
- #: includes/elements/recent-posts-grid-carousel.php:448
3372
- #: includes/elements/recent-posts-land-style.php:372
3373
- #: includes/elements/recent-posts-masonry.php:348
3374
- #: includes/elements/recent-posts-timeline.php:393
3375
  msgid "Author Name"
3376
  msgstr "نام نویسنده"
3377
 
@@ -3439,7 +3418,7 @@ msgstr "تعداد نوشته ها"
3439
  #: includes/elementor/widgets/theme-elements/logo.php:196
3440
  #: includes/elementor/widgets/theme-elements/select.php:121
3441
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3442
- #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3443
  msgid "Link"
3444
  msgstr "پیوند"
3445
 
@@ -3466,20 +3445,20 @@ msgstr "پیوند"
3466
  #: includes/elementor/widgets/text.php:1593
3467
  #: includes/elementor/widgets/theme-elements/menu.php:658
3468
  #: includes/elementor/widgets/theme-elements/search.php:118
3469
- #: includes/elements/flickr.php:156 includes/elements/flickr.php:205
3470
- #: includes/elements/gallery.php:197 includes/elements/gallery.php:322
3471
  #: includes/elements/general-element-fields.php:27
3472
- #: includes/elements/image.php:153 includes/elements/image.php:169
3473
- #: includes/elements/recent-posts-grid-carousel.php:407
3474
- #: includes/elements/recent-posts-grid-carousel.php:449
3475
- #: includes/elements/recent-posts-grid-carousel.php:644
3476
- #: includes/elements/recent-posts-land-style.php:327
3477
- #: includes/elements/recent-posts-masonry.php:307
3478
- #: includes/elements/recent-posts-tiles-carousel.php:435
3479
- #: includes/elements/recent-posts-tiles.php:154
3480
- #: includes/elements/recent-posts-timeline.php:149
3481
- #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3482
- #: includes/general-hooks.php:353 includes/general-hooks.php:1631
3483
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3484
  msgid "None"
3485
  msgstr "هیچکدام"
@@ -3510,7 +3489,7 @@ msgstr ""
3510
  #: includes/elementor/widgets/theme-elements/menu.php:156
3511
  #: includes/elementor/widgets/theme-elements/menu.php:995
3512
  #: includes/elementor/widgets/theme-elements/search.php:101
3513
- #: includes/elements/accordion-widget.php:58 includes/elements/accordion.php:58
3514
  msgid "Type"
3515
  msgstr "نوع"
3516
 
@@ -3654,40 +3633,40 @@ msgstr "بخش"
3654
  #: includes/elementor/widgets/theme-elements/select.php:112
3655
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3656
  #: includes/elementor/widgets/touch-slider.php:332
3657
- #: includes/elements/about-widget.php:43
3658
- #: includes/elements/accordion-widget.php:44 includes/elements/accordion.php:44
3659
- #: includes/elements/audio.php:43 includes/elements/before-after.php:42
3660
- #: includes/elements/code.php:43 includes/elements/contact-box.php:39
3661
- #: includes/elements/contact-form.php:43 includes/elements/custom-list.php:44
3662
- #: includes/elements/gallery.php:42 includes/elements/gmap.php:38
3663
- #: includes/elements/image.php:42 includes/elements/instagram-feed.php:42
3664
- #: includes/elements/latest-posts-slider.php:42
3665
- #: includes/elements/latest-posts-slider.php:138
3666
- #: includes/elements/popular-posts-widget.php:50
3667
- #: includes/elements/popular-posts-widget.php:199
3668
- #: includes/elements/recent-posts-grid-carousel.php:56
3669
- #: includes/elements/recent-posts-grid-carousel.php:185
3670
- #: includes/elements/recent-posts-land-style.php:56
3671
- #: includes/elements/recent-posts-land-style.php:172
3672
- #: includes/elements/recent-posts-masonry.php:56
3673
- #: includes/elements/recent-posts-masonry.php:152
3674
- #: includes/elements/recent-posts-tiles-carousel.php:43
3675
- #: includes/elements/recent-posts-tiles-carousel.php:152
3676
- #: includes/elements/recent-posts-tiles-carousel.php:237
3677
- #: includes/elements/recent-posts-tiles.php:56
3678
- #: includes/elements/recent-posts-tiles.php:182
3679
- #: includes/elements/recent-posts-tiles.php:267
3680
- #: includes/elements/recent-posts-timeline.php:50
3681
- #: includes/elements/recent-posts-timeline.php:177
3682
- #: includes/elements/recent-posts-widget.php:56
3683
- #: includes/elements/recent-posts-widget.php:159
3684
- #: includes/elements/recent-products.php:42
3685
- #: includes/elements/recent-products.php:131
3686
- #: includes/elements/sample-element.php:51
3687
- #: includes/elements/sample-element.php:65 includes/elements/search.php:41
3688
- #: includes/elements/socials-list.php:42 includes/elements/socials-list.php:180
3689
- #: includes/elements/tab-widget.php:43 includes/elements/tabs.php:43
3690
- #: includes/elements/text.php:43 includes/elements/touch-slider.php:43
3691
  #: includes/elements/video.php:38
3692
  msgid "Title"
3693
  msgstr "عنوان"
@@ -3722,7 +3701,7 @@ msgstr "نمایش فرمت نوشته؟"
3722
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3723
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3724
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3725
- #: includes/elements/image.php:98 includes/elements/staff.php:113
3726
  #, fuzzy
3727
  msgid "Custom"
3728
  msgstr "سی اس اس دلخواه"
@@ -3800,7 +3779,7 @@ msgid "Pages URL"
3800
  msgstr "برگه ها"
3801
 
3802
  #: includes/elementor/modules/dynamic-tags/login-url.php:44
3803
- #: includes/general-hooks.php:1465
3804
  msgid "Login Page"
3805
  msgstr "صفحه ورود"
3806
 
@@ -4063,19 +4042,19 @@ msgstr "شناسه کاربر"
4063
  #: includes/elementor/widgets/recent-posts-tiles.php:308
4064
  #: includes/elementor/widgets/recent-posts-timeline.php:440
4065
  #: includes/elementor/widgets/recent-products.php:358
4066
- #: includes/elements/gallery.php:196
4067
- #: includes/elements/latest-posts-slider.php:139
4068
- #: includes/elements/popular-posts-widget.php:200
4069
- #: includes/elements/recent-posts-grid-carousel.php:186
4070
- #: includes/elements/recent-posts-land-style.php:173
4071
- #: includes/elements/recent-posts-masonry.php:153
4072
- #: includes/elements/recent-posts-tiles-carousel.php:153
4073
- #: includes/elements/recent-posts-tiles-carousel.php:238
4074
- #: includes/elements/recent-posts-tiles.php:183
4075
- #: includes/elements/recent-posts-tiles.php:268
4076
- #: includes/elements/recent-posts-timeline.php:178
4077
- #: includes/elements/recent-posts-widget.php:160
4078
- #: includes/elements/recent-products.php:132
4079
  msgid "ID"
4080
  msgstr "شناسه"
4081
 
@@ -4125,18 +4104,18 @@ msgstr ""
4125
  #: includes/elementor/widgets/recent-posts-tiles.php:312
4126
  #: includes/elementor/widgets/recent-posts-timeline.php:444
4127
  #: includes/elementor/widgets/recent-products.php:362
4128
- #: includes/elements/latest-posts-slider.php:143
4129
- #: includes/elements/popular-posts-widget.php:204
4130
- #: includes/elements/recent-posts-grid-carousel.php:190
4131
- #: includes/elements/recent-posts-land-style.php:177
4132
- #: includes/elements/recent-posts-masonry.php:157
4133
- #: includes/elements/recent-posts-tiles-carousel.php:157
4134
- #: includes/elements/recent-posts-tiles-carousel.php:242
4135
- #: includes/elements/recent-posts-tiles.php:187
4136
- #: includes/elements/recent-posts-tiles.php:272
4137
- #: includes/elements/recent-posts-timeline.php:182
4138
- #: includes/elements/recent-posts-widget.php:164
4139
- #: includes/elements/recent-products.php:136
4140
  msgid "Author"
4141
  msgstr "نویسنده"
4142
 
@@ -4220,19 +4199,19 @@ msgstr ""
4220
  #: includes/elementor/widgets/recent-posts-tiles.php:305
4221
  #: includes/elementor/widgets/recent-posts-timeline.php:437
4222
  #: includes/elementor/widgets/recent-products.php:355
4223
- #: includes/elements/gallery.php:195
4224
- #: includes/elements/latest-posts-slider.php:136
4225
- #: includes/elements/popular-posts-widget.php:197
4226
- #: includes/elements/recent-posts-grid-carousel.php:183
4227
- #: includes/elements/recent-posts-land-style.php:170
4228
- #: includes/elements/recent-posts-masonry.php:150
4229
- #: includes/elements/recent-posts-tiles-carousel.php:150
4230
- #: includes/elements/recent-posts-tiles-carousel.php:235
4231
- #: includes/elements/recent-posts-tiles.php:180
4232
- #: includes/elements/recent-posts-tiles.php:265
4233
- #: includes/elements/recent-posts-timeline.php:175
4234
- #: includes/elements/recent-posts-widget.php:157
4235
- #: includes/elements/recent-products.php:129
4236
  msgid "Date"
4237
  msgstr "تاریخ"
4238
 
@@ -4297,19 +4276,19 @@ msgstr "مرتب سازی بر اساس"
4297
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4298
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4299
  #: includes/elementor/widgets/recent-products.php:356
4300
- #: includes/elements/gallery.php:194
4301
- #: includes/elements/latest-posts-slider.php:137
4302
- #: includes/elements/popular-posts-widget.php:198
4303
- #: includes/elements/recent-posts-grid-carousel.php:184
4304
- #: includes/elements/recent-posts-land-style.php:171
4305
- #: includes/elements/recent-posts-masonry.php:151
4306
- #: includes/elements/recent-posts-tiles-carousel.php:151
4307
- #: includes/elements/recent-posts-tiles-carousel.php:236
4308
- #: includes/elements/recent-posts-tiles.php:181
4309
- #: includes/elements/recent-posts-tiles.php:266
4310
- #: includes/elements/recent-posts-timeline.php:176
4311
- #: includes/elements/recent-posts-widget.php:158
4312
- #: includes/elements/recent-products.php:130
4313
  msgid "Menu Order"
4314
  msgstr "ترتیب فهرست"
4315
 
@@ -4322,18 +4301,18 @@ msgstr "ترتیب فهرست"
4322
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4323
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4324
  #: includes/elementor/widgets/recent-products.php:359
4325
- #: includes/elements/latest-posts-slider.php:140
4326
- #: includes/elements/popular-posts-widget.php:201
4327
- #: includes/elements/recent-posts-grid-carousel.php:187
4328
- #: includes/elements/recent-posts-land-style.php:174
4329
- #: includes/elements/recent-posts-masonry.php:154
4330
- #: includes/elements/recent-posts-tiles-carousel.php:154
4331
- #: includes/elements/recent-posts-tiles-carousel.php:239
4332
- #: includes/elements/recent-posts-tiles.php:184
4333
- #: includes/elements/recent-posts-tiles.php:269
4334
- #: includes/elements/recent-posts-timeline.php:179
4335
- #: includes/elements/recent-posts-widget.php:161
4336
- #: includes/elements/recent-products.php:133
4337
  msgid "Random"
4338
  msgstr "تصادفی"
4339
 
@@ -4347,28 +4326,28 @@ msgstr "تصادفی"
4347
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4348
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4349
  #: includes/elementor/widgets/recent-products.php:371
4350
- #: includes/elements/gallery.php:167
4351
- #: includes/elements/popular-posts-widget.php:213
4352
- #: includes/elements/recent-posts-grid-carousel.php:200
4353
- #: includes/elements/recent-posts-land-style.php:187
4354
- #: includes/elements/recent-posts-masonry.php:167
4355
- #: includes/elements/recent-posts-tiles-carousel.php:167
4356
- #: includes/elements/recent-posts-tiles-carousel.php:252
4357
- #: includes/elements/recent-posts-tiles.php:197
4358
- #: includes/elements/recent-posts-tiles.php:282
4359
- #: includes/elements/recent-posts-timeline.php:192
4360
- #: includes/elements/recent-posts-widget.php:173
4361
- #: includes/elements/recent-products.php:146
4362
  msgid "Order"
4363
  msgstr "ترتیب"
4364
 
4365
  #: includes/elementor/modules/query-control/controls/group-control-query.php:360
4366
- #: includes/elementor/widgets/gallery.php:286 includes/elements/gallery.php:173
4367
  msgid "ASC"
4368
  msgstr "صعودی"
4369
 
4370
  #: includes/elementor/modules/query-control/controls/group-control-query.php:361
4371
- #: includes/elementor/widgets/gallery.php:287 includes/elements/gallery.php:174
4372
  msgid "DESC"
4373
  msgstr "نزولی"
4374
 
@@ -4437,7 +4416,7 @@ msgid "Logo"
4437
  msgstr ""
4438
 
4439
  #: includes/elementor/modules/settings/general/manager.php:47
4440
- #: includes/general-hooks.php:1428
4441
  #, fuzzy
4442
  msgid "Footer Brand Height"
4443
  msgstr "ارتفاع لوگو"
@@ -4463,7 +4442,7 @@ msgid "Select Post Type"
4463
  msgstr "نوع گالری را انتخاب کنید."
4464
 
4465
  #: includes/elementor/modules/theme-builder/module.php:131
4466
- #: includes/general-hooks.php:1790 includes/general-hooks.php:1796
4467
  #, fuzzy
4468
  msgid "404 Page"
4469
  msgstr "صفحه"
@@ -4474,8 +4453,8 @@ msgstr ""
4474
 
4475
  #: includes/elementor/widgets/accordion.php:52
4476
  #: includes/elementor/widgets/theme-elements/menu.php:299
4477
- #: includes/elements/accordion-widget.php:65 includes/elements/accordion.php:65
4478
- #: includes/elements/accordion.php:79 includes/elements/accordion.php:96
4479
  msgid "Accordion"
4480
  msgstr "آکاردئون"
4481
 
@@ -4494,10 +4473,10 @@ msgstr "آکاردئون"
4494
  #: includes/elementor/widgets/text.php:226
4495
  #: includes/elementor/widgets/text.php:264
4496
  #: includes/elementor/widgets/text.php:905
4497
- #: includes/elements/accordion-widget.php:76 includes/elements/accordion.php:93
4498
- #: includes/elements/dropcap.php:82 includes/elements/highlight.php:78
4499
- #: includes/elements/staff.php:514 includes/elements/tabs.php:92
4500
- #: includes/elements/testimonial.php:166 includes/elements/text.php:881
4501
  msgid "Content"
4502
  msgstr "محتوا"
4503
 
@@ -4534,7 +4513,7 @@ msgid "Title & Content"
4534
  msgstr "محتوای کامل"
4535
 
4536
  #: includes/elementor/widgets/accordion.php:124
4537
- #: includes/elements/accordion-widget.php:48 includes/elements/accordion.php:48
4538
  #, fuzzy
4539
  msgid "Accordion Title"
4540
  msgstr "برچسب آکاردئون"
@@ -4546,7 +4525,7 @@ msgstr "آکاردئون"
4546
 
4547
  #: includes/elementor/widgets/accordion.php:149
4548
  #: includes/elementor/widgets/theme-elements/menu.php:298
4549
- #: includes/elements/accordion-widget.php:64 includes/elements/accordion.php:64
4550
  msgid "Toggle"
4551
  msgstr "باز و بسته شونده"
4552
 
@@ -4741,8 +4720,8 @@ msgstr "کادربندی شده"
4741
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4742
  #: includes/elementor/widgets/theme-elements/select.php:309
4743
  #: includes/elementor/widgets/theme-elements/select.php:550
4744
- #: includes/elements/button.php:118 includes/elements/text.php:738
4745
- #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4746
  msgid "Normal"
4747
  msgstr "معمولی"
4748
 
@@ -5037,16 +5016,16 @@ msgstr "پخش کننده صدا"
5037
  msgid "Audio"
5038
  msgstr ""
5039
 
5040
- #: includes/elementor/widgets/audio.php:102 includes/elements/audio.php:57
5041
  msgid "Audio file(MP3 or ogg)"
5042
  msgstr "فایل صوتی (MP3 یا OGG)"
5043
 
5044
  #: includes/elementor/widgets/audio.php:111
5045
- #: includes/elementor/widgets/video.php:144 includes/elements/audio.php:84
5046
  msgid "AutoPlay"
5047
  msgstr "نمایش خودکار"
5048
 
5049
- #: includes/elementor/widgets/audio.php:112 includes/elements/audio.php:85
5050
  msgid "Play the audio file automatically."
5051
  msgstr "فایل صوتی را به صورت خودکار پخش کن."
5052
 
@@ -5342,7 +5321,7 @@ msgstr ""
5342
  msgid "Off"
5343
  msgstr ""
5344
 
5345
- #: includes/elementor/widgets/audio.php:124 includes/elements/audio.php:71
5346
  msgid "Repeat the audio"
5347
  msgstr "تکرار صدا"
5348
 
@@ -5354,11 +5333,11 @@ msgstr "تکرار صدا"
5354
  #: includes/elementor/widgets/tabs.php:149
5355
  #: includes/elementor/widgets/text.php:1064
5356
  #: includes/elementor/widgets/theme-elements/menu.php:616
5357
- #: includes/elements/audio.php:97
5358
  msgid "Skin"
5359
  msgstr "نما"
5360
 
5361
- #: includes/elementor/widgets/audio.php:151 includes/elements/audio.php:98
5362
  msgid "The skin of audio element."
5363
  msgstr "نمای المان صدا"
5364
 
@@ -5369,19 +5348,19 @@ msgstr ""
5369
 
5370
  #: includes/elementor/widgets/before-after.php:96
5371
  #: includes/elementor/widgets/touch-slider.php:98
5372
- #: includes/elements/gallery.php:56 includes/elements/touch-slider.php:57
5373
  #: public/templates/vcomposer/auxin_vc_extendes.php:42
5374
  msgid "Images"
5375
  msgstr "تصاویر"
5376
 
5377
  #: includes/elementor/widgets/before-after.php:103
5378
- #: includes/elements/before-after.php:56
5379
  #, fuzzy
5380
  msgid "Before image"
5381
  msgstr "تصویر شاخص"
5382
 
5383
  #: includes/elementor/widgets/before-after.php:122
5384
- #: includes/elements/before-after.php:69
5385
  #, fuzzy
5386
  msgid "After image"
5387
  msgstr "تصویر پوستر"
@@ -5391,21 +5370,21 @@ msgstr "تصویر پوستر"
5391
  #: includes/elementor/widgets/custom-list.php:664
5392
  #: includes/elementor/widgets/divider.php:102
5393
  #: includes/elementor/widgets/svg.php:154
5394
- #: includes/elementor/widgets/video.php:183 includes/elements/code.php:93
5395
- #: includes/elements/gallery.php:116
5396
- #: includes/elements/recent-posts-tiles-carousel.php:294
5397
- #: includes/elements/recent-posts-tiles-carousel.php:342
5398
- #: includes/elements/recent-posts-tiles-carousel.php:364
5399
- #: includes/elements/recent-posts-tiles.php:324
5400
- #: includes/elements/recent-posts-tiles.php:372
5401
- #: includes/elements/tab-widget.php:57 includes/elements/tabs.php:57
5402
- #: includes/elements/touch-slider.php:106
5403
- #: includes/elements/touch-slider.php:119
5404
- #: includes/elements/touch-slider.php:132
5405
- #: includes/elements/touch-slider.php:145
5406
- #: includes/elements/touch-slider.php:161
5407
- #: includes/elements/touch-slider.php:174
5408
- #: includes/elements/touch-slider.php:187 includes/elements/video.php:88
5409
  #: includes/elements/video.php:102 includes/elements/video.php:168
5410
  msgid "Style"
5411
  msgstr "ظاهر"
@@ -5419,15 +5398,15 @@ msgstr "ظاهر"
5419
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5420
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5421
  #: includes/elementor/widgets/recent-products.php:411
5422
- #: includes/elements/before-after.php:83
5423
- #: includes/elements/latest-posts-slider.php:116
5424
- #: includes/elements/recent-posts-grid-carousel.php:260
5425
- #: includes/elements/recent-posts-land-style.php:247
5426
- #: includes/elements/recent-posts-masonry.php:227
5427
- #: includes/elements/recent-posts-tiles-carousel.php:270
5428
- #: includes/elements/recent-posts-tiles.php:300
5429
- #: includes/elements/recent-posts-timeline.php:252
5430
- #: includes/elements/recent-products.php:206
5431
  msgid "Start offset"
5432
  msgstr "پرش از ابتدا"
5433
 
@@ -5457,8 +5436,8 @@ msgstr ""
5457
  #: includes/elementor/widgets/theme-elements/logo.php:222
5458
  #: includes/elementor/widgets/theme-elements/search.php:289
5459
  #: includes/elementor/widgets/video.php:191
5460
- #: includes/elements/before-after.php:115 includes/elements/image.php:109
5461
- #: includes/elements/staff.php:124 includes/elements/video.php:78
5462
  msgid "Width"
5463
  msgstr "عرض"
5464
 
@@ -5473,27 +5452,27 @@ msgstr "عرض"
5473
  #: includes/elementor/widgets/theme-elements/modern-search.php:434
5474
  #: includes/elementor/widgets/theme-elements/search.php:120
5475
  #: includes/elementor/widgets/theme-elements/search.php:381
5476
- #: includes/elements/button.php:16 includes/elements/button.php:47
5477
- #: includes/elements/button.php:377 includes/elements/text.php:647
5478
- #: includes/elements/text.php:664 includes/elements/text.php:688
5479
- #: includes/elements/text.php:704 includes/elements/text.php:734
5480
- #: includes/elements/text.php:764 includes/elements/text.php:780
5481
- #: includes/elements/text.php:796 includes/elements/text.php:821
5482
- #: includes/elements/text.php:839 includes/elements/text.php:856
5483
- #: includes/elements/text.php:877 includes/general-hooks.php:674
5484
- #: includes/general-hooks.php:1086
5485
  #, fuzzy
5486
  msgid "Button"
5487
  msgstr "اندازه دکمه"
5488
 
5489
  #: includes/elementor/widgets/button.php:107
5490
- #: includes/elementor/widgets/text.php:299 includes/elements/button.php:43
5491
- #: includes/elements/text.php:651
5492
  msgid "Button label"
5493
  msgstr "برچسب دکمه"
5494
 
5495
  #: includes/elementor/widgets/button.php:117
5496
- #: includes/elementor/widgets/text.php:323 includes/elements/text.php:844
5497
  msgid "If you want to link your button."
5498
  msgstr "اگر می خواهید دکمه را لینک کنید."
5499
 
@@ -5512,77 +5491,77 @@ msgstr "بازشدن لایت باکس"
5512
  msgid "Wrapper"
5513
  msgstr "ظاهر Wrapper"
5514
 
5515
- #: includes/elementor/widgets/button.php:156 includes/elements/button.php:57
5516
- #: includes/elements/text.php:668
5517
  msgid "Button size"
5518
  msgstr "اندازه دکمه"
5519
 
5520
  #: includes/elementor/widgets/button.php:160
5521
  #: includes/elementor/widgets/modern-button.php:318
5522
- #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5523
- #: includes/elements/text.php:674 includes/general-hooks.php:698
5524
- #: includes/general-hooks.php:1110
5525
  msgid "Exlarge"
5526
  msgstr "خیلی بزرگ"
5527
 
5528
  #: includes/elementor/widgets/button.php:164
5529
  #: includes/elementor/widgets/divider.php:147
5530
  #: includes/elementor/widgets/modern-button.php:322
5531
- #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5532
- #: includes/elements/divider.php:91 includes/elements/text.php:678
5533
- #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5534
  msgid "Tiny"
5535
  msgstr "خیلی کوچک"
5536
 
5537
- #: includes/elementor/widgets/button.php:172 includes/elements/button.php:132
5538
- #: includes/elements/text.php:752
5539
  msgid "Uppercase label"
5540
  msgstr "برچسب حروف بزرگ"
5541
 
5542
- #: includes/elementor/widgets/button.php:184 includes/elements/button.php:78
5543
  #, fuzzy
5544
  msgid "Button shape"
5545
  msgstr "ظاهر شکل دکمه"
5546
 
5547
  #: includes/elementor/widgets/button.php:188
5548
- #: includes/elementor/widgets/text.php:1368 includes/elements/button.php:91
5549
- #: includes/elements/text.php:708
5550
  msgid "Box"
5551
  msgstr "جعبه"
5552
 
5553
  #: includes/elementor/widgets/button.php:192
5554
  #: includes/elementor/widgets/modern-button.php:305
5555
- #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5556
- #: includes/elements/text.php:712 includes/general-hooks.php:733
5557
- #: includes/general-hooks.php:1145
5558
  msgid "Round"
5559
  msgstr "گرد"
5560
 
5561
  #: includes/elementor/widgets/button.php:196
5562
  #: includes/elementor/widgets/modern-button.php:306
5563
- #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5564
- #: includes/elements/text.php:716 includes/general-hooks.php:737
5565
- #: includes/general-hooks.php:1149
5566
  msgid "Curve"
5567
  msgstr "منحنی"
5568
 
5569
- #: includes/elementor/widgets/button.php:207 includes/elements/button.php:105
5570
- #: includes/elements/text.php:722
5571
  msgid "Button style"
5572
  msgstr "ظاهر دکمه"
5573
 
5574
  #: includes/elementor/widgets/button.php:215
5575
- #: includes/elementor/widgets/text.php:1396 includes/elements/button.php:122
5576
- #: includes/elements/text.php:742 includes/general-hooks.php:770
5577
- #: includes/general-hooks.php:1182
5578
  msgid "3D"
5579
  msgstr "سه بعدی"
5580
 
5581
  #: includes/elementor/widgets/button.php:219
5582
  #: includes/elementor/widgets/modern-button.php:292
5583
- #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5584
- #: includes/elements/text.php:746 includes/general-hooks.php:774
5585
- #: includes/general-hooks.php:1186
5586
  msgid "Outline"
5587
  msgstr "خط بیرونی"
5588
 
@@ -5662,43 +5641,43 @@ msgstr "اندازه پس زمینه"
5662
  #: includes/elementor/widgets/theme-elements/search.php:178
5663
  #: includes/elementor/widgets/theme-elements/select.php:139
5664
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5665
- #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5666
- #: includes/elements/text.php:386 includes/general-hooks.php:241
5667
- #: includes/general-hooks.php:259 includes/general-hooks.php:276
5668
- #: includes/general-hooks.php:292 includes/general-hooks.php:308
5669
- #: includes/general-hooks.php:323
5670
  msgid "Icon"
5671
  msgstr "شکلک"
5672
 
5673
  #: includes/elementor/widgets/button.php:365
5674
- #: includes/elementor/widgets/text.php:311 includes/elements/button.php:158
5675
- #: includes/elements/text.php:784
5676
  msgid "Icon for button"
5677
  msgstr "شکلک برای دکمه"
5678
 
5679
  #: includes/elementor/widgets/button.php:373
5680
- #: includes/elementor/widgets/text.php:1145 includes/elements/button.php:171
5681
- #: includes/elements/text.php:800 includes/general-hooks.php:377
5682
  msgid "Icon alignment"
5683
  msgstr "تراز شکلک"
5684
 
5685
  #: includes/elementor/widgets/button.php:380
5686
  #: includes/elementor/widgets/modern-button.php:814
5687
- #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5688
- #: includes/elements/text.php:809 includes/general-hooks.php:859
5689
- #: includes/general-hooks.php:1271
5690
  msgid "Over"
5691
  msgstr "رو"
5692
 
5693
  #: includes/elementor/widgets/button.php:381
5694
- #: includes/elementor/widgets/text.php:1153 includes/elements/button.php:195
5695
- #: includes/elements/text.php:810 includes/general-hooks.php:863
5696
- #: includes/general-hooks.php:1275
5697
  msgid "Animate from Left"
5698
  msgstr "متحرک سازی از چپ"
5699
 
5700
  #: includes/elementor/widgets/button.php:382
5701
- #: includes/elementor/widgets/text.php:1154 includes/elements/text.php:811
5702
  msgid "Animate from Right"
5703
  msgstr "متحرک سازی از راست"
5704
 
@@ -5731,7 +5710,7 @@ msgstr "تراز شکلک"
5731
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5732
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5733
  #: includes/elementor/widgets/theme-elements/modern-search.php:342
5734
- #: includes/elements/custom-list.php:58 includes/elements/image.php:302
5735
  msgid "Text"
5736
  msgstr ""
5737
 
@@ -5793,7 +5772,7 @@ msgstr "جعبه ای"
5793
 
5794
  #: includes/elementor/widgets/carousel-navigation.php:104
5795
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:269
5796
- #: includes/elements/recent-posts-grid-carousel.php:684
5797
  #, fuzzy
5798
  msgid "Long Arrow"
5799
  msgstr "فلش"
@@ -5809,11 +5788,11 @@ msgstr "قبلی و بعدی"
5809
  #: includes/elementor/widgets/recent-posts-masonry.php:611
5810
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5811
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5812
- #: includes/elements/recent-posts-grid-carousel.php:415
5813
- #: includes/elements/recent-posts-land-style.php:335
5814
- #: includes/elements/recent-posts-masonry.php:315
5815
- #: includes/elements/recent-posts-tiles.php:162
5816
- #: includes/elements/recent-posts-timeline.php:157
5817
  #, fuzzy
5818
  msgid "Next Button"
5819
  msgstr "[فلوکس] دکمه"
@@ -5860,7 +5839,7 @@ msgstr "فاصله بین اسلایدها"
5860
  #: includes/elementor/widgets/theme-elements/modern-search.php:264
5861
  #: includes/elementor/widgets/theme-elements/modern-search.php:311
5862
  #: includes/elementor/widgets/theme-elements/search.php:213
5863
- #: includes/elements/image.php:87
5864
  msgid "Size"
5865
  msgstr ""
5866
 
@@ -6042,8 +6021,8 @@ msgstr "متن پنجره نشانگر، اگر به ان نیاز ندارید
6042
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:231
6043
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:201
6044
  #: includes/elements/contact-box.php:258 includes/elements/gmap.php:154
6045
- #: includes/elements/recent-posts-grid-carousel.php:634
6046
- #: includes/elements/recent-posts-tiles-carousel.php:425
6047
  msgid "Navigation control"
6048
  msgstr "کنترل های ناوبری"
6049
 
@@ -6075,7 +6054,7 @@ msgid "Contact form Type"
6075
  msgstr "نوع فرم تماس"
6076
 
6077
  #: includes/elementor/widgets/contact-form.php:108
6078
- #: includes/elements/contact-form.php:72
6079
  msgid ""
6080
  "Specifies contact form element's type. Whether to use built-in form or "
6081
  "Contact Form 7."
@@ -6083,7 +6062,7 @@ msgstr ""
6083
  "نوع فرم تماس را مشخص می کند. از فرم تماس داخلی استفاده شود یا فرم تماس 7."
6084
 
6085
  #: includes/elementor/widgets/contact-form.php:113
6086
- #: includes/elements/contact-form.php:76
6087
  msgid "Phlox Contact Form"
6088
  msgstr "فرم تماس فلوکس"
6089
 
@@ -6098,7 +6077,7 @@ msgid "Put a Contact Form 7 shortcode that you have already created."
6098
  msgstr "کد کوتاه یکی از فرم های تماس 7 خود را در اینجا وارد کنید."
6099
 
6100
  #: includes/elementor/widgets/contact-form.php:137
6101
- #: includes/elements/contact-form.php:58
6102
  msgid "Email address of message's recipient"
6103
  msgstr "آدرس ایمیل دریافت کننده ی پیام ها"
6104
 
@@ -6194,7 +6173,7 @@ msgstr ""
6194
  #: includes/elementor/widgets/theme-elements/search.php:201
6195
  #: includes/elementor/widgets/theme-elements/search.php:404
6196
  #: includes/elementor/widgets/touch-slider.php:303
6197
- #: includes/general-hooks.php:1564
6198
  msgid "Background Color"
6199
  msgstr "رنگ پس زمینه"
6200
 
@@ -6228,16 +6207,16 @@ msgstr ""
6228
  #: includes/elementor/widgets/recent-posts-tiles.php:117
6229
  #: includes/elementor/widgets/recent-posts-timeline.php:117
6230
  #: includes/elementor/widgets/recent-products.php:129
6231
- #: includes/elementor/widgets/staff.php:842 includes/elements/gallery.php:228
6232
- #: includes/elements/gallery.php:250 includes/elements/gallery.php:270
6233
- #: includes/elements/recent-posts-grid-carousel.php:489
6234
- #: includes/elements/recent-posts-grid-carousel.php:508
6235
- #: includes/elements/recent-posts-grid-carousel.php:525
6236
- #: includes/elements/recent-posts-masonry.php:371
6237
- #: includes/elements/recent-posts-masonry.php:390
6238
- #: includes/elements/recent-posts-masonry.php:407
6239
- #: includes/elements/recent-posts-timeline.php:289
6240
- #: includes/elements/recent-posts-timeline.php:309
6241
  msgid "Layout"
6242
  msgstr ""
6243
 
@@ -6250,16 +6229,16 @@ msgstr "بخش"
6250
  #: includes/elementor/widgets/custom-list.php:386
6251
  #: includes/elementor/widgets/staff.php:770
6252
  #: includes/elementor/widgets/theme-elements/menu.php:161
6253
- #: includes/elements/socials-list.php:84 includes/elements/socials-list.php:222
6254
- #: includes/elements/staff.php:486
6255
  msgid "Vertical"
6256
  msgstr "عمودی"
6257
 
6258
  #: includes/elementor/widgets/custom-list.php:387
6259
  #: includes/elementor/widgets/staff.php:771
6260
  #: includes/elementor/widgets/theme-elements/menu.php:160
6261
- #: includes/elements/socials-list.php:83 includes/elements/socials-list.php:221
6262
- #: includes/elements/staff.php:487
6263
  msgid "Horizontal"
6264
  msgstr "افقی"
6265
 
@@ -6279,10 +6258,10 @@ msgid "Vertical Align"
6279
  msgstr "عمودی"
6280
 
6281
  #: includes/elementor/widgets/custom-list.php:539
6282
- #: includes/elements/custom-list.php:16 includes/elements/custom-list.php:60
6283
- #: includes/elements/custom-list.php:76 includes/elements/custom-list.php:92
6284
- #: includes/elements/custom-list.php:108 includes/elements/custom-list.php:124
6285
- #: includes/elements/custom-list.php:140
6286
  msgid "List"
6287
  msgstr ""
6288
 
@@ -6292,14 +6271,14 @@ msgid "Space Between Rows"
6292
  msgstr "فاصله بین اسلایدها"
6293
 
6294
  #: includes/elementor/widgets/custom-list.php:565
6295
- #: includes/elements/custom-list.php:154
6296
  #, fuzzy
6297
  msgid "Display Connector"
6298
  msgstr "نمایش خلاصه"
6299
 
6300
  #: includes/elementor/widgets/custom-list.php:581
6301
  #: includes/elementor/widgets/custom-list.php:667
6302
- #: includes/elementor/widgets/divider.php:111 includes/elements/divider.php:61
6303
  msgid "Solid"
6304
  msgstr "یک دست"
6305
 
@@ -6316,7 +6295,7 @@ msgstr "نقطه ای"
6316
 
6317
  #: includes/elementor/widgets/custom-list.php:584
6318
  #: includes/elementor/widgets/custom-list.php:670
6319
- #: includes/elementor/widgets/divider.php:115 includes/elements/divider.php:65
6320
  msgid "Dashed"
6321
  msgstr "خط چین"
6322
 
@@ -6334,7 +6313,7 @@ msgstr "فاصله خالی"
6334
 
6335
  #: includes/elementor/widgets/custom-list.php:651
6336
  #: includes/elementor/widgets/heading-modern.php:189
6337
- #: includes/elements/custom-list.php:172
6338
  #, fuzzy
6339
  msgid "Display Divider"
6340
  msgstr "نمایش تصویر"
@@ -6346,10 +6325,10 @@ msgid "Text Margin"
6346
  msgstr "تراز متن"
6347
 
6348
  #: includes/elementor/widgets/custom-list.php:1001
6349
- #: includes/elements/custom-list.php:61 includes/elements/custom-list.php:64
6350
- #: includes/elements/custom-list.php:77 includes/elements/custom-list.php:93
6351
- #: includes/elements/custom-list.php:96 includes/elements/custom-list.php:109
6352
- #: includes/elements/custom-list.php:125 includes/elements/custom-list.php:141
6353
  msgid "List Item"
6354
  msgstr ""
6355
 
@@ -6371,7 +6350,7 @@ msgstr ""
6371
  msgid "Divider"
6372
  msgstr "ظاهر جداکننده"
6373
 
6374
- #: includes/elementor/widgets/divider.php:107 includes/elements/divider.php:57
6375
  msgid "White Space"
6376
  msgstr "فاصله خالی"
6377
 
@@ -6380,30 +6359,30 @@ msgstr "فاصله خالی"
6380
  #: includes/elementor/widgets/staff.php:200
6381
  #: includes/elementor/widgets/text.php:461
6382
  #: includes/elementor/widgets/text.php:656
6383
- #: includes/elements/about-widget.php:121 includes/elements/divider.php:69
6384
- #: includes/elements/dropcap.php:72 includes/elements/staff.php:168
6385
- #: includes/elements/text.php:539 includes/elements/text.php:581
6386
- #: includes/general-hooks.php:354
6387
  msgid "Circle"
6388
  msgstr "دایره"
6389
 
6390
- #: includes/elementor/widgets/divider.php:123 includes/elements/divider.php:73
6391
  msgid "Diamond"
6392
  msgstr "الماس"
6393
 
6394
- #: includes/elementor/widgets/divider.php:127 includes/elements/divider.php:77
6395
  #, fuzzy
6396
  msgid "Vertical Line"
6397
  msgstr "عمودی"
6398
 
6399
- #: includes/elementor/widgets/divider.php:139 includes/elements/divider.php:84
6400
  #, fuzzy
6401
  msgid "Specifies the size of divider."
6402
  msgstr "اندازه عرض جداکننده را مشخص می کند."
6403
 
6404
  #: includes/elementor/widgets/divider.php:144
6405
- #: includes/elements/before-after.php:106
6406
- #: includes/elements/instagram-feed.php:99
6407
  msgid "Full"
6408
  msgstr "کامل"
6409
 
@@ -6427,7 +6406,7 @@ msgstr "تصویر دلخواه"
6427
  #: includes/elementor/widgets/theme-elements/select.php:227
6428
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6429
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6430
- #: includes/elements/image.php:145
6431
  msgid "Alignment"
6432
  msgstr "تراز"
6433
 
@@ -6450,7 +6429,7 @@ msgstr "نوع نقشه"
6450
  msgid "Gap bottom"
6451
  msgstr "چپ پایین"
6452
 
6453
- #: includes/elementor/widgets/divider.php:387 includes/elements/divider.php:106
6454
  #, fuzzy
6455
  msgid "Divider color"
6456
  msgstr "ظاهر جداکننده"
@@ -6476,24 +6455,24 @@ msgstr "تصاویر گالری"
6476
  msgid "Add Images"
6477
  msgstr "تصاویر"
6478
 
6479
- #: includes/elementor/widgets/gallery.php:113 includes/elements/gallery.php:71
6480
  msgid "Gallery layout"
6481
  msgstr "چیدمان گالری"
6482
 
6483
  #: includes/elementor/widgets/gallery.php:117
6484
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:153
6485
- #: includes/elements/gallery.php:78
6486
- #: includes/elements/recent-posts-grid-carousel.php:537
6487
  #: public/templates/vcomposer/auxin_vc_extendes.php:35
6488
  msgid "Grid"
6489
  msgstr "شبکه"
6490
 
6491
- #: includes/elementor/widgets/gallery.php:118 includes/elements/gallery.php:82
6492
  #: public/templates/vcomposer/auxin_vc_extendes.php:32
6493
  msgid "Masonry"
6494
  msgstr "ساختمانی"
6495
 
6496
- #: includes/elementor/widgets/gallery.php:119 includes/elements/gallery.php:86
6497
  msgid "Tiles"
6498
  msgstr ""
6499
 
@@ -6506,10 +6485,10 @@ msgstr "ظاهر کاشی مطالب"
6506
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:134
6507
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:220
6508
  #: includes/elementor/widgets/recent-posts-tiles.php:134
6509
- #: includes/elements/gallery.php:124
6510
- #: includes/elements/recent-posts-tiles-carousel.php:302
6511
- #: includes/elements/recent-posts-tiles-carousel.php:368
6512
- #: includes/elements/recent-posts-tiles.php:332
6513
  msgid "Pattern 1"
6514
  msgstr ""
6515
 
@@ -6517,55 +6496,55 @@ msgstr ""
6517
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:138
6518
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:224
6519
  #: includes/elementor/widgets/recent-posts-tiles.php:138
6520
- #: includes/elements/gallery.php:128
6521
- #: includes/elements/recent-posts-tiles-carousel.php:306
6522
- #: includes/elements/recent-posts-tiles-carousel.php:372
6523
- #: includes/elements/recent-posts-tiles.php:336
6524
  msgid "Pattern 2"
6525
  msgstr ""
6526
 
6527
  #: includes/elementor/widgets/gallery.php:134
6528
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:142
6529
  #: includes/elementor/widgets/recent-posts-tiles.php:142
6530
- #: includes/elements/gallery.php:132
6531
- #: includes/elements/recent-posts-tiles-carousel.php:310
6532
- #: includes/elements/recent-posts-tiles.php:340
6533
  msgid "Pattern 3"
6534
  msgstr ""
6535
 
6536
  #: includes/elementor/widgets/gallery.php:135
6537
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:146
6538
  #: includes/elementor/widgets/recent-posts-tiles.php:146
6539
- #: includes/elements/gallery.php:136
6540
- #: includes/elements/recent-posts-tiles-carousel.php:314
6541
- #: includes/elements/recent-posts-tiles.php:344
6542
  msgid "Pattern 4"
6543
  msgstr ""
6544
 
6545
  #: includes/elementor/widgets/gallery.php:136
6546
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:150
6547
  #: includes/elementor/widgets/recent-posts-tiles.php:150
6548
- #: includes/elements/gallery.php:140
6549
- #: includes/elements/recent-posts-tiles-carousel.php:318
6550
- #: includes/elements/recent-posts-tiles.php:348
6551
  msgid "Pattern 5"
6552
  msgstr ""
6553
 
6554
  #: includes/elementor/widgets/gallery.php:137
6555
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:154
6556
  #: includes/elementor/widgets/recent-posts-tiles.php:154
6557
- #: includes/elements/gallery.php:144
6558
- #: includes/elements/recent-posts-tiles-carousel.php:322
6559
- #: includes/elements/recent-posts-tiles.php:352
6560
  msgid "Pattern 6"
6561
  msgstr ""
6562
 
6563
  #: includes/elementor/widgets/gallery.php:138
6564
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:158
6565
  #: includes/elementor/widgets/recent-posts-tiles.php:158
6566
- #: includes/elements/gallery.php:148
6567
- #: includes/elements/recent-posts-tiles-carousel.php:326
6568
- #: includes/elements/recent-posts-tiles.php:356
6569
  msgid "Pattern 7"
6570
  msgstr ""
6571
 
@@ -6574,7 +6553,7 @@ msgstr ""
6574
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:128
6575
  #: includes/elementor/widgets/recent-posts-masonry.php:128
6576
  #: includes/elementor/widgets/recent-products.php:137
6577
- #: includes/elements/instagram-feed.php:110
6578
  msgid "Columns"
6579
  msgstr "ستون ها"
6580
 
@@ -6588,11 +6567,11 @@ msgstr "اندازه تصویر"
6588
  #: includes/elementor/widgets/recent-posts-land-style.php:548
6589
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6590
  #: includes/elementor/widgets/recent-products.php:490
6591
- #: includes/elements/gallery.php:292
6592
- #: includes/elements/recent-posts-grid-carousel.php:113
6593
- #: includes/elements/recent-posts-land-style.php:100
6594
- #: includes/elements/recent-posts-timeline.php:293
6595
- #: includes/elements/recent-products.php:86
6596
  msgid "Image aspect ratio"
6597
  msgstr "نسبت ابعاد تصویر"
6598
 
@@ -6606,25 +6585,25 @@ msgstr "پیوند"
6606
  msgid "Media File"
6607
  msgstr ""
6608
 
6609
- #: includes/elementor/widgets/gallery.php:217 includes/elements/gallery.php:323
6610
  msgid "Attachment Page"
6611
  msgstr "صفحه پیوست"
6612
 
6613
- #: includes/elementor/widgets/gallery.php:218 includes/elements/flickr.php:151
6614
- #: includes/elements/gallery.php:321
6615
  msgid "Lightbox"
6616
  msgstr "لایت باکس"
6617
 
6618
- #: includes/elementor/widgets/gallery.php:227 includes/elements/flickr.php:200
6619
  msgid "Pagination"
6620
  msgstr "صفحه بندی"
6621
 
6622
- #: includes/elementor/widgets/gallery.php:238 includes/elements/gallery.php:348
6623
  #, fuzzy
6624
  msgid "Enable lazyload"
6625
  msgstr "فعالسازی پس زمینه"
6626
 
6627
- #: includes/elementor/widgets/gallery.php:252 includes/elements/gallery.php:364
6628
  msgid "Images per page"
6629
  msgstr "تعداد عکس در صفحه"
6630
 
@@ -6633,7 +6612,7 @@ msgstr "تعداد عکس در صفحه"
6633
  msgid "Order by query"
6634
  msgstr "مرتب سازی تصاویر بر اساس کوئری"
6635
 
6636
- #: includes/elementor/widgets/gallery.php:298 includes/elements/gallery.php:188
6637
  msgid "Order images by"
6638
  msgstr "مرتب کردن تصاویر بر اساس"
6639
 
@@ -6817,8 +6796,8 @@ msgid "Shape"
6817
  msgstr "شکل"
6818
 
6819
  #: includes/elementor/widgets/icon.php:141
6820
- #: includes/elements/about-widget.php:122 includes/elements/dropcap.php:60
6821
- #: includes/general-hooks.php:355
6822
  msgid "Square"
6823
  msgstr "مربع"
6824
 
@@ -6876,9 +6855,9 @@ msgstr "تصویر پس زمینه"
6876
  #: includes/elementor/widgets/text.php:118
6877
  #: includes/elementor/widgets/text.php:140
6878
  #: includes/elementor/widgets/theme-elements/logo.php:214
6879
- #: includes/elements/about-widget.php:100 includes/elements/image.php:15
6880
- #: includes/elements/image.php:57 includes/elements/text.php:375
6881
- #: includes/elements/text.php:404
6882
  msgid "Image"
6883
  msgstr "تصویر"
6884
 
@@ -6902,48 +6881,48 @@ msgstr "نمایش تصویر"
6902
  msgid "Ribbon"
6903
  msgstr ""
6904
 
6905
- #: includes/elementor/widgets/image.php:186 includes/elements/image.php:288
6906
  #, fuzzy
6907
  msgid "Diplay Ribbon"
6908
  msgstr "نمایش دکمه لایک"
6909
 
6910
- #: includes/elementor/widgets/image.php:210 includes/elements/image.php:320
6911
  msgid "Ribbon Style"
6912
  msgstr ""
6913
 
6914
- #: includes/elementor/widgets/image.php:214 includes/elements/image.php:325
6915
- #: includes/elements/staff.php:199 includes/elements/text.php:97
6916
  msgid "Simple"
6917
  msgstr "ساده"
6918
 
6919
- #: includes/elementor/widgets/image.php:215 includes/elements/image.php:326
6920
  msgid "Corner"
6921
  msgstr ""
6922
 
6923
- #: includes/elementor/widgets/image.php:216 includes/elements/image.php:327
6924
  msgid "Cross"
6925
  msgstr ""
6926
 
6927
- #: includes/elementor/widgets/image.php:227 includes/elements/image.php:341
6928
  #, fuzzy
6929
  msgid "Ribbon Position"
6930
  msgstr "موقعیت"
6931
 
6932
- #: includes/elementor/widgets/image.php:231 includes/elements/image.php:346
6933
  #, fuzzy
6934
  msgid "Top Left"
6935
  msgstr "چپ"
6936
 
6937
- #: includes/elementor/widgets/image.php:232 includes/elements/image.php:347
6938
  #, fuzzy
6939
  msgid "Top Right"
6940
  msgstr "راست"
6941
 
6942
- #: includes/elementor/widgets/image.php:233 includes/elements/image.php:348
6943
  msgid "Bottom Left"
6944
  msgstr ""
6945
 
6946
- #: includes/elementor/widgets/image.php:234 includes/elements/image.php:349
6947
  #, fuzzy
6948
  msgid "Bottom Right"
6949
  msgstr "ارتفاع لوگو"
@@ -6954,7 +6933,7 @@ msgstr ""
6954
 
6955
  #: includes/elementor/widgets/image.php:278
6956
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6957
- #: includes/general-hooks.php:1938
6958
  msgid "Settings"
6959
  msgstr ""
6960
 
@@ -6963,11 +6942,11 @@ msgstr ""
6963
  msgid "Open in lightbox"
6964
  msgstr "بازشدن لایت باکس"
6965
 
6966
- #: includes/elementor/widgets/image.php:298 includes/elements/image.php:163
6967
  msgid "Iconic button"
6968
  msgstr "دکمه شکلک دار"
6969
 
6970
- #: includes/elementor/widgets/image.php:303 includes/elements/image.php:170
6971
  msgid "Plus"
6972
  msgstr "بعلاوه"
6973
 
@@ -7010,19 +6989,19 @@ msgstr ""
7010
  msgid "Placeholder color while loading image"
7011
  msgstr ""
7012
 
7013
- #: includes/elementor/widgets/image.php:382 includes/elements/image.php:263
7014
  msgid "Tilt Effect"
7015
  msgstr ""
7016
 
7017
- #: includes/elementor/widgets/image.php:383 includes/elements/image.php:264
7018
  msgid "Adds tilt effect to the image."
7019
  msgstr ""
7020
 
7021
- #: includes/elementor/widgets/image.php:396 includes/elements/image.php:275
7022
  msgid "Colorized Shadow"
7023
  msgstr ""
7024
 
7025
- #: includes/elementor/widgets/image.php:397 includes/elements/image.php:276
7026
  msgid ""
7027
  "Adds colorized shadow to the image. Note: This feature is not available when "
7028
  "image hover is active."
@@ -7171,13 +7150,13 @@ msgstr ""
7171
  #: includes/elementor/widgets/recent-posts-tiles.php:250
7172
  #: includes/elementor/widgets/recent-posts-timeline.php:382
7173
  #: includes/elementor/widgets/recent-products.php:327
7174
- #: includes/elements/popular-posts-widget.php:65
7175
- #: includes/elements/recent-posts-grid-carousel.php:99
7176
- #: includes/elements/recent-posts-land-style.php:86
7177
- #: includes/elements/recent-posts-masonry.php:86
7178
- #: includes/elements/recent-posts-tiles.php:85
7179
- #: includes/elements/recent-posts-timeline.php:80
7180
- #: includes/elements/recent-posts-widget.php:71
7181
  msgid "Number of posts to show"
7182
  msgstr "تعداد نوشته ها برای نمایش"
7183
 
@@ -7189,83 +7168,83 @@ msgstr "تعداد نوشته ها برای نمایش"
7189
  #: includes/elementor/widgets/recent-posts-tiles.php:231
7190
  #: includes/elementor/widgets/recent-posts-timeline.php:363
7191
  #: includes/elementor/widgets/recent-products.php:308
7192
- #: includes/elements/latest-posts-slider.php:70
7193
- #: includes/elements/latest-posts-slider.php:84
7194
- #: includes/elements/latest-posts-slider.php:98
7195
- #: includes/elements/latest-posts-slider.php:112
7196
- #: includes/elements/latest-posts-slider.php:126
7197
- #: includes/elements/latest-posts-slider.php:150
7198
- #: includes/elements/latest-posts-slider.php:168
7199
- #: includes/elements/latest-posts-slider.php:238
7200
- #: includes/elements/recent-posts-grid-carousel.php:95
7201
- #: includes/elements/recent-posts-grid-carousel.php:109
7202
- #: includes/elements/recent-posts-grid-carousel.php:142
7203
- #: includes/elements/recent-posts-grid-carousel.php:155
7204
- #: includes/elements/recent-posts-grid-carousel.php:196
7205
- #: includes/elements/recent-posts-grid-carousel.php:214
7206
- #: includes/elements/recent-posts-grid-carousel.php:228
7207
- #: includes/elements/recent-posts-grid-carousel.php:242
7208
- #: includes/elements/recent-posts-grid-carousel.php:256
7209
- #: includes/elements/recent-posts-grid-carousel.php:270
7210
- #: includes/elements/recent-posts-land-style.php:82
7211
- #: includes/elements/recent-posts-land-style.php:96
7212
- #: includes/elements/recent-posts-land-style.php:129
7213
- #: includes/elements/recent-posts-land-style.php:142
7214
- #: includes/elements/recent-posts-land-style.php:158
7215
- #: includes/elements/recent-posts-land-style.php:183
7216
- #: includes/elements/recent-posts-land-style.php:201
7217
- #: includes/elements/recent-posts-land-style.php:215
7218
- #: includes/elements/recent-posts-land-style.php:229
7219
- #: includes/elements/recent-posts-land-style.php:243
7220
- #: includes/elements/recent-posts-land-style.php:257
7221
- #: includes/elements/recent-posts-masonry.php:82
7222
- #: includes/elements/recent-posts-masonry.php:96
7223
- #: includes/elements/recent-posts-masonry.php:109
7224
- #: includes/elements/recent-posts-masonry.php:122
7225
- #: includes/elements/recent-posts-masonry.php:163
7226
- #: includes/elements/recent-posts-masonry.php:181
7227
- #: includes/elements/recent-posts-masonry.php:195
7228
- #: includes/elements/recent-posts-masonry.php:209
7229
- #: includes/elements/recent-posts-masonry.php:223
7230
- #: includes/elements/recent-posts-masonry.php:237
7231
- #: includes/elements/recent-posts-tiles-carousel.php:68
7232
- #: includes/elements/recent-posts-tiles-carousel.php:82
7233
- #: includes/elements/recent-posts-tiles-carousel.php:96
7234
- #: includes/elements/recent-posts-tiles-carousel.php:109
7235
- #: includes/elements/recent-posts-tiles-carousel.php:122
7236
- #: includes/elements/recent-posts-tiles-carousel.php:138
7237
- #: includes/elements/recent-posts-tiles-carousel.php:163
7238
- #: includes/elements/recent-posts-tiles-carousel.php:181
7239
- #: includes/elements/recent-posts-tiles-carousel.php:195
7240
- #: includes/elements/recent-posts-tiles-carousel.php:209
7241
- #: includes/elements/recent-posts-tiles-carousel.php:223
7242
- #: includes/elements/recent-posts-tiles-carousel.php:248
7243
- #: includes/elements/recent-posts-tiles-carousel.php:266
7244
- #: includes/elements/recent-posts-tiles-carousel.php:280
7245
- #: includes/elements/recent-posts-tiles.php:81
7246
- #: includes/elements/recent-posts-tiles.php:95
7247
- #: includes/elements/recent-posts-tiles.php:108
7248
- #: includes/elements/recent-posts-tiles.php:121
7249
- #: includes/elements/recent-posts-tiles.php:137
7250
- #: includes/elements/recent-posts-tiles.php:193
7251
- #: includes/elements/recent-posts-tiles.php:211
7252
- #: includes/elements/recent-posts-tiles.php:225
7253
- #: includes/elements/recent-posts-tiles.php:239
7254
- #: includes/elements/recent-posts-tiles.php:253
7255
- #: includes/elements/recent-posts-tiles.php:278
7256
- #: includes/elements/recent-posts-tiles.php:296
7257
- #: includes/elements/recent-posts-tiles.php:310
7258
- #: includes/elements/recent-posts-timeline.php:76
7259
- #: includes/elements/recent-posts-timeline.php:90
7260
- #: includes/elements/recent-posts-timeline.php:103
7261
- #: includes/elements/recent-posts-timeline.php:116
7262
- #: includes/elements/recent-posts-timeline.php:132
7263
- #: includes/elements/recent-posts-timeline.php:188
7264
- #: includes/elements/recent-posts-timeline.php:206
7265
- #: includes/elements/recent-posts-timeline.php:220
7266
- #: includes/elements/recent-posts-timeline.php:234
7267
- #: includes/elements/recent-posts-timeline.php:248
7268
- #: includes/elements/recent-posts-timeline.php:262
7269
  msgid "Query"
7270
  msgstr ""
7271
 
@@ -7308,15 +7287,15 @@ msgstr ""
7308
  #: includes/elementor/widgets/recent-posts-tiles.php:238
7309
  #: includes/elementor/widgets/recent-posts-timeline.php:370
7310
  #: includes/elementor/widgets/recent-products.php:315
7311
- #: includes/elements/popular-posts-widget.php:236
7312
- #: includes/elements/recent-posts-grid-carousel.php:84
7313
- #: includes/elements/recent-posts-land-style.php:71
7314
- #: includes/elements/recent-posts-masonry.php:71
7315
- #: includes/elements/recent-posts-tiles-carousel.php:57
7316
- #: includes/elements/recent-posts-tiles.php:70
7317
- #: includes/elements/recent-posts-timeline.php:65
7318
- #: includes/elements/recent-posts-widget.php:191
7319
- #: includes/elements/recent-products.php:70
7320
  msgid "Categories"
7321
  msgstr "دسته ها"
7322
 
@@ -7340,18 +7319,18 @@ msgstr "نادیده گرفتن نوشته های بدون رسانه"
7340
  #: includes/elementor/widgets/recent-posts-tiles.php:301
7341
  #: includes/elementor/widgets/recent-posts-timeline.php:433
7342
  #: includes/elementor/widgets/recent-products.php:351
7343
- #: includes/elements/latest-posts-slider.php:130
7344
- #: includes/elements/popular-posts-widget.php:189
7345
- #: includes/elements/recent-posts-grid-carousel.php:175
7346
- #: includes/elements/recent-posts-land-style.php:162
7347
- #: includes/elements/recent-posts-masonry.php:142
7348
- #: includes/elements/recent-posts-tiles-carousel.php:142
7349
- #: includes/elements/recent-posts-tiles-carousel.php:227
7350
- #: includes/elements/recent-posts-tiles.php:172
7351
- #: includes/elements/recent-posts-tiles.php:257
7352
- #: includes/elements/recent-posts-timeline.php:167
7353
- #: includes/elements/recent-posts-widget.php:149
7354
- #: includes/elements/recent-products.php:121
7355
  msgid "Order by"
7356
  msgstr "مرتب سازی بر اساس"
7357
 
@@ -7363,6 +7342,29 @@ msgstr "مرتب سازی بر اساس"
7363
  #: includes/elementor/widgets/recent-posts-tiles.php:310
7364
  #: includes/elementor/widgets/recent-posts-timeline.php:442
7365
  #: includes/elementor/widgets/recent-products.php:360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7366
  #: includes/elements/latest-posts-slider.php:141
7367
  #: includes/elements/popular-posts-widget.php:202
7368
  #: includes/elements/recent-posts-grid-carousel.php:188
@@ -7375,31 +7377,8 @@ msgstr "مرتب سازی بر اساس"
7375
  #: includes/elements/recent-posts-timeline.php:180
7376
  #: includes/elements/recent-posts-widget.php:162
7377
  #: includes/elements/recent-products.php:134
7378
- msgid "Comments"
7379
- msgstr "دیدگاه ها"
7380
-
7381
- #: includes/elementor/widgets/products-grid.php:243
7382
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
7383
- #: includes/elementor/widgets/recent-posts-land-style.php:432
7384
- #: includes/elementor/widgets/recent-posts-masonry.php:527
7385
- #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7386
- #: includes/elementor/widgets/recent-posts-tiles.php:311
7387
- #: includes/elementor/widgets/recent-posts-timeline.php:443
7388
- #: includes/elementor/widgets/recent-products.php:361
7389
- #: includes/elements/latest-posts-slider.php:142
7390
- #: includes/elements/popular-posts-widget.php:203
7391
- #: includes/elements/recent-posts-grid-carousel.php:189
7392
- #: includes/elements/recent-posts-land-style.php:176
7393
- #: includes/elements/recent-posts-masonry.php:156
7394
- #: includes/elements/recent-posts-tiles-carousel.php:156
7395
- #: includes/elements/recent-posts-tiles-carousel.php:241
7396
- #: includes/elements/recent-posts-tiles.php:186
7397
- #: includes/elements/recent-posts-tiles.php:271
7398
- #: includes/elements/recent-posts-timeline.php:181
7399
- #: includes/elements/recent-posts-widget.php:163
7400
- #: includes/elements/recent-products.php:135
7401
- msgid "Date Modified"
7402
- msgstr "تاریخ ویرایش"
7403
 
7404
  #: includes/elementor/widgets/products-grid.php:245
7405
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:800
@@ -7409,15 +7388,15 @@ msgstr "تاریخ ویرایش"
7409
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7410
  #: includes/elementor/widgets/recent-posts-timeline.php:445
7411
  #: includes/elementor/widgets/recent-products.php:363
7412
- #: includes/elements/recent-posts-grid-carousel.php:191
7413
- #: includes/elements/recent-posts-land-style.php:178
7414
- #: includes/elements/recent-posts-masonry.php:158
7415
- #: includes/elements/recent-posts-tiles-carousel.php:158
7416
- #: includes/elements/recent-posts-tiles-carousel.php:243
7417
- #: includes/elements/recent-posts-tiles.php:188
7418
- #: includes/elements/recent-posts-tiles.php:273
7419
- #: includes/elements/recent-posts-timeline.php:183
7420
- #: includes/elements/recent-products.php:137
7421
  #, fuzzy
7422
  msgid "Inserted Post IDs"
7423
  msgstr "افزودن متای نوشته"
@@ -7430,6 +7409,29 @@ msgstr "افزودن متای نوشته"
7430
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7431
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7432
  #: includes/elementor/widgets/recent-products.php:375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7433
  #: includes/elements/latest-posts-slider.php:160
7434
  #: includes/elements/popular-posts-widget.php:221
7435
  #: includes/elements/recent-posts-grid-carousel.php:208
@@ -7442,41 +7444,18 @@ msgstr "افزودن متای نوشته"
7442
  #: includes/elements/recent-posts-timeline.php:200
7443
  #: includes/elements/recent-posts-widget.php:181
7444
  #: includes/elements/recent-products.php:154
7445
- msgid "Descending"
7446
- msgstr "نزولی"
7447
-
7448
- #: includes/elementor/widgets/products-grid.php:258
7449
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7450
- #: includes/elementor/widgets/recent-posts-land-style.php:447
7451
- #: includes/elementor/widgets/recent-posts-masonry.php:542
7452
- #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7453
- #: includes/elementor/widgets/recent-posts-tiles.php:326
7454
- #: includes/elementor/widgets/recent-posts-timeline.php:458
7455
- #: includes/elementor/widgets/recent-products.php:376
7456
- #: includes/elements/latest-posts-slider.php:161
7457
- #: includes/elements/popular-posts-widget.php:222
7458
- #: includes/elements/recent-posts-grid-carousel.php:209
7459
- #: includes/elements/recent-posts-land-style.php:196
7460
- #: includes/elements/recent-posts-masonry.php:176
7461
- #: includes/elements/recent-posts-tiles-carousel.php:176
7462
- #: includes/elements/recent-posts-tiles-carousel.php:261
7463
- #: includes/elements/recent-posts-tiles.php:206
7464
- #: includes/elements/recent-posts-tiles.php:291
7465
- #: includes/elements/recent-posts-timeline.php:201
7466
- #: includes/elements/recent-posts-widget.php:182
7467
- #: includes/elements/recent-products.php:155
7468
  msgid "Ascending"
7469
  msgstr "صعودی"
7470
 
7471
  #: includes/elementor/widgets/products-grid.php:266
7472
  #: includes/elementor/widgets/recent-products.php:384
7473
- #: includes/elements/recent-products.php:164
7474
  msgid "Only products"
7475
  msgstr ""
7476
 
7477
  #: includes/elementor/widgets/products-grid.php:267
7478
  #: includes/elementor/widgets/recent-products.php:385
7479
- #: includes/elements/recent-products.php:165
7480
  msgid ""
7481
  "If you intend to display ONLY specific products, you should specify the "
7482
  "products here. You have to insert the Products IDs that are separated by "
@@ -7485,14 +7464,14 @@ msgstr ""
7485
 
7486
  #: includes/elementor/widgets/products-grid.php:275
7487
  #: includes/elementor/widgets/recent-products.php:393
7488
- #: includes/elements/recent-products.php:178
7489
  #, fuzzy
7490
  msgid "Include products"
7491
  msgstr "شامل شدن این نوشته ها"
7492
 
7493
  #: includes/elementor/widgets/products-grid.php:276
7494
  #: includes/elementor/widgets/recent-products.php:394
7495
- #: includes/elements/recent-products.php:179
7496
  msgid ""
7497
  "If you intend to include additional products, you should specify the "
7498
  "products here. You have to insert the Products IDs that are separated by "
@@ -7501,14 +7480,14 @@ msgstr ""
7501
 
7502
  #: includes/elementor/widgets/products-grid.php:284
7503
  #: includes/elementor/widgets/recent-products.php:402
7504
- #: includes/elements/recent-products.php:192
7505
  #, fuzzy
7506
  msgid "Exclude products"
7507
  msgstr "نادیده گرفتن این نوشته ها"
7508
 
7509
  #: includes/elementor/widgets/products-grid.php:285
7510
  #: includes/elementor/widgets/recent-products.php:403
7511
- #: includes/elements/recent-products.php:193
7512
  msgid ""
7513
  "If you intend to exclude specific products from result, you should specify "
7514
  "the products here. You have to insert the Products IDs that are separated by "
@@ -7516,7 +7495,7 @@ msgid ""
7516
  msgstr ""
7517
 
7518
  #: includes/elementor/widgets/products-grid.php:294
7519
- #: includes/elements/recent-products.php:207
7520
  #, fuzzy
7521
  msgid "Number of products to displace or pass over."
7522
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
@@ -7606,7 +7585,7 @@ msgstr "متنی را به عنوان محتوا وارد کنید."
7606
  msgid "Type your description here"
7607
  msgstr "توضیحات المان"
7608
 
7609
- #: includes/elementor/widgets/quote.php:156 includes/elements/quote.php:103
7610
  #, fuzzy
7611
  msgid "Text alignment"
7612
  msgstr "تراز متن"
@@ -7616,7 +7595,7 @@ msgstr "تراز متن"
7616
  msgid "Quote Symbol"
7617
  msgstr "نقل قول معمولی"
7618
 
7619
- #: includes/elementor/widgets/quote.php:219 includes/elements/quote.php:142
7620
  msgid "Insert quote symbol"
7621
  msgstr "افزودن نماد نقل قول"
7622
 
@@ -7636,8 +7615,8 @@ msgstr ""
7636
 
7637
  #: includes/elementor/widgets/quote.php:322
7638
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:200
7639
- #: includes/elements/instagram-feed.php:224
7640
- #: includes/elements/recent-posts-grid-carousel.php:579
7641
  msgid "Background color"
7642
  msgstr "رنگ پس زمینه"
7643
 
@@ -7741,18 +7720,18 @@ msgid "Inherited from larger"
7741
  msgstr ""
7742
 
7743
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:149
7744
- #: includes/elements/recent-posts-grid-carousel.php:529
7745
  #, fuzzy
7746
  msgid "Display items as"
7747
  msgstr "نمایش آیتم ها در"
7748
 
7749
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:154
7750
- #: includes/elements/recent-posts-grid-carousel.php:538
7751
  msgid "Grid - Table Style"
7752
  msgstr ""
7753
 
7754
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:155
7755
- #: includes/elements/recent-posts-grid-carousel.php:539
7756
  #, fuzzy
7757
  msgid "Grid - Modern Style"
7758
  msgstr "ظاهر جداکننده"
@@ -7762,141 +7741,141 @@ msgid "Flip"
7762
  msgstr ""
7763
 
7764
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:157
7765
- #: includes/elements/recent-posts-grid-carousel.php:540
7766
  msgid "Carousel - Modern Style"
7767
  msgstr ""
7768
 
7769
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:158
7770
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:193
7771
- #: includes/elements/recent-posts-grid-carousel.php:541
7772
- #: includes/elements/recent-posts-grid-carousel.php:630
7773
- #: includes/elements/recent-posts-grid-carousel.php:652
7774
- #: includes/elements/recent-posts-grid-carousel.php:672
7775
- #: includes/elements/recent-posts-grid-carousel.php:692
7776
- #: includes/elements/recent-posts-grid-carousel.php:707
7777
- #: includes/elements/recent-posts-grid-carousel.php:723
7778
- #: includes/elements/recent-posts-grid-carousel.php:740
7779
- #: includes/elements/recent-posts-tiles-carousel.php:421
7780
- #: includes/elements/recent-posts-tiles-carousel.php:443
7781
- #: includes/elements/recent-posts-tiles-carousel.php:458
7782
- #: includes/elements/recent-posts-tiles-carousel.php:474
7783
- #: includes/elements/recent-posts-tiles-carousel.php:491
7784
  #, fuzzy
7785
  msgid "Carousel"
7786
  msgstr "اکسین گردونه"
7787
 
7788
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:166
7789
- #: includes/elements/recent-posts-grid-carousel.php:595
7790
  msgid "Column space"
7791
  msgstr "فضای بین ستون ها"
7792
 
7793
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:167
7794
- #: includes/elements/recent-posts-grid-carousel.php:596
7795
  #, fuzzy
7796
  msgid "Specifies horizontal space between items (pixel)."
7797
  msgstr "فضای خالی بین تصاویر را مشخص می کند."
7798
 
7799
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:179
7800
  #: includes/elementor/widgets/recent-posts-masonry.php:149
7801
- #: includes/elements/recent-posts-grid-carousel.php:550
7802
  msgid "Content layout"
7803
  msgstr "چیدمان محتوا"
7804
 
7805
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:183
7806
  #: includes/elementor/widgets/recent-posts-masonry.php:153
7807
- #: includes/elements/recent-posts-grid-carousel.php:558
7808
  msgid "Full Content"
7809
  msgstr "محتوای کامل"
7810
 
7811
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:184
7812
  #: includes/elementor/widgets/recent-posts-masonry.php:154
7813
- #: includes/elements/recent-posts-grid-carousel.php:559
7814
  msgid "Boxed Content"
7815
  msgstr "محتوای جعبه ای"
7816
 
7817
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:195
7818
- #: includes/elements/recent-posts-grid-carousel.php:571
7819
  msgid "Mouse Over Effect"
7820
  msgstr ""
7821
 
7822
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:201
7823
- #: includes/elements/recent-posts-grid-carousel.php:580
7824
  #, fuzzy
7825
  msgid "Cover image"
7826
  msgstr "تصویر پوستر"
7827
 
7828
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:202
7829
- #: includes/elements/recent-posts-grid-carousel.php:581
7830
  #, fuzzy
7831
  msgid "Cover image or background color"
7832
  msgstr "رنگ پس زمینه دلخواه"
7833
 
7834
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:203
7835
- #: includes/elements/recent-posts-grid-carousel.php:582
7836
  msgid "Nothing"
7837
  msgstr ""
7838
 
7839
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:214
7840
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:237
7841
- #: includes/elements/recent-posts-grid-carousel.php:612
7842
- #: includes/elements/recent-posts-tiles-carousel.php:403
7843
  msgid "Navigation type"
7844
  msgstr "نوع ناوبری"
7845
 
7846
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:218
7847
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:241
7848
- #: includes/elements/recent-posts-grid-carousel.php:620
7849
- #: includes/elements/recent-posts-tiles-carousel.php:411
7850
  msgid "Move per column"
7851
  msgstr "حرکت در هر ستون"
7852
 
7853
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:219
7854
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:242
7855
- #: includes/elements/recent-posts-grid-carousel.php:621
7856
- #: includes/elements/recent-posts-tiles-carousel.php:412
7857
  msgid "Move per page"
7858
  msgstr "حرکت در هر صفحه"
7859
 
7860
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:220
7861
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:243
7862
- #: includes/elements/recent-posts-grid-carousel.php:622
7863
- #: includes/elements/recent-posts-tiles-carousel.php:413
7864
  msgid "Smooth scroll"
7865
  msgstr "اسکرول آرام"
7866
 
7867
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:236
7868
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:206
7869
- #: includes/elements/recent-posts-grid-carousel.php:642
7870
- #: includes/elements/recent-posts-tiles-carousel.php:433
7871
  msgid "Arrows"
7872
  msgstr "فلش ها"
7873
 
7874
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:237
7875
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:207
7876
- #: includes/elements/recent-posts-grid-carousel.php:643
7877
- #: includes/elements/recent-posts-tiles-carousel.php:434
7878
  msgid "Bullets"
7879
  msgstr "گلوله ها"
7880
 
7881
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:248
7882
- #: includes/elements/recent-posts-grid-carousel.php:656
7883
  #, fuzzy
7884
  msgid "Control Position"
7885
  msgstr "موقعیت"
7886
 
7887
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:253
7888
- #: includes/elements/recent-posts-grid-carousel.php:664
7889
  msgid "Side"
7890
  msgstr ""
7891
 
7892
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:264
7893
- #: includes/elements/recent-posts-grid-carousel.php:676
7894
  #, fuzzy
7895
  msgid "Control Skin"
7896
  msgstr "نمای صفحه ورود"
7897
 
7898
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:268
7899
- #: includes/elements/recent-posts-grid-carousel.php:683
7900
  #, fuzzy
7901
  msgid "boxed"
7902
  msgstr "جعبه ای"
@@ -7904,31 +7883,31 @@ msgstr "جعبه ای"
7904
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:280
7905
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:251
7906
  #: includes/elementor/widgets/touch-slider.php:140
7907
- #: includes/elements/recent-posts-grid-carousel.php:696
7908
- #: includes/elements/recent-posts-tiles-carousel.php:447
7909
  msgid "Loop navigation"
7910
  msgstr "ناوبری چرخه ای"
7911
 
7912
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:295
7913
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:263
7914
- #: includes/elements/recent-posts-grid-carousel.php:711
7915
- #: includes/elements/recent-posts-tiles-carousel.php:462
7916
  msgid "Autoplay carousel"
7917
  msgstr "نمایش خودکار گردونه"
7918
 
7919
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:310
7920
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:275
7921
  #: includes/elementor/widgets/touch-slider.php:164
7922
- #: includes/elements/recent-posts-grid-carousel.php:727
7923
- #: includes/elements/recent-posts-tiles-carousel.php:478
7924
  msgid "Autoplay delay"
7925
  msgstr "تاخیر شروع خودکار"
7926
 
7927
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:311
7928
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:276
7929
  #: includes/elementor/widgets/touch-slider.php:165
7930
- #: includes/elements/recent-posts-grid-carousel.php:728
7931
- #: includes/elements/recent-posts-tiles-carousel.php:479
7932
  msgid "Specifies the delay between auto-forwarding in seconds."
7933
  msgstr "تاخیر بین حرکت های رو به جلو را بر حسب ثانیه مشخص می کند."
7934
 
@@ -7950,10 +7929,10 @@ msgstr "نوع نمایش"
7950
  #: includes/elementor/widgets/recent-posts-masonry.php:176
7951
  #: includes/elementor/widgets/recent-posts-timeline.php:163
7952
  #: includes/elementor/widgets/recent-products.php:209
7953
- #: includes/elements/recent-posts-grid-carousel.php:274
7954
- #: includes/elements/recent-posts-land-style.php:261
7955
- #: includes/elements/recent-posts-masonry.php:241
7956
- #: includes/elements/recent-posts-timeline.php:313
7957
  msgid "Display post media (image, video, etc)"
7958
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
7959
 
@@ -7972,10 +7951,10 @@ msgstr ""
7972
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:299
7973
  #: includes/elementor/widgets/recent-posts-tiles.php:201
7974
  #: includes/elementor/widgets/recent-posts-timeline.php:234
7975
- #: includes/elements/recent-posts-grid-carousel.php:288
7976
- #: includes/elements/recent-posts-land-style.php:275
7977
- #: includes/elements/recent-posts-masonry.php:255
7978
- #: includes/elements/recent-posts-timeline.php:327
7979
  msgid "Display post title"
7980
  msgstr "نمایش عنوان پست"
7981
 
@@ -7989,7 +7968,7 @@ msgstr "لینک عنوان"
7989
  #: includes/elementor/widgets/recent-posts-masonry.php:259
7990
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:311
7991
  #: includes/elementor/widgets/recent-posts-tiles.php:213
7992
- #: includes/elements/recent-posts-grid-carousel.php:301
7993
  #, fuzzy
7994
  msgid "Display post info"
7995
  msgstr "نمایش عنوان پست"
@@ -8001,7 +7980,7 @@ msgstr "نمایش آیتم ها در"
8001
 
8002
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:471
8003
  #: includes/elementor/widgets/recent-posts-masonry.php:271
8004
- #: includes/elements/recent-posts-grid-carousel.php:325
8005
  #, fuzzy
8006
  msgid "Post info position"
8007
  msgstr "موقعیت تصویر یا شکلک"
@@ -8011,8 +7990,8 @@ msgstr "موقعیت تصویر یا شکلک"
8011
  #: includes/elementor/widgets/recent-posts-masonry.php:287
8012
  #: includes/elementor/widgets/recent-products.php:278
8013
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
8014
- #: includes/elements/recent-posts-grid-carousel.php:346
8015
- #: includes/elements/recent-products.php:261
8016
  #, fuzzy
8017
  msgid "Display Categories"
8018
  msgstr "همه دسته ها"
@@ -8032,7 +8011,7 @@ msgstr "نمایش نویسنده یا ادامه نوشته"
8032
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
8033
  #: includes/elementor/widgets/recent-posts-land-style.php:249
8034
  #: includes/elementor/widgets/recent-posts-masonry.php:315
8035
- #: includes/elements/recent-posts-grid-carousel.php:363
8036
  #, fuzzy
8037
  msgid "Display Date"
8038
  msgstr "نمایش تصویر"
@@ -8055,7 +8034,7 @@ msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود
8055
 
8056
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
8057
  #: includes/elementor/widgets/recent-posts-masonry.php:330
8058
- #: includes/elements/recent-posts-grid-carousel.php:313
8059
  #, fuzzy
8060
  msgid "Display post content"
8061
  msgstr "نمایش تاریخ نوشته"
@@ -8070,9 +8049,9 @@ msgstr "نمایش زبانه دیدگاه ها"
8070
  #: includes/elementor/widgets/recent-posts-land-style.php:276
8071
  #: includes/elementor/widgets/recent-posts-masonry.php:342
8072
  #: includes/elementor/widgets/recent-posts-timeline.php:258
8073
- #: includes/elements/recent-posts-grid-carousel.php:380
8074
- #: includes/elements/recent-posts-land-style.php:300
8075
- #: includes/elements/recent-posts-masonry.php:280
8076
  msgid "Display like button"
8077
  msgstr "نمایش دکمه لایک"
8078
 
@@ -8080,9 +8059,9 @@ msgstr "نمایش دکمه لایک"
8080
  #: includes/elementor/widgets/recent-posts-land-style.php:288
8081
  #: includes/elementor/widgets/recent-posts-masonry.php:366
8082
  #: includes/elementor/widgets/recent-posts-timeline.php:282
8083
- #: includes/elements/popular-posts-widget.php:146
8084
- #: includes/elements/recent-posts-timeline.php:352
8085
- #: includes/elements/recent-posts-widget.php:106
8086
  msgid "Display excerpt"
8087
  msgstr "نمایش خلاصه"
8088
 
@@ -8090,9 +8069,9 @@ msgstr "نمایش خلاصه"
8090
  #: includes/elementor/widgets/recent-posts-land-style.php:289
8091
  #: includes/elementor/widgets/recent-posts-masonry.php:367
8092
  #: includes/elementor/widgets/recent-posts-timeline.php:283
8093
- #: includes/elements/popular-posts-widget.php:147
8094
- #: includes/elements/recent-posts-timeline.php:353
8095
- #: includes/elements/recent-posts-widget.php:107
8096
  msgid "Enable it to display post summary instead of full content."
8097
  msgstr "برای نمایش خلاصه نوشته به جای محتوای کامل این گزینه را فعال کنید."
8098
 
@@ -8100,12 +8079,12 @@ msgstr "برای نمایش خلاصه نوشته به جای محتوای کا
8100
  #: includes/elementor/widgets/recent-posts-land-style.php:301
8101
  #: includes/elementor/widgets/recent-posts-masonry.php:379
8102
  #: includes/elementor/widgets/recent-posts-timeline.php:295
8103
- #: includes/elements/popular-posts-widget.php:175
8104
- #: includes/elements/recent-posts-grid-carousel.php:425
8105
- #: includes/elements/recent-posts-land-style.php:345
8106
- #: includes/elements/recent-posts-masonry.php:325
8107
- #: includes/elements/recent-posts-timeline.php:367
8108
- #: includes/elements/recent-posts-widget.php:135
8109
  msgid "Excerpt length"
8110
  msgstr "طول خلاصه"
8111
 
@@ -8113,10 +8092,10 @@ msgstr "طول خلاصه"
8113
  #: includes/elementor/widgets/recent-posts-land-style.php:302
8114
  #: includes/elementor/widgets/recent-posts-masonry.php:380
8115
  #: includes/elementor/widgets/recent-posts-timeline.php:296
8116
- #: includes/elements/recent-posts-grid-carousel.php:426
8117
- #: includes/elements/recent-posts-land-style.php:346
8118
- #: includes/elements/recent-posts-masonry.php:326
8119
- #: includes/elements/recent-posts-timeline.php:368
8120
  msgid "Specify summary content in character."
8121
  msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کند."
8122
 
@@ -8124,10 +8103,10 @@ msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کن
8124
  #: includes/elementor/widgets/recent-posts-land-style.php:314
8125
  #: includes/elementor/widgets/recent-posts-masonry.php:392
8126
  #: includes/elementor/widgets/recent-posts-timeline.php:308
8127
- #: includes/elements/recent-posts-grid-carousel.php:439
8128
- #: includes/elements/recent-posts-land-style.php:363
8129
- #: includes/elements/recent-posts-masonry.php:339
8130
- #: includes/elements/recent-posts-timeline.php:384
8131
  msgid "Display author or read more"
8132
  msgstr "نمایش نویسنده یا ادامه نوشته"
8133
 
@@ -8135,10 +8114,10 @@ msgstr "نمایش نویسنده یا ادامه نوشته"
8135
  #: includes/elementor/widgets/recent-posts-land-style.php:316
8136
  #: includes/elementor/widgets/recent-posts-masonry.php:394
8137
  #: includes/elementor/widgets/recent-posts-timeline.php:310
8138
- #: includes/elements/recent-posts-grid-carousel.php:440
8139
- #: includes/elements/recent-posts-land-style.php:364
8140
- #: includes/elements/recent-posts-masonry.php:340
8141
- #: includes/elements/recent-posts-timeline.php:385
8142
  msgid "Specifies whether to show author or read more on each post."
8143
  msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در هر نوشته نشان داده شود یا خیر."
8144
 
@@ -8149,10 +8128,10 @@ msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در
8149
  #: includes/elementor/widgets/recent-posts-masonry.php:1221
8150
  #: includes/elementor/widgets/recent-posts-timeline.php:314
8151
  #: includes/elementor/widgets/text.php:301
8152
- #: includes/elements/recent-posts-grid-carousel.php:447
8153
- #: includes/elements/recent-posts-land-style.php:371
8154
- #: includes/elements/recent-posts-masonry.php:347
8155
- #: includes/elements/recent-posts-timeline.php:392
8156
  msgid "Read More"
8157
  msgstr "بیشتر بخوانید"
8158
 
@@ -8188,14 +8167,14 @@ msgstr ""
8188
  #: includes/elementor/widgets/recent-posts-tiles.php:239
8189
  #: includes/elementor/widgets/recent-posts-timeline.php:371
8190
  #: includes/elementor/widgets/recent-products.php:316
8191
- #: includes/elements/recent-posts-grid-carousel.php:85
8192
- #: includes/elements/recent-posts-land-style.php:72
8193
- #: includes/elements/recent-posts-masonry.php:72
8194
- #: includes/elements/recent-posts-tiles-carousel.php:58
8195
- #: includes/elements/recent-posts-tiles.php:71
8196
- #: includes/elements/recent-posts-timeline.php:66
8197
- #: includes/elements/recent-posts-widget.php:192
8198
- #: includes/elements/recent-products.php:71
8199
  msgid "Specifies a category that you want to show posts from it."
8200
  msgstr "دسته ای که می خواهید نوشته ها از آن نشان داده شوند را مشخص کنید."
8201
 
@@ -8206,18 +8185,18 @@ msgstr "دسته ای که می خواهید نوشته ها از آن نشان
8206
  #: includes/elementor/widgets/recent-posts-tiles.php:262
8207
  #: includes/elementor/widgets/recent-posts-timeline.php:394
8208
  #: includes/elementor/widgets/recent-products.php:339
8209
- #: includes/elements/recent-posts-grid-carousel.php:133
8210
- #: includes/elements/recent-posts-land-style.php:120
8211
- #: includes/elements/recent-posts-masonry.php:100
8212
- #: includes/elements/recent-posts-tiles-carousel.php:100
8213
- #: includes/elements/recent-posts-tiles.php:99
8214
- #: includes/elements/recent-posts-timeline.php:94
8215
- #: includes/elements/recent-products.php:108
8216
  msgid "Exclude posts without media"
8217
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
8218
 
8219
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
8220
- #: includes/elements/recent-posts-timeline.php:107
8221
  #, fuzzy
8222
  msgid "Exclude all custom post formats"
8223
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
@@ -8255,12 +8234,12 @@ msgstr "فایل ویدیو"
8255
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
8256
  #: includes/elementor/widgets/recent-posts-tiles.php:286
8257
  #: includes/elementor/widgets/recent-posts-timeline.php:418
8258
- #: includes/elements/recent-posts-grid-carousel.php:159
8259
- #: includes/elements/recent-posts-land-style.php:146
8260
- #: includes/elements/recent-posts-masonry.php:126
8261
- #: includes/elements/recent-posts-tiles-carousel.php:126
8262
- #: includes/elements/recent-posts-tiles.php:125
8263
- #: includes/elements/recent-posts-timeline.php:120
8264
  #, fuzzy
8265
  msgid "Exclude quote and link post formats"
8266
  msgstr "نادیده گرفتن نوشته های سبک نقل قول و لینک"
@@ -8271,12 +8250,12 @@ msgstr "نادیده گرفتن نوشته های سبک نقل قول و لین
8271
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
8272
  #: includes/elementor/widgets/recent-posts-tiles.php:334
8273
  #: includes/elementor/widgets/recent-posts-timeline.php:466
8274
- #: includes/elements/recent-posts-grid-carousel.php:218
8275
- #: includes/elements/recent-posts-land-style.php:205
8276
- #: includes/elements/recent-posts-masonry.php:185
8277
- #: includes/elements/recent-posts-tiles-carousel.php:185
8278
- #: includes/elements/recent-posts-tiles.php:215
8279
- #: includes/elements/recent-posts-timeline.php:210
8280
  #, fuzzy
8281
  msgid "Only posts"
8282
  msgstr "شامل شدن این نوشته ها"
@@ -8287,12 +8266,12 @@ msgstr "شامل شدن این نوشته ها"
8287
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
8288
  #: includes/elementor/widgets/recent-posts-tiles.php:335
8289
  #: includes/elementor/widgets/recent-posts-timeline.php:467
8290
- #: includes/elements/recent-posts-grid-carousel.php:219
8291
- #: includes/elements/recent-posts-land-style.php:206
8292
- #: includes/elements/recent-posts-masonry.php:186
8293
- #: includes/elements/recent-posts-tiles-carousel.php:186
8294
- #: includes/elements/recent-posts-tiles.php:216
8295
- #: includes/elements/recent-posts-timeline.php:211
8296
  msgid ""
8297
  "If you intend to display ONLY specific posts, you should specify the posts "
8298
  "here. You have to insert the post IDs that are separated by comma (eg. "
@@ -8305,14 +8284,14 @@ msgstr ""
8305
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
8306
  #: includes/elementor/widgets/recent-posts-tiles.php:343
8307
  #: includes/elementor/widgets/recent-posts-timeline.php:475
8308
- #: includes/elements/latest-posts-slider.php:102
8309
- #: includes/elements/recent-posts-grid-carousel.php:232
8310
- #: includes/elements/recent-posts-land-style.php:219
8311
- #: includes/elements/recent-posts-masonry.php:199
8312
- #: includes/elements/recent-posts-tiles-carousel.php:199
8313
- #: includes/elements/recent-posts-tiles.php:229
8314
- #: includes/elements/recent-posts-timeline.php:224
8315
- #: includes/general-hooks.php:1878
8316
  msgid "Include posts"
8317
  msgstr "شامل شدن این نوشته ها"
8318
 
@@ -8322,12 +8301,12 @@ msgstr "شامل شدن این نوشته ها"
8322
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
8323
  #: includes/elementor/widgets/recent-posts-tiles.php:344
8324
  #: includes/elementor/widgets/recent-posts-timeline.php:476
8325
- #: includes/elements/recent-posts-grid-carousel.php:233
8326
- #: includes/elements/recent-posts-land-style.php:220
8327
- #: includes/elements/recent-posts-masonry.php:200
8328
- #: includes/elements/recent-posts-tiles-carousel.php:200
8329
- #: includes/elements/recent-posts-tiles.php:230
8330
- #: includes/elements/recent-posts-timeline.php:225
8331
  msgid ""
8332
  "If you intend to include additional posts, you should specify the posts "
8333
  "here. You have to insert the Post IDs that are separated by comma (eg. "
@@ -8340,13 +8319,13 @@ msgstr ""
8340
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
8341
  #: includes/elementor/widgets/recent-posts-tiles.php:352
8342
  #: includes/elementor/widgets/recent-posts-timeline.php:484
8343
- #: includes/elements/latest-posts-slider.php:88
8344
- #: includes/elements/recent-posts-grid-carousel.php:246
8345
- #: includes/elements/recent-posts-land-style.php:233
8346
- #: includes/elements/recent-posts-masonry.php:213
8347
- #: includes/elements/recent-posts-tiles-carousel.php:213
8348
- #: includes/elements/recent-posts-tiles.php:243
8349
- #: includes/elements/recent-posts-timeline.php:238
8350
  msgid "Exclude posts"
8351
  msgstr "نادیده گرفتن این نوشته ها"
8352
 
@@ -8356,12 +8335,12 @@ msgstr "نادیده گرفتن این نوشته ها"
8356
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
8357
  #: includes/elementor/widgets/recent-posts-tiles.php:353
8358
  #: includes/elementor/widgets/recent-posts-timeline.php:485
8359
- #: includes/elements/recent-posts-grid-carousel.php:247
8360
- #: includes/elements/recent-posts-land-style.php:234
8361
- #: includes/elements/recent-posts-masonry.php:214
8362
- #: includes/elements/recent-posts-tiles-carousel.php:214
8363
- #: includes/elements/recent-posts-tiles.php:244
8364
- #: includes/elements/recent-posts-timeline.php:239
8365
  msgid ""
8366
  "If you intend to exclude specific posts from result, you should specify the "
8367
  "posts here. You have to insert the Post IDs that are separated by comma (eg. "
@@ -8375,13 +8354,13 @@ msgstr ""
8375
  #: includes/elementor/widgets/recent-posts-tiles.php:362
8376
  #: includes/elementor/widgets/recent-posts-timeline.php:494
8377
  #: includes/elementor/widgets/recent-products.php:412
8378
- #: includes/elements/latest-posts-slider.php:117
8379
- #: includes/elements/recent-posts-grid-carousel.php:261
8380
- #: includes/elements/recent-posts-land-style.php:248
8381
- #: includes/elements/recent-posts-masonry.php:228
8382
- #: includes/elements/recent-posts-tiles-carousel.php:271
8383
- #: includes/elements/recent-posts-tiles.php:301
8384
- #: includes/elements/recent-posts-timeline.php:253
8385
  msgid "Number of post to displace or pass over."
8386
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
8387
 
@@ -8399,11 +8378,11 @@ msgstr "صفحه بندی"
8399
  #: includes/elementor/widgets/recent-posts-masonry.php:599
8400
  #: includes/elementor/widgets/recent-posts-tiles.php:383
8401
  #: includes/elementor/widgets/recent-posts-timeline.php:515
8402
- #: includes/elements/recent-posts-grid-carousel.php:394
8403
- #: includes/elements/recent-posts-land-style.php:314
8404
- #: includes/elements/recent-posts-masonry.php:294
8405
- #: includes/elements/recent-posts-tiles.php:141
8406
- #: includes/elements/recent-posts-timeline.php:136
8407
  #, fuzzy
8408
  msgid "Load More Type"
8409
  msgstr "بیشتر بخوانید"
@@ -8413,11 +8392,11 @@ msgstr "بیشتر بخوانید"
8413
  #: includes/elementor/widgets/recent-posts-masonry.php:607
8414
  #: includes/elementor/widgets/recent-posts-tiles.php:391
8415
  #: includes/elementor/widgets/recent-posts-timeline.php:523
8416
- #: includes/elements/recent-posts-grid-carousel.php:411
8417
- #: includes/elements/recent-posts-land-style.php:331
8418
- #: includes/elements/recent-posts-masonry.php:311
8419
- #: includes/elements/recent-posts-tiles.php:158
8420
- #: includes/elements/recent-posts-timeline.php:153
8421
  msgid "Infinite Scroll"
8422
  msgstr ""
8423
 
@@ -8426,11 +8405,11 @@ msgstr ""
8426
  #: includes/elementor/widgets/recent-posts-masonry.php:615
8427
  #: includes/elementor/widgets/recent-posts-tiles.php:399
8428
  #: includes/elementor/widgets/recent-posts-timeline.php:531
8429
- #: includes/elements/recent-posts-grid-carousel.php:419
8430
- #: includes/elements/recent-posts-land-style.php:339
8431
- #: includes/elements/recent-posts-masonry.php:319
8432
- #: includes/elements/recent-posts-tiles.php:166
8433
- #: includes/elements/recent-posts-timeline.php:161
8434
  msgid "Next Prev"
8435
  msgstr ""
8436
 
@@ -8438,11 +8417,11 @@ msgstr ""
8438
  #: includes/elementor/widgets/recent-posts-land-style.php:552
8439
  #: includes/elementor/widgets/recent-posts-timeline.php:563
8440
  #: includes/elementor/widgets/recent-products.php:494
8441
- #: includes/elements/gallery.php:300
8442
- #: includes/elements/recent-posts-grid-carousel.php:121
8443
- #: includes/elements/recent-posts-land-style.php:108
8444
- #: includes/elements/recent-posts-timeline.php:301
8445
- #: includes/elements/recent-products.php:94
8446
  msgid "Horizontal 4:3"
8447
  msgstr "افقی 4:3"
8448
 
@@ -8450,11 +8429,11 @@ msgstr "افقی 4:3"
8450
  #: includes/elementor/widgets/recent-posts-land-style.php:553
8451
  #: includes/elementor/widgets/recent-posts-timeline.php:564
8452
  #: includes/elementor/widgets/recent-products.php:495
8453
- #: includes/elements/gallery.php:301
8454
- #: includes/elements/recent-posts-grid-carousel.php:122
8455
- #: includes/elements/recent-posts-land-style.php:109
8456
- #: includes/elements/recent-posts-timeline.php:302
8457
- #: includes/elements/recent-products.php:95
8458
  msgid "Horizontal 16:9"
8459
  msgstr "افقی 16:9"
8460
 
@@ -8462,11 +8441,11 @@ msgstr "افقی 16:9"
8462
  #: includes/elementor/widgets/recent-posts-land-style.php:554
8463
  #: includes/elementor/widgets/recent-posts-timeline.php:565
8464
  #: includes/elementor/widgets/recent-products.php:496
8465
- #: includes/elements/gallery.php:302
8466
- #: includes/elements/recent-posts-grid-carousel.php:123
8467
- #: includes/elements/recent-posts-land-style.php:110
8468
- #: includes/elements/recent-posts-timeline.php:303
8469
- #: includes/elements/recent-products.php:96
8470
  msgid "Square 1:1"
8471
  msgstr "مربع 1:1"
8472
 
@@ -8474,11 +8453,11 @@ msgstr "مربع 1:1"
8474
  #: includes/elementor/widgets/recent-posts-land-style.php:555
8475
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8476
  #: includes/elementor/widgets/recent-products.php:497
8477
- #: includes/elements/gallery.php:303
8478
- #: includes/elements/recent-posts-grid-carousel.php:124
8479
- #: includes/elements/recent-posts-land-style.php:111
8480
- #: includes/elements/recent-posts-timeline.php:304
8481
- #: includes/elements/recent-products.php:97
8482
  msgid "Vertical 3:4"
8483
  msgstr "عمودی 3:4"
8484
 
@@ -8553,11 +8532,11 @@ msgstr "[فلوکس] مطالب اخیر سبک زمین"
8553
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8554
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8555
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8556
- #: includes/elements/recent-posts-grid-carousel.php:146
8557
- #: includes/elements/recent-posts-land-style.php:133
8558
- #: includes/elements/recent-posts-masonry.php:113
8559
- #: includes/elements/recent-posts-tiles-carousel.php:113
8560
- #: includes/elements/recent-posts-tiles.php:112
8561
  msgid "Exclude custom post formats"
8562
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8563
 
@@ -8585,28 +8564,28 @@ msgstr "اکسین گردونه"
8585
 
8586
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:125
8587
  #: includes/elementor/widgets/recent-posts-tiles.php:125
8588
- #: includes/elements/gallery.php:103
8589
- #: includes/elements/recent-posts-tiles-carousel.php:284
8590
- #: includes/elements/recent-posts-tiles.php:314
8591
  #, fuzzy
8592
  msgid "Post Tile styles"
8593
  msgstr "ظاهر کاشی مطالب"
8594
 
8595
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:168
8596
  #: includes/elementor/widgets/recent-posts-tiles.php:168
8597
- #: includes/elements/recent-posts-tiles-carousel.php:332
8598
- #: includes/elements/recent-posts-tiles.php:362
8599
  msgid "Post tile style"
8600
  msgstr "ظاهر کاشی مطالب"
8601
 
8602
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:173
8603
  #: includes/elementor/widgets/recent-posts-tiles.php:173
8604
- #: includes/elements/recent-posts-tiles.php:376
8605
  msgid "Standard"
8606
  msgstr "استاندارد"
8607
 
8608
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:215
8609
- #: includes/elements/recent-posts-tiles-carousel.php:351
8610
  #, fuzzy
8611
  msgid "Button Navigation Style"
8612
  msgstr "نوع ناوبری"
@@ -8622,36 +8601,36 @@ msgid "Timeline Posts"
8622
  msgstr "[فلوکس] خط زمانی مطالب اخیر"
8623
 
8624
  #: includes/elementor/widgets/recent-posts-timeline.php:125
8625
- #: includes/elements/recent-posts-timeline.php:266
8626
  msgid "Timeline aignment"
8627
  msgstr "تراز خط زمان"
8628
 
8629
  #: includes/elementor/widgets/recent-posts-timeline.php:126
8630
- #: includes/elements/recent-posts-timeline.php:267
8631
  msgid "Specifies the alignment of timeline element."
8632
  msgstr "تراز المان خط زمانی را مشخص می کند."
8633
 
8634
  #: includes/elementor/widgets/recent-posts-timeline.php:246
8635
- #: includes/elements/recent-posts-land-style.php:288
8636
- #: includes/elements/recent-posts-masonry.php:268
8637
- #: includes/elements/recent-posts-timeline.php:340
8638
  msgid "Display post meta"
8639
  msgstr "نمایش متای پست"
8640
 
8641
  #: includes/elementor/widgets/recent-products.php:185
8642
- #: includes/elements/recent-products.php:220
8643
  #, fuzzy
8644
  msgid "Display products price"
8645
  msgstr "نمایش عنوان پست"
8646
 
8647
  #: includes/elementor/widgets/recent-products.php:197
8648
- #: includes/elements/recent-products.php:234
8649
  #, fuzzy
8650
  msgid "Display sale badge"
8651
  msgstr "نمایش تصویر"
8652
 
8653
  #: includes/elementor/widgets/recent-products.php:266
8654
- #: includes/elements/recent-products.php:248
8655
  #, fuzzy
8656
  msgid "Display product title"
8657
  msgstr "نمایش عنوان پست"
@@ -8739,62 +8718,62 @@ msgstr "نمایش فرمت نوشته؟"
8739
  msgid "Staff"
8740
  msgstr ""
8741
 
8742
- #: includes/elementor/widgets/staff.php:107 includes/elements/staff.php:43
8743
  msgid "Staff Name"
8744
  msgstr ""
8745
 
8746
  #: includes/elementor/widgets/staff.php:108
8747
- #: includes/elementor/widgets/text.php:234 includes/elements/text.php:44
8748
  msgid "Text title, leave it empty if you don`t need title."
8749
  msgstr "عناون متن، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
8750
 
8751
- #: includes/elementor/widgets/staff.php:117 includes/elements/staff.php:57
8752
  msgid "Staff Occupation"
8753
  msgstr ""
8754
 
8755
- #: includes/elementor/widgets/staff.php:126 includes/elements/staff.php:73
8756
  msgid "Staff Page Link"
8757
  msgstr ""
8758
 
8759
  #: includes/elementor/widgets/staff.php:141
8760
- #: includes/elementor/widgets/text.php:265 includes/elements/staff.php:515
8761
- #: includes/elements/testimonial.php:167 includes/elements/text.php:882
8762
  msgid "Enter a text as a text content."
8763
  msgstr "متنی را به عنوان محتوا وارد کنید."
8764
 
8765
- #: includes/elementor/widgets/staff.php:149 includes/elements/staff.php:501
8766
  msgid "Maximum Words"
8767
  msgstr ""
8768
 
8769
- #: includes/elementor/widgets/staff.php:150 includes/elements/staff.php:502
8770
  msgid "Limit the number of words in the Content"
8771
  msgstr ""
8772
 
8773
  #: includes/elementor/widgets/staff.php:196
8774
- #: includes/elementor/widgets/text.php:648 includes/elements/staff.php:161
8775
- #: includes/elements/text.php:571
8776
  #, fuzzy
8777
  msgid "Image shape"
8778
  msgstr "اندازه تصویر"
8779
 
8780
  #: includes/elementor/widgets/staff.php:204
8781
  #: includes/elementor/widgets/text.php:465
8782
- #: includes/elementor/widgets/text.php:660 includes/elements/staff.php:172
8783
- #: includes/elements/text.php:543 includes/elements/text.php:585
8784
  msgid "Semi-circle"
8785
  msgstr "نیم دایره"
8786
 
8787
  #: includes/elementor/widgets/staff.php:208
8788
  #: includes/elementor/widgets/text.php:469
8789
- #: includes/elementor/widgets/text.php:664 includes/elements/staff.php:176
8790
- #: includes/elements/text.php:547 includes/elements/text.php:589
8791
  msgid "Round Rectangle"
8792
  msgstr "مستطیل دورگرد"
8793
 
8794
  #: includes/elementor/widgets/staff.php:212
8795
  #: includes/elementor/widgets/text.php:477
8796
- #: includes/elementor/widgets/text.php:668 includes/elements/staff.php:180
8797
- #: includes/elements/text.php:555 includes/elements/text.php:593
8798
  msgid "Rectangle"
8799
  msgstr "مستطیل"
8800
 
@@ -8803,56 +8782,56 @@ msgstr "مستطیل"
8803
  msgid "Social"
8804
  msgstr "شکلک های شبکه های اجتماعی"
8805
 
8806
- #: includes/elementor/widgets/staff.php:275 includes/elements/staff.php:316
8807
  #, fuzzy
8808
  msgid "Enable Socials"
8809
  msgstr "[فلوکس] شبکه های اجتماعی"
8810
 
8811
  #: includes/elementor/widgets/staff.php:286
8812
- #: includes/elements/socials-list.php:233 includes/elements/staff.php:329
8813
  #, fuzzy
8814
  msgid "Twitter Address"
8815
  msgstr "آدرس"
8816
 
8817
  #: includes/elementor/widgets/staff.php:302
8818
- #: includes/elements/socials-list.php:257 includes/elements/staff.php:361
8819
  #, fuzzy
8820
  msgid "Facebook Address"
8821
  msgstr "آدرس جعبه تماس"
8822
 
8823
- #: includes/elementor/widgets/staff.php:318 includes/elements/staff.php:377
8824
  #, fuzzy
8825
  msgid "Google Plus Address"
8826
  msgstr "کد آنالیز گوگل"
8827
 
8828
  #: includes/elementor/widgets/staff.php:334
8829
- #: includes/elements/socials-list.php:269 includes/elements/staff.php:393
8830
  #, fuzzy
8831
  msgid "Flickr Address"
8832
  msgstr "آدرس"
8833
 
8834
- #: includes/elementor/widgets/staff.php:350 includes/elements/staff.php:409
8835
  msgid "Delicious Address"
8836
  msgstr ""
8837
 
8838
  #: includes/elementor/widgets/staff.php:366
8839
- #: includes/elements/socials-list.php:293 includes/elements/staff.php:425
8840
  msgid "Pinterest Address"
8841
  msgstr ""
8842
 
8843
- #: includes/elementor/widgets/staff.php:382 includes/elements/staff.php:441
8844
  #, fuzzy
8845
  msgid "GitHub Address"
8846
  msgstr "آدرس"
8847
 
8848
  #: includes/elementor/widgets/staff.php:398
8849
- #: includes/elements/socials-list.php:317
8850
  #, fuzzy
8851
  msgid "Instagram Address"
8852
  msgstr "شناسه کاربر اینستاگرام"
8853
 
8854
  #: includes/elementor/widgets/staff.php:414
8855
- #: includes/elements/socials-list.php:281
8856
  #, fuzzy
8857
  msgid "Dribbble Address"
8858
  msgstr "آدرس"
@@ -8872,44 +8851,44 @@ msgstr "فضای خالی"
8872
  #: includes/elementor/widgets/staff.php:575
8873
  #: includes/elementor/widgets/text.php:243
8874
  #: includes/elementor/widgets/text.php:792
8875
- #: includes/elements/recent-posts-grid-carousel.php:70
8876
- #: includes/elements/recent-products.php:56 includes/elements/text.php:59
8877
  msgid "Subtitle"
8878
  msgstr "زیرعنوان"
8879
 
8880
  #: includes/elementor/widgets/staff.php:699
8881
- #: includes/elements/socials-list.php:15 includes/elements/socials-list.php:153
8882
- #: includes/elements/socials-list.php:241
8883
- #: includes/elements/socials-list.php:253
8884
- #: includes/elements/socials-list.php:265
8885
- #: includes/elements/socials-list.php:277
8886
- #: includes/elements/socials-list.php:289
8887
- #: includes/elements/socials-list.php:301
8888
- #: includes/elements/socials-list.php:313
8889
- #: includes/elements/socials-list.php:325
8890
- #: includes/elements/socials-list.php:337
8891
- #: includes/elements/socials-list.php:349 includes/elements/staff.php:325
8892
- #: includes/elements/staff.php:341 includes/elements/staff.php:357
8893
- #: includes/elements/staff.php:373 includes/elements/staff.php:389
8894
- #: includes/elements/staff.php:405 includes/elements/staff.php:421
8895
- #: includes/elements/staff.php:437 includes/elements/staff.php:453
8896
- #: includes/elements/staff.php:476 includes/elements/staff.php:497
8897
  #, fuzzy
8898
  msgid "Socials"
8899
  msgstr "شکلک های شبکه های اجتماعی"
8900
 
8901
- #: includes/elementor/widgets/staff.php:766 includes/elements/staff.php:480
8902
  #, fuzzy
8903
  msgid "Icon Direction"
8904
  msgstr "دکمه شکلک دار"
8905
 
8906
- #: includes/elementor/widgets/staff.php:783 includes/elements/staff.php:457
8907
  #, fuzzy
8908
  msgid "Socials Icon size"
8909
  msgstr "اندازه شکلک"
8910
 
8911
- #: includes/elementor/widgets/staff.php:790 includes/elements/staff.php:466
8912
- #: includes/elements/text.php:472
8913
  msgid "X-Large"
8914
  msgstr "خیلی بزرگ"
8915
 
@@ -8917,7 +8896,7 @@ msgstr "خیلی بزرگ"
8917
  #: includes/elementor/widgets/text.php:1445
8918
  #: includes/elementor/widgets/theme-elements/menu.php:324
8919
  #: includes/elementor/widgets/theme-elements/menu.php:1341
8920
- #: includes/elements/text.php:118
8921
  #, fuzzy
8922
  msgid "Text Align"
8923
  msgstr "تراز متن"
@@ -8949,8 +8928,8 @@ msgstr ""
8949
 
8950
  #: includes/elementor/widgets/tabs.php:52
8951
  #: includes/elementor/widgets/tabs.php:184 includes/elements/tab-widget.php:15
8952
- #: includes/elements/tabs.php:15 includes/elements/tabs.php:78
8953
- #: includes/elements/tabs.php:96
8954
  msgid "Tabs"
8955
  msgstr "زبانه ها"
8956
 
@@ -8980,13 +8959,13 @@ msgstr "عنوان"
8980
  msgid "Tab Content"
8981
  msgstr "محتوا"
8982
 
8983
- #: includes/elementor/widgets/tabs.php:152 includes/elements/tab-widget.php:65
8984
- #: includes/elements/tabs.php:65
8985
  msgid "Bordered"
8986
  msgstr "کادربندی شده"
8987
 
8988
- #: includes/elementor/widgets/tabs.php:153 includes/elements/tab-widget.php:66
8989
- #: includes/elements/tabs.php:66
8990
  msgid "No border"
8991
  msgstr "بدون کادر"
8992
 
@@ -9021,36 +9000,36 @@ msgid "Show image on top of content"
9021
  msgstr ""
9022
 
9023
  #: includes/elementor/widgets/testimonial.php:152
9024
- #: includes/elements/popular-posts-widget.php:131
9025
- #: includes/elements/recent-posts-widget.php:91
9026
  msgid "Display image"
9027
  msgstr "نمایش تصویر"
9028
 
9029
  #: includes/elementor/widgets/testimonial.php:163
9030
- #: includes/elements/testimonial.php:148
9031
  #, fuzzy
9032
  msgid "Customer Image"
9033
  msgstr "تصویر دلخواه"
9034
 
9035
  #: includes/elementor/widgets/testimonial.php:200
9036
- #: includes/elements/testimonial.php:84
9037
  #, fuzzy
9038
  msgid "Customer Name"
9039
  msgstr "نام نویسنده"
9040
 
9041
  #: includes/elementor/widgets/testimonial.php:210
9042
- #: includes/elements/testimonial.php:112
9043
  msgid "Customer Occupation"
9044
  msgstr ""
9045
 
9046
  #: includes/elementor/widgets/testimonial.php:220
9047
- #: includes/elements/testimonial.php:98
9048
  #, fuzzy
9049
  msgid "Customer Link"
9050
  msgstr "تصویر دلخواه"
9051
 
9052
  #: includes/elementor/widgets/testimonial.php:233
9053
- #: includes/elements/testimonial.php:126
9054
  #, fuzzy
9055
  msgid "Customer Rating"
9056
  msgstr "تصویر دلخواه"
@@ -9092,22 +9071,22 @@ msgstr ""
9092
 
9093
  #: includes/elementor/widgets/text.php:129
9094
  #: includes/elementor/widgets/theme-elements/search.php:132
9095
- #: includes/elements/text.php:387
9096
  #, fuzzy
9097
  msgid "Please choose an icon from the list."
9098
  msgstr "لطفا یکی از شکلک های موجود را انتخاب کنید."
9099
 
9100
- #: includes/elementor/widgets/text.php:251 includes/elements/text.php:75
9101
  #, fuzzy
9102
  msgid "Title Link"
9103
  msgstr "لینک عنوان"
9104
 
9105
- #: includes/elementor/widgets/text.php:286 includes/elements/text.php:637
9106
  #, fuzzy
9107
  msgid "Display button"
9108
  msgstr "نمایش دکمه لایک"
9109
 
9110
- #: includes/elementor/widgets/text.php:287 includes/elements/text.php:638
9111
  #, fuzzy
9112
  msgid "Display a button in text widget"
9113
  msgstr "نمایش دکمه لایک"
@@ -9128,11 +9107,11 @@ msgstr "تصویر"
9128
  msgid "Border"
9129
  msgstr "کادربندی شده"
9130
 
9131
- #: includes/elementor/widgets/text.php:456 includes/elements/text.php:533
9132
  msgid "Icon background shape"
9133
  msgstr "شکل پس زمینه شکلک"
9134
 
9135
- #: includes/elementor/widgets/text.php:473 includes/elements/text.php:551
9136
  #, fuzzy
9137
  msgid "Cross Rectangle"
9138
  msgstr "مستطیل"
@@ -9140,16 +9119,16 @@ msgstr "مستطیل"
9140
  #: includes/elementor/widgets/text.php:524
9141
  #: includes/elementor/widgets/text.php:583
9142
  #: includes/elementor/widgets/theme-elements/search.php:233
9143
- #: includes/elements/text.php:445
9144
  msgid "Icon color"
9145
  msgstr "رنگ شکلک"
9146
 
9147
  #: includes/elementor/widgets/text.php:539
9148
- #: includes/elementor/widgets/text.php:598 includes/elements/text.php:486
9149
  msgid "Icon background color"
9150
  msgstr "رنگ پس زمینه شکلک"
9151
 
9152
- #: includes/elementor/widgets/text.php:652 includes/elements/text.php:577
9153
  #, fuzzy
9154
  msgid "Default Aspect"
9155
  msgstr "پیش فرض"
@@ -9179,8 +9158,8 @@ msgstr "نوع دکمه"
9179
  msgid "Shape Style"
9180
  msgstr "ظاهر نقشه"
9181
 
9182
- #: includes/elementor/widgets/text.php:1387 includes/general-hooks.php:759
9183
- #: includes/general-hooks.php:1171
9184
  #, fuzzy
9185
  msgid "Button Style"
9186
  msgstr "ظاهر دکمه"
@@ -9190,20 +9169,20 @@ msgstr "ظاهر دکمه"
9190
  msgid "Overlay"
9191
  msgstr "رو"
9192
 
9193
- #: includes/elementor/widgets/text.php:1588 includes/elements/text.php:896
9194
  msgid "Footer Shape"
9195
  msgstr ""
9196
 
9197
- #: includes/elementor/widgets/text.php:1597 includes/elements/text.php:907
9198
  msgid "Wave"
9199
  msgstr ""
9200
 
9201
- #: includes/elementor/widgets/text.php:1601 includes/elements/text.php:911
9202
  msgid "Tail"
9203
  msgstr ""
9204
 
9205
- #: includes/elementor/widgets/text.php:1612 includes/elements/button.php:212
9206
- #: includes/elements/text.php:825
9207
  msgid "Color of button"
9208
  msgstr "رنگ دکمه"
9209
 
@@ -9458,7 +9437,7 @@ msgid "Paradox"
9458
  msgstr ""
9459
 
9460
  #: includes/elementor/widgets/theme-elements/menu.php:625
9461
- #: includes/elements/dropcap.php:56
9462
  msgid "Classic"
9463
  msgstr "کلاسیک"
9464
 
@@ -9717,7 +9696,7 @@ msgid "Is lanugage swicher ?"
9717
  msgstr ""
9718
 
9719
  #: includes/elementor/widgets/theme-elements/select.php:163
9720
- #: includes/elements/code.php:73
9721
  msgid "Language"
9722
  msgstr "زبان"
9723
 
@@ -9983,25 +9962,25 @@ msgid "Simple Image Slider"
9983
  msgstr "خاکستری ساده"
9984
 
9985
  #: includes/elementor/widgets/touch-slider.php:127
9986
- #: includes/elements/latest-posts-slider.php:299
9987
- #: includes/elements/touch-slider.php:97
9988
  msgid "Arrow navigation"
9989
  msgstr "فلش های ناوبری"
9990
 
9991
  #: includes/elementor/widgets/touch-slider.php:152
9992
- #: includes/elements/latest-posts-slider.php:338
9993
- #: includes/elements/touch-slider.php:136
9994
  msgid "Slideshow"
9995
  msgstr "اسلایدشو"
9996
 
9997
  #: includes/elementor/widgets/touch-slider.php:177
9998
- #: includes/elements/touch-slider.php:165
9999
  #, fuzzy
10000
  msgid "Display image title"
10001
  msgstr "نمایش تصویر"
10002
 
10003
  #: includes/elementor/widgets/touch-slider.php:189
10004
- #: includes/elements/touch-slider.php:178
10005
  #, fuzzy
10006
  msgid "Display image caption"
10007
  msgstr "نمایش تصویر"
@@ -10012,20 +9991,20 @@ msgid "Slides"
10012
  msgstr "اسلایدر"
10013
 
10014
  #: includes/elementor/widgets/touch-slider.php:215
10015
- #: includes/elements/latest-posts-slider.php:273
10016
- #: includes/elements/touch-slider.php:71
10017
  msgid "Slider image width"
10018
  msgstr "عرض تصویر اسلایدر"
10019
 
10020
  #: includes/elementor/widgets/touch-slider.php:235
10021
- #: includes/elements/latest-posts-slider.php:286
10022
- #: includes/elements/touch-slider.php:84
10023
  msgid "Slider image height"
10024
  msgstr "ارتفاع تصویر اسلایدر"
10025
 
10026
  #: includes/elementor/widgets/touch-slider.php:255
10027
- #: includes/elements/latest-posts-slider.php:312
10028
- #: includes/elements/touch-slider.php:110
10029
  msgid "Space between slides"
10030
  msgstr "فاصله بین اسلایدها"
10031
 
@@ -10097,53 +10076,81 @@ msgstr "[فلوکس] درباره نویسنده"
10097
  msgid "It adds an about author element."
10098
  msgstr "یک المان درباره نویسنده اضافه می کند."
10099
 
10100
- #: includes/elements/about-widget.php:59
10101
  msgid "The name which appears in about widget."
10102
  msgstr "نامی که در ابزارک درباره ما نشان داده می شود."
10103
 
10104
- #: includes/elements/about-widget.php:72 includes/general-hooks.php:2409
10105
  msgid "Skills"
10106
  msgstr "مهارت ها"
10107
 
10108
- #: includes/elements/about-widget.php:73
10109
  msgid "It appears below the name."
10110
  msgstr "در پایین نام نمایش داده خواهد شد."
10111
 
10112
- #: includes/elements/about-widget.php:85
10113
  msgid "Info"
10114
  msgstr "اطلاعات"
10115
 
10116
- #: includes/elements/about-widget.php:86
10117
  msgid "Biographical info or any other content."
10118
  msgstr "اطلاعاتی از زندگی نامه یا هر محتوای دیگری."
10119
 
10120
- #: includes/elements/about-widget.php:101
10121
  msgid "It appears above the name."
10122
  msgstr "بالای نام نمایش داده خواهد شد."
10123
 
10124
- #: includes/elements/about-widget.php:115
10125
  msgid "Image style"
10126
  msgstr "ظاهر تصویر"
10127
 
10128
- #: includes/elements/about-widget.php:133
10129
  msgid "Align center texts"
10130
  msgstr "متن تراز وسط"
10131
 
10132
- #: includes/elements/about-widget.php:148
10133
  msgid "Show socials below the info"
10134
  msgstr "نمایش شبکه های اجتماعی در زیر اطلاعات"
10135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10136
  #: includes/elements/about-widget.php:163
10137
- #: includes/elements/accordion-widget.php:93
10138
- #: includes/elements/accordion.php:111 includes/elements/audio.php:125
10139
  #: includes/elements/before-after.php:141 includes/elements/button.php:259
10140
- #: includes/elements/code.php:121 includes/elements/contact-box.php:311
10141
- #: includes/elements/contact-form.php:105 includes/elements/custom-list.php:190
10142
- #: includes/elements/divider.php:151 includes/elements/dropcap.php:96
10143
- #: includes/elements/facebook.php:162 includes/elements/gallery.php:382
10144
- #: includes/elements/gmap.php:197 includes/elements/highlight.php:94
10145
- #: includes/elements/image.php:364 includes/elements/instagram-feed.php:284
10146
- #: includes/elements/latest-items.php:249
10147
  #: includes/elements/latest-posts-slider.php:367
10148
  #: includes/elements/popular-posts-widget.php:261
10149
  #: includes/elements/quote.php:156
@@ -10155,36 +10162,8 @@ msgstr "نمایش شبکه های اجتماعی در زیر اطلاعات"
10155
  #: includes/elements/recent-posts-timeline.php:402
10156
  #: includes/elements/recent-posts-widget.php:221
10157
  #: includes/elements/recent-products.php:346 includes/elements/search.php:55
10158
- #: includes/elements/tab-widget.php:162 includes/elements/tabs.php:110
10159
- #: includes/elements/text.php:937 includes/elements/video.php:172
10160
- #: public/templates/vcomposer/auxin_vc_extendes.php:73
10161
- msgid "Extra class name"
10162
- msgstr "نام کلاس اضافه"
10163
-
10164
- #: includes/elements/about-widget.php:164
10165
- #: includes/elements/accordion-widget.php:94
10166
- #: includes/elements/accordion.php:112 includes/elements/audio.php:126
10167
- #: includes/elements/before-after.php:142 includes/elements/button.php:260
10168
- #: includes/elements/code.php:122 includes/elements/contact-box.php:312
10169
- #: includes/elements/contact-form.php:106 includes/elements/custom-list.php:191
10170
- #: includes/elements/dropcap.php:97 includes/elements/facebook.php:163
10171
- #: includes/elements/gallery.php:383 includes/elements/gmap.php:198
10172
- #: includes/elements/highlight.php:95 includes/elements/image.php:365
10173
- #: includes/elements/instagram-feed.php:285
10174
- #: includes/elements/latest-items.php:250
10175
- #: includes/elements/latest-posts-slider.php:368
10176
- #: includes/elements/popular-posts-widget.php:262
10177
- #: includes/elements/quote.php:157
10178
- #: includes/elements/recent-posts-grid-carousel.php:745
10179
- #: includes/elements/recent-posts-land-style.php:382
10180
- #: includes/elements/recent-posts-masonry.php:412
10181
- #: includes/elements/recent-posts-tiles-carousel.php:496
10182
- #: includes/elements/recent-posts-tiles.php:412
10183
- #: includes/elements/recent-posts-timeline.php:403
10184
- #: includes/elements/recent-posts-widget.php:222
10185
- #: includes/elements/recent-products.php:347 includes/elements/search.php:56
10186
- #: includes/elements/tab-widget.php:163 includes/elements/tabs.php:111
10187
- #: includes/elements/text.php:938 includes/elements/video.php:173
10188
  msgid ""
10189
  "If you wish to style particular content element differently, then use this "
10190
  "field to add a class name and then refer to it in your css file."
@@ -10201,15 +10180,15 @@ msgstr "آکاردئون"
10201
  msgid "Collapsible content"
10202
  msgstr "محتوای بازشونده"
10203
 
10204
- #: includes/elements/accordion-widget.php:45 includes/elements/accordion.php:45
10205
  msgid "Accordion title, leave it empty if you don`t need title."
10206
  msgstr "عنوان آکاردئون، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10207
 
10208
- #: includes/elements/accordion-widget.php:59 includes/elements/accordion.php:59
10209
  msgid "Whether to show only 1 element opens at a time or multiple."
10210
  msgstr "در یک زمان فقط یک المان باز باشد یا چندتا."
10211
 
10212
- #: includes/elements/accordion-widget.php:77 includes/elements/accordion.php:94
10213
  msgid "Enter your accordion item content."
10214
  msgstr "محتوای آیتم آکاردئون را وارد کنید."
10215
 
@@ -10218,15 +10197,15 @@ msgstr "محتوای آیتم آکاردئون را وارد کنید."
10218
  msgid "Accordion "
10219
  msgstr "آکاردئون"
10220
 
10221
- #: includes/elements/accordion.php:76
10222
  msgid "Accordion label"
10223
  msgstr "برچسب آکاردئون"
10224
 
10225
- #: includes/elements/accordion.php:77
10226
  msgid "Enter your accordion item label."
10227
  msgstr "برچسب آیتم آکاردئون خود را وارد کنید."
10228
 
10229
- #: includes/elements/accordion.php:80 includes/elements/accordion.php:97
10230
  msgid "Accordion Section"
10231
  msgstr "بخش آکاردئون"
10232
 
@@ -10238,13 +10217,13 @@ msgstr "پخش کننده صدا"
10238
  msgid "It adds an audio player element."
10239
  msgstr "یک المان پخش کننده صدا اضافه می کند."
10240
 
10241
- #: includes/elements/audio.php:44
10242
  msgid "Audio title, leave it empty if you don`t need title."
10243
  msgstr "عنوان صدا، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10244
 
10245
- #: includes/elements/audio.php:121 includes/elements/audio.php:136
10246
- #: includes/elements/button.php:87 includes/elements/button.php:114
10247
- #: includes/elements/button.php:223
10248
  msgid "Appearance"
10249
  msgstr ""
10250
 
@@ -10252,17 +10231,17 @@ msgstr ""
10252
  msgid "Before after comparison slider."
10253
  msgstr ""
10254
 
10255
- #: includes/elements/before-after.php:43
10256
  #, fuzzy
10257
  msgid "Element title, leave it empty if you don`t need title."
10258
  msgstr "عناون متن، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
10259
 
10260
- #: includes/elements/before-after.php:84
10261
  msgid ""
10262
  "How much of the before image is visible when the page loads, between 0 to 1."
10263
  msgstr ""
10264
 
10265
- #: includes/elements/before-after.php:97
10266
  #: public/templates/vcomposer/auxin_vc_extendes.php:49
10267
  msgid "Image size"
10268
  msgstr "اندازه تصویر"
@@ -10271,46 +10250,46 @@ msgstr "اندازه تصویر"
10271
  msgid "It adds a button element."
10272
  msgstr "یک المان دکمه اضافه می کند."
10273
 
10274
- #: includes/elements/button.php:44 includes/elements/text.php:652
10275
  msgid "The label of button."
10276
  msgstr "برچسب دکمه"
10277
 
10278
- #: includes/elements/button.php:145 includes/elements/text.php:768
10279
  msgid "Darken the label"
10280
  msgstr "تیره تر کردن برچسب"
10281
 
10282
- #: includes/elements/button.php:146
10283
  #, fuzzy
10284
  msgid "Darken label of button."
10285
  msgstr "برچسب دکمه"
10286
 
10287
- #: includes/elements/button.php:199 includes/general-hooks.php:867
10288
- #: includes/general-hooks.php:1279
10289
  #, fuzzy
10290
  msgid "Animate from Righ"
10291
  msgstr "متحرک سازی از راست"
10292
 
10293
- #: includes/elements/button.php:227 includes/general-hooks.php:935
10294
- #: includes/general-hooks.php:1347
10295
  #, fuzzy
10296
  msgid "Button Link"
10297
  msgstr "اندازه دکمه"
10298
 
10299
- #: includes/elements/button.php:241 includes/elements/text.php:860
10300
  msgid "Open link in"
10301
  msgstr "باز کردن پیوند در"
10302
 
10303
- #: includes/elements/button.php:247 includes/elements/text.php:866
10304
- #: includes/general-hooks.php:964 includes/general-hooks.php:1376
10305
  msgid "Current page"
10306
  msgstr "صفحه جاری"
10307
 
10308
- #: includes/elements/button.php:248 includes/elements/text.php:867
10309
- #: includes/general-hooks.php:965 includes/general-hooks.php:1377
10310
  msgid "New page"
10311
  msgstr "صفحه جدید"
10312
 
10313
- #: includes/elements/code.php:16 includes/elements/code.php:58
10314
  msgid "Code"
10315
  msgstr "کد"
10316
 
@@ -10318,74 +10297,74 @@ msgstr "کد"
10318
  msgid "It adds a code element."
10319
  msgstr "یک المان کد اضافه می کند."
10320
 
10321
- #: includes/elements/code.php:44
10322
  msgid "Code title, leave it empty if you don`t need title."
10323
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10324
 
10325
- #: includes/elements/code.php:79
10326
  #, fuzzy
10327
  msgid "JavaScript"
10328
  msgstr "جاوااسکریپت"
10329
 
10330
- #: includes/elements/code.php:80
10331
  msgid "HTML"
10332
  msgstr ""
10333
 
10334
- #: includes/elements/code.php:81
10335
  msgid "XML"
10336
  msgstr ""
10337
 
10338
- #: includes/elements/code.php:94
10339
  msgid "Specifies the theme for code element."
10340
  msgstr "پوسته المان کد را مشخص می کند."
10341
 
10342
- #: includes/elements/code.php:100
10343
  msgid "AndroidStudio"
10344
  msgstr ""
10345
 
10346
- #: includes/elements/code.php:101
10347
  #, fuzzy
10348
  msgid "Atom Dark"
10349
  msgstr "تیره"
10350
 
10351
- #: includes/elements/code.php:102
10352
  #, fuzzy
10353
  msgid "Atom Light"
10354
  msgstr "روشن"
10355
 
10356
- #: includes/elements/code.php:103
10357
  #, fuzzy
10358
  msgid "Github"
10359
  msgstr "گیت هاب"
10360
 
10361
- #: includes/elements/code.php:104
10362
  #, fuzzy
10363
  msgid "Google Code"
10364
  msgstr "گوگل کد"
10365
 
10366
- #: includes/elements/code.php:105
10367
  msgid "RailsCasts"
10368
  msgstr ""
10369
 
10370
- #: includes/elements/code.php:106
10371
  msgid "Solarized Light"
10372
  msgstr ""
10373
 
10374
- #: includes/elements/code.php:107
10375
  #, fuzzy
10376
  msgid "Tomorrow Night"
10377
  msgstr "فردا"
10378
 
10379
- #: includes/elements/code.php:108
10380
  #, fuzzy
10381
  msgid "Tomorrow"
10382
  msgstr "فردا"
10383
 
10384
- #: includes/elements/code.php:109
10385
  msgid "VisualStudio"
10386
  msgstr ""
10387
 
10388
- #: includes/elements/code.php:110
10389
  msgid "ZenBurn"
10390
  msgstr ""
10391
 
@@ -10427,47 +10406,47 @@ msgstr "ارتفاع نقشه بر حسب پیکسل"
10427
  msgid "It adds a contact form element."
10428
  msgstr "یک المان فرم تماس اضافه می کند."
10429
 
10430
- #: includes/elements/contact-form.php:44
10431
  msgid "Contact form title, leave it empty if you don`t need title."
10432
  msgstr "عنوان فرم تماس، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10433
 
10434
- #: includes/elements/contact-form.php:71
10435
  msgid "Contact form type"
10436
  msgstr "نوع فرم تماس"
10437
 
10438
- #: includes/elements/contact-form.php:77
10439
  msgid "Contact Form 7 plugin"
10440
  msgstr "افزونه فرم تماس 7"
10441
 
10442
- #: includes/elements/contact-form.php:88
10443
  msgid "Contact form 7 shortcode"
10444
  msgstr "کد کوتاه فرم تماس 7"
10445
 
10446
- #: includes/elements/contact-form.php:89
10447
  msgid "Put one of your Contact form 7 shortcodes that you created."
10448
  msgstr "کد کوتاه یکی از فرم های تماس 7 خود را در اینجا وارد کنید."
10449
 
10450
- #: includes/elements/contact-form.php:155
10451
  msgid "Please enter your name."
10452
  msgstr "لطفا نام خود را وارد کنید."
10453
 
10454
- #: includes/elements/contact-form.php:162
10455
  msgid "Please enter your email address."
10456
  msgstr "لطفا آدرس ایمیل خود را وارد کنید."
10457
 
10458
- #: includes/elements/contact-form.php:165
10459
  msgid "You entered an invalid email address."
10460
  msgstr "لطفا آدرس ایمیل معتبری وارد کنید."
10461
 
10462
- #: includes/elements/contact-form.php:176
10463
  msgid "Please enter a message."
10464
  msgstr "لطفا پیامی را وارد کنید."
10465
 
10466
- #: includes/elements/contact-form.php:213
10467
  msgid "sorry, some problems occured with your form submission:"
10468
  msgstr "متاسفیم، خطایی در ارسال فرم شما رخ داده است."
10469
 
10470
- #: includes/elements/contact-form.php:231
10471
  msgid "Thanks for your Message. Your message sent successfully."
10472
  msgstr "از پیام شما متشکریم. پیام شما با موفقیت ارسال شد."
10473
 
@@ -10476,25 +10455,25 @@ msgstr "از پیام شما متشکریم. پیام شما با موفقیت
10476
  msgid "Icon List"
10477
  msgstr "اندازه شکلک"
10478
 
10479
- #: includes/elements/custom-list.php:45
10480
  #, fuzzy
10481
  msgid "leave it empty if you don`t need title."
10482
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10483
 
10484
- #: includes/elements/custom-list.php:90
10485
  #, fuzzy
10486
  msgid "Text Tag"
10487
  msgstr "تراز متن"
10488
 
10489
- #: includes/elements/custom-list.php:122
10490
  msgid "Text Seconday"
10491
  msgstr ""
10492
 
10493
- #: includes/elements/custom-list.php:155
10494
  msgid "Whether to display a line that connects two texts in each list item."
10495
  msgstr ""
10496
 
10497
- #: includes/elements/custom-list.php:173
10498
  #, fuzzy
10499
  msgid "Whether to display a divider between list items or not."
10500
  msgstr "ویدیو به طور خودکار پخش شود یا خیر."
@@ -10504,33 +10483,33 @@ msgstr "ویدیو به طور خودکار پخش شود یا خیر."
10504
  msgid "Horizontal separator"
10505
  msgstr "جداکننده افقس"
10506
 
10507
- #: includes/elements/divider.php:43 includes/elements/highlight.php:42
10508
  msgid "Divider style"
10509
  msgstr "ظاهر جداکننده"
10510
 
10511
- #: includes/elements/divider.php:83
10512
  #, fuzzy
10513
  msgid "Divider size"
10514
  msgstr "ظاهر جداکننده"
10515
 
10516
- #: includes/elements/divider.php:123
10517
  msgid "Margin top (px)"
10518
  msgstr "فاصله بیرونی بالا (پیکسل)"
10519
 
10520
- #: includes/elements/divider.php:124
10521
  msgid "Adds space above the divider in pixels."
10522
  msgstr "فضای خالی (برحسب پیکسل) به بالای جداکننده اضافه می کند."
10523
 
10524
- #: includes/elements/divider.php:137
10525
  msgid "Margin bottom (px)"
10526
  msgstr "فاصله بیرونی پایین (پیکسل)"
10527
 
10528
- #: includes/elements/divider.php:138
10529
  #, fuzzy
10530
  msgid "Adds space below the divider in pixels."
10531
  msgstr "فضای خالی (برحسب پیکسل) به زیر جداکننده اضافه می کند."
10532
 
10533
- #: includes/elements/divider.php:152
10534
  msgid ""
10535
  "If you wish to style particular content element differently, then use this "
10536
  "field to add a class name and then refer to it in your css file. you can add "
@@ -10549,23 +10528,23 @@ msgstr "ظاهر دراپ کپ"
10549
  msgid "Big styled character at the beginning of paragraph"
10550
  msgstr "حرف بزرگ سبک دهی شده در اول پاراگراف"
10551
 
10552
- #: includes/elements/dropcap.php:42
10553
  msgid "Dropcap style"
10554
  msgstr "ظاهر دراپ کپ"
10555
 
10556
- #: includes/elements/dropcap.php:64 includes/general-hooks.php:358
10557
  msgid "Outline Square"
10558
  msgstr "مربع با خط بیرونی"
10559
 
10560
- #: includes/elements/dropcap.php:68
10561
  msgid "Round Square"
10562
  msgstr "مربع لبه گرد"
10563
 
10564
- #: includes/elements/dropcap.php:76 includes/general-hooks.php:357
10565
  msgid "Outline Circle"
10566
  msgstr "دایره با خط بیرونی"
10567
 
10568
- #: includes/elements/dropcap.php:83
10569
  msgid "Enter a text to show as dropcap text."
10570
  msgstr "متنی را برای نمایش به شکل دراپ کپ وارد کنید."
10571
 
@@ -10578,11 +10557,11 @@ msgstr "[فلوکس] خوراک فیسبوک سفارشی"
10578
  msgid "It uses Custom Facebook Feed plugin."
10579
  msgstr "از افزونه خوراک دلخواه وردپرس استفاده می کند."
10580
 
10581
- #: includes/elements/facebook.php:43
10582
  msgid "Page ID"
10583
  msgstr "شناسه برگه"
10584
 
10585
- #: includes/elements/facebook.php:44
10586
  msgid ""
10587
  "ID of your Facebook Page or Group. Use %sthis tool%s to help you in finding "
10588
  "this."
@@ -10590,35 +10569,35 @@ msgstr ""
10590
  "شناسه صفحه یا گروه شما در فیسبوک. برای پیداکردن شناسه خود می توانید از %sاین "
10591
  "ابزار%s استفاده کنید."
10592
 
10593
- #: includes/elements/facebook.php:58
10594
  msgid "Page type"
10595
  msgstr "نوع صفحه"
10596
 
10597
- #: includes/elements/facebook.php:59
10598
  msgid "Specifies whether to display posts from a page or group."
10599
  msgstr "مشخص می کند پست ها از یک صفحه یا گروه نمایش داده شوند."
10600
 
10601
- #: includes/elements/facebook.php:63 includes/general-functions.php:1621
10602
  msgid "Page"
10603
  msgstr "صفحه"
10604
 
10605
- #: includes/elements/facebook.php:64
10606
  msgid "Group"
10607
  msgstr "گروه"
10608
 
10609
- #: includes/elements/facebook.php:76
10610
  msgid "Number of posts"
10611
  msgstr "تعداد نوشته ها"
10612
 
10613
- #: includes/elements/facebook.php:77
10614
  msgid "The number of posts you wish to display."
10615
  msgstr "تعداد پست هایی که می خواهید نمایش داده شوند."
10616
 
10617
- #: includes/elements/facebook.php:91
10618
  msgid "Display posts by others"
10619
  msgstr "نمایش پست هایی که دیگران نوشته اند"
10620
 
10621
- #: includes/elements/facebook.php:92
10622
  msgid ""
10623
  "Specifies to display posts by only the page owner, anyone who posts on your "
10624
  "page, or only others who post on your page."
@@ -10626,51 +10605,51 @@ msgstr ""
10626
  "مشخص می کند فقط پست هایی که شما نوشته اید، هر پستی که در صفحه شما نوشته شده "
10627
  "است، یا فقط پست هایی که دیگران در صفحه شما نوشته اند نمایش داده شود."
10628
 
10629
- #: includes/elements/facebook.php:96
10630
  msgid "Only the page owner"
10631
  msgstr "فقط صاحب برگه"
10632
 
10633
- #: includes/elements/facebook.php:97
10634
  msgid "Page owner and other people"
10635
  msgstr "صاحب برگه و دیگران"
10636
 
10637
- #: includes/elements/facebook.php:98
10638
  msgid "Only other people"
10639
  msgstr "فقط دیگران"
10640
 
10641
- #: includes/elements/facebook.php:110
10642
  msgid "Post text length"
10643
  msgstr "طول متن نوشته"
10644
 
10645
- #: includes/elements/facebook.php:111
10646
  msgid "The maximum character length of the post text."
10647
  msgstr "حداکثر تعداد کاراکترها در متن نوشته."
10648
 
10649
- #: includes/elements/facebook.php:123
10650
  msgid "Display post author"
10651
  msgstr "نمایش نویسنده نوشته"
10652
 
10653
- #: includes/elements/facebook.php:124
10654
  msgid "Enable it to display name and avatar of the post author."
10655
  msgstr "برای نمایش نام و آواتار نویسنده پست این گزینه را فعال کنید."
10656
 
10657
- #: includes/elements/facebook.php:136
10658
  msgid "Display the feed header"
10659
  msgstr "نمایش سربرگ خوراک"
10660
 
10661
- #: includes/elements/facebook.php:137
10662
  msgid "Enable it to display a customizable header at the top of the feed."
10663
  msgstr "برای نمایش سربرگ قابل شخصی سازی در بالای خوراک این گزینه را فعال کنید."
10664
 
10665
- #: includes/elements/facebook.php:149
10666
  msgid "Ajax"
10667
  msgstr "آیجکس"
10668
 
10669
- #: includes/elements/facebook.php:150
10670
  msgid "Enable it for being loaded via Ajax."
10671
  msgstr "برای بارگذاری محتوا به صورت ایجکسی این گزینه را فعال کنید."
10672
 
10673
- #: includes/elements/facebook.php:173
10674
  msgid "Extras"
10675
  msgstr ""
10676
 
@@ -10683,11 +10662,11 @@ msgstr "[فلوکس] گالری تصویر مرتب شده فلیکر"
10683
  msgid "It uses Flickr Justified Gallery plugin."
10684
  msgstr "از افزونه گالری مرتب شده فلیکر استفاده می کند."
10685
 
10686
- #: includes/elements/flickr.php:43
10687
  msgid "User ID"
10688
  msgstr "شناسه کاربر"
10689
 
10690
- #: includes/elements/flickr.php:44
10691
  msgid ""
10692
  "Displays the photostream of the specified user, no matter what is the "
10693
  "default user ID in the settings. Remember that you can use %sidgettr%s to "
@@ -10697,35 +10676,35 @@ msgstr ""
10697
  "کاربر در تنظیمات چه چیزی باشد. به یاد داشته باشید می توانید از %sidgettr%s "
10698
  "برای دستیابی به شناسه کاربر استفاده کنید."
10699
 
10700
- #: includes/elements/flickr.php:58
10701
  msgid "Flickr image type"
10702
  msgstr "نوع تصویر فلیکر"
10703
 
10704
- #: includes/elements/flickr.php:63
10705
  msgid "Photostream"
10706
  msgstr "جریان تصویر"
10707
 
10708
- #: includes/elements/flickr.php:64
10709
  msgid "Galleries"
10710
  msgstr "گالری ها"
10711
 
10712
- #: includes/elements/flickr.php:65
10713
  msgid "Album"
10714
  msgstr "آلبوم"
10715
 
10716
- #: includes/elements/flickr.php:66 includes/elements/flickr.php:115
10717
  msgid "Group pools"
10718
  msgstr "'v,i"
10719
 
10720
- #: includes/elements/flickr.php:67 includes/elements/flickr.php:133
10721
  msgid "Tags"
10722
  msgstr "برچسب ها"
10723
 
10724
- #: includes/elements/flickr.php:79
10725
  msgid "Gallery ID"
10726
  msgstr "شناسه گالری"
10727
 
10728
- #: includes/elements/flickr.php:80
10729
  msgid ""
10730
  "To show the photos of a particular gallery, you need to know its id. For "
10731
  "example, the id of the gallery located in the URL: http://www.flickr.com/"
@@ -10735,11 +10714,11 @@ msgstr ""
10735
  "مثال، شناسه گالری در آدرس: http://www.flickr.com/photos/miro-mannino/"
10736
  "galleries/72157636382842016 برابر است با : 72157636382842016"
10737
 
10738
- #: includes/elements/flickr.php:97
10739
  msgid "Album ID"
10740
  msgstr "شناسه آلبوم"
10741
 
10742
- #: includes/elements/flickr.php:98
10743
  msgid ""
10744
  "To show the photos of a particular photo set (also called \"album\"), you "
10745
  "need to know its photoset_id. For example, the photoset_id of the photo set "
@@ -10751,7 +10730,7 @@ msgstr ""
10751
  "photos/miro-mannino/sets/72157629228993613 شناسه آلبوم برابر است با: "
10752
  "72157629228993613"
10753
 
10754
- #: includes/elements/flickr.php:116
10755
  msgid ""
10756
  "Display photos of a particular group pool, you need to know the group id, "
10757
  "that you can retrieve using %sidgettr%s."
@@ -10759,7 +10738,7 @@ msgstr ""
10759
  "تصاویر از یک گروه خاص را نشان می دهد، نیاز است شناسه گروه را بدانید که می "
10760
  "توانید از ابزار %sidgettr%s برای دستیابی به آن استفاده کنید."
10761
 
10762
- #: includes/elements/flickr.php:134
10763
  msgid ""
10764
  "Display photos that have some particular tags, Seprate words with , for "
10765
  "example: cat, square, nikon"
@@ -10767,7 +10746,7 @@ msgstr ""
10767
  "تصاویری از برچسب های مشخص را نشان می دهد که برچسب ها با کاما جدا می شوند. "
10768
  "برای مثال: گربه، مربع، نیکون"
10769
 
10770
- #: includes/elements/flickr.php:152
10771
  msgid ""
10772
  "In case of using Colorbox or Swipebox, you need to enable it on Flickr "
10773
  "Justified Gallery plugin settings."
@@ -10775,27 +10754,27 @@ msgstr ""
10775
  "برای مواردی که م یخواهید از Colorbox یا Swipebox استفاده کنید، لازم است آن "
10776
  "را در تنظیمات افزونه گالری مرتب شده فیلکر فعال کنید."
10777
 
10778
- #: includes/elements/flickr.php:157
10779
  msgid "Colorbox"
10780
  msgstr "جعبه رنگ"
10781
 
10782
- #: includes/elements/flickr.php:158
10783
  msgid "Swipebox"
10784
  msgstr "Swipebox"
10785
 
10786
- #: includes/elements/flickr.php:170
10787
  msgid "Images height"
10788
  msgstr "ارتفاع تصاویر"
10789
 
10790
- #: includes/elements/flickr.php:171
10791
  msgid "You can use the this option to set images height in px."
10792
  msgstr "بمی توانید از این تنظیمات برای تنظیم ارتفاع تصویر استفاده کنید."
10793
 
10794
- #: includes/elements/flickr.php:185
10795
  msgid "Max number of photos"
10796
  msgstr "بیشترین تعداد تصاویر"
10797
 
10798
- #: includes/elements/flickr.php:186
10799
  msgid ""
10800
  "Maximum number of photos. Please note if pagination option is activaited "
10801
  "then this options is used as maximum number of photos per page."
@@ -10803,31 +10782,31 @@ msgstr ""
10803
  "بیشترین تعداد تصاویر. لطفا توجه کنید اگر تنظیمات صفحه بندی فعال باشد این "
10804
  "تنظیمات نشانگر تعداد تصاویر در هر ثفحه خواهد بود."
10805
 
10806
- #: includes/elements/flickr.php:206
10807
  msgid "Previous and Next"
10808
  msgstr "قبلی و بعدی"
10809
 
10810
- #: includes/elements/flickr.php:207
10811
  msgid "Page Numbers"
10812
  msgstr "شماره صفحات"
10813
 
10814
- #: includes/elements/flickr.php:219
10815
  msgid "Fixed height"
10816
  msgstr "ارتفاع ثابت"
10817
 
10818
- #: includes/elements/flickr.php:220
10819
  msgid "Each row has the same height, but the images will be cut more."
10820
  msgstr "همه ردیف ها ارتفاع یکسان دارند، اما تصاویر بیشتر برش خورده می شوند."
10821
 
10822
- #: includes/elements/flickr.php:232
10823
  msgid "Randomize images order"
10824
  msgstr "ترتیب تصادفی برای تصاویر"
10825
 
10826
- #: includes/elements/flickr.php:245
10827
  msgid "Margin between the images"
10828
  msgstr "فاصله بیرونی بین تصاویر"
10829
 
10830
- #: includes/elements/flickr.php:246
10831
  msgid "Specifies the space between images."
10832
  msgstr "فضای خالی بین تصاویر را مشخص می کند."
10833
 
@@ -10835,56 +10814,56 @@ msgstr "فضای خالی بین تصاویر را مشخص می کند."
10835
  msgid "Filterable and grid gallery with lightbox"
10836
  msgstr "شبکه گالری قابل فیلترگذاری با لایت باکس"
10837
 
10838
- #: includes/elements/gallery.php:154
10839
  msgid "Order images by query"
10840
  msgstr "مرتب سازی تصاویر بر اساس کوئری"
10841
 
10842
- #: includes/elements/gallery.php:168
10843
  msgid "Order images ascending or descending"
10844
  msgstr "مرتب سازی صعودی یا نزولی تصاویر"
10845
 
10846
- #: includes/elements/gallery.php:211
10847
- #: includes/elements/recent-posts-grid-carousel.php:475
10848
- #: includes/elements/recent-posts-masonry.php:357
10849
- #: includes/elements/recent-products.php:274
10850
  msgid "Number of columns"
10851
  msgstr "تعداد ستون ها"
10852
 
10853
- #: includes/elements/gallery.php:232
10854
- #: includes/elements/recent-posts-grid-carousel.php:493
10855
- #: includes/elements/recent-posts-masonry.php:375
10856
- #: includes/elements/recent-products.php:292
10857
  msgid "Number of columns in tablet size"
10858
  msgstr "تعداد ستون ها در تبلت"
10859
 
10860
- #: includes/elements/gallery.php:254
10861
- #: includes/elements/recent-posts-grid-carousel.php:512
10862
- #: includes/elements/recent-posts-masonry.php:394
10863
- #: includes/elements/recent-products.php:311
10864
  msgid "Number of columns in phone size"
10865
  msgstr "تعداد ستون ها در موبایل"
10866
 
10867
- #: includes/elements/gallery.php:274
10868
  msgid "Space"
10869
  msgstr "فضای خالی"
10870
 
10871
- #: includes/elements/gallery.php:275
10872
  msgid "Space between gallery items in pixel."
10873
  msgstr "فضای خالی بین تصاویر گالری بر حسب پیکسل"
10874
 
10875
- #: includes/elements/gallery.php:315
10876
  msgid "Link images to"
10877
  msgstr "لینک کردن تصاویر به"
10878
 
10879
- #: includes/elements/gallery.php:324
10880
  msgid "File"
10881
  msgstr "فایل"
10882
 
10883
- #: includes/elements/gallery.php:335
10884
  msgid "Enable pagination"
10885
  msgstr "فعال سازی صفحه بندی"
10886
 
10887
- #: includes/elements/gallery.php:349
10888
  msgid "Only load images that are in visible page"
10889
  msgstr ""
10890
 
@@ -11019,27 +10998,27 @@ msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید ا
11019
  msgid "Highlight"
11020
  msgstr "متن هایلایت شده"
11021
 
11022
- #: includes/elements/highlight.php:43
11023
  msgid "The style of divider."
11024
  msgstr "ظاهر جداکننده."
11025
 
11026
- #: includes/elements/highlight.php:56
11027
  msgid "Red"
11028
  msgstr "قرمز"
11029
 
11030
- #: includes/elements/highlight.php:61
11031
  msgid "Blue"
11032
  msgstr "آبی"
11033
 
11034
- #: includes/elements/highlight.php:66
11035
  msgid "Yellow"
11036
  msgstr "زرد"
11037
 
11038
- #: includes/elements/highlight.php:71
11039
  msgid "Green"
11040
  msgstr "سبز"
11041
 
11042
- #: includes/elements/highlight.php:79
11043
  msgid "Enter the text to be highlighted."
11044
  msgstr "متنی که می خواهید هایلایت شود را وارد کنید."
11045
 
@@ -11047,79 +11026,79 @@ msgstr "متنی که می خواهید هایلایت شود را وارد کن
11047
  msgid "Image with lightbox option"
11048
  msgstr "تنظیمات تصویر با لایت باکس"
11049
 
11050
- #: includes/elements/image.php:43
11051
  msgid "Image title, leave it empty if you don`t need title."
11052
  msgstr "عنوان تصویر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11053
 
11054
- #: includes/elements/image.php:72
11055
  msgid "Image hover"
11056
  msgstr "تصویر شناور"
11057
 
11058
- #: includes/elements/image.php:88
11059
  msgid "Choose a pre-defined or custom image size."
11060
  msgstr ""
11061
 
11062
- #: includes/elements/image.php:93
11063
  msgid "Original"
11064
  msgstr "اصلی"
11065
 
11066
- #: includes/elements/image.php:94
11067
  msgid "Large (%sx%s)"
11068
  msgstr ""
11069
 
11070
- #: includes/elements/image.php:95
11071
  msgid "Medium Large (%sx%s)"
11072
  msgstr ""
11073
 
11074
- #: includes/elements/image.php:96
11075
  #, fuzzy
11076
  msgid "Medium (%sx%s)"
11077
  msgstr "متوسط"
11078
 
11079
- #: includes/elements/image.php:97
11080
  #, fuzzy
11081
  msgid "Thumbnail (%sx%s)"
11082
  msgstr "بندانگشتی"
11083
 
11084
- #: includes/elements/image.php:146
11085
  msgid "Image alignment in content."
11086
  msgstr "تراز تصویر در محتوا."
11087
 
11088
- #: includes/elements/image.php:182
11089
  msgid "Open large image in lightbox"
11090
  msgstr "بازشدن تصویر بزرگ در لایت باکس"
11091
 
11092
- #: includes/elements/image.php:196
11093
  #, fuzzy
11094
  msgid "Preload the image"
11095
  msgstr "تصویر پوستر"
11096
 
11097
- #: includes/elements/image.php:210
11098
  #, fuzzy
11099
  msgid "Preview preloading"
11100
  msgstr "پیش نمایش صفحه ورود"
11101
 
11102
- #: includes/elements/image.php:224
11103
  msgid "Link URL"
11104
  msgstr "آدرس پیوند"
11105
 
11106
- #: includes/elements/image.php:242
11107
  msgid "Target"
11108
  msgstr "هدف"
11109
 
11110
- #: includes/elements/image.php:243
11111
  msgid "Open in new page or this page."
11112
  msgstr "در صفحه جدید یا در همین صفحه باز شود."
11113
 
11114
- #: includes/elements/image.php:248
11115
  msgid "Self"
11116
  msgstr "همین صفحه"
11117
 
11118
- #: includes/elements/image.php:249 includes/general-functions.php:2015
11119
  msgid "Blank"
11120
  msgstr "خالی"
11121
 
11122
- #: includes/elements/image.php:271 includes/elements/image.php:283
11123
  msgid "Effects"
11124
  msgstr ""
11125
 
@@ -11132,15 +11111,15 @@ msgstr "[فلوکس] خوراک اینستاگرام"
11132
  msgid "It adds an instagram feed element."
11133
  msgstr "یک المان خوراک اینستاگرام اضافه می کند."
11134
 
11135
- #: includes/elements/instagram-feed.php:43
11136
  msgid "A title for instagram element"
11137
  msgstr "عنوانی برای المان اینستاگرام"
11138
 
11139
- #: includes/elements/instagram-feed.php:56
11140
  msgid "Instagram user ID"
11141
  msgstr "شناسه کاربر اینستاگرام"
11142
 
11143
- #: includes/elements/instagram-feed.php:58
11144
  msgid ""
11145
  "Instagram User ID. Separate multiple IDs by commas. You can find the User ID "
11146
  "with %sthis tool%s."
@@ -11148,77 +11127,77 @@ msgstr ""
11148
  "شناسه کاربر اینستاگرام. شناسه ها را با کاما از هم جدا کنید. می توانید شناسه "
11149
  "کاربر را با %sاین ابزار%s پیدا کنید."
11150
 
11151
- #: includes/elements/instagram-feed.php:75
11152
  msgid "Number of photo"
11153
  msgstr "تعداد عکس ها"
11154
 
11155
- #: includes/elements/instagram-feed.php:76
11156
  msgid "Number of photos to display initially. Maximum is 33."
11157
  msgstr "تعداد تصاویر برای نمایش اولیه. حداکثر 33."
11158
 
11159
- #: includes/elements/instagram-feed.php:90
11160
  msgid "Resolution/size of the photos. "
11161
  msgstr "رزولوشن/اندازه تصاویر."
11162
 
11163
- #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1604
11164
  msgid "Auto"
11165
  msgstr "خودکار"
11166
 
11167
- #: includes/elements/instagram-feed.php:97
11168
  msgid "Thumb"
11169
  msgstr "بند انگشتی"
11170
 
11171
- #: includes/elements/instagram-feed.php:111
11172
  msgid "Number of columns in the feed. 1 - 10."
11173
  msgstr "تعداد ستون ها در خوراک. 1 - 10"
11174
 
11175
- #: includes/elements/instagram-feed.php:125
11176
  msgid "Spacing around the photos"
11177
  msgstr "فضای خالی اطراف عکس"
11178
 
11179
- #: includes/elements/instagram-feed.php:140
11180
  msgid "Unit of the spacing."
11181
  msgstr "واحد فضای خالی"
11182
 
11183
- #: includes/elements/instagram-feed.php:146
11184
- #: includes/elements/instagram-feed.php:212
11185
  msgid "Percentage (%)"
11186
  msgstr "درصد (%)"
11187
 
11188
- #: includes/elements/instagram-feed.php:147
11189
- #: includes/elements/instagram-feed.php:213
11190
  msgid "Pixels (px)"
11191
  msgstr "پیکسل"
11192
 
11193
- #: includes/elements/instagram-feed.php:192
11194
  msgid "The height of the feed"
11195
  msgstr "ارتفاع خوراک"
11196
 
11197
- #: includes/elements/instagram-feed.php:206
11198
  msgid "Unit of the height."
11199
  msgstr "واحد ارتفاع."
11200
 
11201
- #: includes/elements/instagram-feed.php:239
11202
  msgid "Show header"
11203
  msgstr "نمایش سربرگ"
11204
 
11205
- #: includes/elements/instagram-feed.php:240
11206
  msgid "Whether to show the feed header."
11207
  msgstr "سربرگ خوراک نمایش داده شود یا خیر."
11208
 
11209
- #: includes/elements/instagram-feed.php:254
11210
  msgid "Show follow button"
11211
  msgstr "نمایش دکمه دنبال کردن"
11212
 
11213
- #: includes/elements/instagram-feed.php:255
11214
  msgid "Whether to show the Follow on Instagram button."
11215
  msgstr "دکمه دنبال کردن اینستاگرام نمایش داده شود یا خیر."
11216
 
11217
- #: includes/elements/instagram-feed.php:269
11218
  msgid "Show load more button"
11219
  msgstr "نمایش دکمه بارگذاری بیشتر"
11220
 
11221
- #: includes/elements/instagram-feed.php:270
11222
  msgid " Whether to show the load more button."
11223
  msgstr "دکمه نمایش بیشتر نشان داده شود یا نه."
11224
 
@@ -11235,7 +11214,7 @@ msgid "col"
11235
  msgstr "col"
11236
 
11237
  #: includes/elements/latest-items.php:40
11238
- #: includes/elements/sample-element.php:66
11239
  msgid "If you choose Callout a big box appears around the content"
11240
  msgstr ""
11241
 
@@ -11356,111 +11335,111 @@ msgstr "[فلوکس] اسلایدر آخرین نوشته ها"
11356
  msgid "Slider for latest posts."
11357
  msgstr "اسلایدر برای آخرین نوشته ها."
11358
 
11359
- #: includes/elements/latest-posts-slider.php:43
11360
  msgid "Latest post slider title, leave it empty if you don`t need title."
11361
  msgstr ""
11362
  "عنوان اسلایدر آخرین نوشته ها، اگر به عنوان نیازی ندارید آن را خالی بگذارید."
11363
 
11364
- #: includes/elements/latest-posts-slider.php:56
11365
  msgid "Create slides from"
11366
  msgstr "ساخت اسلایدها از"
11367
 
11368
- #: includes/elements/latest-posts-slider.php:62
11369
  msgid "Posts"
11370
  msgstr "نوشته ها"
11371
 
11372
- #: includes/elements/latest-posts-slider.php:63
11373
  msgid "Pages"
11374
  msgstr "برگه ها"
11375
 
11376
- #: includes/elements/latest-posts-slider.php:74
11377
  msgid "Slides number"
11378
  msgstr "تعداد اسلایدها"
11379
 
11380
- #: includes/elements/latest-posts-slider.php:75
11381
  msgid "Specifies maximum number of slides in slider."
11382
  msgstr "بیشترین تعداد اسلاید در اسلایدر را مشخص می کند."
11383
 
11384
- #: includes/elements/latest-posts-slider.php:89
11385
- #: includes/elements/latest-posts-slider.php:103
11386
  msgid "Post IDs separated by comma (eg. 53,34,87,25)."
11387
  msgstr "شناسه نوشته ها که با کاما از هم جدا شده اند. (مثلا 53,34,87,25)."
11388
 
11389
- #: includes/elements/latest-posts-slider.php:154
11390
  msgid "Order direction"
11391
  msgstr "جهت مرتب سازی"
11392
 
11393
- #: includes/elements/latest-posts-slider.php:172
11394
  msgid "Slider skin"
11395
  msgstr "نمای اسلایدر"
11396
 
11397
- #: includes/elements/latest-posts-slider.php:178
11398
  msgid "Light and boxed"
11399
  msgstr "جعبه ای روشن"
11400
 
11401
- #: includes/elements/latest-posts-slider.php:179
11402
  msgid "Dark and boxed"
11403
  msgstr "جعبه ای تیره"
11404
 
11405
- #: includes/elements/latest-posts-slider.php:180
11406
  msgid "Light overlay"
11407
  msgstr "روکش روشن"
11408
 
11409
- #: includes/elements/latest-posts-slider.php:181
11410
  msgid "Dark overlay"
11411
  msgstr "روکش تیره"
11412
 
11413
- #: includes/elements/latest-posts-slider.php:192
11414
- #: includes/elements/recent-posts-tiles-carousel.php:378
11415
- #: includes/elements/recent-posts-tiles.php:386
11416
  msgid "Insert post title"
11417
  msgstr "افزودن عنوان نوشته"
11418
 
11419
- #: includes/elements/latest-posts-slider.php:205
11420
- #: includes/elements/recent-posts-tiles-carousel.php:391
11421
- #: includes/elements/recent-posts-tiles.php:399
11422
  msgid "Insert post meta"
11423
  msgstr "افزودن متای نوشته"
11424
 
11425
- #: includes/elements/latest-posts-slider.php:222
11426
  msgid "Grab the image from"
11427
  msgstr "گرفتن تصویر از"
11428
 
11429
- #: includes/elements/latest-posts-slider.php:228
11430
  msgid "Auto select"
11431
  msgstr "انتخاب خودکار"
11432
 
11433
- #: includes/elements/latest-posts-slider.php:229
11434
  msgid "Featured image"
11435
  msgstr "تصویر شاخص"
11436
 
11437
- #: includes/elements/latest-posts-slider.php:230
11438
  msgid "First image in post"
11439
  msgstr "اولین تصویر در نوشته"
11440
 
11441
- #: includes/elements/latest-posts-slider.php:231
11442
  msgid "Custom image"
11443
  msgstr "تصویر دلخواه"
11444
 
11445
- #: includes/elements/latest-posts-slider.php:242
11446
  msgid "Background image"
11447
  msgstr "تصویر پس زمینه"
11448
 
11449
- #: includes/elements/latest-posts-slider.php:258
11450
  msgid "Exclude posts without image"
11451
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
11452
 
11453
- #: includes/elements/latest-posts-slider.php:325
11454
- #: includes/elements/touch-slider.php:123
11455
  msgid "Looped navigation"
11456
  msgstr "ناوبری چرخه ای"
11457
 
11458
- #: includes/elements/latest-posts-slider.php:351
11459
- #: includes/elements/touch-slider.php:149
11460
  msgid "Slideshow delay in seconds"
11461
  msgstr "تاخیر اسلایدشو بر حسب ثانیه"
11462
 
11463
- #: includes/elements/latest-posts-slider.php:522
11464
  msgid "View all posts in "
11465
  msgstr "نمایش همه نوشته ها در"
11466
 
@@ -11473,54 +11452,54 @@ msgstr "[فلوکس] ابزارک مطالب محبوب"
11473
  msgid "Shows popular and most commented posts with thumbnail."
11474
  msgstr "نمایش مطالب محبوب و بیشتر بحث شده به همراه تصویر بندانگشتی"
11475
 
11476
- #: includes/elements/popular-posts-widget.php:86
11477
  msgid "Display popular tab"
11478
  msgstr "نمایش زبانه محبوب ها"
11479
 
11480
- #: includes/elements/popular-posts-widget.php:87
11481
  msgid "Enable it to display the most popular posts."
11482
  msgstr "برای نمایش نوشته های محبوب این گزینه را فعال کنید."
11483
 
11484
- #: includes/elements/popular-posts-widget.php:101
11485
  msgid "Display recent tab"
11486
  msgstr "نمایش زبانه مطالب اخیر"
11487
 
11488
- #: includes/elements/popular-posts-widget.php:102
11489
  msgid "Enable it to display the most recent posts."
11490
  msgstr "برای نمایش مطالب اخیر این گزینه را فعال کنید."
11491
 
11492
- #: includes/elements/popular-posts-widget.php:116
11493
  msgid "Display comment tab"
11494
  msgstr "نمایش زبانه دیدگاه ها"
11495
 
11496
- #: includes/elements/popular-posts-widget.php:117
11497
  msgid "Enable it to display the most commented posts."
11498
  msgstr "برای نمایش نوشته های بیشتر بحث شده این گزینه را فعال کنید."
11499
 
11500
- #: includes/elements/popular-posts-widget.php:132
11501
- #: includes/elements/recent-posts-widget.php:92
11502
  msgid "Enable it to display images as well."
11503
  msgstr "همچنین برای نمایش تصاویر این گزینه را فعال کنید."
11504
 
11505
- #: includes/elements/popular-posts-widget.php:161
11506
- #: includes/elements/recent-posts-widget.php:121
11507
  msgid "Display post date"
11508
  msgstr "نمایش تاریخ نوشته"
11509
 
11510
- #: includes/elements/popular-posts-widget.php:176
11511
- #: includes/elements/recent-posts-widget.php:136
11512
  msgid "Specify summary content in character"
11513
  msgstr "محتوای خلاصه مطلب را بر حسب کاراکتر مشخص می کند."
11514
 
11515
- #: includes/elements/popular-posts-widget.php:237
11516
  msgid "specify a categories that you want."
11517
  msgstr "دسته بندی های مورد نظر شما را مشخص می کند."
11518
 
11519
- #: includes/elements/popular-posts-widget.php:387
11520
  msgid "Popular"
11521
  msgstr "محبوب"
11522
 
11523
- #: includes/elements/popular-posts-widget.php:389
11524
  msgid "Comment"
11525
  msgstr "دیدگاه"
11526
 
@@ -11528,47 +11507,47 @@ msgstr "دیدگاه"
11528
  msgid "Blockquote and introduction paragraph"
11529
  msgstr "نقل قول و پاراگراف مقدمه"
11530
 
11531
- #: includes/elements/quote.php:41
11532
  msgid "Quote text"
11533
  msgstr "متن نقل قول"
11534
 
11535
- #: includes/elements/quote.php:42
11536
  msgid "Enter a text as a quote."
11537
  msgstr "متنی را به عنوان نقل قول وارد کنید."
11538
 
11539
- #: includes/elements/quote.php:55
11540
  msgid "Blockqoute style"
11541
  msgstr "ظاهر نقل قول"
11542
 
11543
- #: includes/elements/quote.php:62
11544
  msgid "Quote Normal"
11545
  msgstr "نقل قول معمولی"
11546
 
11547
- #: includes/elements/quote.php:66
11548
  msgid "Blockquote Normal"
11549
  msgstr "بلوک نقل قول معمولی"
11550
 
11551
- #: includes/elements/quote.php:70
11552
  msgid "Blockquote Bordered"
11553
  msgstr "بلوک نقل قول کادربندی شده"
11554
 
11555
- #: includes/elements/quote.php:74
11556
  msgid "Intro"
11557
  msgstr "مقدمه"
11558
 
11559
- #: includes/elements/quote.php:78
11560
  msgid "Intro Hero"
11561
  msgstr "مقدمه بزرگ"
11562
 
11563
- #: includes/elements/quote.php:82
11564
  msgid "Intro with Splitter"
11565
  msgstr "مقدمه با جداکننده"
11566
 
11567
- #: includes/elements/quote.php:86
11568
  msgid "Pullquote Normal"
11569
  msgstr "نقل قول معلق معمولی"
11570
 
11571
- #: includes/elements/quote.php:90
11572
  msgid "Pullquote Colorized"
11573
  msgstr "نقل قول معلق رنگی"
11574
 
@@ -11581,23 +11560,23 @@ msgstr "[فلوکس] شبکه و گردونه نوشته های اخیر"
11581
  msgid "It adds recent posts in grid or carousel mode."
11582
  msgstr "مطالب اخیر را در حالت شبکه یا گردونه اضافه می کند."
11583
 
11584
- #: includes/elements/recent-posts-grid-carousel.php:57
11585
- #: includes/elements/recent-posts-land-style.php:57
11586
- #: includes/elements/recent-posts-masonry.php:57
11587
- #: includes/elements/recent-posts-tiles-carousel.php:44
11588
- #: includes/elements/recent-posts-tiles.php:57
11589
- #: includes/elements/recent-posts-timeline.php:51
11590
  msgid "Recent post title, leave it empty if you don`t need title."
11591
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11592
 
11593
- #: includes/elements/recent-posts-grid-carousel.php:71
11594
  #, fuzzy
11595
  msgid "Recent posts subtitle, leave it empty if you don`t need title."
11596
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11597
 
11598
- #: includes/elements/recent-posts-grid-carousel.php:381
11599
- #: includes/elements/recent-posts-land-style.php:301
11600
- #: includes/elements/recent-posts-masonry.php:281
11601
  msgid ""
11602
  "Enable it to display %s like button%s on gride template blog. Please note WP "
11603
  "Ulike plugin needs to be activaited to use this option."
@@ -11605,12 +11584,12 @@ msgstr ""
11605
  "برای نمایش %s دکمه لایک %s در نوشته های بلاگ این گزینه را فعال کنید. لطفا "
11606
  "توجه کنید که افزونه WP Ulike برای عمل کردن این بخش باید فعال باشد."
11607
 
11608
- #: includes/elements/recent-posts-grid-carousel.php:458
11609
  #, fuzzy
11610
  msgid "Meta Info position"
11611
  msgstr "موقعیت تصویر یا شکلک"
11612
 
11613
- #: includes/elements/recent-posts-grid-carousel.php:551
11614
  msgid "Specifies the style of content for each post column."
11615
  msgstr "ظاهر محتوا برای هر ستون از نوشته ها مشخص می کند."
11616
 
@@ -11641,17 +11620,17 @@ msgstr ""
11641
  msgid "It adds recent posts in tiles carousel mode."
11642
  msgstr "مطالب اخیر را در حالت شبکه یا گردونه اضافه می کند."
11643
 
11644
- #: includes/elements/recent-posts-tiles-carousel.php:72
11645
  #, fuzzy
11646
  msgid "Number of posts to show in per page"
11647
  msgstr "تعداد نوشته ها برای نمایش"
11648
 
11649
- #: includes/elements/recent-posts-tiles-carousel.php:86
11650
  #, fuzzy
11651
  msgid "Number of Pages"
11652
  msgstr "تعداد نوشته ها"
11653
 
11654
- #: includes/elements/recent-posts-tiles-carousel.php:347
11655
  #, fuzzy
11656
  msgid "Light Overlay"
11657
  msgstr "روکش روشن"
@@ -11687,17 +11666,17 @@ msgstr "مطالب اخیر به همراه تصویر بندانگشتی را
11687
  msgid "a Widget for Display Your Store's Products"
11688
  msgstr ""
11689
 
11690
- #: includes/elements/recent-products.php:43
11691
  #, fuzzy
11692
  msgid "Recent products title, leave it empty if you don`t need title."
11693
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11694
 
11695
- #: includes/elements/recent-products.php:57
11696
  #, fuzzy
11697
  msgid "Recent products subtitle, leave it empty if you don`t need title."
11698
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11699
 
11700
- #: includes/elements/recent-products.php:98
11701
  #, fuzzy
11702
  msgid "Vertical 10:15"
11703
  msgstr "عمودی 3:4"
@@ -11710,7 +11689,7 @@ msgstr "اکسین فراخوان"
11710
  msgid "The element description"
11711
  msgstr "توضیحات المان"
11712
 
11713
- #: includes/elements/sample-element.php:52
11714
  msgid "Description for this element"
11715
  msgstr "توضیحات این المان"
11716
 
@@ -11718,7 +11697,7 @@ msgstr "توضیحات این المان"
11718
  msgid "Fancy search field"
11719
  msgstr "فیلد جستجوی فانتزی"
11720
 
11721
- #: includes/elements/search.php:42
11722
  msgid "Search title, leave it empty if you don`t need title."
11723
  msgstr "عنوان جستجو، اگر به عناون نیازی ندارید این بخش را خالی بگذارید."
11724
 
@@ -11730,46 +11709,46 @@ msgstr ""
11730
  "شکلک های شبکه های اجتماعی را نشان می دهد که می توانید در شخصی ساز آن ها را "
11731
  "تنظیم کنید."
11732
 
11733
- #: includes/elements/socials-list.php:43 includes/elements/socials-list.php:181
11734
  msgid "Socials title, leave it empty if you don`t need title."
11735
  msgstr ""
11736
  "عنوان شبکه های اجتماعی، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11737
 
11738
- #: includes/elements/socials-list.php:57 includes/elements/socials-list.php:195
11739
  msgid "Size of social icons"
11740
  msgstr "اندازه شکلک های شبکه های اجتماعی"
11741
 
11742
- #: includes/elements/socials-list.php:66 includes/elements/socials-list.php:204
11743
  msgid "Extra large"
11744
  msgstr "خیلی بزرگ"
11745
 
11746
- #: includes/elements/socials-list.php:77 includes/elements/socials-list.php:215
11747
  msgid "Directon of socials list"
11748
  msgstr "جهت لیست شبکه های اجتماعی"
11749
 
11750
- #: includes/elements/socials-list.php:156
11751
  #, fuzzy
11752
  msgid "It shows the website socials icons."
11753
  msgstr ""
11754
  "شکلک های شبکه های اجتماعی را نشان می دهد که می توانید در شخصی ساز آن ها را "
11755
  "تنظیم کنید."
11756
 
11757
- #: includes/elements/socials-list.php:245 includes/elements/staff.php:345
11758
  #, fuzzy
11759
  msgid "Linkedin Address"
11760
  msgstr "آدرس"
11761
 
11762
- #: includes/elements/socials-list.php:305
11763
  #, fuzzy
11764
  msgid "Youtube Address"
11765
  msgstr "آدرس"
11766
 
11767
- #: includes/elements/socials-list.php:329
11768
  #, fuzzy
11769
  msgid "Telegram Address"
11770
  msgstr "آدرس"
11771
 
11772
- #: includes/elements/socials-list.php:341
11773
  #, fuzzy
11774
  msgid "VK Address"
11775
  msgstr "آدرس"
@@ -11782,73 +11761,73 @@ msgstr ""
11782
  msgid "You can display your Staffs as a customized widget,"
11783
  msgstr ""
11784
 
11785
- #: includes/elements/staff.php:44
11786
  #, fuzzy
11787
  msgid "Staff Name, leave it empty if you don`t need title."
11788
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11789
 
11790
- #: includes/elements/staff.php:53 includes/elements/staff.php:84
11791
- #: includes/elements/staff.php:99 includes/elements/staff.php:119
11792
- #: includes/elements/staff.php:138 includes/elements/staff.php:156
11793
- #: includes/elements/staff.php:188
11794
  msgid "Staff Details"
11795
  msgstr ""
11796
 
11797
- #: includes/elements/staff.php:58
11798
  #, fuzzy
11799
  msgid "Staff Occupation, leave it empty if you don`t need title."
11800
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11801
 
11802
- #: includes/elements/staff.php:74
11803
  #, fuzzy
11804
  msgid "leave it empty if you don`t need to add a page."
11805
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11806
 
11807
- #: includes/elements/staff.php:88
11808
  #, fuzzy
11809
  msgid "Staff Image"
11810
  msgstr "تصویر"
11811
 
11812
- #: includes/elements/staff.php:103 includes/elements/text.php:422
11813
  #, fuzzy
11814
  msgid "Image Size"
11815
  msgstr "اندازه تصویر"
11816
 
11817
- #: includes/elements/staff.php:109 includes/elements/text.php:428
11818
  #, fuzzy
11819
  msgid "Orginal Size"
11820
  msgstr "اصلی"
11821
 
11822
- #: includes/elements/staff.php:192
11823
  msgid "Wrapper style"
11824
  msgstr "ظاهر Wrapper"
11825
 
11826
- #: includes/elements/staff.php:203 includes/elements/text.php:101
11827
  msgid "Outlined"
11828
  msgstr "با خط بیرونی"
11829
 
11830
- #: includes/elements/staff.php:219
11831
  msgid "Layout Style"
11832
  msgstr ""
11833
 
11834
- #: includes/elements/staff.php:251
11835
  msgid "Layout Border Color"
11836
  msgstr ""
11837
 
11838
- #: includes/elements/staff.php:252
11839
  #, fuzzy
11840
  msgid "Choose a border color for this layout."
11841
  msgstr "رنگ پس زمینه ای را برای این بلوک انتخاب کنید."
11842
 
11843
- #: includes/elements/staff.php:269
11844
  msgid "Text align"
11845
  msgstr "تراز متن"
11846
 
11847
- #: includes/elements/staff.php:297
11848
  msgid "Text color scheme"
11849
  msgstr "شمای رنگ متن"
11850
 
11851
- #: includes/elements/staff.php:303
11852
  msgid "Inherit"
11853
  msgstr "ارث بری"
11854
 
@@ -11856,63 +11835,63 @@ msgstr "ارث بری"
11856
  msgid "It adds tabs element."
11857
  msgstr "یک المان زبانه اضافه می کند."
11858
 
11859
- #: includes/elements/tab-widget.php:44 includes/elements/tabs.php:44
11860
  msgid "Tabs title, leave it empty if you don`t need title."
11861
  msgstr "عنوان زبانه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11862
 
11863
- #: includes/elements/tab-widget.php:58 includes/elements/tabs.php:58
11864
  msgid "Choose between bordered style and no border."
11865
  msgstr "بین ظاهر کادر بندی شده و بدون کادر یکی را انتخاب کنید."
11866
 
11867
- #: includes/elements/tab-widget.php:75
11868
  #, fuzzy
11869
  msgid "First Tab Label"
11870
  msgstr "برچسب زبانه"
11871
 
11872
- #: includes/elements/tab-widget.php:76 includes/elements/tab-widget.php:105
11873
- #: includes/elements/tab-widget.php:134 includes/elements/tabs.php:76
11874
  msgid "Enter your tab item label."
11875
  msgstr "برچسب آیتم زبانه را وارد کنید."
11876
 
11877
- #: includes/elements/tab-widget.php:89
11878
  #, fuzzy
11879
  msgid "First Tab Content"
11880
  msgstr "اولی باز باشد؟"
11881
 
11882
- #: includes/elements/tab-widget.php:90 includes/elements/tab-widget.php:119
11883
- #: includes/elements/tab-widget.php:148 includes/elements/tabs.php:93
11884
  msgid "Enter your tab item content."
11885
  msgstr "محتوای آیتم زبانه را وارد کنید."
11886
 
11887
- #: includes/elements/tab-widget.php:104
11888
  #, fuzzy
11889
  msgid "Second Tab Label"
11890
  msgstr "برچسب زبانه"
11891
 
11892
- #: includes/elements/tab-widget.php:118
11893
  #, fuzzy
11894
  msgid "Second Tab Content"
11895
  msgstr "محتوای جعبه ای"
11896
 
11897
- #: includes/elements/tab-widget.php:133
11898
  #, fuzzy
11899
  msgid "Third Tab Label"
11900
  msgstr "برچسب زبانه"
11901
 
11902
- #: includes/elements/tab-widget.php:147
11903
  #, fuzzy
11904
  msgid "Third Tab Content"
11905
  msgstr "محتوای جعبه ای"
11906
 
11907
- #: includes/elements/tabs.php:75
11908
  msgid "Tab label"
11909
  msgstr "برچسب زبانه"
11910
 
11911
- #: includes/elements/tabs.php:79
11912
  msgid "Tabs Section"
11913
  msgstr "بخش زبانه ها"
11914
 
11915
- #: includes/elements/tabs.php:95
11916
  msgid "Tabs section"
11917
  msgstr "بخش زبانه ها"
11918
 
@@ -11926,52 +11905,52 @@ msgstr "انتخاب اظهار نظر"
11926
  msgid "Testimonial Element"
11927
  msgstr "المان های ضروری اکسین"
11928
 
11929
- #: includes/elements/testimonial.php:44
11930
  msgid "Testimonial Templates"
11931
  msgstr ""
11932
 
11933
- #: includes/elements/testimonial.php:58
11934
  #, fuzzy
11935
  msgid "Default Template"
11936
  msgstr "پیش فرض"
11937
 
11938
- #: includes/elements/testimonial.php:62
11939
  msgid "Default Template With Image"
11940
  msgstr ""
11941
 
11942
- #: includes/elements/testimonial.php:66
11943
  #, fuzzy
11944
  msgid "Bordered On Content"
11945
  msgstr "محتوای جعبه ای"
11946
 
11947
- #: includes/elements/testimonial.php:70
11948
  msgid "Quotation Mark on Top of the Content"
11949
  msgstr ""
11950
 
11951
- #: includes/elements/testimonial.php:74
11952
  msgid "Show Info on Top of Content"
11953
  msgstr ""
11954
 
11955
- #: includes/elements/testimonial.php:78
11956
  msgid "Show Image on Top of the Content"
11957
  msgstr ""
11958
 
11959
- #: includes/elements/testimonial.php:85
11960
  #, fuzzy
11961
  msgid "Customer Name, leave it empty if you don`t need title."
11962
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11963
 
11964
- #: includes/elements/testimonial.php:99
11965
  #, fuzzy
11966
  msgid "Customer Link, leave it empty if you don`t need it"
11967
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11968
 
11969
- #: includes/elements/testimonial.php:113
11970
  #, fuzzy
11971
  msgid "Customer Occupation, leave it empty if you don`t need it."
11972
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11973
 
11974
- #: includes/elements/testimonial.php:127
11975
  #, fuzzy
11976
  msgid "Customer Rating, Set it to \"None\" if you don`t need it."
11977
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
@@ -11981,179 +11960,179 @@ msgstr "عنوان کد، اگر به عنوان نیازی ندارید این
11981
  msgid "Iconic text block."
11982
  msgstr "بلوک متنی سادذه."
11983
 
11984
- #: includes/elements/text.php:90
11985
  #, fuzzy
11986
  msgid "Wrapper Style"
11987
  msgstr "ظاهر Wrapper"
11988
 
11989
- #: includes/elements/text.php:114 includes/elements/text.php:142
11990
- #: includes/elements/text.php:170 includes/elements/text.php:189
11991
- #: includes/elements/text.php:208 includes/elements/text.php:227
11992
- #: includes/elements/text.php:245 includes/elements/text.php:267
11993
- #: includes/elements/text.php:285 includes/elements/text.php:303
11994
- #: includes/elements/text.php:321 includes/elements/text.php:340
11995
- #: includes/elements/text.php:362 includes/elements/text.php:920
11996
- #: includes/elements/text.php:934
11997
  #, fuzzy
11998
  msgid "Wrapper Layout"
11999
  msgstr "ظاهر Wrapper"
12000
 
12001
- #: includes/elements/text.php:146
12002
  msgid "Text Align on Small Screens"
12003
  msgstr ""
12004
 
12005
- #: includes/elements/text.php:174
12006
  #, fuzzy
12007
  msgid "Text Color Scheme"
12008
  msgstr "شمای رنگ متن"
12009
 
12010
- #: includes/elements/text.php:194
12011
  #, fuzzy
12012
  msgid "Wrapper Background Type"
12013
  msgstr "شکل پس زمینه"
12014
 
12015
- #: includes/elements/text.php:200 includes/elements/text.php:295
12016
  #, fuzzy
12017
  msgid "Single Color"
12018
  msgstr "رنگ شکلک"
12019
 
12020
- #: includes/elements/text.php:201 includes/elements/text.php:296
12021
- #: includes/general-hooks.php:1581
12022
  msgid "Background Image"
12023
  msgstr "تصویر پس زمینه"
12024
 
12025
- #: includes/elements/text.php:213
12026
  #, fuzzy
12027
  msgid "Wrapper Background Color"
12028
  msgstr "رنگ پس زمینه"
12029
 
12030
- #: includes/elements/text.php:231
12031
  #, fuzzy
12032
  msgid "Wrapper Background image"
12033
  msgstr "تصویر پس زمینه"
12034
 
12035
- #: includes/elements/text.php:249
12036
  #, fuzzy
12037
  msgid "Wrapper Background Image Display"
12038
  msgstr "تصویر پس زمینه"
12039
 
12040
- #: includes/elements/text.php:254 includes/elements/text.php:349
12041
- #: includes/general-hooks.php:1612
12042
  msgid "Cover"
12043
  msgstr "پوشاننده"
12044
 
12045
- #: includes/elements/text.php:255 includes/elements/text.php:350
12046
  #, fuzzy
12047
  msgid "Tiled Image"
12048
  msgstr "تصویر"
12049
 
12050
- #: includes/elements/text.php:256 includes/elements/text.php:351
12051
  msgid "Centered, with original size"
12052
  msgstr ""
12053
 
12054
- #: includes/elements/text.php:257 includes/elements/text.php:352
12055
- #: includes/general-hooks.php:1745
12056
  msgid "Fixed"
12057
  msgstr "ثابت"
12058
 
12059
- #: includes/elements/text.php:271
12060
  #, fuzzy
12061
  msgid "Wrapper Background Overlay"
12062
  msgstr "فعالسازی پس زمینه"
12063
 
12064
- #: includes/elements/text.php:289
12065
  #, fuzzy
12066
  msgid "Header Background Type"
12067
  msgstr "شکل پس زمینه"
12068
 
12069
- #: includes/elements/text.php:307
12070
  #, fuzzy
12071
  msgid "Header Background color"
12072
  msgstr "رنگ پس زمینه"
12073
 
12074
- #: includes/elements/text.php:326
12075
  #, fuzzy
12076
  msgid "Header Background image"
12077
  msgstr "تصویر پس زمینه"
12078
 
12079
- #: includes/elements/text.php:344
12080
  #, fuzzy
12081
  msgid "Header Background Image Display"
12082
  msgstr "تصویر پس زمینه"
12083
 
12084
- #: includes/elements/text.php:366
12085
  #, fuzzy
12086
  msgid "Icon or image"
12087
  msgstr "تصویر پوستر"
12088
 
12089
- #: includes/elements/text.php:367
12090
  msgid "Please choose an icon from avaialable icons."
12091
  msgstr "لطفا یکی از شکلک های موجود را انتخاب کنید."
12092
 
12093
- #: includes/elements/text.php:368
12094
  #, fuzzy
12095
  msgid "Display Icon or Image"
12096
  msgstr "نمایش تصویر"
12097
 
12098
- #: includes/elements/text.php:382 includes/elements/text.php:400
12099
- #: includes/elements/text.php:418 includes/elements/text.php:441
12100
- #: includes/elements/text.php:459 includes/elements/text.php:482
12101
- #: includes/elements/text.php:500 includes/elements/text.php:529
12102
- #: includes/elements/text.php:567 includes/elements/text.php:605
12103
- #: includes/elements/text.php:633
12104
  #, fuzzy
12105
  msgid "Icon & Image"
12106
  msgstr "تصویر پس زمینه"
12107
 
12108
- #: includes/elements/text.php:446
12109
  msgid "Choose a color for icon."
12110
  msgstr "رنگی برای شکلک انتخاب کنید."
12111
 
12112
- #: includes/elements/text.php:463
12113
  msgid "Icon size"
12114
  msgstr "اندازه شکلک"
12115
 
12116
- #: includes/elements/text.php:487
12117
  msgid "Choose a color for background of icon."
12118
  msgstr "رنگی برای پس زمینه شکلک انتخاب کنید."
12119
 
12120
- #: includes/elements/text.php:504
12121
  #, fuzzy
12122
  msgid "Icon/Image outline color"
12123
  msgstr "رنگ خط بیرونی شکلک"
12124
 
12125
- #: includes/elements/text.php:505
12126
  #, fuzzy
12127
  msgid "Choose a color for the border around the icon or image."
12128
  msgstr "رنگی را برای کادر دور شکلک انتخاب کنید."
12129
 
12130
- #: includes/elements/text.php:519
12131
  #, fuzzy
12132
  msgid "Icon/Image outline width"
12133
  msgstr "رنگ خط بیرونی شکلک"
12134
 
12135
- #: includes/elements/text.php:520
12136
  #, fuzzy
12137
  msgid "Choose a width for the border around the icon or image."
12138
  msgstr "رنگی را برای کادر دور شکلک انتخاب کنید."
12139
 
12140
- #: includes/elements/text.php:609
12141
  msgid "Image or icon position"
12142
  msgstr "موقعیت تصویر یا شکلک"
12143
 
12144
- #: includes/elements/text.php:692
12145
  msgid "Button shape style"
12146
  msgstr "ظاهر شکل دکمه"
12147
 
12148
- #: includes/elements/text.php:769
12149
  msgid "Darken label of button while mouse over it."
12150
  msgstr "تیره تر کردن برچسب هنگامی که ماوس روی آن است."
12151
 
12152
- #: includes/elements/text.php:924
12153
  msgid "Footer Shape color"
12154
  msgstr ""
12155
 
12156
- #: includes/elements/text.php:925
12157
  #, fuzzy
12158
  msgid "Select color for shape"
12159
  msgstr "انتخاب شکل آکاردئون."
@@ -12166,7 +12145,7 @@ msgstr ""
12166
  msgid "Responsive image slider with touch swipe feature."
12167
  msgstr ""
12168
 
12169
- #: includes/elements/touch-slider.php:44
12170
  #, fuzzy
12171
  msgid "The slider title, leave it empty if you don`t need title."
12172
  msgstr "عنوان ویدیو، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
@@ -12238,194 +12217,194 @@ msgstr ""
12238
  msgid "LOADING"
12239
  msgstr ""
12240
 
12241
- #: includes/general-functions.php:2016
12242
  msgid "Blurred placeholder image"
12243
  msgstr ""
12244
 
12245
- #: includes/general-functions.php:2017
12246
  msgid "In-progress box animation"
12247
  msgstr ""
12248
 
12249
- #: includes/general-functions.php:2018
12250
  msgid "Loading spinner (blue)"
12251
  msgstr ""
12252
 
12253
- #: includes/general-functions.php:2019
12254
  msgid "Loading spinner (light)"
12255
  msgstr ""
12256
 
12257
- #: includes/general-functions.php:2020
12258
  msgid "Loading spinner (dark)"
12259
  msgstr ""
12260
 
12261
  #. translators: %s: Search term.
12262
- #: includes/general-functions.php:2247
12263
  msgid "Search Results for: %s"
12264
  msgstr ""
12265
 
12266
  #. translators: %s is the page number.
12267
- #: includes/general-functions.php:2251
12268
  msgid "&nbsp;&ndash; Page %s"
12269
  msgstr ""
12270
 
12271
  #. translators: Category archive title. 1: Category name
12272
- #: includes/general-functions.php:2258
12273
  #, fuzzy
12274
  msgid "Category: %s"
12275
  msgstr "دسته 1"
12276
 
12277
  #. translators: Tag archive title. 1: Tag name
12278
- #: includes/general-functions.php:2264
12279
  msgid "Tag: %s"
12280
  msgstr ""
12281
 
12282
  #. translators: Author archive title. 1: Author name
12283
- #: includes/general-functions.php:2271
12284
  #, fuzzy
12285
  msgid "Author: %s"
12286
  msgstr "نویسنده"
12287
 
12288
  #. translators: Yearly archive title. 1: Year
12289
- #: includes/general-functions.php:2278
12290
  msgid "Year: %s"
12291
  msgstr ""
12292
 
12293
  #. translators: Monthly archive title. 1: Month name and year
12294
- #: includes/general-functions.php:2285
12295
  msgid "Month: %s"
12296
  msgstr ""
12297
 
12298
  #. translators: Daily archive title. 1: Date
12299
- #: includes/general-functions.php:2292
12300
  msgid "Day: %s"
12301
  msgstr ""
12302
 
12303
  #. translators: Post type archive title. 1: Post type name
12304
- #: includes/general-functions.php:2319
12305
  msgid "Archives: %s"
12306
  msgstr ""
12307
 
12308
  #. translators: Taxonomy term archive title. 1: Taxonomy singular name, 2:
12309
  #. Current taxonomy term
12310
- #: includes/general-functions.php:2327
12311
  msgid "%1$s: %2$s"
12312
  msgstr ""
12313
 
12314
- #: includes/general-functions.php:2330
12315
  msgid "Page Not Found"
12316
  msgstr ""
12317
 
12318
- #: includes/general-functions.php:2509
12319
  #, fuzzy
12320
  msgid "Select Page"
12321
  msgstr "تراز شکلک را انتخاب کنید."
12322
 
12323
- #: includes/general-hooks.php:221
12324
  msgid "Auxin Icons"
12325
  msgstr "اکسین شکلک ها"
12326
 
12327
- #: includes/general-hooks.php:226
12328
  msgid "Icon library"
12329
  msgstr "کتابخانه شکلک ها"
12330
 
12331
- #: includes/general-hooks.php:228
12332
  msgid "Font Awesome"
12333
  msgstr "Font Awesome"
12334
 
12335
- #: includes/general-hooks.php:229
12336
  msgid "Open Iconic"
12337
  msgstr "Open Iconic"
12338
 
12339
- #: includes/general-hooks.php:230
12340
  msgid "Typicons"
12341
  msgstr "Typicons"
12342
 
12343
- #: includes/general-hooks.php:231
12344
  msgid "Entypo"
12345
  msgstr "Entypo"
12346
 
12347
- #: includes/general-hooks.php:232
12348
  msgid "Linecons"
12349
  msgstr "Linecons"
12350
 
12351
- #: includes/general-hooks.php:233
12352
  msgid "Auxin"
12353
  msgstr "اکسین"
12354
 
12355
- #: includes/general-hooks.php:237
12356
  msgid "Select icon library."
12357
  msgstr "کتابخانه شکلک را انتخاب کنید."
12358
 
12359
- #: includes/general-hooks.php:255 includes/general-hooks.php:272
12360
- #: includes/general-hooks.php:288 includes/general-hooks.php:304
12361
- #: includes/general-hooks.php:335
12362
  msgid "Select icon from library."
12363
  msgstr "انتخاب شکلک از کتابخانه."
12364
 
12365
- #: includes/general-hooks.php:340
12366
  msgid "Custom color"
12367
  msgstr "رنگ سفارشی"
12368
 
12369
- #: includes/general-hooks.php:342
12370
  msgid "Select custom icon color."
12371
  msgstr "رنگ دلخواه شکلک را انتخاب کنید."
12372
 
12373
- #: includes/general-hooks.php:350
12374
  msgid "Background shape"
12375
  msgstr "شکل پس زمینه"
12376
 
12377
- #: includes/general-hooks.php:356
12378
  msgid "Rounded"
12379
  msgstr "گرد شده"
12380
 
12381
- #: includes/general-hooks.php:359
12382
  msgid "Outline Rounded"
12383
  msgstr "گرد با خط بیرونی"
12384
 
12385
- #: includes/general-hooks.php:361
12386
  msgid "Select background shape and style for icon."
12387
  msgstr "ظاهر و شکل پس زمینه شکلک انتخاب کنید."
12388
 
12389
- #: includes/general-hooks.php:366
12390
  msgid "Custom background color"
12391
  msgstr "رنگ پس زمینه دلخواه"
12392
 
12393
- #: includes/general-hooks.php:368
12394
  msgid "Select custom icon background color."
12395
  msgstr "رنگ دلخواه پس زمینه شکلک را انتخاب کنید."
12396
 
12397
- #: includes/general-hooks.php:384
12398
  msgid "Select icon alignment."
12399
  msgstr "تراز شکلک را انتخاب کنید."
12400
 
12401
- #: includes/general-hooks.php:400 includes/general-hooks.php:401
12402
  msgid "Arrow"
12403
  msgstr "فلش"
12404
 
12405
- #: includes/general-hooks.php:402
12406
  msgid "Back"
12407
  msgstr "برگشت"
12408
 
12409
- #: includes/general-hooks.php:458
12410
  msgid "Custom JS Code"
12411
  msgstr "کد جاوااسکریپت سفارشی"
12412
 
12413
- #: includes/general-hooks.php:459
12414
  msgid "Your Custom Javascript"
12415
  msgstr "جاوااسکریپت دلخواه شما"
12416
 
12417
- #: includes/general-hooks.php:463
12418
  #, fuzzy
12419
  msgid "Custom Javascript in Head"
12420
  msgstr "جاوااسکریپت سفارشی"
12421
 
12422
- #: includes/general-hooks.php:464 includes/general-hooks.php:478
12423
  msgid "You can add your custom javascript code here.%s DO NOT use %s tag."
12424
  msgstr ""
12425
  "کدهای جاوااسکریپت دلخواه خود را می توانید در این قسمت وارد کنید. از تگ %s "
12426
  "استفاده نکنید %s."
12427
 
12428
- #: includes/general-hooks.php:465 includes/general-hooks.php:479
12429
  #, fuzzy
12430
  msgid ""
12431
  "In order to save your custom javascript code, you are expected to execute "
@@ -12433,24 +12412,24 @@ msgid ""
12433
  msgstr ""
12434
  "انتظار می رود قبل از ذخیره کد جاوااسکریپت، از درستی آن اطمینان پیدا کنید."
12435
 
12436
- #: includes/general-hooks.php:471 includes/general-hooks.php:485
12437
  msgid "Execute"
12438
  msgstr "اجرا"
12439
 
12440
- #: includes/general-hooks.php:477
12441
  #, fuzzy
12442
  msgid "Custom Javascript in Footer"
12443
  msgstr "کد جاوااسکریپت سفارشی"
12444
 
12445
- #: includes/general-hooks.php:496 includes/general-hooks.php:497
12446
  msgid "Google API Keys & SEO"
12447
  msgstr ""
12448
 
12449
- #: includes/general-hooks.php:502
12450
  msgid "Built in SEO"
12451
  msgstr "سئوی داخلی"
12452
 
12453
- #: includes/general-hooks.php:503
12454
  msgid ""
12455
  "In case of using SEO plugins like \"WordPress SEO by Yoast\" or \"All in One "
12456
  "SEO Pack\" you can disable built-in SEO for maximum compatibility."
@@ -12459,201 +12438,201 @@ msgstr ""
12459
  "Pack\" استفاده می کنید، برای حفظ بیشترین یکپارچگی، سئوی داخلی را غیرفعال "
12460
  "کنید."
12461
 
12462
- #: includes/general-hooks.php:513
12463
  #, fuzzy
12464
  msgid "Google Analytics Code"
12465
  msgstr "کد آنالیز گوگل"
12466
 
12467
- #: includes/general-hooks.php:514
12468
  msgid "You can %s set up Analytics tracking %s and add the tracking ID here."
12469
  msgstr ""
12470
 
12471
- #: includes/general-hooks.php:528
12472
  msgid "Google Maps API Key"
12473
  msgstr ""
12474
 
12475
- #: includes/general-hooks.php:530
12476
  msgid ""
12477
  "In order to use google maps on your website, you have to %s create an api "
12478
  "key %s and insert it in this field."
12479
  msgstr ""
12480
 
12481
- #: includes/general-hooks.php:544
12482
  #, fuzzy
12483
  msgid "Google Marketing Code"
12484
  msgstr "کد بازاریابی گوگل"
12485
 
12486
- #: includes/general-hooks.php:545
12487
  msgid "You can add your Google marketing code here.%s DO NOT use %s tag."
12488
  msgstr ""
12489
  "کد بازاریابی گوگل خود را می توانید در این قسمت وارد کنید. از تگ %s استفاده "
12490
  "نکنید %s."
12491
 
12492
- #: includes/general-hooks.php:562
12493
  msgid "Logo 2 (optional)"
12494
  msgstr ""
12495
 
12496
- #: includes/general-hooks.php:563
12497
  msgid ""
12498
  "The secondary logo which appears when the header becomes sticky (optional)."
12499
  msgstr ""
12500
 
12501
- #: includes/general-hooks.php:579
12502
  msgid "Header Button 1"
12503
  msgstr ""
12504
 
12505
- #: includes/general-hooks.php:580
12506
  msgid "Setting for Header Button 1"
12507
  msgstr ""
12508
 
12509
- #: includes/general-hooks.php:602
12510
  #, fuzzy
12511
  msgid "Display Header Button 1"
12512
  msgstr "نمایش دکمه لایک"
12513
 
12514
- #: includes/general-hooks.php:603 includes/general-hooks.php:1015
12515
  #, fuzzy
12516
  msgid "Enable this option to display a button in header."
12517
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12518
 
12519
- #: includes/general-hooks.php:623
12520
  msgid "Hide Button 1 on Tablet"
12521
  msgstr ""
12522
 
12523
- #: includes/general-hooks.php:624 includes/general-hooks.php:647
12524
  msgid "Enable it to hide header button 1 on tablet devices."
12525
  msgstr ""
12526
 
12527
- #: includes/general-hooks.php:646
12528
  msgid "Hide Button 1 on Mobile"
12529
  msgstr ""
12530
 
12531
- #: includes/general-hooks.php:669 includes/general-hooks.php:1081
12532
  #, fuzzy
12533
  msgid "Button Label"
12534
  msgstr "برچسب دکمه"
12535
 
12536
- #: includes/general-hooks.php:670 includes/general-hooks.php:1082
12537
  #, fuzzy
12538
  msgid "Specifies the label of button."
12539
  msgstr "برچسب دکمه"
12540
 
12541
- #: includes/general-hooks.php:692 includes/general-hooks.php:1104
12542
  #, fuzzy
12543
  msgid "Button Size"
12544
  msgstr "اندازه دکمه"
12545
 
12546
- #: includes/general-hooks.php:722 includes/general-hooks.php:1134
12547
  #, fuzzy
12548
  msgid "Button Shape"
12549
  msgstr "نوع دکمه"
12550
 
12551
- #: includes/general-hooks.php:729 includes/general-hooks.php:1141
12552
  msgid "Sharp"
12553
  msgstr ""
12554
 
12555
- #: includes/general-hooks.php:796 includes/general-hooks.php:1208
12556
  #, fuzzy
12557
  msgid "Button Typography"
12558
  msgstr "نوع دکمه"
12559
 
12560
- #: includes/general-hooks.php:818 includes/general-hooks.php:1230
12561
  #, fuzzy
12562
  msgid "Icon for Button"
12563
  msgstr "شکلک برای دکمه"
12564
 
12565
- #: includes/general-hooks.php:840 includes/general-hooks.php:1252
12566
  #, fuzzy
12567
  msgid "Icon Alignment"
12568
  msgstr "تراز شکلک"
12569
 
12570
- #: includes/general-hooks.php:889 includes/general-hooks.php:1301
12571
  #, fuzzy
12572
  msgid "Color of Button"
12573
  msgstr "رنگ دکمه"
12574
 
12575
- #: includes/general-hooks.php:912 includes/general-hooks.php:1324
12576
  #, fuzzy
12577
  msgid "Color of Button on Sticky"
12578
  msgstr "رنگ دکمه"
12579
 
12580
- #: includes/general-hooks.php:913 includes/general-hooks.php:1325
12581
  msgid "Specifies the color of the button when the header sticky is enabled."
12582
  msgstr ""
12583
 
12584
- #: includes/general-hooks.php:958 includes/general-hooks.php:1370
12585
  #, fuzzy
12586
  msgid "Open Link in"
12587
  msgstr "باز کردن پیوند در"
12588
 
12589
- #: includes/general-hooks.php:991
12590
  msgid "Header Button 2"
12591
  msgstr ""
12592
 
12593
- #: includes/general-hooks.php:992
12594
  msgid "Setting for Header Button 2"
12595
  msgstr ""
12596
 
12597
- #: includes/general-hooks.php:1014
12598
  #, fuzzy
12599
  msgid "Display Header Button 2"
12600
  msgstr "نمایش دکمه لایک"
12601
 
12602
- #: includes/general-hooks.php:1035
12603
  msgid "Hide Button 2 on Tablet"
12604
  msgstr ""
12605
 
12606
- #: includes/general-hooks.php:1036 includes/general-hooks.php:1059
12607
  msgid "Enable it to hide header button 2 on tablet devices."
12608
  msgstr ""
12609
 
12610
- #: includes/general-hooks.php:1058
12611
  msgid "Hide Button 2 on Mobile"
12612
  msgstr ""
12613
 
12614
- #: includes/general-hooks.php:1429
12615
  #, fuzzy
12616
  msgid "Specifies maximum height of logo in footer."
12617
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12618
 
12619
- #: includes/general-hooks.php:1466
12620
  msgid "Preview login page"
12621
  msgstr "پیش نمایش صفحه ورود"
12622
 
12623
- #: includes/general-hooks.php:1473
12624
  msgid "Login Skin"
12625
  msgstr "نمای صفحه ورود"
12626
 
12627
- #: includes/general-hooks.php:1474
12628
  msgid "Specifies a skin for login page of your website."
12629
  msgstr "نمای صفحه ورود را در سایت شما مشخص می کند."
12630
 
12631
- #: includes/general-hooks.php:1484
12632
  msgid "Clean white"
12633
  msgstr "سفید تمیز"
12634
 
12635
- #: includes/general-hooks.php:1488
12636
  msgid "Simple white"
12637
  msgstr "سفید ساده"
12638
 
12639
- #: includes/general-hooks.php:1492
12640
  msgid "Simple gray"
12641
  msgstr "خاکستری ساده"
12642
 
12643
- #: includes/general-hooks.php:1502
12644
  msgid "Login message"
12645
  msgstr "پیام ورود"
12646
 
12647
- #: includes/general-hooks.php:1503
12648
  #, fuzzy
12649
  msgid "Enter a text to display above the login form."
12650
  msgstr "متنی را برای نمایش در بالای فرم ورود وارد کنید."
12651
 
12652
- #: includes/general-hooks.php:1515
12653
  msgid "Login Page Logo"
12654
  msgstr "لوگوی صفحه ورود"
12655
 
12656
- #: includes/general-hooks.php:1516
12657
  msgid ""
12658
  "Specifies a logo to display on login page.(width of logo image could be up "
12659
  "to 320px)"
@@ -12661,55 +12640,55 @@ msgstr ""
12661
  "لوگویی را برای نمایش در صفحه ورود مشخص می کند.(عرض لوگو می تواند تا 320 "
12662
  "پیکسل باشد)"
12663
 
12664
- #: includes/general-hooks.php:1527
12665
  msgid "Logo Width"
12666
  msgstr "عرض لوگو"
12667
 
12668
- #: includes/general-hooks.php:1528
12669
  msgid "Specifies width of logo image in pixel."
12670
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12671
 
12672
- #: includes/general-hooks.php:1539
12673
  msgid "Logo Height"
12674
  msgstr "ارتفاع لوگو"
12675
 
12676
- #: includes/general-hooks.php:1540
12677
  msgid "Specifies height of logo image in pixel."
12678
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12679
 
12680
- #: includes/general-hooks.php:1552
12681
  msgid "Enable Background"
12682
  msgstr "فعالسازی پس زمینه"
12683
 
12684
- #: includes/general-hooks.php:1553
12685
  msgid "Enable it to display custom background on login page."
12686
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12687
 
12688
- #: includes/general-hooks.php:1565
12689
  msgid "Specifies background color of website."
12690
  msgstr "رنگ پس زمینه وب سایت را مشخص می کند."
12691
 
12692
- #: includes/general-hooks.php:1582
12693
  msgid "You can upload custom image for background of login page"
12694
  msgstr "می توانید تصویر دلخواهی را به عنوان پس زمینه صفحه ورود بارگذاری کنید."
12695
 
12696
- #: includes/general-hooks.php:1597
12697
  msgid "Background Size"
12698
  msgstr "اندازه پس زمینه"
12699
 
12700
- #: includes/general-hooks.php:1598
12701
  msgid "Specifies background size on login page."
12702
  msgstr "اندازه تصویر پس زمینه در صفحه ورود را مشخص می کند."
12703
 
12704
- #: includes/general-hooks.php:1608
12705
  msgid "Contain"
12706
  msgstr "دربرگیرنده"
12707
 
12708
- #: includes/general-hooks.php:1627
12709
  msgid "Background Pattern"
12710
  msgstr "الگوی پس زمینه"
12711
 
12712
- #: includes/general-hooks.php:1628
12713
  msgid ""
12714
  "You can select one of these patterns as login background image. %s Some of "
12715
  "these can be used as a pattern over your background image."
@@ -12717,79 +12696,79 @@ msgstr ""
12717
  "می توانید یکی از این الگوها را به عنوان تصویر پس زمینه انتخاب کنید. %s بعضی "
12718
  "از این ها می توانند به عنوان الگو بر روی تصویر پس زمینه شما استفاده شوند."
12719
 
12720
- #: includes/general-hooks.php:1644
12721
  msgid "Background Repeat"
12722
  msgstr "تکرار پس زمینه"
12723
 
12724
- #: includes/general-hooks.php:1645
12725
  msgid "Specifies how background image repeats."
12726
  msgstr "نحوه تکرار تصویر پس زمینه را مشخص می کند."
12727
 
12728
- #: includes/general-hooks.php:1650
12729
  msgid "No repeat"
12730
  msgstr "بدون تکرار"
12731
 
12732
- #: includes/general-hooks.php:1654
12733
  msgid "Repeat horizontally and vertically"
12734
  msgstr "تکرار افقی و عمودی"
12735
 
12736
- #: includes/general-hooks.php:1658
12737
  msgid "Repeat horizontally"
12738
  msgstr "تکرار افقی"
12739
 
12740
- #: includes/general-hooks.php:1662
12741
  msgid "Repeat vertically"
12742
  msgstr "تکرار عمودی"
12743
 
12744
- #: includes/general-hooks.php:1678
12745
  msgid "Background Position"
12746
  msgstr "موقعیت پس زمینه"
12747
 
12748
- #: includes/general-hooks.php:1679
12749
  msgid "Specifies background image position."
12750
  msgstr "موقعیت تصویر پس زمینه را مشخص می کند."
12751
 
12752
- #: includes/general-hooks.php:1684
12753
  msgid "Left top"
12754
  msgstr "چپ بالا"
12755
 
12756
- #: includes/general-hooks.php:1688
12757
  msgid "Center top"
12758
  msgstr "وسط بالا"
12759
 
12760
- #: includes/general-hooks.php:1692
12761
  msgid "Right top"
12762
  msgstr "راست بالا"
12763
 
12764
- #: includes/general-hooks.php:1697
12765
  msgid "Left center"
12766
  msgstr "چپ وسط"
12767
 
12768
- #: includes/general-hooks.php:1701
12769
  msgid "Center center"
12770
  msgstr "وسط وسط"
12771
 
12772
- #: includes/general-hooks.php:1705
12773
  msgid "Right center"
12774
  msgstr "راست وسط"
12775
 
12776
- #: includes/general-hooks.php:1710
12777
  msgid "Left bottom"
12778
  msgstr "چپ پایین"
12779
 
12780
- #: includes/general-hooks.php:1714
12781
  msgid "Center bottom"
12782
  msgstr "وسط پایین"
12783
 
12784
- #: includes/general-hooks.php:1718
12785
  msgid "Right bottom"
12786
  msgstr "راست پایین"
12787
 
12788
- #: includes/general-hooks.php:1734
12789
  msgid "Background Attachment"
12790
  msgstr "پیوست پس زمینه"
12791
 
12792
- #: includes/general-hooks.php:1735
12793
  msgid ""
12794
  "Specifies whether the background is fixed or scrollable as user scrolls the "
12795
  "page."
@@ -12797,15 +12776,15 @@ msgstr ""
12797
  "مشخص می کند پس زمینه هنگام اسکرول کردن صفحه توسط کاربر ثابت باشد یا اسکرول "
12798
  "شود."
12799
 
12800
- #: includes/general-hooks.php:1741
12801
  msgid "Scroll"
12802
  msgstr "اسکرول"
12803
 
12804
- #: includes/general-hooks.php:1762
12805
  msgid "Custom CSS class name"
12806
  msgstr "نام کلاس دلخواه CSS"
12807
 
12808
- #: includes/general-hooks.php:1763
12809
  msgid ""
12810
  "In this field you can define custom CSS class name for login page.\n"
12811
  " This class name will be added to body classes in "
@@ -12815,243 +12794,243 @@ msgstr ""
12815
  " این نام کلاس به بدنه (body) صفحه ورود اضافه خواهد "
12816
  "شدو برای موارد استایل دهی پیشرفته مورد استفاده قرار می گیرد."
12817
 
12818
- #: includes/general-hooks.php:1774
12819
  #, fuzzy
12820
  msgid "Login Style"
12821
  msgstr "نمای صفحه ورود"
12822
 
12823
- #: includes/general-hooks.php:1775
12824
  msgid "Custom Css style for login page"
12825
  msgstr ""
12826
 
12827
- #: includes/general-hooks.php:1791
12828
  #, fuzzy
12829
  msgid "404 Page Options"
12830
  msgstr "تنظیمات طراحی"
12831
 
12832
- #: includes/general-hooks.php:1797
12833
  msgid "Specifies a page to display on 404."
12834
  msgstr ""
12835
 
12836
- #: includes/general-hooks.php:1812 includes/general-hooks.php:1829
12837
  msgid "Maintenance or Comingsoon Page"
12838
  msgstr ""
12839
 
12840
- #: includes/general-hooks.php:1813
12841
  msgid "Maintenance or Comingsoon Page Options"
12842
  msgstr ""
12843
 
12844
- #: includes/general-hooks.php:1818
12845
  msgid "Enable Maintenance or Comingsoon Mode"
12846
  msgstr ""
12847
 
12848
- #: includes/general-hooks.php:1819
12849
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12850
  msgstr ""
12851
 
12852
- #: includes/general-hooks.php:1830
12853
  msgid ""
12854
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon Mode"
12855
  msgstr ""
12856
 
12857
- #: includes/general-hooks.php:1849
12858
  msgid "Search Results"
12859
  msgstr ""
12860
 
12861
- #: includes/general-hooks.php:1850
12862
  msgid "Search Results Options"
12863
  msgstr ""
12864
 
12865
- #: includes/general-hooks.php:1856
12866
  #, fuzzy
12867
  msgid "Exclude Posts Types"
12868
  msgstr "نادیده گرفتن این نوشته ها"
12869
 
12870
- #: includes/general-hooks.php:1857
12871
  msgid "The post types which should be excluded from search results."
12872
  msgstr ""
12873
 
12874
- #: includes/general-hooks.php:1867
12875
  #, fuzzy
12876
  msgid "Exclude Posts Without Featured Image"
12877
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12878
 
12879
- #: includes/general-hooks.php:1868
12880
  #, fuzzy
12881
  msgid "Exclude posts without featured image in search results."
12882
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12883
 
12884
- #: includes/general-hooks.php:1879
12885
  msgid ""
12886
  "If you intend to include additional posts, you should specify the posts here."
12887
  "<br>You have to insert the Post IDs that are separated by camma (eg. "
12888
  "53,34,87,25)"
12889
  msgstr ""
12890
 
12891
- #: includes/general-hooks.php:1893
12892
  msgid "Import/Export"
12893
  msgstr ""
12894
 
12895
- #: includes/general-hooks.php:1894
12896
  #, fuzzy
12897
  msgid "Import or Export options"
12898
  msgstr "تنظیمات نوشته نقل قول"
12899
 
12900
- #: includes/general-hooks.php:1901
12901
  msgid "Export Data"
12902
  msgstr ""
12903
 
12904
- #: includes/general-hooks.php:1902
12905
  msgid "Your theme options code which you can import later."
12906
  msgstr ""
12907
 
12908
- #: includes/general-hooks.php:1912
12909
  msgid "Import Data"
12910
  msgstr ""
12911
 
12912
- #: includes/general-hooks.php:1913
12913
  msgid "Paste the exported theme options code to import into theme."
12914
  msgstr ""
12915
 
12916
- #: includes/general-hooks.php:1928
12917
  #, fuzzy
12918
  msgid "White Label"
12919
  msgstr "فاصله خالی"
12920
 
12921
- #: includes/general-hooks.php:1929
12922
  msgid "White Label Settings"
12923
  msgstr ""
12924
 
12925
- #: includes/general-hooks.php:1939
12926
  msgid "Change PHLOX labels."
12927
  msgstr ""
12928
 
12929
- #: includes/general-hooks.php:1943
12930
  #, fuzzy
12931
  msgid "Theme Name"
12932
  msgstr "پوسته"
12933
 
12934
- #: includes/general-hooks.php:1954
12935
  #, fuzzy
12936
  msgid "Theme Author Name"
12937
  msgstr "نام نویسنده"
12938
 
12939
- #: includes/general-hooks.php:1963
12940
  #, fuzzy
12941
  msgid "Theme Author URL"
12942
  msgstr "شخصی ساز پوسته"
12943
 
12944
- #: includes/general-hooks.php:1972
12945
  #, fuzzy
12946
  msgid "Theme Description"
12947
  msgstr "توضیحات المان"
12948
 
12949
- #: includes/general-hooks.php:1981
12950
  msgid "Theme Screenshot (1200x900)"
12951
  msgstr ""
12952
 
12953
- #: includes/general-hooks.php:1994
12954
  #, fuzzy
12955
  msgid "Displays"
12956
  msgstr "نوع نمایش"
12957
 
12958
- #: includes/general-hooks.php:1995
12959
  msgid "Change PHLOX admin views."
12960
  msgstr ""
12961
 
12962
- #: includes/general-hooks.php:1999
12963
  #, fuzzy
12964
  msgid "Hide Notifications"
12965
  msgstr "تنظیمات نوشته ویدیویی"
12966
 
12967
- #: includes/general-hooks.php:2010
12968
  msgid "Hide Theme Badge"
12969
  msgstr ""
12970
 
12971
- #: includes/general-hooks.php:2021
12972
  msgid "Hide Phlox Menu"
12973
  msgstr ""
12974
 
12975
- #: includes/general-hooks.php:2032
12976
  #, fuzzy
12977
  msgid "Hide Dashboard Section"
12978
  msgstr "افزودن بخش"
12979
 
12980
- #: includes/general-hooks.php:2050
12981
  msgid "Hide Customization Section"
12982
  msgstr ""
12983
 
12984
- #: includes/general-hooks.php:2068
12985
  msgid "Hide Demo Importer Section"
12986
  msgstr ""
12987
 
12988
- #: includes/general-hooks.php:2086
12989
  msgid "Hide Template Kits Section"
12990
  msgstr ""
12991
 
12992
- #: includes/general-hooks.php:2104
12993
  msgid "Hide Plugins Section"
12994
  msgstr ""
12995
 
12996
- #: includes/general-hooks.php:2122
12997
  #, fuzzy
12998
  msgid "Hide Tutorials Section"
12999
  msgstr "بخش زبانه ها"
13000
 
13001
- #: includes/general-hooks.php:2140
13002
  #, fuzzy
13003
  msgid "Hide Feedback Section"
13004
  msgstr "افزودن بخش"
13005
 
13006
- #: includes/general-hooks.php:2402
13007
  msgid "Twitter"
13008
  msgstr ""
13009
 
13010
- #: includes/general-hooks.php:2403
13011
  msgid "Facebook"
13012
  msgstr ""
13013
 
13014
- #: includes/general-hooks.php:2404
13015
  msgid "Google Plus"
13016
  msgstr ""
13017
 
13018
- #: includes/general-hooks.php:2405
13019
  msgid "Flickr"
13020
  msgstr ""
13021
 
13022
- #: includes/general-hooks.php:2406
13023
  msgid "Delicious"
13024
  msgstr ""
13025
 
13026
- #: includes/general-hooks.php:2407
13027
  msgid "Pinterest"
13028
  msgstr ""
13029
 
13030
- #: includes/general-hooks.php:2408
13031
  msgid "GitHub"
13032
  msgstr ""
13033
 
13034
- #: includes/general-hooks.php:2595
13035
  #, fuzzy
13036
  msgid "Page Options"
13037
  msgstr "تنظیمات طراحی"
13038
 
13039
- #: includes/general-hooks.php:2603
13040
  #, fuzzy
13041
  msgid "Post Options"
13042
  msgstr "تنظیمات نوشته صوتی"
13043
 
13044
- #: includes/general-hooks.php:3078
13045
  #, fuzzy
13046
  msgid "Page %s"
13047
  msgstr "برگه ها"
13048
 
13049
- #: includes/general-hooks.php:3651
13050
  #, fuzzy
13051
  msgid "current "
13052
  msgstr "صفحه جاری"
13053
 
13054
- #: includes/general-hooks.php:3681
13055
  msgid "Edit Header & Footer"
13056
  msgstr ""
13057
 
@@ -13238,79 +13217,79 @@ msgstr "اورتا"
13238
  msgid "http://averta.net"
13239
  msgstr "http://averta.net"
13240
 
13241
- #: includes/general-functions.php:2274
13242
  msgctxt "yearly archives date format"
13243
  msgid "Y"
13244
  msgstr ""
13245
 
13246
- #: includes/general-functions.php:2281
13247
  msgctxt "monthly archives date format"
13248
  msgid "F Y"
13249
  msgstr ""
13250
 
13251
- #: includes/general-functions.php:2288
13252
  msgctxt "daily archives date format"
13253
  msgid "F j, Y"
13254
  msgstr ""
13255
 
13256
- #: includes/general-functions.php:2296
13257
  msgctxt "post format archive title"
13258
  msgid "Asides"
13259
  msgstr ""
13260
 
13261
- #: includes/general-functions.php:2298
13262
  #, fuzzy
13263
  msgctxt "post format archive title"
13264
  msgid "Galleries"
13265
  msgstr "گالری ها"
13266
 
13267
- #: includes/general-functions.php:2300
13268
  #, fuzzy
13269
  msgctxt "post format archive title"
13270
  msgid "Images"
13271
  msgstr "تصاویر"
13272
 
13273
- #: includes/general-functions.php:2302
13274
  #, fuzzy
13275
  msgctxt "post format archive title"
13276
  msgid "Videos"
13277
  msgstr "پوستر ویدیو"
13278
 
13279
- #: includes/general-functions.php:2304
13280
  #, fuzzy
13281
  msgctxt "post format archive title"
13282
  msgid "Quotes"
13283
  msgstr "متن نقل قول"
13284
 
13285
- #: includes/general-functions.php:2306
13286
  #, fuzzy
13287
  msgctxt "post format archive title"
13288
  msgid "Links"
13289
  msgstr "پیوند"
13290
 
13291
- #: includes/general-functions.php:2308
13292
  msgctxt "post format archive title"
13293
  msgid "Statuses"
13294
  msgstr ""
13295
 
13296
- #: includes/general-functions.php:2310
13297
  msgctxt "post format archive title"
13298
  msgid "Audio"
13299
  msgstr ""
13300
 
13301
- #: includes/general-functions.php:2312
13302
  msgctxt "post format archive title"
13303
  msgid "Chats"
13304
  msgstr ""
13305
 
13306
  #. translators: playlist item title
13307
- #: includes/general-hooks.php:3099
13308
  msgctxt "playlist item title"
13309
  msgid "&#8220;%s&#8221;"
13310
  msgstr ""
13311
 
13312
  #. translators: playlist item title
13313
- #: includes/general-hooks.php:3124 includes/general-hooks.php:3129
13314
  msgctxt "playlist item title"
13315
  msgid "%s"
13316
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2022-07-12 06:03:56+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
150
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:476
151
  #: includes/elementor/widgets/recent-posts-masonry.php:276
152
  #: includes/elementor/widgets/theme-elements/site-title.php:122
153
+ #: includes/elements/recent-posts-grid-carousel.php:333
154
  msgid "Before Title"
155
  msgstr ""
156
 
158
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:475
159
  #: includes/elementor/widgets/recent-posts-masonry.php:275
160
  #: includes/elementor/widgets/theme-elements/site-title.php:153
161
+ #: includes/elements/recent-posts-grid-carousel.php:332
162
  #, fuzzy
163
  msgid "After Title"
164
  msgstr "عنوان"
181
  msgid "Update Plugins %s"
182
  msgstr "افزونه های فعال"
183
 
184
+ #: admin/includes/admin-hooks.php:416
185
  #, fuzzy
186
  msgid ""
187
  "Quick access to %s %sdashboard%s, %sdemo importer%s, %soptions%s, and "
189
  msgstr ""
190
  "دسترسی سریع به صفحات %sپیشخوان%s، %sتنظیمات%s، %sپشتیبانی%s و %sبازخورد%s."
191
 
192
+ #: admin/includes/admin-hooks.php:419
193
  msgid "%s theme version %s"
194
  msgstr ""
195
 
196
+ #: admin/includes/admin-hooks.php:421
197
  msgid "Theme Demo Importer"
198
  msgstr ""
199
 
200
+ #: admin/includes/admin-hooks.php:423
201
  msgid "Theme Customizer"
202
  msgstr "شخصی ساز پوسته"
203
 
204
+ #: admin/includes/admin-hooks.php:447
205
  msgid "You are using %1$s theme version %2$s."
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-hooks.php:456
209
  msgid "Please support us to continue this project by rating it %s"
210
  msgstr ""
211
 
212
+ #: admin/includes/admin-hooks.php:594
213
  msgid ""
214
  "Please make sure the image aspect ratio for all image sizes are the same."
215
  msgstr ""
216
 
217
+ #: admin/includes/admin-hooks.php:650 includes/general-hooks.php:1398
218
  #, fuzzy
219
  msgid "Footer Brand Image"
220
  msgstr "تصویر پوستر"
221
 
222
+ #: admin/includes/admin-hooks.php:651 includes/general-hooks.php:1399
223
  msgid "This image appears as site brand image on footer section."
224
  msgstr ""
225
 
226
+ #: admin/includes/admin-hooks.php:692
227
  #, fuzzy
228
  msgid "Activate License"
229
  msgstr "افزونه های فعال"
230
 
231
+ #: admin/includes/admin-hooks.php:697
232
  #: includes/classes/class-auxin-welcome-sections.php:548
233
  msgid "Remind Me Later"
234
  msgstr ""
235
 
236
+ #: admin/includes/admin-hooks.php:781
237
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
238
  msgstr ""
239
 
240
+ #: admin/includes/admin-hooks.php:785
241
  #, fuzzy
242
  msgid "Activate Now"
243
  msgstr "بخش فعال"
244
 
245
+ #: admin/includes/admin-hooks.php:834
246
  #, fuzzy
247
  msgid "Uncategorized"
248
  msgstr "دسته"
255
  msgid "Template ID or type is required."
256
  msgstr ""
257
 
258
+ #: admin/includes/admin-the-functions.php:195
259
  msgid "An error occurred while updating templates library."
260
  msgstr ""
261
 
262
+ #: admin/includes/admin-the-functions.php:214
263
  msgid "Template Not Found."
264
  msgstr ""
265
 
266
+ #: admin/includes/admin-the-functions.php:230
267
  msgid "Template is already imported."
268
  msgstr ""
269
 
270
+ #: admin/includes/admin-the-functions.php:246
271
  msgid "Connection error, please check your connection."
272
  msgstr ""
273
 
274
+ #: admin/includes/admin-the-functions.php:263
275
  msgid "Template ID must be numeric or valid filepath."
276
  msgstr ""
277
 
278
+ #: admin/includes/admin-the-functions.php:323
279
  msgid "Template Imported Successfully"
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-the-functions.php:335
283
  msgid "Error while saving the template."
284
  msgstr ""
285
 
412
  msgid "Update failed."
413
  msgstr ""
414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  #: admin/includes/metaboxes/metabox-fields-general-advanced.php:21
416
  #, fuzzy
417
  msgid "Advanced Setting"
577
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:79
578
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:164
579
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:194
580
+ #: includes/elementor/widgets/audio.php:155 includes/elements/audio.php:103
581
+ #: includes/general-functions.php:1871
582
  msgid "Theme Default"
583
  msgstr "پیشفرض پوسته"
584
 
608
  #: includes/elementor/widgets/theme-elements/select.php:153
609
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
610
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
611
+ #: includes/elements/custom-list.php:158 includes/elements/custom-list.php:176
612
  #: includes/elements/general-element-fields.php:75
613
  #: includes/elements/latest-items.php:171
614
  #: includes/elements/latest-items.php:186
641
  #: includes/elementor/widgets/theme-elements/select.php:154
642
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
643
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
644
+ #: includes/elements/custom-list.php:159 includes/elements/custom-list.php:177
645
  #: includes/elements/general-element-fields.php:74
646
  #: includes/elements/latest-items.php:171
647
  #: includes/elements/latest-items.php:186
698
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
699
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
700
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
701
+ #: includes/general-hooks.php:590 includes/general-hooks.php:1002
702
  msgid "Disable it to replace header section with an Elementor template"
703
  msgstr ""
704
 
827
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
828
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
829
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
830
+ #: includes/general-hooks.php:589 includes/general-hooks.php:1001
831
  msgid "Use Legacy Header"
832
  msgstr ""
833
 
951
  msgstr ""
952
 
953
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
954
+ #: includes/elements/staff.php:206 includes/elements/text.php:103
 
955
  msgid "Boxed"
956
  msgstr "جعبه ای"
957
 
1059
  #: admin/includes/metaboxes/metabox-fields-post-video.php:61
1060
  #: includes/elementor/widgets/audio.php:163
1061
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:133
1062
+ #: includes/elementor/widgets/video.php:235 includes/elements/audio.php:111
1063
+ #: includes/elements/recent-posts-tiles-carousel.php:345
1064
+ #: includes/elements/staff.php:303 includes/elements/text.php:180
1065
  #: includes/elements/video.php:159
1066
  msgid "Light"
1067
  msgstr "روشن"
1075
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:177
1076
  #: includes/elementor/widgets/recent-posts-tiles.php:177
1077
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:134
1078
+ #: includes/elementor/widgets/video.php:231 includes/elements/audio.php:107
1079
+ #: includes/elements/recent-posts-tiles-carousel.php:344
1080
+ #: includes/elements/recent-posts-tiles.php:379 includes/elements/staff.php:304
1081
+ #: includes/elements/text.php:179 includes/elements/video.php:155
1082
  msgid "Dark"
1083
  msgstr "تیره"
1084
 
1168
  #: includes/elementor/widgets/theme-elements/select.php:235
1169
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1170
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1171
+ #: includes/elements/quote.php:111
1172
+ #: includes/elements/recent-posts-grid-carousel.php:662
1173
+ #: includes/elements/recent-posts-timeline.php:271
1174
+ #: includes/elements/staff.php:279 includes/elements/text.php:127
1175
+ #: includes/elements/text.php:155 includes/general-hooks.php:379
1176
  msgid "Center"
1177
  msgstr "وسط"
1178
 
1213
  #: includes/elementor/widgets/theme-elements/select.php:231
1214
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1215
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1216
+ #: includes/elements/button.php:182 includes/elements/image.php:150
1217
+ #: includes/elements/quote.php:109
1218
+ #: includes/elements/recent-posts-timeline.php:275
1219
+ #: includes/elements/staff.php:237 includes/elements/staff.php:275
1220
+ #: includes/elements/text.php:123 includes/elements/text.php:151
1221
+ #: includes/elements/text.php:618 includes/elements/text.php:805
1222
+ #: includes/general-hooks.php:377 includes/general-hooks.php:848
1223
+ #: includes/general-hooks.php:1260
1224
  msgid "Left"
1225
  msgstr "چپ"
1226
 
1267
  #: includes/elementor/widgets/divider.php:146
1268
  #: includes/elementor/widgets/modern-button.php:321
1269
  #: includes/elementor/widgets/staff.php:787
1270
+ #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:65
1271
+ #: includes/elements/divider.php:89 includes/elements/socials-list.php:62
1272
+ #: includes/elements/socials-list.php:199 includes/elements/staff.php:462
1273
+ #: includes/elements/text.php:467 includes/elements/text.php:675
1274
+ #: includes/general-hooks.php:698 includes/general-hooks.php:1110
1275
  msgid "Small"
1276
  msgstr "کوچک"
1277
 
1282
  #: includes/elementor/widgets/modern-button.php:320
1283
  #: includes/elementor/widgets/staff.php:788
1284
  #: includes/elementor/widgets/text.php:1045
1285
+ #: includes/elements/before-after.php:103 includes/elements/button.php:64
1286
+ #: includes/elements/divider.php:88 includes/elements/instagram-feed.php:97
1287
+ #: includes/elements/socials-list.php:63 includes/elements/socials-list.php:200
1288
+ #: includes/elements/staff.php:110 includes/elements/staff.php:463
1289
+ #: includes/elements/text.php:428 includes/elements/text.php:468
1290
+ #: includes/elements/text.php:674 includes/general-hooks.php:697
1291
+ #: includes/general-hooks.php:1109
1292
  msgid "Medium"
1293
  msgstr "متوسط"
1294
 
1298
  #: includes/elementor/widgets/modern-button.php:319
1299
  #: includes/elementor/widgets/staff.php:789
1300
  #: includes/elementor/widgets/text.php:1044
1301
+ #: includes/elements/before-after.php:104 includes/elements/button.php:63
1302
+ #: includes/elements/divider.php:87 includes/elements/socials-list.php:64
1303
+ #: includes/elements/socials-list.php:201 includes/elements/staff.php:109
1304
+ #: includes/elements/staff.php:464 includes/elements/text.php:427
1305
+ #: includes/elements/text.php:469 includes/elements/text.php:673
1306
+ #: includes/general-hooks.php:696 includes/general-hooks.php:1108
1307
  msgid "Large"
1308
  msgstr "بزرگ"
1309
 
1371
  #: includes/elementor/widgets/text.php:1149
1372
  #: includes/elementor/widgets/theme-elements/menu.php:999
1373
  #: includes/elementor/widgets/theme-elements/modern-search.php:577
1374
+ #: includes/elements/button.php:178 includes/elements/code.php:98
1375
+ #: includes/elements/gallery.php:119 includes/elements/quote.php:108
1376
+ #: includes/elements/recent-posts-tiles-carousel.php:297
1377
+ #: includes/elements/recent-posts-tiles.php:327 includes/elements/text.php:178
1378
+ #: includes/elements/text.php:804 includes/general-hooks.php:844
1379
+ #: includes/general-hooks.php:1256 includes/general-hooks.php:1477
1380
  msgid "Default"
1381
  msgstr "پیش فرض"
1382
 
1640
 
1641
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1642
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1643
+ #: includes/elements/recent-posts-grid-carousel.php:466
1644
  #, fuzzy
1645
  msgid "Before Content"
1646
  msgstr "محتوای جعبه ای"
1657
 
1658
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1659
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1660
+ #: includes/elements/recent-posts-grid-carousel.php:465
1661
  #, fuzzy
1662
  msgid "After Content"
1663
  msgstr "محتوا"
1977
  msgstr ""
1978
 
1979
  #: includes/classes/class-auxin-demo-importer.php:294
1980
+ #: includes/classes/class-auxin-demo-importer.php:1302
1981
  msgid "Importing Users"
1982
  msgstr ""
1983
 
2008
  msgid "Importing Sliders"
2009
  msgstr ""
2010
 
2011
+ #: includes/classes/class-auxin-demo-importer.php:1379
2012
  msgid "Preparing Site ..."
2013
  msgstr ""
2014
 
2015
+ #: includes/classes/class-auxin-demo-importer.php:1421
2016
  msgid "All steps are successful"
2017
  msgstr ""
2018
 
2128
  "PHP version is %s."
2129
  msgstr "برای افزونه \"المان های اکسین\" PHP نسخه 5.3 یا بالاتر نیاز است."
2130
 
 
 
 
 
 
2131
  #: includes/classes/class-auxin-svg-support.php:106
2132
  msgid ""
2133
  "Sorry, this file couldn't be sanitized so for security reasons wasn't "
2140
  msgstr "کامل"
2141
 
2142
  #: includes/classes/class-auxin-svg-support.php:191
2143
+ #: includes/elements/before-after.php:102 includes/elements/staff.php:111
2144
+ #: includes/elements/text.php:429
2145
  msgid "Thumbnail"
2146
  msgstr "بندانگشتی"
2147
 
2218
  #: includes/elementor/widgets/heading-modern.php:973
2219
  #: includes/elementor/widgets/products-grid.php:593
2220
  #: includes/elementor/widgets/theme-elements/logo.php:546
2221
+ #: includes/elements/custom-list.php:136
2222
  #, fuzzy
2223
  msgid "Description"
2224
  msgstr "تنظیمات طراحی"
2229
  "it."
2230
  msgstr ""
2231
 
2232
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:290
2233
  #: includes/elementor/modules/dynamic-tags/user-info.php:75
2234
  #: includes/elementor/modules/query-control/controls/group-control-query.php:310
2235
  #: includes/elementor/modules/query-control/controls/group-control-query.php:329
2237
  msgid "Choose"
2238
  msgstr "انتخاب .."
2239
 
2240
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:355
2241
  msgid "Move"
2242
  msgstr ""
2243
 
2244
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:356
2245
  msgid "Up one"
2246
  msgstr ""
2247
 
2248
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:357
2249
  msgid "Down one"
2250
  msgstr ""
2251
 
2252
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:360
2253
  #, fuzzy
2254
  msgid "To the top"
2255
  msgstr "وسط بالا"
2256
 
2257
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:367
2258
  #, fuzzy
2259
  msgid "Original: %s"
2260
  msgstr "اصلی"
2261
 
2262
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:380
2263
  msgid "Remove"
2264
  msgstr ""
2265
 
2266
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:381
2267
  #: includes/classes/class-auxin-welcome.php:1433
2268
  #: includes/classes/class-auxin-welcome.php:1461
2269
  #: includes/classes/class-auxin-welcome.php:1564
2338
  #: includes/classes/class-auxin-welcome-sections.php:253
2339
  #: includes/classes/class-auxin-welcome-sections.php:542
2340
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2341
+ #: includes/elements/contact-form.php:227
2342
  msgid "Submit"
2343
  msgstr "تایید"
2344
 
2430
 
2431
  #: includes/classes/class-auxin-welcome.php:413
2432
  #: includes/classes/class-auxin-welcome.php:737
2433
+ #: includes/elements/popular-posts-widget.php:387
2434
  msgid "Recent"
2435
  msgstr "اخیر"
2436
 
2437
  #: includes/classes/class-auxin-welcome.php:431
2438
  #: includes/elementor/widgets/testimonial.php:346
2439
+ #: includes/elements/about-widget.php:57
2440
  msgid "Name"
2441
  msgstr "نام"
2442
 
2826
  "subscription."
2827
  msgstr ""
2828
 
2829
+ #: includes/classes/class-auxin-widget-shortcode-map.php:301
2830
  #, fuzzy
2831
  msgid "CSS"
2832
  msgstr "جعبه CSS"
2833
 
2834
+ #: includes/classes/class-auxin-widget-shortcode-map.php:303
2835
  #, fuzzy
2836
  msgid "Design options"
2837
  msgstr "تنظیمات طراحی"
2838
 
2839
+ #: includes/classes/class-auxin-widget.php:78
2840
+ msgid "The callback for widget does not exists."
2841
+ msgstr "تابع فراخوانی برای ابزارک وجود ندارد."
2842
+
2843
  #: includes/classes/class-auxin-widget.php:112
2844
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:95
2845
  #: includes/elementor/widgets/recent-posts-land-style.php:92
2859
  msgid "All Categories"
2860
  msgstr "همه دسته ها"
2861
 
2862
+ #: includes/classes/class-auxin-widget.php:126
2863
+ #: includes/classes/class-auxin-widget.php:151 includes/general-hooks.php:51
2864
+ msgid "Choose .."
2865
+ msgstr "انتخاب .."
2866
+
2867
+ #: includes/classes/class-auxin-widget.php:336
2868
+ #: includes/classes/class-auxin-widget.php:337
2869
+ #: includes/classes/class-auxin-widget.php:359
2870
+ #: includes/classes/class-auxin-widget.php:360
2871
  #, fuzzy
2872
  msgid "Add Image"
2873
  msgstr "تصویر"
2874
 
2875
+ #: includes/classes/class-auxin-widget.php:338
2876
+ #: includes/classes/class-auxin-widget.php:361
2877
  #, fuzzy
2878
  msgid "Select Image"
2879
  msgstr "انتخاب اظهار نظر"
2880
 
2881
+ #: includes/classes/class-auxin-widget.php:383
2882
+ #: includes/classes/class-auxin-widget.php:384 includes/general-hooks.php:130
2883
  #: includes/general-hooks.php:131
2884
  #, fuzzy
2885
  msgid "Add Video"
2886
  msgstr "افزودن بخش"
2887
 
2888
+ #: includes/classes/class-auxin-widget.php:385 includes/general-hooks.php:132
2889
  #, fuzzy
2890
  msgid "Select Video"
2891
  msgstr "تکرار ویدیو"
2892
 
2893
+ #: includes/classes/class-auxin-widget.php:407
2894
+ #: includes/classes/class-auxin-widget.php:408 includes/general-hooks.php:106
2895
  #: includes/general-hooks.php:107
2896
  #, fuzzy
2897
  msgid "Add Audio"
2898
  msgstr "افزودن بخش"
2899
 
2900
+ #: includes/classes/class-auxin-widget.php:409 includes/general-hooks.php:108
2901
  #, fuzzy
2902
  msgid "Select Audio"
2903
  msgstr "انتخاب شکاف آکاردئون"
2938
  msgstr ""
2939
 
2940
  #: includes/elementor/class-auxin-elementor-core-elements.php:731
2941
+ #: includes/elements/code.php:81
2942
  msgid "PHP"
2943
  msgstr ""
2944
 
2956
  msgid "Select Icon"
2957
  msgstr "کتابخانه شکلک را انتخاب کنید."
2958
 
2959
+ #: includes/elementor/controls/media-select.php:101
2960
  msgid "Delete"
2961
  msgstr ""
2962
 
3112
  #: includes/elementor/modules/common.php:658
3113
  #: includes/elementor/widgets/modern-button.php:139
3114
  #: includes/elementor/widgets/staff.php:847
3115
+ #: includes/elementor/widgets/text.php:364 includes/elements/staff.php:225
3116
+ #: includes/elements/text.php:614
3117
  #, fuzzy
3118
  msgid "Top"
3119
  msgstr "بالا"
3154
  #: includes/elementor/widgets/theme-elements/select.php:239
3155
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
3156
  #: includes/elementor/widgets/theme-elements/site-title.php:196
3157
+ #: includes/elements/button.php:186 includes/elements/image.php:151
3158
+ #: includes/elements/quote.php:110
3159
+ #: includes/elements/recent-posts-timeline.php:279
3160
+ #: includes/elements/staff.php:229 includes/elements/staff.php:283
3161
+ #: includes/elements/text.php:131 includes/elements/text.php:159
3162
+ #: includes/elements/text.php:622 includes/elements/text.php:806
3163
+ #: includes/general-hooks.php:378 includes/general-hooks.php:852
3164
+ #: includes/general-hooks.php:1264
3165
  msgid "Right"
3166
  msgstr "راست"
3167
 
3168
  #: includes/elementor/modules/common.php:723
3169
  #: includes/elementor/widgets/modern-button.php:147
3170
+ #: includes/elementor/widgets/staff.php:855 includes/elements/staff.php:233
3171
  msgid "Bottom"
3172
  msgstr ""
3173
 
3243
  #: includes/elementor/widgets/mailchimp.php:736
3244
  #: includes/elementor/widgets/svg.php:194
3245
  #: includes/elementor/widgets/video.php:209
3246
+ #: includes/elements/before-after.php:127 includes/elements/gmap.php:52
3247
+ #: includes/elements/image.php:126 includes/elements/instagram-feed.php:190
3248
+ #: includes/elements/staff.php:141 includes/elements/video.php:92
3249
  msgid "Height"
3250
  msgstr "ارتفاع"
3251
 
3327
  #: includes/elementor/modules/dynamic-tags/user-info.php:82
3328
  #: includes/elementor/widgets/contact-box.php:102
3329
  #: includes/elementor/widgets/contact-form.php:136
3330
+ #: includes/elements/contact-box.php:53 includes/elements/contact-form.php:56
3331
  msgid "Email"
3332
  msgstr "ایمیل"
3333
 
3347
  #: includes/elementor/widgets/recent-posts-land-style.php:321
3348
  #: includes/elementor/widgets/recent-posts-masonry.php:399
3349
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3350
+ #: includes/elements/recent-posts-grid-carousel.php:447
3351
+ #: includes/elements/recent-posts-land-style.php:371
3352
+ #: includes/elements/recent-posts-masonry.php:347
3353
+ #: includes/elements/recent-posts-timeline.php:392
3354
  msgid "Author Name"
3355
  msgstr "نام نویسنده"
3356
 
3418
  #: includes/elementor/widgets/theme-elements/logo.php:196
3419
  #: includes/elementor/widgets/theme-elements/select.php:121
3420
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3421
+ #: includes/elements/custom-list.php:104 includes/elements/text.php:841
3422
  msgid "Link"
3423
  msgstr "پیوند"
3424
 
3445
  #: includes/elementor/widgets/text.php:1593
3446
  #: includes/elementor/widgets/theme-elements/menu.php:658
3447
  #: includes/elementor/widgets/theme-elements/search.php:118
3448
+ #: includes/elements/flickr.php:155 includes/elements/flickr.php:204
3449
+ #: includes/elements/gallery.php:196 includes/elements/gallery.php:321
3450
  #: includes/elements/general-element-fields.php:27
3451
+ #: includes/elements/image.php:152 includes/elements/image.php:168
3452
+ #: includes/elements/recent-posts-grid-carousel.php:406
3453
+ #: includes/elements/recent-posts-grid-carousel.php:448
3454
+ #: includes/elements/recent-posts-grid-carousel.php:643
3455
+ #: includes/elements/recent-posts-land-style.php:326
3456
+ #: includes/elements/recent-posts-masonry.php:306
3457
+ #: includes/elements/recent-posts-tiles-carousel.php:434
3458
+ #: includes/elements/recent-posts-tiles.php:153
3459
+ #: includes/elements/recent-posts-timeline.php:148
3460
+ #: includes/elements/testimonial.php:130 includes/elements/text.php:901
3461
+ #: includes/general-hooks.php:350 includes/general-hooks.php:1628
3462
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3463
  msgid "None"
3464
  msgstr "هیچکدام"
3489
  #: includes/elementor/widgets/theme-elements/menu.php:156
3490
  #: includes/elementor/widgets/theme-elements/menu.php:995
3491
  #: includes/elementor/widgets/theme-elements/search.php:101
3492
+ #: includes/elements/accordion-widget.php:56 includes/elements/accordion.php:56
3493
  msgid "Type"
3494
  msgstr "نوع"
3495
 
3633
  #: includes/elementor/widgets/theme-elements/select.php:112
3634
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3635
  #: includes/elementor/widgets/touch-slider.php:332
3636
+ #: includes/elements/about-widget.php:42
3637
+ #: includes/elements/accordion-widget.php:42 includes/elements/accordion.php:42
3638
+ #: includes/elements/audio.php:42 includes/elements/before-after.php:41
3639
+ #: includes/elements/code.php:42 includes/elements/contact-box.php:39
3640
+ #: includes/elements/contact-form.php:42 includes/elements/custom-list.php:42
3641
+ #: includes/elements/gallery.php:41 includes/elements/gmap.php:38
3642
+ #: includes/elements/image.php:41 includes/elements/instagram-feed.php:41
3643
+ #: includes/elements/latest-posts-slider.php:41
3644
+ #: includes/elements/latest-posts-slider.php:137
3645
+ #: includes/elements/popular-posts-widget.php:49
3646
+ #: includes/elements/popular-posts-widget.php:198
3647
+ #: includes/elements/recent-posts-grid-carousel.php:55
3648
+ #: includes/elements/recent-posts-grid-carousel.php:184
3649
+ #: includes/elements/recent-posts-land-style.php:55
3650
+ #: includes/elements/recent-posts-land-style.php:171
3651
+ #: includes/elements/recent-posts-masonry.php:55
3652
+ #: includes/elements/recent-posts-masonry.php:151
3653
+ #: includes/elements/recent-posts-tiles-carousel.php:42
3654
+ #: includes/elements/recent-posts-tiles-carousel.php:151
3655
+ #: includes/elements/recent-posts-tiles-carousel.php:236
3656
+ #: includes/elements/recent-posts-tiles.php:55
3657
+ #: includes/elements/recent-posts-tiles.php:181
3658
+ #: includes/elements/recent-posts-tiles.php:266
3659
+ #: includes/elements/recent-posts-timeline.php:49
3660
+ #: includes/elements/recent-posts-timeline.php:176
3661
+ #: includes/elements/recent-posts-widget.php:55
3662
+ #: includes/elements/recent-posts-widget.php:158
3663
+ #: includes/elements/recent-products.php:41
3664
+ #: includes/elements/recent-products.php:130
3665
+ #: includes/elements/sample-element.php:50
3666
+ #: includes/elements/sample-element.php:64 includes/elements/search.php:40
3667
+ #: includes/elements/socials-list.php:41 includes/elements/socials-list.php:178
3668
+ #: includes/elements/tab-widget.php:41 includes/elements/tabs.php:41
3669
+ #: includes/elements/text.php:41 includes/elements/touch-slider.php:42
3670
  #: includes/elements/video.php:38
3671
  msgid "Title"
3672
  msgstr "عنوان"
3701
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3702
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3703
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3704
+ #: includes/elements/image.php:97 includes/elements/staff.php:112
3705
  #, fuzzy
3706
  msgid "Custom"
3707
  msgstr "سی اس اس دلخواه"
3779
  msgstr "برگه ها"
3780
 
3781
  #: includes/elementor/modules/dynamic-tags/login-url.php:44
3782
+ #: includes/general-hooks.php:1462
3783
  msgid "Login Page"
3784
  msgstr "صفحه ورود"
3785
 
4042
  #: includes/elementor/widgets/recent-posts-tiles.php:308
4043
  #: includes/elementor/widgets/recent-posts-timeline.php:440
4044
  #: includes/elementor/widgets/recent-products.php:358
4045
+ #: includes/elements/gallery.php:195
4046
+ #: includes/elements/latest-posts-slider.php:138
4047
+ #: includes/elements/popular-posts-widget.php:199
4048
+ #: includes/elements/recent-posts-grid-carousel.php:185
4049
+ #: includes/elements/recent-posts-land-style.php:172
4050
+ #: includes/elements/recent-posts-masonry.php:152
4051
+ #: includes/elements/recent-posts-tiles-carousel.php:152
4052
+ #: includes/elements/recent-posts-tiles-carousel.php:237
4053
+ #: includes/elements/recent-posts-tiles.php:182
4054
+ #: includes/elements/recent-posts-tiles.php:267
4055
+ #: includes/elements/recent-posts-timeline.php:177
4056
+ #: includes/elements/recent-posts-widget.php:159
4057
+ #: includes/elements/recent-products.php:131
4058
  msgid "ID"
4059
  msgstr "شناسه"
4060
 
4104
  #: includes/elementor/widgets/recent-posts-tiles.php:312
4105
  #: includes/elementor/widgets/recent-posts-timeline.php:444
4106
  #: includes/elementor/widgets/recent-products.php:362
4107
+ #: includes/elements/latest-posts-slider.php:142
4108
+ #: includes/elements/popular-posts-widget.php:203
4109
+ #: includes/elements/recent-posts-grid-carousel.php:189
4110
+ #: includes/elements/recent-posts-land-style.php:176
4111
+ #: includes/elements/recent-posts-masonry.php:156
4112
+ #: includes/elements/recent-posts-tiles-carousel.php:156
4113
+ #: includes/elements/recent-posts-tiles-carousel.php:241
4114
+ #: includes/elements/recent-posts-tiles.php:186
4115
+ #: includes/elements/recent-posts-tiles.php:271
4116
+ #: includes/elements/recent-posts-timeline.php:181
4117
+ #: includes/elements/recent-posts-widget.php:163
4118
+ #: includes/elements/recent-products.php:135
4119
  msgid "Author"
4120
  msgstr "نویسنده"
4121
 
4199
  #: includes/elementor/widgets/recent-posts-tiles.php:305
4200
  #: includes/elementor/widgets/recent-posts-timeline.php:437
4201
  #: includes/elementor/widgets/recent-products.php:355
4202
+ #: includes/elements/gallery.php:194
4203
+ #: includes/elements/latest-posts-slider.php:135
4204
+ #: includes/elements/popular-posts-widget.php:196
4205
+ #: includes/elements/recent-posts-grid-carousel.php:182
4206
+ #: includes/elements/recent-posts-land-style.php:169
4207
+ #: includes/elements/recent-posts-masonry.php:149
4208
+ #: includes/elements/recent-posts-tiles-carousel.php:149
4209
+ #: includes/elements/recent-posts-tiles-carousel.php:234
4210
+ #: includes/elements/recent-posts-tiles.php:179
4211
+ #: includes/elements/recent-posts-tiles.php:264
4212
+ #: includes/elements/recent-posts-timeline.php:174
4213
+ #: includes/elements/recent-posts-widget.php:156
4214
+ #: includes/elements/recent-products.php:128
4215
  msgid "Date"
4216
  msgstr "تاریخ"
4217
 
4276
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4277
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4278
  #: includes/elementor/widgets/recent-products.php:356
4279
+ #: includes/elements/gallery.php:193
4280
+ #: includes/elements/latest-posts-slider.php:136
4281
+ #: includes/elements/popular-posts-widget.php:197
4282
+ #: includes/elements/recent-posts-grid-carousel.php:183
4283
+ #: includes/elements/recent-posts-land-style.php:170
4284
+ #: includes/elements/recent-posts-masonry.php:150
4285
+ #: includes/elements/recent-posts-tiles-carousel.php:150
4286
+ #: includes/elements/recent-posts-tiles-carousel.php:235
4287
+ #: includes/elements/recent-posts-tiles.php:180
4288
+ #: includes/elements/recent-posts-tiles.php:265
4289
+ #: includes/elements/recent-posts-timeline.php:175
4290
+ #: includes/elements/recent-posts-widget.php:157
4291
+ #: includes/elements/recent-products.php:129
4292
  msgid "Menu Order"
4293
  msgstr "ترتیب فهرست"
4294
 
4301
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4302
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4303
  #: includes/elementor/widgets/recent-products.php:359
4304
+ #: includes/elements/latest-posts-slider.php:139
4305
+ #: includes/elements/popular-posts-widget.php:200
4306
+ #: includes/elements/recent-posts-grid-carousel.php:186
4307
+ #: includes/elements/recent-posts-land-style.php:173
4308
+ #: includes/elements/recent-posts-masonry.php:153
4309
+ #: includes/elements/recent-posts-tiles-carousel.php:153
4310
+ #: includes/elements/recent-posts-tiles-carousel.php:238
4311
+ #: includes/elements/recent-posts-tiles.php:183
4312
+ #: includes/elements/recent-posts-tiles.php:268
4313
+ #: includes/elements/recent-posts-timeline.php:178
4314
+ #: includes/elements/recent-posts-widget.php:160
4315
+ #: includes/elements/recent-products.php:132
4316
  msgid "Random"
4317
  msgstr "تصادفی"
4318
 
4326
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4327
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4328
  #: includes/elementor/widgets/recent-products.php:371
4329
+ #: includes/elements/gallery.php:166
4330
+ #: includes/elements/popular-posts-widget.php:212
4331
+ #: includes/elements/recent-posts-grid-carousel.php:199
4332
+ #: includes/elements/recent-posts-land-style.php:186
4333
+ #: includes/elements/recent-posts-masonry.php:166
4334
+ #: includes/elements/recent-posts-tiles-carousel.php:166
4335
+ #: includes/elements/recent-posts-tiles-carousel.php:251
4336
+ #: includes/elements/recent-posts-tiles.php:196
4337
+ #: includes/elements/recent-posts-tiles.php:281
4338
+ #: includes/elements/recent-posts-timeline.php:191
4339
+ #: includes/elements/recent-posts-widget.php:172
4340
+ #: includes/elements/recent-products.php:145
4341
  msgid "Order"
4342
  msgstr "ترتیب"
4343
 
4344
  #: includes/elementor/modules/query-control/controls/group-control-query.php:360
4345
+ #: includes/elementor/widgets/gallery.php:286 includes/elements/gallery.php:172
4346
  msgid "ASC"
4347
  msgstr "صعودی"
4348
 
4349
  #: includes/elementor/modules/query-control/controls/group-control-query.php:361
4350
+ #: includes/elementor/widgets/gallery.php:287 includes/elements/gallery.php:173
4351
  msgid "DESC"
4352
  msgstr "نزولی"
4353
 
4416
  msgstr ""
4417
 
4418
  #: includes/elementor/modules/settings/general/manager.php:47
4419
+ #: includes/general-hooks.php:1425
4420
  #, fuzzy
4421
  msgid "Footer Brand Height"
4422
  msgstr "ارتفاع لوگو"
4442
  msgstr "نوع گالری را انتخاب کنید."
4443
 
4444
  #: includes/elementor/modules/theme-builder/module.php:131
4445
+ #: includes/general-hooks.php:1787 includes/general-hooks.php:1793
4446
  #, fuzzy
4447
  msgid "404 Page"
4448
  msgstr "صفحه"
4453
 
4454
  #: includes/elementor/widgets/accordion.php:52
4455
  #: includes/elementor/widgets/theme-elements/menu.php:299
4456
+ #: includes/elements/accordion-widget.php:63 includes/elements/accordion.php:63
4457
+ #: includes/elements/accordion.php:77 includes/elements/accordion.php:94
4458
  msgid "Accordion"
4459
  msgstr "آکاردئون"
4460
 
4473
  #: includes/elementor/widgets/text.php:226
4474
  #: includes/elementor/widgets/text.php:264
4475
  #: includes/elementor/widgets/text.php:905
4476
+ #: includes/elements/accordion-widget.php:74 includes/elements/accordion.php:91
4477
+ #: includes/elements/dropcap.php:81 includes/elements/highlight.php:77
4478
+ #: includes/elements/staff.php:513 includes/elements/tabs.php:90
4479
+ #: includes/elements/testimonial.php:164 includes/elements/text.php:879
4480
  msgid "Content"
4481
  msgstr "محتوا"
4482
 
4513
  msgstr "محتوای کامل"
4514
 
4515
  #: includes/elementor/widgets/accordion.php:124
4516
+ #: includes/elements/accordion-widget.php:46 includes/elements/accordion.php:46
4517
  #, fuzzy
4518
  msgid "Accordion Title"
4519
  msgstr "برچسب آکاردئون"
4525
 
4526
  #: includes/elementor/widgets/accordion.php:149
4527
  #: includes/elementor/widgets/theme-elements/menu.php:298
4528
+ #: includes/elements/accordion-widget.php:62 includes/elements/accordion.php:62
4529
  msgid "Toggle"
4530
  msgstr "باز و بسته شونده"
4531
 
4720
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4721
  #: includes/elementor/widgets/theme-elements/select.php:309
4722
  #: includes/elementor/widgets/theme-elements/select.php:550
4723
+ #: includes/elements/button.php:117 includes/elements/text.php:736
4724
+ #: includes/general-hooks.php:763 includes/general-hooks.php:1175
4725
  msgid "Normal"
4726
  msgstr "معمولی"
4727
 
5016
  msgid "Audio"
5017
  msgstr ""
5018
 
5019
+ #: includes/elementor/widgets/audio.php:102 includes/elements/audio.php:56
5020
  msgid "Audio file(MP3 or ogg)"
5021
  msgstr "فایل صوتی (MP3 یا OGG)"
5022
 
5023
  #: includes/elementor/widgets/audio.php:111
5024
+ #: includes/elementor/widgets/video.php:144 includes/elements/audio.php:83
5025
  msgid "AutoPlay"
5026
  msgstr "نمایش خودکار"
5027
 
5028
+ #: includes/elementor/widgets/audio.php:112 includes/elements/audio.php:84
5029
  msgid "Play the audio file automatically."
5030
  msgstr "فایل صوتی را به صورت خودکار پخش کن."
5031
 
5321
  msgid "Off"
5322
  msgstr ""
5323
 
5324
+ #: includes/elementor/widgets/audio.php:124 includes/elements/audio.php:70
5325
  msgid "Repeat the audio"
5326
  msgstr "تکرار صدا"
5327
 
5333
  #: includes/elementor/widgets/tabs.php:149
5334
  #: includes/elementor/widgets/text.php:1064
5335
  #: includes/elementor/widgets/theme-elements/menu.php:616
5336
+ #: includes/elements/audio.php:96
5337
  msgid "Skin"
5338
  msgstr "نما"
5339
 
5340
+ #: includes/elementor/widgets/audio.php:151 includes/elements/audio.php:97
5341
  msgid "The skin of audio element."
5342
  msgstr "نمای المان صدا"
5343
 
5348
 
5349
  #: includes/elementor/widgets/before-after.php:96
5350
  #: includes/elementor/widgets/touch-slider.php:98
5351
+ #: includes/elements/gallery.php:55 includes/elements/touch-slider.php:56
5352
  #: public/templates/vcomposer/auxin_vc_extendes.php:42
5353
  msgid "Images"
5354
  msgstr "تصاویر"
5355
 
5356
  #: includes/elementor/widgets/before-after.php:103
5357
+ #: includes/elements/before-after.php:55
5358
  #, fuzzy
5359
  msgid "Before image"
5360
  msgstr "تصویر شاخص"
5361
 
5362
  #: includes/elementor/widgets/before-after.php:122
5363
+ #: includes/elements/before-after.php:68
5364
  #, fuzzy
5365
  msgid "After image"
5366
  msgstr "تصویر پوستر"
5370
  #: includes/elementor/widgets/custom-list.php:664
5371
  #: includes/elementor/widgets/divider.php:102
5372
  #: includes/elementor/widgets/svg.php:154
5373
+ #: includes/elementor/widgets/video.php:183 includes/elements/code.php:92
5374
+ #: includes/elements/gallery.php:115
5375
+ #: includes/elements/recent-posts-tiles-carousel.php:293
5376
+ #: includes/elements/recent-posts-tiles-carousel.php:341
5377
+ #: includes/elements/recent-posts-tiles-carousel.php:363
5378
+ #: includes/elements/recent-posts-tiles.php:323
5379
+ #: includes/elements/recent-posts-tiles.php:371
5380
+ #: includes/elements/tab-widget.php:55 includes/elements/tabs.php:55
5381
+ #: includes/elements/touch-slider.php:105
5382
+ #: includes/elements/touch-slider.php:118
5383
+ #: includes/elements/touch-slider.php:131
5384
+ #: includes/elements/touch-slider.php:144
5385
+ #: includes/elements/touch-slider.php:160
5386
+ #: includes/elements/touch-slider.php:173
5387
+ #: includes/elements/touch-slider.php:186 includes/elements/video.php:88
5388
  #: includes/elements/video.php:102 includes/elements/video.php:168
5389
  msgid "Style"
5390
  msgstr "ظاهر"
5398
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5399
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5400
  #: includes/elementor/widgets/recent-products.php:411
5401
+ #: includes/elements/before-after.php:82
5402
+ #: includes/elements/latest-posts-slider.php:115
5403
+ #: includes/elements/recent-posts-grid-carousel.php:259
5404
+ #: includes/elements/recent-posts-land-style.php:246
5405
+ #: includes/elements/recent-posts-masonry.php:226
5406
+ #: includes/elements/recent-posts-tiles-carousel.php:269
5407
+ #: includes/elements/recent-posts-tiles.php:299
5408
+ #: includes/elements/recent-posts-timeline.php:251
5409
+ #: includes/elements/recent-products.php:205
5410
  msgid "Start offset"
5411
  msgstr "پرش از ابتدا"
5412
 
5436
  #: includes/elementor/widgets/theme-elements/logo.php:222
5437
  #: includes/elementor/widgets/theme-elements/search.php:289
5438
  #: includes/elementor/widgets/video.php:191
5439
+ #: includes/elements/before-after.php:114 includes/elements/image.php:108
5440
+ #: includes/elements/staff.php:123 includes/elements/video.php:78
5441
  msgid "Width"
5442
  msgstr "عرض"
5443
 
5452
  #: includes/elementor/widgets/theme-elements/modern-search.php:434
5453
  #: includes/elementor/widgets/theme-elements/search.php:120
5454
  #: includes/elementor/widgets/theme-elements/search.php:381
5455
+ #: includes/elements/button.php:16 includes/elements/button.php:46
5456
+ #: includes/elements/button.php:376 includes/elements/text.php:645
5457
+ #: includes/elements/text.php:662 includes/elements/text.php:686
5458
+ #: includes/elements/text.php:702 includes/elements/text.php:732
5459
+ #: includes/elements/text.php:762 includes/elements/text.php:778
5460
+ #: includes/elements/text.php:794 includes/elements/text.php:819
5461
+ #: includes/elements/text.php:837 includes/elements/text.php:854
5462
+ #: includes/elements/text.php:875 includes/general-hooks.php:671
5463
+ #: includes/general-hooks.php:1083
5464
  #, fuzzy
5465
  msgid "Button"
5466
  msgstr "اندازه دکمه"
5467
 
5468
  #: includes/elementor/widgets/button.php:107
5469
+ #: includes/elementor/widgets/text.php:299 includes/elements/button.php:42
5470
+ #: includes/elements/text.php:649
5471
  msgid "Button label"
5472
  msgstr "برچسب دکمه"
5473
 
5474
  #: includes/elementor/widgets/button.php:117
5475
+ #: includes/elementor/widgets/text.php:323 includes/elements/text.php:842
5476
  msgid "If you want to link your button."
5477
  msgstr "اگر می خواهید دکمه را لینک کنید."
5478
 
5491
  msgid "Wrapper"
5492
  msgstr "ظاهر Wrapper"
5493
 
5494
+ #: includes/elementor/widgets/button.php:156 includes/elements/button.php:56
5495
+ #: includes/elements/text.php:666
5496
  msgid "Button size"
5497
  msgstr "اندازه دکمه"
5498
 
5499
  #: includes/elementor/widgets/button.php:160
5500
  #: includes/elementor/widgets/modern-button.php:318
5501
+ #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:62
5502
+ #: includes/elements/text.php:672 includes/general-hooks.php:695
5503
+ #: includes/general-hooks.php:1107
5504
  msgid "Exlarge"
5505
  msgstr "خیلی بزرگ"
5506
 
5507
  #: includes/elementor/widgets/button.php:164
5508
  #: includes/elementor/widgets/divider.php:147
5509
  #: includes/elementor/widgets/modern-button.php:322
5510
+ #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:66
5511
+ #: includes/elements/divider.php:90 includes/elements/text.php:676
5512
+ #: includes/general-hooks.php:699 includes/general-hooks.php:1111
5513
  msgid "Tiny"
5514
  msgstr "خیلی کوچک"
5515
 
5516
+ #: includes/elementor/widgets/button.php:172 includes/elements/button.php:131
5517
+ #: includes/elements/text.php:750
5518
  msgid "Uppercase label"
5519
  msgstr "برچسب حروف بزرگ"
5520
 
5521
+ #: includes/elementor/widgets/button.php:184 includes/elements/button.php:77
5522
  #, fuzzy
5523
  msgid "Button shape"
5524
  msgstr "ظاهر شکل دکمه"
5525
 
5526
  #: includes/elementor/widgets/button.php:188
5527
+ #: includes/elementor/widgets/text.php:1368 includes/elements/button.php:90
5528
+ #: includes/elements/text.php:706
5529
  msgid "Box"
5530
  msgstr "جعبه"
5531
 
5532
  #: includes/elementor/widgets/button.php:192
5533
  #: includes/elementor/widgets/modern-button.php:305
5534
+ #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:94
5535
+ #: includes/elements/text.php:710 includes/general-hooks.php:730
5536
+ #: includes/general-hooks.php:1142
5537
  msgid "Round"
5538
  msgstr "گرد"
5539
 
5540
  #: includes/elementor/widgets/button.php:196
5541
  #: includes/elementor/widgets/modern-button.php:306
5542
+ #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:98
5543
+ #: includes/elements/text.php:714 includes/general-hooks.php:734
5544
+ #: includes/general-hooks.php:1146
5545
  msgid "Curve"
5546
  msgstr "منحنی"
5547
 
5548
+ #: includes/elementor/widgets/button.php:207 includes/elements/button.php:104
5549
+ #: includes/elements/text.php:720
5550
  msgid "Button style"
5551
  msgstr "ظاهر دکمه"
5552
 
5553
  #: includes/elementor/widgets/button.php:215
5554
+ #: includes/elementor/widgets/text.php:1396 includes/elements/button.php:121
5555
+ #: includes/elements/text.php:740 includes/general-hooks.php:767
5556
+ #: includes/general-hooks.php:1179
5557
  msgid "3D"
5558
  msgstr "سه بعدی"
5559
 
5560
  #: includes/elementor/widgets/button.php:219
5561
  #: includes/elementor/widgets/modern-button.php:292
5562
+ #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:125
5563
+ #: includes/elements/text.php:744 includes/general-hooks.php:771
5564
+ #: includes/general-hooks.php:1183
5565
  msgid "Outline"
5566
  msgstr "خط بیرونی"
5567
 
5641
  #: includes/elementor/widgets/theme-elements/search.php:178
5642
  #: includes/elementor/widgets/theme-elements/select.php:139
5643
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5644
+ #: includes/elements/custom-list.php:72 includes/elements/text.php:372
5645
+ #: includes/elements/text.php:384 includes/general-hooks.php:238
5646
+ #: includes/general-hooks.php:256 includes/general-hooks.php:273
5647
+ #: includes/general-hooks.php:289 includes/general-hooks.php:305
5648
+ #: includes/general-hooks.php:320
5649
  msgid "Icon"
5650
  msgstr "شکلک"
5651
 
5652
  #: includes/elementor/widgets/button.php:365
5653
+ #: includes/elementor/widgets/text.php:311 includes/elements/button.php:157
5654
+ #: includes/elements/text.php:782
5655
  msgid "Icon for button"
5656
  msgstr "شکلک برای دکمه"
5657
 
5658
  #: includes/elementor/widgets/button.php:373
5659
+ #: includes/elementor/widgets/text.php:1145 includes/elements/button.php:170
5660
+ #: includes/elements/text.php:798 includes/general-hooks.php:374
5661
  msgid "Icon alignment"
5662
  msgstr "تراز شکلک"
5663
 
5664
  #: includes/elementor/widgets/button.php:380
5665
  #: includes/elementor/widgets/modern-button.php:814
5666
+ #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:190
5667
+ #: includes/elements/text.php:807 includes/general-hooks.php:856
5668
+ #: includes/general-hooks.php:1268
5669
  msgid "Over"
5670
  msgstr "رو"
5671
 
5672
  #: includes/elementor/widgets/button.php:381
5673
+ #: includes/elementor/widgets/text.php:1153 includes/elements/button.php:194
5674
+ #: includes/elements/text.php:808 includes/general-hooks.php:860
5675
+ #: includes/general-hooks.php:1272
5676
  msgid "Animate from Left"
5677
  msgstr "متحرک سازی از چپ"
5678
 
5679
  #: includes/elementor/widgets/button.php:382
5680
+ #: includes/elementor/widgets/text.php:1154 includes/elements/text.php:809
5681
  msgid "Animate from Right"
5682
  msgstr "متحرک سازی از راست"
5683
 
5710
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5711
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5712
  #: includes/elementor/widgets/theme-elements/modern-search.php:342
5713
+ #: includes/elements/custom-list.php:56 includes/elements/image.php:301
5714
  msgid "Text"
5715
  msgstr ""
5716
 
5772
 
5773
  #: includes/elementor/widgets/carousel-navigation.php:104
5774
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:269
5775
+ #: includes/elements/recent-posts-grid-carousel.php:683
5776
  #, fuzzy
5777
  msgid "Long Arrow"
5778
  msgstr "فلش"
5788
  #: includes/elementor/widgets/recent-posts-masonry.php:611
5789
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5790
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5791
+ #: includes/elements/recent-posts-grid-carousel.php:414
5792
+ #: includes/elements/recent-posts-land-style.php:334
5793
+ #: includes/elements/recent-posts-masonry.php:314
5794
+ #: includes/elements/recent-posts-tiles.php:161
5795
+ #: includes/elements/recent-posts-timeline.php:156
5796
  #, fuzzy
5797
  msgid "Next Button"
5798
  msgstr "[فلوکس] دکمه"
5839
  #: includes/elementor/widgets/theme-elements/modern-search.php:264
5840
  #: includes/elementor/widgets/theme-elements/modern-search.php:311
5841
  #: includes/elementor/widgets/theme-elements/search.php:213
5842
+ #: includes/elements/image.php:86
5843
  msgid "Size"
5844
  msgstr ""
5845
 
6021
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:231
6022
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:201
6023
  #: includes/elements/contact-box.php:258 includes/elements/gmap.php:154
6024
+ #: includes/elements/recent-posts-grid-carousel.php:633
6025
+ #: includes/elements/recent-posts-tiles-carousel.php:424
6026
  msgid "Navigation control"
6027
  msgstr "کنترل های ناوبری"
6028
 
6054
  msgstr "نوع فرم تماس"
6055
 
6056
  #: includes/elementor/widgets/contact-form.php:108
6057
+ #: includes/elements/contact-form.php:71
6058
  msgid ""
6059
  "Specifies contact form element's type. Whether to use built-in form or "
6060
  "Contact Form 7."
6062
  "نوع فرم تماس را مشخص می کند. از فرم تماس داخلی استفاده شود یا فرم تماس 7."
6063
 
6064
  #: includes/elementor/widgets/contact-form.php:113
6065
+ #: includes/elements/contact-form.php:75
6066
  msgid "Phlox Contact Form"
6067
  msgstr "فرم تماس فلوکس"
6068
 
6077
  msgstr "کد کوتاه یکی از فرم های تماس 7 خود را در اینجا وارد کنید."
6078
 
6079
  #: includes/elementor/widgets/contact-form.php:137
6080
+ #: includes/elements/contact-form.php:57
6081
  msgid "Email address of message's recipient"
6082
  msgstr "آدرس ایمیل دریافت کننده ی پیام ها"
6083
 
6173
  #: includes/elementor/widgets/theme-elements/search.php:201
6174
  #: includes/elementor/widgets/theme-elements/search.php:404
6175
  #: includes/elementor/widgets/touch-slider.php:303
6176
+ #: includes/general-hooks.php:1561
6177
  msgid "Background Color"
6178
  msgstr "رنگ پس زمینه"
6179
 
6207
  #: includes/elementor/widgets/recent-posts-tiles.php:117
6208
  #: includes/elementor/widgets/recent-posts-timeline.php:117
6209
  #: includes/elementor/widgets/recent-products.php:129
6210
+ #: includes/elementor/widgets/staff.php:842 includes/elements/gallery.php:227
6211
+ #: includes/elements/gallery.php:249 includes/elements/gallery.php:269
6212
+ #: includes/elements/recent-posts-grid-carousel.php:488
6213
+ #: includes/elements/recent-posts-grid-carousel.php:507
6214
+ #: includes/elements/recent-posts-grid-carousel.php:524
6215
+ #: includes/elements/recent-posts-masonry.php:370
6216
+ #: includes/elements/recent-posts-masonry.php:389
6217
+ #: includes/elements/recent-posts-masonry.php:406
6218
+ #: includes/elements/recent-posts-timeline.php:288
6219
+ #: includes/elements/recent-posts-timeline.php:308
6220
  msgid "Layout"
6221
  msgstr ""
6222
 
6229
  #: includes/elementor/widgets/custom-list.php:386
6230
  #: includes/elementor/widgets/staff.php:770
6231
  #: includes/elementor/widgets/theme-elements/menu.php:161
6232
+ #: includes/elements/socials-list.php:83 includes/elements/socials-list.php:220
6233
+ #: includes/elements/staff.php:485
6234
  msgid "Vertical"
6235
  msgstr "عمودی"
6236
 
6237
  #: includes/elementor/widgets/custom-list.php:387
6238
  #: includes/elementor/widgets/staff.php:771
6239
  #: includes/elementor/widgets/theme-elements/menu.php:160
6240
+ #: includes/elements/socials-list.php:82 includes/elements/socials-list.php:219
6241
+ #: includes/elements/staff.php:486
6242
  msgid "Horizontal"
6243
  msgstr "افقی"
6244
 
6258
  msgstr "عمودی"
6259
 
6260
  #: includes/elementor/widgets/custom-list.php:539
6261
+ #: includes/elements/custom-list.php:16 includes/elements/custom-list.php:58
6262
+ #: includes/elements/custom-list.php:74 includes/elements/custom-list.php:90
6263
+ #: includes/elements/custom-list.php:106 includes/elements/custom-list.php:122
6264
+ #: includes/elements/custom-list.php:138
6265
  msgid "List"
6266
  msgstr ""
6267
 
6271
  msgstr "فاصله بین اسلایدها"
6272
 
6273
  #: includes/elementor/widgets/custom-list.php:565
6274
+ #: includes/elements/custom-list.php:152
6275
  #, fuzzy
6276
  msgid "Display Connector"
6277
  msgstr "نمایش خلاصه"
6278
 
6279
  #: includes/elementor/widgets/custom-list.php:581
6280
  #: includes/elementor/widgets/custom-list.php:667
6281
+ #: includes/elementor/widgets/divider.php:111 includes/elements/divider.php:60
6282
  msgid "Solid"
6283
  msgstr "یک دست"
6284
 
6295
 
6296
  #: includes/elementor/widgets/custom-list.php:584
6297
  #: includes/elementor/widgets/custom-list.php:670
6298
+ #: includes/elementor/widgets/divider.php:115 includes/elements/divider.php:64
6299
  msgid "Dashed"
6300
  msgstr "خط چین"
6301
 
6313
 
6314
  #: includes/elementor/widgets/custom-list.php:651
6315
  #: includes/elementor/widgets/heading-modern.php:189
6316
+ #: includes/elements/custom-list.php:170
6317
  #, fuzzy
6318
  msgid "Display Divider"
6319
  msgstr "نمایش تصویر"
6325
  msgstr "تراز متن"
6326
 
6327
  #: includes/elementor/widgets/custom-list.php:1001
6328
+ #: includes/elements/custom-list.php:59 includes/elements/custom-list.php:62
6329
+ #: includes/elements/custom-list.php:75 includes/elements/custom-list.php:91
6330
+ #: includes/elements/custom-list.php:94 includes/elements/custom-list.php:107
6331
+ #: includes/elements/custom-list.php:123 includes/elements/custom-list.php:139
6332
  msgid "List Item"
6333
  msgstr ""
6334
 
6350
  msgid "Divider"
6351
  msgstr "ظاهر جداکننده"
6352
 
6353
+ #: includes/elementor/widgets/divider.php:107 includes/elements/divider.php:56
6354
  msgid "White Space"
6355
  msgstr "فاصله خالی"
6356
 
6359
  #: includes/elementor/widgets/staff.php:200
6360
  #: includes/elementor/widgets/text.php:461
6361
  #: includes/elementor/widgets/text.php:656
6362
+ #: includes/elements/about-widget.php:120 includes/elements/divider.php:68
6363
+ #: includes/elements/dropcap.php:71 includes/elements/staff.php:167
6364
+ #: includes/elements/text.php:537 includes/elements/text.php:579
6365
+ #: includes/general-hooks.php:351
6366
  msgid "Circle"
6367
  msgstr "دایره"
6368
 
6369
+ #: includes/elementor/widgets/divider.php:123 includes/elements/divider.php:72
6370
  msgid "Diamond"
6371
  msgstr "الماس"
6372
 
6373
+ #: includes/elementor/widgets/divider.php:127 includes/elements/divider.php:76
6374
  #, fuzzy
6375
  msgid "Vertical Line"
6376
  msgstr "عمودی"
6377
 
6378
+ #: includes/elementor/widgets/divider.php:139 includes/elements/divider.php:83
6379
  #, fuzzy
6380
  msgid "Specifies the size of divider."
6381
  msgstr "اندازه عرض جداکننده را مشخص می کند."
6382
 
6383
  #: includes/elementor/widgets/divider.php:144
6384
+ #: includes/elements/before-after.php:105
6385
+ #: includes/elements/instagram-feed.php:98
6386
  msgid "Full"
6387
  msgstr "کامل"
6388
 
6406
  #: includes/elementor/widgets/theme-elements/select.php:227
6407
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6408
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6409
+ #: includes/elements/image.php:144
6410
  msgid "Alignment"
6411
  msgstr "تراز"
6412
 
6429
  msgid "Gap bottom"
6430
  msgstr "چپ پایین"
6431
 
6432
+ #: includes/elementor/widgets/divider.php:387 includes/elements/divider.php:105
6433
  #, fuzzy
6434
  msgid "Divider color"
6435
  msgstr "ظاهر جداکننده"
6455
  msgid "Add Images"
6456
  msgstr "تصاویر"
6457
 
6458
+ #: includes/elementor/widgets/gallery.php:113 includes/elements/gallery.php:70
6459
  msgid "Gallery layout"
6460
  msgstr "چیدمان گالری"
6461
 
6462
  #: includes/elementor/widgets/gallery.php:117
6463
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:153
6464
+ #: includes/elements/gallery.php:77
6465
+ #: includes/elements/recent-posts-grid-carousel.php:536
6466
  #: public/templates/vcomposer/auxin_vc_extendes.php:35
6467
  msgid "Grid"
6468
  msgstr "شبکه"
6469
 
6470
+ #: includes/elementor/widgets/gallery.php:118 includes/elements/gallery.php:81
6471
  #: public/templates/vcomposer/auxin_vc_extendes.php:32
6472
  msgid "Masonry"
6473
  msgstr "ساختمانی"
6474
 
6475
+ #: includes/elementor/widgets/gallery.php:119 includes/elements/gallery.php:85
6476
  msgid "Tiles"
6477
  msgstr ""
6478
 
6485
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:134
6486
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:220
6487
  #: includes/elementor/widgets/recent-posts-tiles.php:134
6488
+ #: includes/elements/gallery.php:123
6489
+ #: includes/elements/recent-posts-tiles-carousel.php:301
6490
+ #: includes/elements/recent-posts-tiles-carousel.php:367
6491
+ #: includes/elements/recent-posts-tiles.php:331
6492
  msgid "Pattern 1"
6493
  msgstr ""
6494
 
6496
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:138
6497
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:224
6498
  #: includes/elementor/widgets/recent-posts-tiles.php:138
6499
+ #: includes/elements/gallery.php:127
6500
+ #: includes/elements/recent-posts-tiles-carousel.php:305
6501
+ #: includes/elements/recent-posts-tiles-carousel.php:371
6502
+ #: includes/elements/recent-posts-tiles.php:335
6503
  msgid "Pattern 2"
6504
  msgstr ""
6505
 
6506
  #: includes/elementor/widgets/gallery.php:134
6507
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:142
6508
  #: includes/elementor/widgets/recent-posts-tiles.php:142
6509
+ #: includes/elements/gallery.php:131
6510
+ #: includes/elements/recent-posts-tiles-carousel.php:309
6511
+ #: includes/elements/recent-posts-tiles.php:339
6512
  msgid "Pattern 3"
6513
  msgstr ""
6514
 
6515
  #: includes/elementor/widgets/gallery.php:135
6516
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:146
6517
  #: includes/elementor/widgets/recent-posts-tiles.php:146
6518
+ #: includes/elements/gallery.php:135
6519
+ #: includes/elements/recent-posts-tiles-carousel.php:313
6520
+ #: includes/elements/recent-posts-tiles.php:343
6521
  msgid "Pattern 4"
6522
  msgstr ""
6523
 
6524
  #: includes/elementor/widgets/gallery.php:136
6525
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:150
6526
  #: includes/elementor/widgets/recent-posts-tiles.php:150
6527
+ #: includes/elements/gallery.php:139
6528
+ #: includes/elements/recent-posts-tiles-carousel.php:317
6529
+ #: includes/elements/recent-posts-tiles.php:347
6530
  msgid "Pattern 5"
6531
  msgstr ""
6532
 
6533
  #: includes/elementor/widgets/gallery.php:137
6534
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:154
6535
  #: includes/elementor/widgets/recent-posts-tiles.php:154
6536
+ #: includes/elements/gallery.php:143
6537
+ #: includes/elements/recent-posts-tiles-carousel.php:321
6538
+ #: includes/elements/recent-posts-tiles.php:351
6539
  msgid "Pattern 6"
6540
  msgstr ""
6541
 
6542
  #: includes/elementor/widgets/gallery.php:138
6543
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:158
6544
  #: includes/elementor/widgets/recent-posts-tiles.php:158
6545
+ #: includes/elements/gallery.php:147
6546
+ #: includes/elements/recent-posts-tiles-carousel.php:325
6547
+ #: includes/elements/recent-posts-tiles.php:355
6548
  msgid "Pattern 7"
6549
  msgstr ""
6550
 
6553
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:128
6554
  #: includes/elementor/widgets/recent-posts-masonry.php:128
6555
  #: includes/elementor/widgets/recent-products.php:137
6556
+ #: includes/elements/instagram-feed.php:109
6557
  msgid "Columns"
6558
  msgstr "ستون ها"
6559
 
6567
  #: includes/elementor/widgets/recent-posts-land-style.php:548
6568
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6569
  #: includes/elementor/widgets/recent-products.php:490
6570
+ #: includes/elements/gallery.php:291
6571
+ #: includes/elements/recent-posts-grid-carousel.php:112
6572
+ #: includes/elements/recent-posts-land-style.php:99
6573
+ #: includes/elements/recent-posts-timeline.php:292
6574
+ #: includes/elements/recent-products.php:85
6575
  msgid "Image aspect ratio"
6576
  msgstr "نسبت ابعاد تصویر"
6577
 
6585
  msgid "Media File"
6586
  msgstr ""
6587
 
6588
+ #: includes/elementor/widgets/gallery.php:217 includes/elements/gallery.php:322
6589
  msgid "Attachment Page"
6590
  msgstr "صفحه پیوست"
6591
 
6592
+ #: includes/elementor/widgets/gallery.php:218 includes/elements/flickr.php:150
6593
+ #: includes/elements/gallery.php:320
6594
  msgid "Lightbox"
6595
  msgstr "لایت باکس"
6596
 
6597
+ #: includes/elementor/widgets/gallery.php:227 includes/elements/flickr.php:199
6598
  msgid "Pagination"
6599
  msgstr "صفحه بندی"
6600
 
6601
+ #: includes/elementor/widgets/gallery.php:238 includes/elements/gallery.php:347
6602
  #, fuzzy
6603
  msgid "Enable lazyload"
6604
  msgstr "فعالسازی پس زمینه"
6605
 
6606
+ #: includes/elementor/widgets/gallery.php:252 includes/elements/gallery.php:363
6607
  msgid "Images per page"
6608
  msgstr "تعداد عکس در صفحه"
6609
 
6612
  msgid "Order by query"
6613
  msgstr "مرتب سازی تصاویر بر اساس کوئری"
6614
 
6615
+ #: includes/elementor/widgets/gallery.php:298 includes/elements/gallery.php:187
6616
  msgid "Order images by"
6617
  msgstr "مرتب کردن تصاویر بر اساس"
6618
 
6796
  msgstr "شکل"
6797
 
6798
  #: includes/elementor/widgets/icon.php:141
6799
+ #: includes/elements/about-widget.php:121 includes/elements/dropcap.php:59
6800
+ #: includes/general-hooks.php:352
6801
  msgid "Square"
6802
  msgstr "مربع"
6803
 
6855
  #: includes/elementor/widgets/text.php:118
6856
  #: includes/elementor/widgets/text.php:140
6857
  #: includes/elementor/widgets/theme-elements/logo.php:214
6858
+ #: includes/elements/about-widget.php:99 includes/elements/image.php:15
6859
+ #: includes/elements/image.php:56 includes/elements/text.php:373
6860
+ #: includes/elements/text.php:402
6861
  msgid "Image"
6862
  msgstr "تصویر"
6863
 
6881
  msgid "Ribbon"
6882
  msgstr ""
6883
 
6884
+ #: includes/elementor/widgets/image.php:186 includes/elements/image.php:287
6885
  #, fuzzy
6886
  msgid "Diplay Ribbon"
6887
  msgstr "نمایش دکمه لایک"
6888
 
6889
+ #: includes/elementor/widgets/image.php:210 includes/elements/image.php:319
6890
  msgid "Ribbon Style"
6891
  msgstr ""
6892
 
6893
+ #: includes/elementor/widgets/image.php:214 includes/elements/image.php:324
6894
+ #: includes/elements/staff.php:198 includes/elements/text.php:95
6895
  msgid "Simple"
6896
  msgstr "ساده"
6897
 
6898
+ #: includes/elementor/widgets/image.php:215 includes/elements/image.php:325
6899
  msgid "Corner"
6900
  msgstr ""
6901
 
6902
+ #: includes/elementor/widgets/image.php:216 includes/elements/image.php:326
6903
  msgid "Cross"
6904
  msgstr ""
6905
 
6906
+ #: includes/elementor/widgets/image.php:227 includes/elements/image.php:340
6907
  #, fuzzy
6908
  msgid "Ribbon Position"
6909
  msgstr "موقعیت"
6910
 
6911
+ #: includes/elementor/widgets/image.php:231 includes/elements/image.php:345
6912
  #, fuzzy
6913
  msgid "Top Left"
6914
  msgstr "چپ"
6915
 
6916
+ #: includes/elementor/widgets/image.php:232 includes/elements/image.php:346
6917
  #, fuzzy
6918
  msgid "Top Right"
6919
  msgstr "راست"
6920
 
6921
+ #: includes/elementor/widgets/image.php:233 includes/elements/image.php:347
6922
  msgid "Bottom Left"
6923
  msgstr ""
6924
 
6925
+ #: includes/elementor/widgets/image.php:234 includes/elements/image.php:348
6926
  #, fuzzy
6927
  msgid "Bottom Right"
6928
  msgstr "ارتفاع لوگو"
6933
 
6934
  #: includes/elementor/widgets/image.php:278
6935
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6936
+ #: includes/general-hooks.php:1935
6937
  msgid "Settings"
6938
  msgstr ""
6939
 
6942
  msgid "Open in lightbox"
6943
  msgstr "بازشدن لایت باکس"
6944
 
6945
+ #: includes/elementor/widgets/image.php:298 includes/elements/image.php:162
6946
  msgid "Iconic button"
6947
  msgstr "دکمه شکلک دار"
6948
 
6949
+ #: includes/elementor/widgets/image.php:303 includes/elements/image.php:169
6950
  msgid "Plus"
6951
  msgstr "بعلاوه"
6952
 
6989
  msgid "Placeholder color while loading image"
6990
  msgstr ""
6991
 
6992
+ #: includes/elementor/widgets/image.php:382 includes/elements/image.php:262
6993
  msgid "Tilt Effect"
6994
  msgstr ""
6995
 
6996
+ #: includes/elementor/widgets/image.php:383 includes/elements/image.php:263
6997
  msgid "Adds tilt effect to the image."
6998
  msgstr ""
6999
 
7000
+ #: includes/elementor/widgets/image.php:396 includes/elements/image.php:274
7001
  msgid "Colorized Shadow"
7002
  msgstr ""
7003
 
7004
+ #: includes/elementor/widgets/image.php:397 includes/elements/image.php:275
7005
  msgid ""
7006
  "Adds colorized shadow to the image. Note: This feature is not available when "
7007
  "image hover is active."
7150
  #: includes/elementor/widgets/recent-posts-tiles.php:250
7151
  #: includes/elementor/widgets/recent-posts-timeline.php:382
7152
  #: includes/elementor/widgets/recent-products.php:327
7153
+ #: includes/elements/popular-posts-widget.php:64
7154
+ #: includes/elements/recent-posts-grid-carousel.php:98
7155
+ #: includes/elements/recent-posts-land-style.php:85
7156
+ #: includes/elements/recent-posts-masonry.php:85
7157
+ #: includes/elements/recent-posts-tiles.php:84
7158
+ #: includes/elements/recent-posts-timeline.php:79
7159
+ #: includes/elements/recent-posts-widget.php:70
7160
  msgid "Number of posts to show"
7161
  msgstr "تعداد نوشته ها برای نمایش"
7162
 
7168
  #: includes/elementor/widgets/recent-posts-tiles.php:231
7169
  #: includes/elementor/widgets/recent-posts-timeline.php:363
7170
  #: includes/elementor/widgets/recent-products.php:308
7171
+ #: includes/elements/latest-posts-slider.php:69
7172
+ #: includes/elements/latest-posts-slider.php:83
7173
+ #: includes/elements/latest-posts-slider.php:97
7174
+ #: includes/elements/latest-posts-slider.php:111
7175
+ #: includes/elements/latest-posts-slider.php:125
7176
+ #: includes/elements/latest-posts-slider.php:149
7177
+ #: includes/elements/latest-posts-slider.php:167
7178
+ #: includes/elements/latest-posts-slider.php:237
7179
+ #: includes/elements/recent-posts-grid-carousel.php:94
7180
+ #: includes/elements/recent-posts-grid-carousel.php:108
7181
+ #: includes/elements/recent-posts-grid-carousel.php:141
7182
+ #: includes/elements/recent-posts-grid-carousel.php:154
7183
+ #: includes/elements/recent-posts-grid-carousel.php:195
7184
+ #: includes/elements/recent-posts-grid-carousel.php:213
7185
+ #: includes/elements/recent-posts-grid-carousel.php:227
7186
+ #: includes/elements/recent-posts-grid-carousel.php:241
7187
+ #: includes/elements/recent-posts-grid-carousel.php:255
7188
+ #: includes/elements/recent-posts-grid-carousel.php:269
7189
+ #: includes/elements/recent-posts-land-style.php:81
7190
+ #: includes/elements/recent-posts-land-style.php:95
7191
+ #: includes/elements/recent-posts-land-style.php:128
7192
+ #: includes/elements/recent-posts-land-style.php:141
7193
+ #: includes/elements/recent-posts-land-style.php:157
7194
+ #: includes/elements/recent-posts-land-style.php:182
7195
+ #: includes/elements/recent-posts-land-style.php:200
7196
+ #: includes/elements/recent-posts-land-style.php:214
7197
+ #: includes/elements/recent-posts-land-style.php:228
7198
+ #: includes/elements/recent-posts-land-style.php:242
7199
+ #: includes/elements/recent-posts-land-style.php:256
7200
+ #: includes/elements/recent-posts-masonry.php:81
7201
+ #: includes/elements/recent-posts-masonry.php:95
7202
+ #: includes/elements/recent-posts-masonry.php:108
7203
+ #: includes/elements/recent-posts-masonry.php:121
7204
+ #: includes/elements/recent-posts-masonry.php:162
7205
+ #: includes/elements/recent-posts-masonry.php:180
7206
+ #: includes/elements/recent-posts-masonry.php:194
7207
+ #: includes/elements/recent-posts-masonry.php:208
7208
+ #: includes/elements/recent-posts-masonry.php:222
7209
+ #: includes/elements/recent-posts-masonry.php:236
7210
+ #: includes/elements/recent-posts-tiles-carousel.php:67
7211
+ #: includes/elements/recent-posts-tiles-carousel.php:81
7212
+ #: includes/elements/recent-posts-tiles-carousel.php:95
7213
+ #: includes/elements/recent-posts-tiles-carousel.php:108
7214
+ #: includes/elements/recent-posts-tiles-carousel.php:121
7215
+ #: includes/elements/recent-posts-tiles-carousel.php:137
7216
+ #: includes/elements/recent-posts-tiles-carousel.php:162
7217
+ #: includes/elements/recent-posts-tiles-carousel.php:180
7218
+ #: includes/elements/recent-posts-tiles-carousel.php:194
7219
+ #: includes/elements/recent-posts-tiles-carousel.php:208
7220
+ #: includes/elements/recent-posts-tiles-carousel.php:222
7221
+ #: includes/elements/recent-posts-tiles-carousel.php:247
7222
+ #: includes/elements/recent-posts-tiles-carousel.php:265
7223
+ #: includes/elements/recent-posts-tiles-carousel.php:279
7224
+ #: includes/elements/recent-posts-tiles.php:80
7225
+ #: includes/elements/recent-posts-tiles.php:94
7226
+ #: includes/elements/recent-posts-tiles.php:107
7227
+ #: includes/elements/recent-posts-tiles.php:120
7228
+ #: includes/elements/recent-posts-tiles.php:136
7229
+ #: includes/elements/recent-posts-tiles.php:192
7230
+ #: includes/elements/recent-posts-tiles.php:210
7231
+ #: includes/elements/recent-posts-tiles.php:224
7232
+ #: includes/elements/recent-posts-tiles.php:238
7233
+ #: includes/elements/recent-posts-tiles.php:252
7234
+ #: includes/elements/recent-posts-tiles.php:277
7235
+ #: includes/elements/recent-posts-tiles.php:295
7236
+ #: includes/elements/recent-posts-tiles.php:309
7237
+ #: includes/elements/recent-posts-timeline.php:75
7238
+ #: includes/elements/recent-posts-timeline.php:89
7239
+ #: includes/elements/recent-posts-timeline.php:102
7240
+ #: includes/elements/recent-posts-timeline.php:115
7241
+ #: includes/elements/recent-posts-timeline.php:131
7242
+ #: includes/elements/recent-posts-timeline.php:187
7243
+ #: includes/elements/recent-posts-timeline.php:205
7244
+ #: includes/elements/recent-posts-timeline.php:219
7245
+ #: includes/elements/recent-posts-timeline.php:233
7246
+ #: includes/elements/recent-posts-timeline.php:247
7247
+ #: includes/elements/recent-posts-timeline.php:261
7248
  msgid "Query"
7249
  msgstr ""
7250
 
7287
  #: includes/elementor/widgets/recent-posts-tiles.php:238
7288
  #: includes/elementor/widgets/recent-posts-timeline.php:370
7289
  #: includes/elementor/widgets/recent-products.php:315
7290
+ #: includes/elements/popular-posts-widget.php:235
7291
+ #: includes/elements/recent-posts-grid-carousel.php:83
7292
+ #: includes/elements/recent-posts-land-style.php:70
7293
+ #: includes/elements/recent-posts-masonry.php:70
7294
+ #: includes/elements/recent-posts-tiles-carousel.php:56
7295
+ #: includes/elements/recent-posts-tiles.php:69
7296
+ #: includes/elements/recent-posts-timeline.php:64
7297
+ #: includes/elements/recent-posts-widget.php:190
7298
+ #: includes/elements/recent-products.php:69
7299
  msgid "Categories"
7300
  msgstr "دسته ها"
7301
 
7319
  #: includes/elementor/widgets/recent-posts-tiles.php:301
7320
  #: includes/elementor/widgets/recent-posts-timeline.php:433
7321
  #: includes/elementor/widgets/recent-products.php:351
7322
+ #: includes/elements/latest-posts-slider.php:129
7323
+ #: includes/elements/popular-posts-widget.php:188
7324
+ #: includes/elements/recent-posts-grid-carousel.php:174
7325
+ #: includes/elements/recent-posts-land-style.php:161
7326
+ #: includes/elements/recent-posts-masonry.php:141
7327
+ #: includes/elements/recent-posts-tiles-carousel.php:141
7328
+ #: includes/elements/recent-posts-tiles-carousel.php:226
7329
+ #: includes/elements/recent-posts-tiles.php:171
7330
+ #: includes/elements/recent-posts-tiles.php:256
7331
+ #: includes/elements/recent-posts-timeline.php:166
7332
+ #: includes/elements/recent-posts-widget.php:148
7333
+ #: includes/elements/recent-products.php:120
7334
  msgid "Order by"
7335
  msgstr "مرتب سازی بر اساس"
7336
 
7342
  #: includes/elementor/widgets/recent-posts-tiles.php:310
7343
  #: includes/elementor/widgets/recent-posts-timeline.php:442
7344
  #: includes/elementor/widgets/recent-products.php:360
7345
+ #: includes/elements/latest-posts-slider.php:140
7346
+ #: includes/elements/popular-posts-widget.php:201
7347
+ #: includes/elements/recent-posts-grid-carousel.php:187
7348
+ #: includes/elements/recent-posts-land-style.php:174
7349
+ #: includes/elements/recent-posts-masonry.php:154
7350
+ #: includes/elements/recent-posts-tiles-carousel.php:154
7351
+ #: includes/elements/recent-posts-tiles-carousel.php:239
7352
+ #: includes/elements/recent-posts-tiles.php:184
7353
+ #: includes/elements/recent-posts-tiles.php:269
7354
+ #: includes/elements/recent-posts-timeline.php:179
7355
+ #: includes/elements/recent-posts-widget.php:161
7356
+ #: includes/elements/recent-products.php:133
7357
+ msgid "Comments"
7358
+ msgstr "دیدگاه ها"
7359
+
7360
+ #: includes/elementor/widgets/products-grid.php:243
7361
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
7362
+ #: includes/elementor/widgets/recent-posts-land-style.php:432
7363
+ #: includes/elementor/widgets/recent-posts-masonry.php:527
7364
+ #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7365
+ #: includes/elementor/widgets/recent-posts-tiles.php:311
7366
+ #: includes/elementor/widgets/recent-posts-timeline.php:443
7367
+ #: includes/elementor/widgets/recent-products.php:361
7368
  #: includes/elements/latest-posts-slider.php:141
7369
  #: includes/elements/popular-posts-widget.php:202
7370
  #: includes/elements/recent-posts-grid-carousel.php:188
7377
  #: includes/elements/recent-posts-timeline.php:180
7378
  #: includes/elements/recent-posts-widget.php:162
7379
  #: includes/elements/recent-products.php:134
7380
+ msgid "Date Modified"
7381
+ msgstr "تاریخ ویرایش"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7382
 
7383
  #: includes/elementor/widgets/products-grid.php:245
7384
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:800
7388
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7389
  #: includes/elementor/widgets/recent-posts-timeline.php:445
7390
  #: includes/elementor/widgets/recent-products.php:363
7391
+ #: includes/elements/recent-posts-grid-carousel.php:190
7392
+ #: includes/elements/recent-posts-land-style.php:177
7393
+ #: includes/elements/recent-posts-masonry.php:157
7394
+ #: includes/elements/recent-posts-tiles-carousel.php:157
7395
+ #: includes/elements/recent-posts-tiles-carousel.php:242
7396
+ #: includes/elements/recent-posts-tiles.php:187
7397
+ #: includes/elements/recent-posts-tiles.php:272
7398
+ #: includes/elements/recent-posts-timeline.php:182
7399
+ #: includes/elements/recent-products.php:136
7400
  #, fuzzy
7401
  msgid "Inserted Post IDs"
7402
  msgstr "افزودن متای نوشته"
7409
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7410
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7411
  #: includes/elementor/widgets/recent-products.php:375
7412
+ #: includes/elements/latest-posts-slider.php:159
7413
+ #: includes/elements/popular-posts-widget.php:220
7414
+ #: includes/elements/recent-posts-grid-carousel.php:207
7415
+ #: includes/elements/recent-posts-land-style.php:194
7416
+ #: includes/elements/recent-posts-masonry.php:174
7417
+ #: includes/elements/recent-posts-tiles-carousel.php:174
7418
+ #: includes/elements/recent-posts-tiles-carousel.php:259
7419
+ #: includes/elements/recent-posts-tiles.php:204
7420
+ #: includes/elements/recent-posts-tiles.php:289
7421
+ #: includes/elements/recent-posts-timeline.php:199
7422
+ #: includes/elements/recent-posts-widget.php:180
7423
+ #: includes/elements/recent-products.php:153
7424
+ msgid "Descending"
7425
+ msgstr "نزولی"
7426
+
7427
+ #: includes/elementor/widgets/products-grid.php:258
7428
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7429
+ #: includes/elementor/widgets/recent-posts-land-style.php:447
7430
+ #: includes/elementor/widgets/recent-posts-masonry.php:542
7431
+ #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7432
+ #: includes/elementor/widgets/recent-posts-tiles.php:326
7433
+ #: includes/elementor/widgets/recent-posts-timeline.php:458
7434
+ #: includes/elementor/widgets/recent-products.php:376
7435
  #: includes/elements/latest-posts-slider.php:160
7436
  #: includes/elements/popular-posts-widget.php:221
7437
  #: includes/elements/recent-posts-grid-carousel.php:208
7444
  #: includes/elements/recent-posts-timeline.php:200
7445
  #: includes/elements/recent-posts-widget.php:181
7446
  #: includes/elements/recent-products.php:154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7447
  msgid "Ascending"
7448
  msgstr "صعودی"
7449
 
7450
  #: includes/elementor/widgets/products-grid.php:266
7451
  #: includes/elementor/widgets/recent-products.php:384
7452
+ #: includes/elements/recent-products.php:163
7453
  msgid "Only products"
7454
  msgstr ""
7455
 
7456
  #: includes/elementor/widgets/products-grid.php:267
7457
  #: includes/elementor/widgets/recent-products.php:385
7458
+ #: includes/elements/recent-products.php:164
7459
  msgid ""
7460
  "If you intend to display ONLY specific products, you should specify the "
7461
  "products here. You have to insert the Products IDs that are separated by "
7464
 
7465
  #: includes/elementor/widgets/products-grid.php:275
7466
  #: includes/elementor/widgets/recent-products.php:393
7467
+ #: includes/elements/recent-products.php:177
7468
  #, fuzzy
7469
  msgid "Include products"
7470
  msgstr "شامل شدن این نوشته ها"
7471
 
7472
  #: includes/elementor/widgets/products-grid.php:276
7473
  #: includes/elementor/widgets/recent-products.php:394
7474
+ #: includes/elements/recent-products.php:178
7475
  msgid ""
7476
  "If you intend to include additional products, you should specify the "
7477
  "products here. You have to insert the Products IDs that are separated by "
7480
 
7481
  #: includes/elementor/widgets/products-grid.php:284
7482
  #: includes/elementor/widgets/recent-products.php:402
7483
+ #: includes/elements/recent-products.php:191
7484
  #, fuzzy
7485
  msgid "Exclude products"
7486
  msgstr "نادیده گرفتن این نوشته ها"
7487
 
7488
  #: includes/elementor/widgets/products-grid.php:285
7489
  #: includes/elementor/widgets/recent-products.php:403
7490
+ #: includes/elements/recent-products.php:192
7491
  msgid ""
7492
  "If you intend to exclude specific products from result, you should specify "
7493
  "the products here. You have to insert the Products IDs that are separated by "
7495
  msgstr ""
7496
 
7497
  #: includes/elementor/widgets/products-grid.php:294
7498
+ #: includes/elements/recent-products.php:206
7499
  #, fuzzy
7500
  msgid "Number of products to displace or pass over."
7501
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
7585
  msgid "Type your description here"
7586
  msgstr "توضیحات المان"
7587
 
7588
+ #: includes/elementor/widgets/quote.php:156 includes/elements/quote.php:102
7589
  #, fuzzy
7590
  msgid "Text alignment"
7591
  msgstr "تراز متن"
7595
  msgid "Quote Symbol"
7596
  msgstr "نقل قول معمولی"
7597
 
7598
+ #: includes/elementor/widgets/quote.php:219 includes/elements/quote.php:141
7599
  msgid "Insert quote symbol"
7600
  msgstr "افزودن نماد نقل قول"
7601
 
7615
 
7616
  #: includes/elementor/widgets/quote.php:322
7617
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:200
7618
+ #: includes/elements/instagram-feed.php:223
7619
+ #: includes/elements/recent-posts-grid-carousel.php:578
7620
  msgid "Background color"
7621
  msgstr "رنگ پس زمینه"
7622
 
7720
  msgstr ""
7721
 
7722
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:149
7723
+ #: includes/elements/recent-posts-grid-carousel.php:528
7724
  #, fuzzy
7725
  msgid "Display items as"
7726
  msgstr "نمایش آیتم ها در"
7727
 
7728
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:154
7729
+ #: includes/elements/recent-posts-grid-carousel.php:537
7730
  msgid "Grid - Table Style"
7731
  msgstr ""
7732
 
7733
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:155
7734
+ #: includes/elements/recent-posts-grid-carousel.php:538
7735
  #, fuzzy
7736
  msgid "Grid - Modern Style"
7737
  msgstr "ظاهر جداکننده"
7741
  msgstr ""
7742
 
7743
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:157
7744
+ #: includes/elements/recent-posts-grid-carousel.php:539
7745
  msgid "Carousel - Modern Style"
7746
  msgstr ""
7747
 
7748
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:158
7749
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:193
7750
+ #: includes/elements/recent-posts-grid-carousel.php:540
7751
+ #: includes/elements/recent-posts-grid-carousel.php:629
7752
+ #: includes/elements/recent-posts-grid-carousel.php:651
7753
+ #: includes/elements/recent-posts-grid-carousel.php:671
7754
+ #: includes/elements/recent-posts-grid-carousel.php:691
7755
+ #: includes/elements/recent-posts-grid-carousel.php:706
7756
+ #: includes/elements/recent-posts-grid-carousel.php:722
7757
+ #: includes/elements/recent-posts-grid-carousel.php:739
7758
+ #: includes/elements/recent-posts-tiles-carousel.php:420
7759
+ #: includes/elements/recent-posts-tiles-carousel.php:442
7760
+ #: includes/elements/recent-posts-tiles-carousel.php:457
7761
+ #: includes/elements/recent-posts-tiles-carousel.php:473
7762
+ #: includes/elements/recent-posts-tiles-carousel.php:490
7763
  #, fuzzy
7764
  msgid "Carousel"
7765
  msgstr "اکسین گردونه"
7766
 
7767
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:166
7768
+ #: includes/elements/recent-posts-grid-carousel.php:594
7769
  msgid "Column space"
7770
  msgstr "فضای بین ستون ها"
7771
 
7772
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:167
7773
+ #: includes/elements/recent-posts-grid-carousel.php:595
7774
  #, fuzzy
7775
  msgid "Specifies horizontal space between items (pixel)."
7776
  msgstr "فضای خالی بین تصاویر را مشخص می کند."
7777
 
7778
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:179
7779
  #: includes/elementor/widgets/recent-posts-masonry.php:149
7780
+ #: includes/elements/recent-posts-grid-carousel.php:549
7781
  msgid "Content layout"
7782
  msgstr "چیدمان محتوا"
7783
 
7784
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:183
7785
  #: includes/elementor/widgets/recent-posts-masonry.php:153
7786
+ #: includes/elements/recent-posts-grid-carousel.php:557
7787
  msgid "Full Content"
7788
  msgstr "محتوای کامل"
7789
 
7790
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:184
7791
  #: includes/elementor/widgets/recent-posts-masonry.php:154
7792
+ #: includes/elements/recent-posts-grid-carousel.php:558
7793
  msgid "Boxed Content"
7794
  msgstr "محتوای جعبه ای"
7795
 
7796
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:195
7797
+ #: includes/elements/recent-posts-grid-carousel.php:570
7798
  msgid "Mouse Over Effect"
7799
  msgstr ""
7800
 
7801
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:201
7802
+ #: includes/elements/recent-posts-grid-carousel.php:579
7803
  #, fuzzy
7804
  msgid "Cover image"
7805
  msgstr "تصویر پوستر"
7806
 
7807
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:202
7808
+ #: includes/elements/recent-posts-grid-carousel.php:580
7809
  #, fuzzy
7810
  msgid "Cover image or background color"
7811
  msgstr "رنگ پس زمینه دلخواه"
7812
 
7813
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:203
7814
+ #: includes/elements/recent-posts-grid-carousel.php:581
7815
  msgid "Nothing"
7816
  msgstr ""
7817
 
7818
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:214
7819
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:237
7820
+ #: includes/elements/recent-posts-grid-carousel.php:611
7821
+ #: includes/elements/recent-posts-tiles-carousel.php:402
7822
  msgid "Navigation type"
7823
  msgstr "نوع ناوبری"
7824
 
7825
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:218
7826
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:241
7827
+ #: includes/elements/recent-posts-grid-carousel.php:619
7828
+ #: includes/elements/recent-posts-tiles-carousel.php:410
7829
  msgid "Move per column"
7830
  msgstr "حرکت در هر ستون"
7831
 
7832
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:219
7833
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:242
7834
+ #: includes/elements/recent-posts-grid-carousel.php:620
7835
+ #: includes/elements/recent-posts-tiles-carousel.php:411
7836
  msgid "Move per page"
7837
  msgstr "حرکت در هر صفحه"
7838
 
7839
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:220
7840
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:243
7841
+ #: includes/elements/recent-posts-grid-carousel.php:621
7842
+ #: includes/elements/recent-posts-tiles-carousel.php:412
7843
  msgid "Smooth scroll"
7844
  msgstr "اسکرول آرام"
7845
 
7846
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:236
7847
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:206
7848
+ #: includes/elements/recent-posts-grid-carousel.php:641
7849
+ #: includes/elements/recent-posts-tiles-carousel.php:432
7850
  msgid "Arrows"
7851
  msgstr "فلش ها"
7852
 
7853
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:237
7854
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:207
7855
+ #: includes/elements/recent-posts-grid-carousel.php:642
7856
+ #: includes/elements/recent-posts-tiles-carousel.php:433
7857
  msgid "Bullets"
7858
  msgstr "گلوله ها"
7859
 
7860
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:248
7861
+ #: includes/elements/recent-posts-grid-carousel.php:655
7862
  #, fuzzy
7863
  msgid "Control Position"
7864
  msgstr "موقعیت"
7865
 
7866
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:253
7867
+ #: includes/elements/recent-posts-grid-carousel.php:663
7868
  msgid "Side"
7869
  msgstr ""
7870
 
7871
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:264
7872
+ #: includes/elements/recent-posts-grid-carousel.php:675
7873
  #, fuzzy
7874
  msgid "Control Skin"
7875
  msgstr "نمای صفحه ورود"
7876
 
7877
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:268
7878
+ #: includes/elements/recent-posts-grid-carousel.php:682
7879
  #, fuzzy
7880
  msgid "boxed"
7881
  msgstr "جعبه ای"
7883
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:280
7884
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:251
7885
  #: includes/elementor/widgets/touch-slider.php:140
7886
+ #: includes/elements/recent-posts-grid-carousel.php:695
7887
+ #: includes/elements/recent-posts-tiles-carousel.php:446
7888
  msgid "Loop navigation"
7889
  msgstr "ناوبری چرخه ای"
7890
 
7891
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:295
7892
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:263
7893
+ #: includes/elements/recent-posts-grid-carousel.php:710
7894
+ #: includes/elements/recent-posts-tiles-carousel.php:461
7895
  msgid "Autoplay carousel"
7896
  msgstr "نمایش خودکار گردونه"
7897
 
7898
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:310
7899
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:275
7900
  #: includes/elementor/widgets/touch-slider.php:164
7901
+ #: includes/elements/recent-posts-grid-carousel.php:726
7902
+ #: includes/elements/recent-posts-tiles-carousel.php:477
7903
  msgid "Autoplay delay"
7904
  msgstr "تاخیر شروع خودکار"
7905
 
7906
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:311
7907
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:276
7908
  #: includes/elementor/widgets/touch-slider.php:165
7909
+ #: includes/elements/recent-posts-grid-carousel.php:727
7910
+ #: includes/elements/recent-posts-tiles-carousel.php:478
7911
  msgid "Specifies the delay between auto-forwarding in seconds."
7912
  msgstr "تاخیر بین حرکت های رو به جلو را بر حسب ثانیه مشخص می کند."
7913
 
7929
  #: includes/elementor/widgets/recent-posts-masonry.php:176
7930
  #: includes/elementor/widgets/recent-posts-timeline.php:163
7931
  #: includes/elementor/widgets/recent-products.php:209
7932
+ #: includes/elements/recent-posts-grid-carousel.php:273
7933
+ #: includes/elements/recent-posts-land-style.php:260
7934
+ #: includes/elements/recent-posts-masonry.php:240
7935
+ #: includes/elements/recent-posts-timeline.php:312
7936
  msgid "Display post media (image, video, etc)"
7937
  msgstr "نمایش رسانه های نوشته (تصویر، ویدیو، غیره)"
7938
 
7951
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:299
7952
  #: includes/elementor/widgets/recent-posts-tiles.php:201
7953
  #: includes/elementor/widgets/recent-posts-timeline.php:234
7954
+ #: includes/elements/recent-posts-grid-carousel.php:287
7955
+ #: includes/elements/recent-posts-land-style.php:274
7956
+ #: includes/elements/recent-posts-masonry.php:254
7957
+ #: includes/elements/recent-posts-timeline.php:326
7958
  msgid "Display post title"
7959
  msgstr "نمایش عنوان پست"
7960
 
7968
  #: includes/elementor/widgets/recent-posts-masonry.php:259
7969
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:311
7970
  #: includes/elementor/widgets/recent-posts-tiles.php:213
7971
+ #: includes/elements/recent-posts-grid-carousel.php:300
7972
  #, fuzzy
7973
  msgid "Display post info"
7974
  msgstr "نمایش عنوان پست"
7980
 
7981
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:471
7982
  #: includes/elementor/widgets/recent-posts-masonry.php:271
7983
+ #: includes/elements/recent-posts-grid-carousel.php:324
7984
  #, fuzzy
7985
  msgid "Post info position"
7986
  msgstr "موقعیت تصویر یا شکلک"
7990
  #: includes/elementor/widgets/recent-posts-masonry.php:287
7991
  #: includes/elementor/widgets/recent-products.php:278
7992
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
7993
+ #: includes/elements/recent-posts-grid-carousel.php:345
7994
+ #: includes/elements/recent-products.php:260
7995
  #, fuzzy
7996
  msgid "Display Categories"
7997
  msgstr "همه دسته ها"
8011
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
8012
  #: includes/elementor/widgets/recent-posts-land-style.php:249
8013
  #: includes/elementor/widgets/recent-posts-masonry.php:315
8014
+ #: includes/elements/recent-posts-grid-carousel.php:362
8015
  #, fuzzy
8016
  msgid "Display Date"
8017
  msgstr "نمایش تصویر"
8034
 
8035
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
8036
  #: includes/elementor/widgets/recent-posts-masonry.php:330
8037
+ #: includes/elements/recent-posts-grid-carousel.php:312
8038
  #, fuzzy
8039
  msgid "Display post content"
8040
  msgstr "نمایش تاریخ نوشته"
8049
  #: includes/elementor/widgets/recent-posts-land-style.php:276
8050
  #: includes/elementor/widgets/recent-posts-masonry.php:342
8051
  #: includes/elementor/widgets/recent-posts-timeline.php:258
8052
+ #: includes/elements/recent-posts-grid-carousel.php:379
8053
+ #: includes/elements/recent-posts-land-style.php:299
8054
+ #: includes/elements/recent-posts-masonry.php:279
8055
  msgid "Display like button"
8056
  msgstr "نمایش دکمه لایک"
8057
 
8059
  #: includes/elementor/widgets/recent-posts-land-style.php:288
8060
  #: includes/elementor/widgets/recent-posts-masonry.php:366
8061
  #: includes/elementor/widgets/recent-posts-timeline.php:282
8062
+ #: includes/elements/popular-posts-widget.php:145
8063
+ #: includes/elements/recent-posts-timeline.php:351
8064
+ #: includes/elements/recent-posts-widget.php:105
8065
  msgid "Display excerpt"
8066
  msgstr "نمایش خلاصه"
8067
 
8069
  #: includes/elementor/widgets/recent-posts-land-style.php:289
8070
  #: includes/elementor/widgets/recent-posts-masonry.php:367
8071
  #: includes/elementor/widgets/recent-posts-timeline.php:283
8072
+ #: includes/elements/popular-posts-widget.php:146
8073
+ #: includes/elements/recent-posts-timeline.php:352
8074
+ #: includes/elements/recent-posts-widget.php:106
8075
  msgid "Enable it to display post summary instead of full content."
8076
  msgstr "برای نمایش خلاصه نوشته به جای محتوای کامل این گزینه را فعال کنید."
8077
 
8079
  #: includes/elementor/widgets/recent-posts-land-style.php:301
8080
  #: includes/elementor/widgets/recent-posts-masonry.php:379
8081
  #: includes/elementor/widgets/recent-posts-timeline.php:295
8082
+ #: includes/elements/popular-posts-widget.php:174
8083
+ #: includes/elements/recent-posts-grid-carousel.php:424
8084
+ #: includes/elements/recent-posts-land-style.php:344
8085
+ #: includes/elements/recent-posts-masonry.php:324
8086
+ #: includes/elements/recent-posts-timeline.php:366
8087
+ #: includes/elements/recent-posts-widget.php:134
8088
  msgid "Excerpt length"
8089
  msgstr "طول خلاصه"
8090
 
8092
  #: includes/elementor/widgets/recent-posts-land-style.php:302
8093
  #: includes/elementor/widgets/recent-posts-masonry.php:380
8094
  #: includes/elementor/widgets/recent-posts-timeline.php:296
8095
+ #: includes/elements/recent-posts-grid-carousel.php:425
8096
+ #: includes/elements/recent-posts-land-style.php:345
8097
+ #: includes/elements/recent-posts-masonry.php:325
8098
+ #: includes/elements/recent-posts-timeline.php:367
8099
  msgid "Specify summary content in character."
8100
  msgstr "خلاصه نوشته را برحسب کاراکتر مشخص می کند."
8101
 
8103
  #: includes/elementor/widgets/recent-posts-land-style.php:314
8104
  #: includes/elementor/widgets/recent-posts-masonry.php:392
8105
  #: includes/elementor/widgets/recent-posts-timeline.php:308
8106
+ #: includes/elements/recent-posts-grid-carousel.php:438
8107
+ #: includes/elements/recent-posts-land-style.php:362
8108
+ #: includes/elements/recent-posts-masonry.php:338
8109
+ #: includes/elements/recent-posts-timeline.php:383
8110
  msgid "Display author or read more"
8111
  msgstr "نمایش نویسنده یا ادامه نوشته"
8112
 
8114
  #: includes/elementor/widgets/recent-posts-land-style.php:316
8115
  #: includes/elementor/widgets/recent-posts-masonry.php:394
8116
  #: includes/elementor/widgets/recent-posts-timeline.php:310
8117
+ #: includes/elements/recent-posts-grid-carousel.php:439
8118
+ #: includes/elements/recent-posts-land-style.php:363
8119
+ #: includes/elements/recent-posts-masonry.php:339
8120
+ #: includes/elements/recent-posts-timeline.php:384
8121
  msgid "Specifies whether to show author or read more on each post."
8122
  msgstr "مشخص می کند نویسنده یا بیشتر بخوانید در هر نوشته نشان داده شود یا خیر."
8123
 
8128
  #: includes/elementor/widgets/recent-posts-masonry.php:1221
8129
  #: includes/elementor/widgets/recent-posts-timeline.php:314
8130
  #: includes/elementor/widgets/text.php:301
8131
+ #: includes/elements/recent-posts-grid-carousel.php:446
8132
+ #: includes/elements/recent-posts-land-style.php:370
8133
+ #: includes/elements/recent-posts-masonry.php:346
8134
+ #: includes/elements/recent-posts-timeline.php:391
8135
  msgid "Read More"
8136
  msgstr "بیشتر بخوانید"
8137
 
8167
  #: includes/elementor/widgets/recent-posts-tiles.php:239
8168
  #: includes/elementor/widgets/recent-posts-timeline.php:371
8169
  #: includes/elementor/widgets/recent-products.php:316
8170
+ #: includes/elements/recent-posts-grid-carousel.php:84
8171
+ #: includes/elements/recent-posts-land-style.php:71
8172
+ #: includes/elements/recent-posts-masonry.php:71
8173
+ #: includes/elements/recent-posts-tiles-carousel.php:57
8174
+ #: includes/elements/recent-posts-tiles.php:70
8175
+ #: includes/elements/recent-posts-timeline.php:65
8176
+ #: includes/elements/recent-posts-widget.php:191
8177
+ #: includes/elements/recent-products.php:70
8178
  msgid "Specifies a category that you want to show posts from it."
8179
  msgstr "دسته ای که می خواهید نوشته ها از آن نشان داده شوند را مشخص کنید."
8180
 
8185
  #: includes/elementor/widgets/recent-posts-tiles.php:262
8186
  #: includes/elementor/widgets/recent-posts-timeline.php:394
8187
  #: includes/elementor/widgets/recent-products.php:339
8188
+ #: includes/elements/recent-posts-grid-carousel.php:132
8189
+ #: includes/elements/recent-posts-land-style.php:119
8190
+ #: includes/elements/recent-posts-masonry.php:99
8191
+ #: includes/elements/recent-posts-tiles-carousel.php:99
8192
+ #: includes/elements/recent-posts-tiles.php:98
8193
+ #: includes/elements/recent-posts-timeline.php:93
8194
+ #: includes/elements/recent-products.php:107
8195
  msgid "Exclude posts without media"
8196
  msgstr "نادیده گرفتن نوشته های بدون رسانه"
8197
 
8198
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
8199
+ #: includes/elements/recent-posts-timeline.php:106
8200
  #, fuzzy
8201
  msgid "Exclude all custom post formats"
8202
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8234
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
8235
  #: includes/elementor/widgets/recent-posts-tiles.php:286
8236
  #: includes/elementor/widgets/recent-posts-timeline.php:418
8237
+ #: includes/elements/recent-posts-grid-carousel.php:158
8238
+ #: includes/elements/recent-posts-land-style.php:145
8239
+ #: includes/elements/recent-posts-masonry.php:125
8240
+ #: includes/elements/recent-posts-tiles-carousel.php:125
8241
+ #: includes/elements/recent-posts-tiles.php:124
8242
+ #: includes/elements/recent-posts-timeline.php:119
8243
  #, fuzzy
8244
  msgid "Exclude quote and link post formats"
8245
  msgstr "نادیده گرفتن نوشته های سبک نقل قول و لینک"
8250
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
8251
  #: includes/elementor/widgets/recent-posts-tiles.php:334
8252
  #: includes/elementor/widgets/recent-posts-timeline.php:466
8253
+ #: includes/elements/recent-posts-grid-carousel.php:217
8254
+ #: includes/elements/recent-posts-land-style.php:204
8255
+ #: includes/elements/recent-posts-masonry.php:184
8256
+ #: includes/elements/recent-posts-tiles-carousel.php:184
8257
+ #: includes/elements/recent-posts-tiles.php:214
8258
+ #: includes/elements/recent-posts-timeline.php:209
8259
  #, fuzzy
8260
  msgid "Only posts"
8261
  msgstr "شامل شدن این نوشته ها"
8266
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
8267
  #: includes/elementor/widgets/recent-posts-tiles.php:335
8268
  #: includes/elementor/widgets/recent-posts-timeline.php:467
8269
+ #: includes/elements/recent-posts-grid-carousel.php:218
8270
+ #: includes/elements/recent-posts-land-style.php:205
8271
+ #: includes/elements/recent-posts-masonry.php:185
8272
+ #: includes/elements/recent-posts-tiles-carousel.php:185
8273
+ #: includes/elements/recent-posts-tiles.php:215
8274
+ #: includes/elements/recent-posts-timeline.php:210
8275
  msgid ""
8276
  "If you intend to display ONLY specific posts, you should specify the posts "
8277
  "here. You have to insert the post IDs that are separated by comma (eg. "
8284
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
8285
  #: includes/elementor/widgets/recent-posts-tiles.php:343
8286
  #: includes/elementor/widgets/recent-posts-timeline.php:475
8287
+ #: includes/elements/latest-posts-slider.php:101
8288
+ #: includes/elements/recent-posts-grid-carousel.php:231
8289
+ #: includes/elements/recent-posts-land-style.php:218
8290
+ #: includes/elements/recent-posts-masonry.php:198
8291
+ #: includes/elements/recent-posts-tiles-carousel.php:198
8292
+ #: includes/elements/recent-posts-tiles.php:228
8293
+ #: includes/elements/recent-posts-timeline.php:223
8294
+ #: includes/general-hooks.php:1875
8295
  msgid "Include posts"
8296
  msgstr "شامل شدن این نوشته ها"
8297
 
8301
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
8302
  #: includes/elementor/widgets/recent-posts-tiles.php:344
8303
  #: includes/elementor/widgets/recent-posts-timeline.php:476
8304
+ #: includes/elements/recent-posts-grid-carousel.php:232
8305
+ #: includes/elements/recent-posts-land-style.php:219
8306
+ #: includes/elements/recent-posts-masonry.php:199
8307
+ #: includes/elements/recent-posts-tiles-carousel.php:199
8308
+ #: includes/elements/recent-posts-tiles.php:229
8309
+ #: includes/elements/recent-posts-timeline.php:224
8310
  msgid ""
8311
  "If you intend to include additional posts, you should specify the posts "
8312
  "here. You have to insert the Post IDs that are separated by comma (eg. "
8319
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
8320
  #: includes/elementor/widgets/recent-posts-tiles.php:352
8321
  #: includes/elementor/widgets/recent-posts-timeline.php:484
8322
+ #: includes/elements/latest-posts-slider.php:87
8323
+ #: includes/elements/recent-posts-grid-carousel.php:245
8324
+ #: includes/elements/recent-posts-land-style.php:232
8325
+ #: includes/elements/recent-posts-masonry.php:212
8326
+ #: includes/elements/recent-posts-tiles-carousel.php:212
8327
+ #: includes/elements/recent-posts-tiles.php:242
8328
+ #: includes/elements/recent-posts-timeline.php:237
8329
  msgid "Exclude posts"
8330
  msgstr "نادیده گرفتن این نوشته ها"
8331
 
8335
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
8336
  #: includes/elementor/widgets/recent-posts-tiles.php:353
8337
  #: includes/elementor/widgets/recent-posts-timeline.php:485
8338
+ #: includes/elements/recent-posts-grid-carousel.php:246
8339
+ #: includes/elements/recent-posts-land-style.php:233
8340
+ #: includes/elements/recent-posts-masonry.php:213
8341
+ #: includes/elements/recent-posts-tiles-carousel.php:213
8342
+ #: includes/elements/recent-posts-tiles.php:243
8343
+ #: includes/elements/recent-posts-timeline.php:238
8344
  msgid ""
8345
  "If you intend to exclude specific posts from result, you should specify the "
8346
  "posts here. You have to insert the Post IDs that are separated by comma (eg. "
8354
  #: includes/elementor/widgets/recent-posts-tiles.php:362
8355
  #: includes/elementor/widgets/recent-posts-timeline.php:494
8356
  #: includes/elementor/widgets/recent-products.php:412
8357
+ #: includes/elements/latest-posts-slider.php:116
8358
+ #: includes/elements/recent-posts-grid-carousel.php:260
8359
+ #: includes/elements/recent-posts-land-style.php:247
8360
+ #: includes/elements/recent-posts-masonry.php:227
8361
+ #: includes/elements/recent-posts-tiles-carousel.php:270
8362
+ #: includes/elements/recent-posts-tiles.php:300
8363
+ #: includes/elements/recent-posts-timeline.php:252
8364
  msgid "Number of post to displace or pass over."
8365
  msgstr "تعداد نوشته هایی که باید از آن ها عبور کرد یا آن ها را نادیده گرفت."
8366
 
8378
  #: includes/elementor/widgets/recent-posts-masonry.php:599
8379
  #: includes/elementor/widgets/recent-posts-tiles.php:383
8380
  #: includes/elementor/widgets/recent-posts-timeline.php:515
8381
+ #: includes/elements/recent-posts-grid-carousel.php:393
8382
+ #: includes/elements/recent-posts-land-style.php:313
8383
+ #: includes/elements/recent-posts-masonry.php:293
8384
+ #: includes/elements/recent-posts-tiles.php:140
8385
+ #: includes/elements/recent-posts-timeline.php:135
8386
  #, fuzzy
8387
  msgid "Load More Type"
8388
  msgstr "بیشتر بخوانید"
8392
  #: includes/elementor/widgets/recent-posts-masonry.php:607
8393
  #: includes/elementor/widgets/recent-posts-tiles.php:391
8394
  #: includes/elementor/widgets/recent-posts-timeline.php:523
8395
+ #: includes/elements/recent-posts-grid-carousel.php:410
8396
+ #: includes/elements/recent-posts-land-style.php:330
8397
+ #: includes/elements/recent-posts-masonry.php:310
8398
+ #: includes/elements/recent-posts-tiles.php:157
8399
+ #: includes/elements/recent-posts-timeline.php:152
8400
  msgid "Infinite Scroll"
8401
  msgstr ""
8402
 
8405
  #: includes/elementor/widgets/recent-posts-masonry.php:615
8406
  #: includes/elementor/widgets/recent-posts-tiles.php:399
8407
  #: includes/elementor/widgets/recent-posts-timeline.php:531
8408
+ #: includes/elements/recent-posts-grid-carousel.php:418
8409
+ #: includes/elements/recent-posts-land-style.php:338
8410
+ #: includes/elements/recent-posts-masonry.php:318
8411
+ #: includes/elements/recent-posts-tiles.php:165
8412
+ #: includes/elements/recent-posts-timeline.php:160
8413
  msgid "Next Prev"
8414
  msgstr ""
8415
 
8417
  #: includes/elementor/widgets/recent-posts-land-style.php:552
8418
  #: includes/elementor/widgets/recent-posts-timeline.php:563
8419
  #: includes/elementor/widgets/recent-products.php:494
8420
+ #: includes/elements/gallery.php:299
8421
+ #: includes/elements/recent-posts-grid-carousel.php:120
8422
+ #: includes/elements/recent-posts-land-style.php:107
8423
+ #: includes/elements/recent-posts-timeline.php:300
8424
+ #: includes/elements/recent-products.php:93
8425
  msgid "Horizontal 4:3"
8426
  msgstr "افقی 4:3"
8427
 
8429
  #: includes/elementor/widgets/recent-posts-land-style.php:553
8430
  #: includes/elementor/widgets/recent-posts-timeline.php:564
8431
  #: includes/elementor/widgets/recent-products.php:495
8432
+ #: includes/elements/gallery.php:300
8433
+ #: includes/elements/recent-posts-grid-carousel.php:121
8434
+ #: includes/elements/recent-posts-land-style.php:108
8435
+ #: includes/elements/recent-posts-timeline.php:301
8436
+ #: includes/elements/recent-products.php:94
8437
  msgid "Horizontal 16:9"
8438
  msgstr "افقی 16:9"
8439
 
8441
  #: includes/elementor/widgets/recent-posts-land-style.php:554
8442
  #: includes/elementor/widgets/recent-posts-timeline.php:565
8443
  #: includes/elementor/widgets/recent-products.php:496
8444
+ #: includes/elements/gallery.php:301
8445
+ #: includes/elements/recent-posts-grid-carousel.php:122
8446
+ #: includes/elements/recent-posts-land-style.php:109
8447
+ #: includes/elements/recent-posts-timeline.php:302
8448
+ #: includes/elements/recent-products.php:95
8449
  msgid "Square 1:1"
8450
  msgstr "مربع 1:1"
8451
 
8453
  #: includes/elementor/widgets/recent-posts-land-style.php:555
8454
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8455
  #: includes/elementor/widgets/recent-products.php:497
8456
+ #: includes/elements/gallery.php:302
8457
+ #: includes/elements/recent-posts-grid-carousel.php:123
8458
+ #: includes/elements/recent-posts-land-style.php:110
8459
+ #: includes/elements/recent-posts-timeline.php:303
8460
+ #: includes/elements/recent-products.php:96
8461
  msgid "Vertical 3:4"
8462
  msgstr "عمودی 3:4"
8463
 
8532
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8533
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8534
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8535
+ #: includes/elements/recent-posts-grid-carousel.php:145
8536
+ #: includes/elements/recent-posts-land-style.php:132
8537
+ #: includes/elements/recent-posts-masonry.php:112
8538
+ #: includes/elements/recent-posts-tiles-carousel.php:112
8539
+ #: includes/elements/recent-posts-tiles.php:111
8540
  msgid "Exclude custom post formats"
8541
  msgstr "نادیده گرفتن فرمت های سفارشی نوشته"
8542
 
8564
 
8565
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:125
8566
  #: includes/elementor/widgets/recent-posts-tiles.php:125
8567
+ #: includes/elements/gallery.php:102
8568
+ #: includes/elements/recent-posts-tiles-carousel.php:283
8569
+ #: includes/elements/recent-posts-tiles.php:313
8570
  #, fuzzy
8571
  msgid "Post Tile styles"
8572
  msgstr "ظاهر کاشی مطالب"
8573
 
8574
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:168
8575
  #: includes/elementor/widgets/recent-posts-tiles.php:168
8576
+ #: includes/elements/recent-posts-tiles-carousel.php:331
8577
+ #: includes/elements/recent-posts-tiles.php:361
8578
  msgid "Post tile style"
8579
  msgstr "ظاهر کاشی مطالب"
8580
 
8581
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:173
8582
  #: includes/elementor/widgets/recent-posts-tiles.php:173
8583
+ #: includes/elements/recent-posts-tiles.php:375
8584
  msgid "Standard"
8585
  msgstr "استاندارد"
8586
 
8587
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:215
8588
+ #: includes/elements/recent-posts-tiles-carousel.php:350
8589
  #, fuzzy
8590
  msgid "Button Navigation Style"
8591
  msgstr "نوع ناوبری"
8601
  msgstr "[فلوکس] خط زمانی مطالب اخیر"
8602
 
8603
  #: includes/elementor/widgets/recent-posts-timeline.php:125
8604
+ #: includes/elements/recent-posts-timeline.php:265
8605
  msgid "Timeline aignment"
8606
  msgstr "تراز خط زمان"
8607
 
8608
  #: includes/elementor/widgets/recent-posts-timeline.php:126
8609
+ #: includes/elements/recent-posts-timeline.php:266
8610
  msgid "Specifies the alignment of timeline element."
8611
  msgstr "تراز المان خط زمانی را مشخص می کند."
8612
 
8613
  #: includes/elementor/widgets/recent-posts-timeline.php:246
8614
+ #: includes/elements/recent-posts-land-style.php:287
8615
+ #: includes/elements/recent-posts-masonry.php:267
8616
+ #: includes/elements/recent-posts-timeline.php:339
8617
  msgid "Display post meta"
8618
  msgstr "نمایش متای پست"
8619
 
8620
  #: includes/elementor/widgets/recent-products.php:185
8621
+ #: includes/elements/recent-products.php:219
8622
  #, fuzzy
8623
  msgid "Display products price"
8624
  msgstr "نمایش عنوان پست"
8625
 
8626
  #: includes/elementor/widgets/recent-products.php:197
8627
+ #: includes/elements/recent-products.php:233
8628
  #, fuzzy
8629
  msgid "Display sale badge"
8630
  msgstr "نمایش تصویر"
8631
 
8632
  #: includes/elementor/widgets/recent-products.php:266
8633
+ #: includes/elements/recent-products.php:247
8634
  #, fuzzy
8635
  msgid "Display product title"
8636
  msgstr "نمایش عنوان پست"
8718
  msgid "Staff"
8719
  msgstr ""
8720
 
8721
+ #: includes/elementor/widgets/staff.php:107 includes/elements/staff.php:42
8722
  msgid "Staff Name"
8723
  msgstr ""
8724
 
8725
  #: includes/elementor/widgets/staff.php:108
8726
+ #: includes/elementor/widgets/text.php:234 includes/elements/text.php:42
8727
  msgid "Text title, leave it empty if you don`t need title."
8728
  msgstr "عناون متن، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
8729
 
8730
+ #: includes/elementor/widgets/staff.php:117 includes/elements/staff.php:56
8731
  msgid "Staff Occupation"
8732
  msgstr ""
8733
 
8734
+ #: includes/elementor/widgets/staff.php:126 includes/elements/staff.php:72
8735
  msgid "Staff Page Link"
8736
  msgstr ""
8737
 
8738
  #: includes/elementor/widgets/staff.php:141
8739
+ #: includes/elementor/widgets/text.php:265 includes/elements/staff.php:514
8740
+ #: includes/elements/testimonial.php:165 includes/elements/text.php:880
8741
  msgid "Enter a text as a text content."
8742
  msgstr "متنی را به عنوان محتوا وارد کنید."
8743
 
8744
+ #: includes/elementor/widgets/staff.php:149 includes/elements/staff.php:500
8745
  msgid "Maximum Words"
8746
  msgstr ""
8747
 
8748
+ #: includes/elementor/widgets/staff.php:150 includes/elements/staff.php:501
8749
  msgid "Limit the number of words in the Content"
8750
  msgstr ""
8751
 
8752
  #: includes/elementor/widgets/staff.php:196
8753
+ #: includes/elementor/widgets/text.php:648 includes/elements/staff.php:160
8754
+ #: includes/elements/text.php:569
8755
  #, fuzzy
8756
  msgid "Image shape"
8757
  msgstr "اندازه تصویر"
8758
 
8759
  #: includes/elementor/widgets/staff.php:204
8760
  #: includes/elementor/widgets/text.php:465
8761
+ #: includes/elementor/widgets/text.php:660 includes/elements/staff.php:171
8762
+ #: includes/elements/text.php:541 includes/elements/text.php:583
8763
  msgid "Semi-circle"
8764
  msgstr "نیم دایره"
8765
 
8766
  #: includes/elementor/widgets/staff.php:208
8767
  #: includes/elementor/widgets/text.php:469
8768
+ #: includes/elementor/widgets/text.php:664 includes/elements/staff.php:175
8769
+ #: includes/elements/text.php:545 includes/elements/text.php:587
8770
  msgid "Round Rectangle"
8771
  msgstr "مستطیل دورگرد"
8772
 
8773
  #: includes/elementor/widgets/staff.php:212
8774
  #: includes/elementor/widgets/text.php:477
8775
+ #: includes/elementor/widgets/text.php:668 includes/elements/staff.php:179
8776
+ #: includes/elements/text.php:553 includes/elements/text.php:591
8777
  msgid "Rectangle"
8778
  msgstr "مستطیل"
8779
 
8782
  msgid "Social"
8783
  msgstr "شکلک های شبکه های اجتماعی"
8784
 
8785
+ #: includes/elementor/widgets/staff.php:275 includes/elements/staff.php:315
8786
  #, fuzzy
8787
  msgid "Enable Socials"
8788
  msgstr "[فلوکس] شبکه های اجتماعی"
8789
 
8790
  #: includes/elementor/widgets/staff.php:286
8791
+ #: includes/elements/socials-list.php:231 includes/elements/staff.php:328
8792
  #, fuzzy
8793
  msgid "Twitter Address"
8794
  msgstr "آدرس"
8795
 
8796
  #: includes/elementor/widgets/staff.php:302
8797
+ #: includes/elements/socials-list.php:255 includes/elements/staff.php:360
8798
  #, fuzzy
8799
  msgid "Facebook Address"
8800
  msgstr "آدرس جعبه تماس"
8801
 
8802
+ #: includes/elementor/widgets/staff.php:318 includes/elements/staff.php:376
8803
  #, fuzzy
8804
  msgid "Google Plus Address"
8805
  msgstr "کد آنالیز گوگل"
8806
 
8807
  #: includes/elementor/widgets/staff.php:334
8808
+ #: includes/elements/socials-list.php:267 includes/elements/staff.php:392
8809
  #, fuzzy
8810
  msgid "Flickr Address"
8811
  msgstr "آدرس"
8812
 
8813
+ #: includes/elementor/widgets/staff.php:350 includes/elements/staff.php:408
8814
  msgid "Delicious Address"
8815
  msgstr ""
8816
 
8817
  #: includes/elementor/widgets/staff.php:366
8818
+ #: includes/elements/socials-list.php:291 includes/elements/staff.php:424
8819
  msgid "Pinterest Address"
8820
  msgstr ""
8821
 
8822
+ #: includes/elementor/widgets/staff.php:382 includes/elements/staff.php:440
8823
  #, fuzzy
8824
  msgid "GitHub Address"
8825
  msgstr "آدرس"
8826
 
8827
  #: includes/elementor/widgets/staff.php:398
8828
+ #: includes/elements/socials-list.php:315
8829
  #, fuzzy
8830
  msgid "Instagram Address"
8831
  msgstr "شناسه کاربر اینستاگرام"
8832
 
8833
  #: includes/elementor/widgets/staff.php:414
8834
+ #: includes/elements/socials-list.php:279
8835
  #, fuzzy
8836
  msgid "Dribbble Address"
8837
  msgstr "آدرس"
8851
  #: includes/elementor/widgets/staff.php:575
8852
  #: includes/elementor/widgets/text.php:243
8853
  #: includes/elementor/widgets/text.php:792
8854
+ #: includes/elements/recent-posts-grid-carousel.php:69
8855
+ #: includes/elements/recent-products.php:55 includes/elements/text.php:57
8856
  msgid "Subtitle"
8857
  msgstr "زیرعنوان"
8858
 
8859
  #: includes/elementor/widgets/staff.php:699
8860
+ #: includes/elements/socials-list.php:15 includes/elements/socials-list.php:152
8861
+ #: includes/elements/socials-list.php:239
8862
+ #: includes/elements/socials-list.php:251
8863
+ #: includes/elements/socials-list.php:263
8864
+ #: includes/elements/socials-list.php:275
8865
+ #: includes/elements/socials-list.php:287
8866
+ #: includes/elements/socials-list.php:299
8867
+ #: includes/elements/socials-list.php:311
8868
+ #: includes/elements/socials-list.php:323
8869
+ #: includes/elements/socials-list.php:335
8870
+ #: includes/elements/socials-list.php:347 includes/elements/staff.php:324
8871
+ #: includes/elements/staff.php:340 includes/elements/staff.php:356
8872
+ #: includes/elements/staff.php:372 includes/elements/staff.php:388
8873
+ #: includes/elements/staff.php:404 includes/elements/staff.php:420
8874
+ #: includes/elements/staff.php:436 includes/elements/staff.php:452
8875
+ #: includes/elements/staff.php:475 includes/elements/staff.php:496
8876
  #, fuzzy
8877
  msgid "Socials"
8878
  msgstr "شکلک های شبکه های اجتماعی"
8879
 
8880
+ #: includes/elementor/widgets/staff.php:766 includes/elements/staff.php:479
8881
  #, fuzzy
8882
  msgid "Icon Direction"
8883
  msgstr "دکمه شکلک دار"
8884
 
8885
+ #: includes/elementor/widgets/staff.php:783 includes/elements/staff.php:456
8886
  #, fuzzy
8887
  msgid "Socials Icon size"
8888
  msgstr "اندازه شکلک"
8889
 
8890
+ #: includes/elementor/widgets/staff.php:790 includes/elements/staff.php:465
8891
+ #: includes/elements/text.php:470
8892
  msgid "X-Large"
8893
  msgstr "خیلی بزرگ"
8894
 
8896
  #: includes/elementor/widgets/text.php:1445
8897
  #: includes/elementor/widgets/theme-elements/menu.php:324
8898
  #: includes/elementor/widgets/theme-elements/menu.php:1341
8899
+ #: includes/elements/text.php:116
8900
  #, fuzzy
8901
  msgid "Text Align"
8902
  msgstr "تراز متن"
8928
 
8929
  #: includes/elementor/widgets/tabs.php:52
8930
  #: includes/elementor/widgets/tabs.php:184 includes/elements/tab-widget.php:15
8931
+ #: includes/elements/tabs.php:15 includes/elements/tabs.php:76
8932
+ #: includes/elements/tabs.php:94
8933
  msgid "Tabs"
8934
  msgstr "زبانه ها"
8935
 
8959
  msgid "Tab Content"
8960
  msgstr "محتوا"
8961
 
8962
+ #: includes/elementor/widgets/tabs.php:152 includes/elements/tab-widget.php:63
8963
+ #: includes/elements/tabs.php:63
8964
  msgid "Bordered"
8965
  msgstr "کادربندی شده"
8966
 
8967
+ #: includes/elementor/widgets/tabs.php:153 includes/elements/tab-widget.php:64
8968
+ #: includes/elements/tabs.php:64
8969
  msgid "No border"
8970
  msgstr "بدون کادر"
8971
 
9000
  msgstr ""
9001
 
9002
  #: includes/elementor/widgets/testimonial.php:152
9003
+ #: includes/elements/popular-posts-widget.php:130
9004
+ #: includes/elements/recent-posts-widget.php:90
9005
  msgid "Display image"
9006
  msgstr "نمایش تصویر"
9007
 
9008
  #: includes/elementor/widgets/testimonial.php:163
9009
+ #: includes/elements/testimonial.php:146
9010
  #, fuzzy
9011
  msgid "Customer Image"
9012
  msgstr "تصویر دلخواه"
9013
 
9014
  #: includes/elementor/widgets/testimonial.php:200
9015
+ #: includes/elements/testimonial.php:82
9016
  #, fuzzy
9017
  msgid "Customer Name"
9018
  msgstr "نام نویسنده"
9019
 
9020
  #: includes/elementor/widgets/testimonial.php:210
9021
+ #: includes/elements/testimonial.php:110
9022
  msgid "Customer Occupation"
9023
  msgstr ""
9024
 
9025
  #: includes/elementor/widgets/testimonial.php:220
9026
+ #: includes/elements/testimonial.php:96
9027
  #, fuzzy
9028
  msgid "Customer Link"
9029
  msgstr "تصویر دلخواه"
9030
 
9031
  #: includes/elementor/widgets/testimonial.php:233
9032
+ #: includes/elements/testimonial.php:124
9033
  #, fuzzy
9034
  msgid "Customer Rating"
9035
  msgstr "تصویر دلخواه"
9071
 
9072
  #: includes/elementor/widgets/text.php:129
9073
  #: includes/elementor/widgets/theme-elements/search.php:132
9074
+ #: includes/elements/text.php:385
9075
  #, fuzzy
9076
  msgid "Please choose an icon from the list."
9077
  msgstr "لطفا یکی از شکلک های موجود را انتخاب کنید."
9078
 
9079
+ #: includes/elementor/widgets/text.php:251 includes/elements/text.php:73
9080
  #, fuzzy
9081
  msgid "Title Link"
9082
  msgstr "لینک عنوان"
9083
 
9084
+ #: includes/elementor/widgets/text.php:286 includes/elements/text.php:635
9085
  #, fuzzy
9086
  msgid "Display button"
9087
  msgstr "نمایش دکمه لایک"
9088
 
9089
+ #: includes/elementor/widgets/text.php:287 includes/elements/text.php:636
9090
  #, fuzzy
9091
  msgid "Display a button in text widget"
9092
  msgstr "نمایش دکمه لایک"
9107
  msgid "Border"
9108
  msgstr "کادربندی شده"
9109
 
9110
+ #: includes/elementor/widgets/text.php:456 includes/elements/text.php:531
9111
  msgid "Icon background shape"
9112
  msgstr "شکل پس زمینه شکلک"
9113
 
9114
+ #: includes/elementor/widgets/text.php:473 includes/elements/text.php:549
9115
  #, fuzzy
9116
  msgid "Cross Rectangle"
9117
  msgstr "مستطیل"
9119
  #: includes/elementor/widgets/text.php:524
9120
  #: includes/elementor/widgets/text.php:583
9121
  #: includes/elementor/widgets/theme-elements/search.php:233
9122
+ #: includes/elements/text.php:443
9123
  msgid "Icon color"
9124
  msgstr "رنگ شکلک"
9125
 
9126
  #: includes/elementor/widgets/text.php:539
9127
+ #: includes/elementor/widgets/text.php:598 includes/elements/text.php:484
9128
  msgid "Icon background color"
9129
  msgstr "رنگ پس زمینه شکلک"
9130
 
9131
+ #: includes/elementor/widgets/text.php:652 includes/elements/text.php:575
9132
  #, fuzzy
9133
  msgid "Default Aspect"
9134
  msgstr "پیش فرض"
9158
  msgid "Shape Style"
9159
  msgstr "ظاهر نقشه"
9160
 
9161
+ #: includes/elementor/widgets/text.php:1387 includes/general-hooks.php:756
9162
+ #: includes/general-hooks.php:1168
9163
  #, fuzzy
9164
  msgid "Button Style"
9165
  msgstr "ظاهر دکمه"
9169
  msgid "Overlay"
9170
  msgstr "رو"
9171
 
9172
+ #: includes/elementor/widgets/text.php:1588 includes/elements/text.php:894
9173
  msgid "Footer Shape"
9174
  msgstr ""
9175
 
9176
+ #: includes/elementor/widgets/text.php:1597 includes/elements/text.php:905
9177
  msgid "Wave"
9178
  msgstr ""
9179
 
9180
+ #: includes/elementor/widgets/text.php:1601 includes/elements/text.php:909
9181
  msgid "Tail"
9182
  msgstr ""
9183
 
9184
+ #: includes/elementor/widgets/text.php:1612 includes/elements/button.php:211
9185
+ #: includes/elements/text.php:823
9186
  msgid "Color of button"
9187
  msgstr "رنگ دکمه"
9188
 
9437
  msgstr ""
9438
 
9439
  #: includes/elementor/widgets/theme-elements/menu.php:625
9440
+ #: includes/elements/dropcap.php:55
9441
  msgid "Classic"
9442
  msgstr "کلاسیک"
9443
 
9696
  msgstr ""
9697
 
9698
  #: includes/elementor/widgets/theme-elements/select.php:163
9699
+ #: includes/elements/code.php:72
9700
  msgid "Language"
9701
  msgstr "زبان"
9702
 
9962
  msgstr "خاکستری ساده"
9963
 
9964
  #: includes/elementor/widgets/touch-slider.php:127
9965
+ #: includes/elements/latest-posts-slider.php:298
9966
+ #: includes/elements/touch-slider.php:96
9967
  msgid "Arrow navigation"
9968
  msgstr "فلش های ناوبری"
9969
 
9970
  #: includes/elementor/widgets/touch-slider.php:152
9971
+ #: includes/elements/latest-posts-slider.php:337
9972
+ #: includes/elements/touch-slider.php:135
9973
  msgid "Slideshow"
9974
  msgstr "اسلایدشو"
9975
 
9976
  #: includes/elementor/widgets/touch-slider.php:177
9977
+ #: includes/elements/touch-slider.php:164
9978
  #, fuzzy
9979
  msgid "Display image title"
9980
  msgstr "نمایش تصویر"
9981
 
9982
  #: includes/elementor/widgets/touch-slider.php:189
9983
+ #: includes/elements/touch-slider.php:177
9984
  #, fuzzy
9985
  msgid "Display image caption"
9986
  msgstr "نمایش تصویر"
9991
  msgstr "اسلایدر"
9992
 
9993
  #: includes/elementor/widgets/touch-slider.php:215
9994
+ #: includes/elements/latest-posts-slider.php:272
9995
+ #: includes/elements/touch-slider.php:70
9996
  msgid "Slider image width"
9997
  msgstr "عرض تصویر اسلایدر"
9998
 
9999
  #: includes/elementor/widgets/touch-slider.php:235
10000
+ #: includes/elements/latest-posts-slider.php:285
10001
+ #: includes/elements/touch-slider.php:83
10002
  msgid "Slider image height"
10003
  msgstr "ارتفاع تصویر اسلایدر"
10004
 
10005
  #: includes/elementor/widgets/touch-slider.php:255
10006
+ #: includes/elements/latest-posts-slider.php:311
10007
+ #: includes/elements/touch-slider.php:109
10008
  msgid "Space between slides"
10009
  msgstr "فاصله بین اسلایدها"
10010
 
10076
  msgid "It adds an about author element."
10077
  msgstr "یک المان درباره نویسنده اضافه می کند."
10078
 
10079
+ #: includes/elements/about-widget.php:58
10080
  msgid "The name which appears in about widget."
10081
  msgstr "نامی که در ابزارک درباره ما نشان داده می شود."
10082
 
10083
+ #: includes/elements/about-widget.php:71 includes/general-hooks.php:2406
10084
  msgid "Skills"
10085
  msgstr "مهارت ها"
10086
 
10087
+ #: includes/elements/about-widget.php:72
10088
  msgid "It appears below the name."
10089
  msgstr "در پایین نام نمایش داده خواهد شد."
10090
 
10091
+ #: includes/elements/about-widget.php:84
10092
  msgid "Info"
10093
  msgstr "اطلاعات"
10094
 
10095
+ #: includes/elements/about-widget.php:85
10096
  msgid "Biographical info or any other content."
10097
  msgstr "اطلاعاتی از زندگی نامه یا هر محتوای دیگری."
10098
 
10099
+ #: includes/elements/about-widget.php:100
10100
  msgid "It appears above the name."
10101
  msgstr "بالای نام نمایش داده خواهد شد."
10102
 
10103
+ #: includes/elements/about-widget.php:114
10104
  msgid "Image style"
10105
  msgstr "ظاهر تصویر"
10106
 
10107
+ #: includes/elements/about-widget.php:132
10108
  msgid "Align center texts"
10109
  msgstr "متن تراز وسط"
10110
 
10111
+ #: includes/elements/about-widget.php:147
10112
  msgid "Show socials below the info"
10113
  msgstr "نمایش شبکه های اجتماعی در زیر اطلاعات"
10114
 
10115
+ #: includes/elements/about-widget.php:162
10116
+ #: includes/elements/accordion-widget.php:91
10117
+ #: includes/elements/accordion.php:109 includes/elements/audio.php:124
10118
+ #: includes/elements/before-after.php:140 includes/elements/button.php:258
10119
+ #: includes/elements/code.php:120 includes/elements/contact-box.php:311
10120
+ #: includes/elements/contact-form.php:104 includes/elements/custom-list.php:188
10121
+ #: includes/elements/divider.php:150 includes/elements/dropcap.php:95
10122
+ #: includes/elements/facebook.php:161 includes/elements/gallery.php:381
10123
+ #: includes/elements/gmap.php:197 includes/elements/highlight.php:93
10124
+ #: includes/elements/image.php:363 includes/elements/instagram-feed.php:283
10125
+ #: includes/elements/latest-items.php:249
10126
+ #: includes/elements/latest-posts-slider.php:366
10127
+ #: includes/elements/popular-posts-widget.php:260
10128
+ #: includes/elements/quote.php:155
10129
+ #: includes/elements/recent-posts-grid-carousel.php:743
10130
+ #: includes/elements/recent-posts-land-style.php:380
10131
+ #: includes/elements/recent-posts-masonry.php:410
10132
+ #: includes/elements/recent-posts-tiles-carousel.php:494
10133
+ #: includes/elements/recent-posts-tiles.php:410
10134
+ #: includes/elements/recent-posts-timeline.php:401
10135
+ #: includes/elements/recent-posts-widget.php:220
10136
+ #: includes/elements/recent-products.php:345 includes/elements/search.php:54
10137
+ #: includes/elements/tab-widget.php:160 includes/elements/tabs.php:108
10138
+ #: includes/elements/text.php:935 includes/elements/video.php:172
10139
+ #: public/templates/vcomposer/auxin_vc_extendes.php:73
10140
+ msgid "Extra class name"
10141
+ msgstr "نام کلاس اضافه"
10142
+
10143
  #: includes/elements/about-widget.php:163
10144
+ #: includes/elements/accordion-widget.php:92
10145
+ #: includes/elements/accordion.php:110 includes/elements/audio.php:125
10146
  #: includes/elements/before-after.php:141 includes/elements/button.php:259
10147
+ #: includes/elements/code.php:121 includes/elements/contact-box.php:312
10148
+ #: includes/elements/contact-form.php:105 includes/elements/custom-list.php:189
10149
+ #: includes/elements/dropcap.php:96 includes/elements/facebook.php:162
10150
+ #: includes/elements/gallery.php:382 includes/elements/gmap.php:198
10151
+ #: includes/elements/highlight.php:94 includes/elements/image.php:364
10152
+ #: includes/elements/instagram-feed.php:284
10153
+ #: includes/elements/latest-items.php:250
10154
  #: includes/elements/latest-posts-slider.php:367
10155
  #: includes/elements/popular-posts-widget.php:261
10156
  #: includes/elements/quote.php:156
10162
  #: includes/elements/recent-posts-timeline.php:402
10163
  #: includes/elements/recent-posts-widget.php:221
10164
  #: includes/elements/recent-products.php:346 includes/elements/search.php:55
10165
+ #: includes/elements/tab-widget.php:161 includes/elements/tabs.php:109
10166
+ #: includes/elements/text.php:936 includes/elements/video.php:173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10167
  msgid ""
10168
  "If you wish to style particular content element differently, then use this "
10169
  "field to add a class name and then refer to it in your css file."
10180
  msgid "Collapsible content"
10181
  msgstr "محتوای بازشونده"
10182
 
10183
+ #: includes/elements/accordion-widget.php:43 includes/elements/accordion.php:43
10184
  msgid "Accordion title, leave it empty if you don`t need title."
10185
  msgstr "عنوان آکاردئون، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10186
 
10187
+ #: includes/elements/accordion-widget.php:57 includes/elements/accordion.php:57
10188
  msgid "Whether to show only 1 element opens at a time or multiple."
10189
  msgstr "در یک زمان فقط یک المان باز باشد یا چندتا."
10190
 
10191
+ #: includes/elements/accordion-widget.php:75 includes/elements/accordion.php:92
10192
  msgid "Enter your accordion item content."
10193
  msgstr "محتوای آیتم آکاردئون را وارد کنید."
10194
 
10197
  msgid "Accordion "
10198
  msgstr "آکاردئون"
10199
 
10200
+ #: includes/elements/accordion.php:74
10201
  msgid "Accordion label"
10202
  msgstr "برچسب آکاردئون"
10203
 
10204
+ #: includes/elements/accordion.php:75
10205
  msgid "Enter your accordion item label."
10206
  msgstr "برچسب آیتم آکاردئون خود را وارد کنید."
10207
 
10208
+ #: includes/elements/accordion.php:78 includes/elements/accordion.php:95
10209
  msgid "Accordion Section"
10210
  msgstr "بخش آکاردئون"
10211
 
10217
  msgid "It adds an audio player element."
10218
  msgstr "یک المان پخش کننده صدا اضافه می کند."
10219
 
10220
+ #: includes/elements/audio.php:43
10221
  msgid "Audio title, leave it empty if you don`t need title."
10222
  msgstr "عنوان صدا، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10223
 
10224
+ #: includes/elements/audio.php:120 includes/elements/audio.php:135
10225
+ #: includes/elements/button.php:86 includes/elements/button.php:113
10226
+ #: includes/elements/button.php:222
10227
  msgid "Appearance"
10228
  msgstr ""
10229
 
10231
  msgid "Before after comparison slider."
10232
  msgstr ""
10233
 
10234
+ #: includes/elements/before-after.php:42
10235
  #, fuzzy
10236
  msgid "Element title, leave it empty if you don`t need title."
10237
  msgstr "عناون متن، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
10238
 
10239
+ #: includes/elements/before-after.php:83
10240
  msgid ""
10241
  "How much of the before image is visible when the page loads, between 0 to 1."
10242
  msgstr ""
10243
 
10244
+ #: includes/elements/before-after.php:96
10245
  #: public/templates/vcomposer/auxin_vc_extendes.php:49
10246
  msgid "Image size"
10247
  msgstr "اندازه تصویر"
10250
  msgid "It adds a button element."
10251
  msgstr "یک المان دکمه اضافه می کند."
10252
 
10253
+ #: includes/elements/button.php:43 includes/elements/text.php:650
10254
  msgid "The label of button."
10255
  msgstr "برچسب دکمه"
10256
 
10257
+ #: includes/elements/button.php:144 includes/elements/text.php:766
10258
  msgid "Darken the label"
10259
  msgstr "تیره تر کردن برچسب"
10260
 
10261
+ #: includes/elements/button.php:145
10262
  #, fuzzy
10263
  msgid "Darken label of button."
10264
  msgstr "برچسب دکمه"
10265
 
10266
+ #: includes/elements/button.php:198 includes/general-hooks.php:864
10267
+ #: includes/general-hooks.php:1276
10268
  #, fuzzy
10269
  msgid "Animate from Righ"
10270
  msgstr "متحرک سازی از راست"
10271
 
10272
+ #: includes/elements/button.php:226 includes/general-hooks.php:932
10273
+ #: includes/general-hooks.php:1344
10274
  #, fuzzy
10275
  msgid "Button Link"
10276
  msgstr "اندازه دکمه"
10277
 
10278
+ #: includes/elements/button.php:240 includes/elements/text.php:858
10279
  msgid "Open link in"
10280
  msgstr "باز کردن پیوند در"
10281
 
10282
+ #: includes/elements/button.php:246 includes/elements/text.php:864
10283
+ #: includes/general-hooks.php:961 includes/general-hooks.php:1373
10284
  msgid "Current page"
10285
  msgstr "صفحه جاری"
10286
 
10287
+ #: includes/elements/button.php:247 includes/elements/text.php:865
10288
+ #: includes/general-hooks.php:962 includes/general-hooks.php:1374
10289
  msgid "New page"
10290
  msgstr "صفحه جدید"
10291
 
10292
+ #: includes/elements/code.php:16 includes/elements/code.php:57
10293
  msgid "Code"
10294
  msgstr "کد"
10295
 
10297
  msgid "It adds a code element."
10298
  msgstr "یک المان کد اضافه می کند."
10299
 
10300
+ #: includes/elements/code.php:43
10301
  msgid "Code title, leave it empty if you don`t need title."
10302
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10303
 
10304
+ #: includes/elements/code.php:78
10305
  #, fuzzy
10306
  msgid "JavaScript"
10307
  msgstr "جاوااسکریپت"
10308
 
10309
+ #: includes/elements/code.php:79
10310
  msgid "HTML"
10311
  msgstr ""
10312
 
10313
+ #: includes/elements/code.php:80
10314
  msgid "XML"
10315
  msgstr ""
10316
 
10317
+ #: includes/elements/code.php:93
10318
  msgid "Specifies the theme for code element."
10319
  msgstr "پوسته المان کد را مشخص می کند."
10320
 
10321
+ #: includes/elements/code.php:99
10322
  msgid "AndroidStudio"
10323
  msgstr ""
10324
 
10325
+ #: includes/elements/code.php:100
10326
  #, fuzzy
10327
  msgid "Atom Dark"
10328
  msgstr "تیره"
10329
 
10330
+ #: includes/elements/code.php:101
10331
  #, fuzzy
10332
  msgid "Atom Light"
10333
  msgstr "روشن"
10334
 
10335
+ #: includes/elements/code.php:102
10336
  #, fuzzy
10337
  msgid "Github"
10338
  msgstr "گیت هاب"
10339
 
10340
+ #: includes/elements/code.php:103
10341
  #, fuzzy
10342
  msgid "Google Code"
10343
  msgstr "گوگل کد"
10344
 
10345
+ #: includes/elements/code.php:104
10346
  msgid "RailsCasts"
10347
  msgstr ""
10348
 
10349
+ #: includes/elements/code.php:105
10350
  msgid "Solarized Light"
10351
  msgstr ""
10352
 
10353
+ #: includes/elements/code.php:106
10354
  #, fuzzy
10355
  msgid "Tomorrow Night"
10356
  msgstr "فردا"
10357
 
10358
+ #: includes/elements/code.php:107
10359
  #, fuzzy
10360
  msgid "Tomorrow"
10361
  msgstr "فردا"
10362
 
10363
+ #: includes/elements/code.php:108
10364
  msgid "VisualStudio"
10365
  msgstr ""
10366
 
10367
+ #: includes/elements/code.php:109
10368
  msgid "ZenBurn"
10369
  msgstr ""
10370
 
10406
  msgid "It adds a contact form element."
10407
  msgstr "یک المان فرم تماس اضافه می کند."
10408
 
10409
+ #: includes/elements/contact-form.php:43
10410
  msgid "Contact form title, leave it empty if you don`t need title."
10411
  msgstr "عنوان فرم تماس، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10412
 
10413
+ #: includes/elements/contact-form.php:70
10414
  msgid "Contact form type"
10415
  msgstr "نوع فرم تماس"
10416
 
10417
+ #: includes/elements/contact-form.php:76
10418
  msgid "Contact Form 7 plugin"
10419
  msgstr "افزونه فرم تماس 7"
10420
 
10421
+ #: includes/elements/contact-form.php:87
10422
  msgid "Contact form 7 shortcode"
10423
  msgstr "کد کوتاه فرم تماس 7"
10424
 
10425
+ #: includes/elements/contact-form.php:88
10426
  msgid "Put one of your Contact form 7 shortcodes that you created."
10427
  msgstr "کد کوتاه یکی از فرم های تماس 7 خود را در اینجا وارد کنید."
10428
 
10429
+ #: includes/elements/contact-form.php:154
10430
  msgid "Please enter your name."
10431
  msgstr "لطفا نام خود را وارد کنید."
10432
 
10433
+ #: includes/elements/contact-form.php:161
10434
  msgid "Please enter your email address."
10435
  msgstr "لطفا آدرس ایمیل خود را وارد کنید."
10436
 
10437
+ #: includes/elements/contact-form.php:164
10438
  msgid "You entered an invalid email address."
10439
  msgstr "لطفا آدرس ایمیل معتبری وارد کنید."
10440
 
10441
+ #: includes/elements/contact-form.php:175
10442
  msgid "Please enter a message."
10443
  msgstr "لطفا پیامی را وارد کنید."
10444
 
10445
+ #: includes/elements/contact-form.php:212
10446
  msgid "sorry, some problems occured with your form submission:"
10447
  msgstr "متاسفیم، خطایی در ارسال فرم شما رخ داده است."
10448
 
10449
+ #: includes/elements/contact-form.php:230
10450
  msgid "Thanks for your Message. Your message sent successfully."
10451
  msgstr "از پیام شما متشکریم. پیام شما با موفقیت ارسال شد."
10452
 
10455
  msgid "Icon List"
10456
  msgstr "اندازه شکلک"
10457
 
10458
+ #: includes/elements/custom-list.php:43
10459
  #, fuzzy
10460
  msgid "leave it empty if you don`t need title."
10461
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
10462
 
10463
+ #: includes/elements/custom-list.php:88
10464
  #, fuzzy
10465
  msgid "Text Tag"
10466
  msgstr "تراز متن"
10467
 
10468
+ #: includes/elements/custom-list.php:120
10469
  msgid "Text Seconday"
10470
  msgstr ""
10471
 
10472
+ #: includes/elements/custom-list.php:153
10473
  msgid "Whether to display a line that connects two texts in each list item."
10474
  msgstr ""
10475
 
10476
+ #: includes/elements/custom-list.php:171
10477
  #, fuzzy
10478
  msgid "Whether to display a divider between list items or not."
10479
  msgstr "ویدیو به طور خودکار پخش شود یا خیر."
10483
  msgid "Horizontal separator"
10484
  msgstr "جداکننده افقس"
10485
 
10486
+ #: includes/elements/divider.php:42 includes/elements/highlight.php:41
10487
  msgid "Divider style"
10488
  msgstr "ظاهر جداکننده"
10489
 
10490
+ #: includes/elements/divider.php:82
10491
  #, fuzzy
10492
  msgid "Divider size"
10493
  msgstr "ظاهر جداکننده"
10494
 
10495
+ #: includes/elements/divider.php:122
10496
  msgid "Margin top (px)"
10497
  msgstr "فاصله بیرونی بالا (پیکسل)"
10498
 
10499
+ #: includes/elements/divider.php:123
10500
  msgid "Adds space above the divider in pixels."
10501
  msgstr "فضای خالی (برحسب پیکسل) به بالای جداکننده اضافه می کند."
10502
 
10503
+ #: includes/elements/divider.php:136
10504
  msgid "Margin bottom (px)"
10505
  msgstr "فاصله بیرونی پایین (پیکسل)"
10506
 
10507
+ #: includes/elements/divider.php:137
10508
  #, fuzzy
10509
  msgid "Adds space below the divider in pixels."
10510
  msgstr "فضای خالی (برحسب پیکسل) به زیر جداکننده اضافه می کند."
10511
 
10512
+ #: includes/elements/divider.php:151
10513
  msgid ""
10514
  "If you wish to style particular content element differently, then use this "
10515
  "field to add a class name and then refer to it in your css file. you can add "
10528
  msgid "Big styled character at the beginning of paragraph"
10529
  msgstr "حرف بزرگ سبک دهی شده در اول پاراگراف"
10530
 
10531
+ #: includes/elements/dropcap.php:41
10532
  msgid "Dropcap style"
10533
  msgstr "ظاهر دراپ کپ"
10534
 
10535
+ #: includes/elements/dropcap.php:63 includes/general-hooks.php:355
10536
  msgid "Outline Square"
10537
  msgstr "مربع با خط بیرونی"
10538
 
10539
+ #: includes/elements/dropcap.php:67
10540
  msgid "Round Square"
10541
  msgstr "مربع لبه گرد"
10542
 
10543
+ #: includes/elements/dropcap.php:75 includes/general-hooks.php:354
10544
  msgid "Outline Circle"
10545
  msgstr "دایره با خط بیرونی"
10546
 
10547
+ #: includes/elements/dropcap.php:82
10548
  msgid "Enter a text to show as dropcap text."
10549
  msgstr "متنی را برای نمایش به شکل دراپ کپ وارد کنید."
10550
 
10557
  msgid "It uses Custom Facebook Feed plugin."
10558
  msgstr "از افزونه خوراک دلخواه وردپرس استفاده می کند."
10559
 
10560
+ #: includes/elements/facebook.php:42
10561
  msgid "Page ID"
10562
  msgstr "شناسه برگه"
10563
 
10564
+ #: includes/elements/facebook.php:43
10565
  msgid ""
10566
  "ID of your Facebook Page or Group. Use %sthis tool%s to help you in finding "
10567
  "this."
10569
  "شناسه صفحه یا گروه شما در فیسبوک. برای پیداکردن شناسه خود می توانید از %sاین "
10570
  "ابزار%s استفاده کنید."
10571
 
10572
+ #: includes/elements/facebook.php:57
10573
  msgid "Page type"
10574
  msgstr "نوع صفحه"
10575
 
10576
+ #: includes/elements/facebook.php:58
10577
  msgid "Specifies whether to display posts from a page or group."
10578
  msgstr "مشخص می کند پست ها از یک صفحه یا گروه نمایش داده شوند."
10579
 
10580
+ #: includes/elements/facebook.php:62 includes/general-functions.php:1621
10581
  msgid "Page"
10582
  msgstr "صفحه"
10583
 
10584
+ #: includes/elements/facebook.php:63
10585
  msgid "Group"
10586
  msgstr "گروه"
10587
 
10588
+ #: includes/elements/facebook.php:75
10589
  msgid "Number of posts"
10590
  msgstr "تعداد نوشته ها"
10591
 
10592
+ #: includes/elements/facebook.php:76
10593
  msgid "The number of posts you wish to display."
10594
  msgstr "تعداد پست هایی که می خواهید نمایش داده شوند."
10595
 
10596
+ #: includes/elements/facebook.php:90
10597
  msgid "Display posts by others"
10598
  msgstr "نمایش پست هایی که دیگران نوشته اند"
10599
 
10600
+ #: includes/elements/facebook.php:91
10601
  msgid ""
10602
  "Specifies to display posts by only the page owner, anyone who posts on your "
10603
  "page, or only others who post on your page."
10605
  "مشخص می کند فقط پست هایی که شما نوشته اید، هر پستی که در صفحه شما نوشته شده "
10606
  "است، یا فقط پست هایی که دیگران در صفحه شما نوشته اند نمایش داده شود."
10607
 
10608
+ #: includes/elements/facebook.php:95
10609
  msgid "Only the page owner"
10610
  msgstr "فقط صاحب برگه"
10611
 
10612
+ #: includes/elements/facebook.php:96
10613
  msgid "Page owner and other people"
10614
  msgstr "صاحب برگه و دیگران"
10615
 
10616
+ #: includes/elements/facebook.php:97
10617
  msgid "Only other people"
10618
  msgstr "فقط دیگران"
10619
 
10620
+ #: includes/elements/facebook.php:109
10621
  msgid "Post text length"
10622
  msgstr "طول متن نوشته"
10623
 
10624
+ #: includes/elements/facebook.php:110
10625
  msgid "The maximum character length of the post text."
10626
  msgstr "حداکثر تعداد کاراکترها در متن نوشته."
10627
 
10628
+ #: includes/elements/facebook.php:122
10629
  msgid "Display post author"
10630
  msgstr "نمایش نویسنده نوشته"
10631
 
10632
+ #: includes/elements/facebook.php:123
10633
  msgid "Enable it to display name and avatar of the post author."
10634
  msgstr "برای نمایش نام و آواتار نویسنده پست این گزینه را فعال کنید."
10635
 
10636
+ #: includes/elements/facebook.php:135
10637
  msgid "Display the feed header"
10638
  msgstr "نمایش سربرگ خوراک"
10639
 
10640
+ #: includes/elements/facebook.php:136
10641
  msgid "Enable it to display a customizable header at the top of the feed."
10642
  msgstr "برای نمایش سربرگ قابل شخصی سازی در بالای خوراک این گزینه را فعال کنید."
10643
 
10644
+ #: includes/elements/facebook.php:148
10645
  msgid "Ajax"
10646
  msgstr "آیجکس"
10647
 
10648
+ #: includes/elements/facebook.php:149
10649
  msgid "Enable it for being loaded via Ajax."
10650
  msgstr "برای بارگذاری محتوا به صورت ایجکسی این گزینه را فعال کنید."
10651
 
10652
+ #: includes/elements/facebook.php:172
10653
  msgid "Extras"
10654
  msgstr ""
10655
 
10662
  msgid "It uses Flickr Justified Gallery plugin."
10663
  msgstr "از افزونه گالری مرتب شده فلیکر استفاده می کند."
10664
 
10665
+ #: includes/elements/flickr.php:42
10666
  msgid "User ID"
10667
  msgstr "شناسه کاربر"
10668
 
10669
+ #: includes/elements/flickr.php:43
10670
  msgid ""
10671
  "Displays the photostream of the specified user, no matter what is the "
10672
  "default user ID in the settings. Remember that you can use %sidgettr%s to "
10676
  "کاربر در تنظیمات چه چیزی باشد. به یاد داشته باشید می توانید از %sidgettr%s "
10677
  "برای دستیابی به شناسه کاربر استفاده کنید."
10678
 
10679
+ #: includes/elements/flickr.php:57
10680
  msgid "Flickr image type"
10681
  msgstr "نوع تصویر فلیکر"
10682
 
10683
+ #: includes/elements/flickr.php:62
10684
  msgid "Photostream"
10685
  msgstr "جریان تصویر"
10686
 
10687
+ #: includes/elements/flickr.php:63
10688
  msgid "Galleries"
10689
  msgstr "گالری ها"
10690
 
10691
+ #: includes/elements/flickr.php:64
10692
  msgid "Album"
10693
  msgstr "آلبوم"
10694
 
10695
+ #: includes/elements/flickr.php:65 includes/elements/flickr.php:114
10696
  msgid "Group pools"
10697
  msgstr "'v,i"
10698
 
10699
+ #: includes/elements/flickr.php:66 includes/elements/flickr.php:132
10700
  msgid "Tags"
10701
  msgstr "برچسب ها"
10702
 
10703
+ #: includes/elements/flickr.php:78
10704
  msgid "Gallery ID"
10705
  msgstr "شناسه گالری"
10706
 
10707
+ #: includes/elements/flickr.php:79
10708
  msgid ""
10709
  "To show the photos of a particular gallery, you need to know its id. For "
10710
  "example, the id of the gallery located in the URL: http://www.flickr.com/"
10714
  "مثال، شناسه گالری در آدرس: http://www.flickr.com/photos/miro-mannino/"
10715
  "galleries/72157636382842016 برابر است با : 72157636382842016"
10716
 
10717
+ #: includes/elements/flickr.php:96
10718
  msgid "Album ID"
10719
  msgstr "شناسه آلبوم"
10720
 
10721
+ #: includes/elements/flickr.php:97
10722
  msgid ""
10723
  "To show the photos of a particular photo set (also called \"album\"), you "
10724
  "need to know its photoset_id. For example, the photoset_id of the photo set "
10730
  "photos/miro-mannino/sets/72157629228993613 شناسه آلبوم برابر است با: "
10731
  "72157629228993613"
10732
 
10733
+ #: includes/elements/flickr.php:115
10734
  msgid ""
10735
  "Display photos of a particular group pool, you need to know the group id, "
10736
  "that you can retrieve using %sidgettr%s."
10738
  "تصاویر از یک گروه خاص را نشان می دهد، نیاز است شناسه گروه را بدانید که می "
10739
  "توانید از ابزار %sidgettr%s برای دستیابی به آن استفاده کنید."
10740
 
10741
+ #: includes/elements/flickr.php:133
10742
  msgid ""
10743
  "Display photos that have some particular tags, Seprate words with , for "
10744
  "example: cat, square, nikon"
10746
  "تصاویری از برچسب های مشخص را نشان می دهد که برچسب ها با کاما جدا می شوند. "
10747
  "برای مثال: گربه، مربع، نیکون"
10748
 
10749
+ #: includes/elements/flickr.php:151
10750
  msgid ""
10751
  "In case of using Colorbox or Swipebox, you need to enable it on Flickr "
10752
  "Justified Gallery plugin settings."
10754
  "برای مواردی که م یخواهید از Colorbox یا Swipebox استفاده کنید، لازم است آن "
10755
  "را در تنظیمات افزونه گالری مرتب شده فیلکر فعال کنید."
10756
 
10757
+ #: includes/elements/flickr.php:156
10758
  msgid "Colorbox"
10759
  msgstr "جعبه رنگ"
10760
 
10761
+ #: includes/elements/flickr.php:157
10762
  msgid "Swipebox"
10763
  msgstr "Swipebox"
10764
 
10765
+ #: includes/elements/flickr.php:169
10766
  msgid "Images height"
10767
  msgstr "ارتفاع تصاویر"
10768
 
10769
+ #: includes/elements/flickr.php:170
10770
  msgid "You can use the this option to set images height in px."
10771
  msgstr "بمی توانید از این تنظیمات برای تنظیم ارتفاع تصویر استفاده کنید."
10772
 
10773
+ #: includes/elements/flickr.php:184
10774
  msgid "Max number of photos"
10775
  msgstr "بیشترین تعداد تصاویر"
10776
 
10777
+ #: includes/elements/flickr.php:185
10778
  msgid ""
10779
  "Maximum number of photos. Please note if pagination option is activaited "
10780
  "then this options is used as maximum number of photos per page."
10782
  "بیشترین تعداد تصاویر. لطفا توجه کنید اگر تنظیمات صفحه بندی فعال باشد این "
10783
  "تنظیمات نشانگر تعداد تصاویر در هر ثفحه خواهد بود."
10784
 
10785
+ #: includes/elements/flickr.php:205
10786
  msgid "Previous and Next"
10787
  msgstr "قبلی و بعدی"
10788
 
10789
+ #: includes/elements/flickr.php:206
10790
  msgid "Page Numbers"
10791
  msgstr "شماره صفحات"
10792
 
10793
+ #: includes/elements/flickr.php:218
10794
  msgid "Fixed height"
10795
  msgstr "ارتفاع ثابت"
10796
 
10797
+ #: includes/elements/flickr.php:219
10798
  msgid "Each row has the same height, but the images will be cut more."
10799
  msgstr "همه ردیف ها ارتفاع یکسان دارند، اما تصاویر بیشتر برش خورده می شوند."
10800
 
10801
+ #: includes/elements/flickr.php:231
10802
  msgid "Randomize images order"
10803
  msgstr "ترتیب تصادفی برای تصاویر"
10804
 
10805
+ #: includes/elements/flickr.php:244
10806
  msgid "Margin between the images"
10807
  msgstr "فاصله بیرونی بین تصاویر"
10808
 
10809
+ #: includes/elements/flickr.php:245
10810
  msgid "Specifies the space between images."
10811
  msgstr "فضای خالی بین تصاویر را مشخص می کند."
10812
 
10814
  msgid "Filterable and grid gallery with lightbox"
10815
  msgstr "شبکه گالری قابل فیلترگذاری با لایت باکس"
10816
 
10817
+ #: includes/elements/gallery.php:153
10818
  msgid "Order images by query"
10819
  msgstr "مرتب سازی تصاویر بر اساس کوئری"
10820
 
10821
+ #: includes/elements/gallery.php:167
10822
  msgid "Order images ascending or descending"
10823
  msgstr "مرتب سازی صعودی یا نزولی تصاویر"
10824
 
10825
+ #: includes/elements/gallery.php:210
10826
+ #: includes/elements/recent-posts-grid-carousel.php:474
10827
+ #: includes/elements/recent-posts-masonry.php:356
10828
+ #: includes/elements/recent-products.php:273
10829
  msgid "Number of columns"
10830
  msgstr "تعداد ستون ها"
10831
 
10832
+ #: includes/elements/gallery.php:231
10833
+ #: includes/elements/recent-posts-grid-carousel.php:492
10834
+ #: includes/elements/recent-posts-masonry.php:374
10835
+ #: includes/elements/recent-products.php:291
10836
  msgid "Number of columns in tablet size"
10837
  msgstr "تعداد ستون ها در تبلت"
10838
 
10839
+ #: includes/elements/gallery.php:253
10840
+ #: includes/elements/recent-posts-grid-carousel.php:511
10841
+ #: includes/elements/recent-posts-masonry.php:393
10842
+ #: includes/elements/recent-products.php:310
10843
  msgid "Number of columns in phone size"
10844
  msgstr "تعداد ستون ها در موبایل"
10845
 
10846
+ #: includes/elements/gallery.php:273
10847
  msgid "Space"
10848
  msgstr "فضای خالی"
10849
 
10850
+ #: includes/elements/gallery.php:274
10851
  msgid "Space between gallery items in pixel."
10852
  msgstr "فضای خالی بین تصاویر گالری بر حسب پیکسل"
10853
 
10854
+ #: includes/elements/gallery.php:314
10855
  msgid "Link images to"
10856
  msgstr "لینک کردن تصاویر به"
10857
 
10858
+ #: includes/elements/gallery.php:323
10859
  msgid "File"
10860
  msgstr "فایل"
10861
 
10862
+ #: includes/elements/gallery.php:334
10863
  msgid "Enable pagination"
10864
  msgstr "فعال سازی صفحه بندی"
10865
 
10866
+ #: includes/elements/gallery.php:348
10867
  msgid "Only load images that are in visible page"
10868
  msgstr ""
10869
 
10998
  msgid "Highlight"
10999
  msgstr "متن هایلایت شده"
11000
 
11001
+ #: includes/elements/highlight.php:42
11002
  msgid "The style of divider."
11003
  msgstr "ظاهر جداکننده."
11004
 
11005
+ #: includes/elements/highlight.php:55
11006
  msgid "Red"
11007
  msgstr "قرمز"
11008
 
11009
+ #: includes/elements/highlight.php:60
11010
  msgid "Blue"
11011
  msgstr "آبی"
11012
 
11013
+ #: includes/elements/highlight.php:65
11014
  msgid "Yellow"
11015
  msgstr "زرد"
11016
 
11017
+ #: includes/elements/highlight.php:70
11018
  msgid "Green"
11019
  msgstr "سبز"
11020
 
11021
+ #: includes/elements/highlight.php:78
11022
  msgid "Enter the text to be highlighted."
11023
  msgstr "متنی که می خواهید هایلایت شود را وارد کنید."
11024
 
11026
  msgid "Image with lightbox option"
11027
  msgstr "تنظیمات تصویر با لایت باکس"
11028
 
11029
+ #: includes/elements/image.php:42
11030
  msgid "Image title, leave it empty if you don`t need title."
11031
  msgstr "عنوان تصویر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11032
 
11033
+ #: includes/elements/image.php:71
11034
  msgid "Image hover"
11035
  msgstr "تصویر شناور"
11036
 
11037
+ #: includes/elements/image.php:87
11038
  msgid "Choose a pre-defined or custom image size."
11039
  msgstr ""
11040
 
11041
+ #: includes/elements/image.php:92
11042
  msgid "Original"
11043
  msgstr "اصلی"
11044
 
11045
+ #: includes/elements/image.php:93
11046
  msgid "Large (%sx%s)"
11047
  msgstr ""
11048
 
11049
+ #: includes/elements/image.php:94
11050
  msgid "Medium Large (%sx%s)"
11051
  msgstr ""
11052
 
11053
+ #: includes/elements/image.php:95
11054
  #, fuzzy
11055
  msgid "Medium (%sx%s)"
11056
  msgstr "متوسط"
11057
 
11058
+ #: includes/elements/image.php:96
11059
  #, fuzzy
11060
  msgid "Thumbnail (%sx%s)"
11061
  msgstr "بندانگشتی"
11062
 
11063
+ #: includes/elements/image.php:145
11064
  msgid "Image alignment in content."
11065
  msgstr "تراز تصویر در محتوا."
11066
 
11067
+ #: includes/elements/image.php:181
11068
  msgid "Open large image in lightbox"
11069
  msgstr "بازشدن تصویر بزرگ در لایت باکس"
11070
 
11071
+ #: includes/elements/image.php:195
11072
  #, fuzzy
11073
  msgid "Preload the image"
11074
  msgstr "تصویر پوستر"
11075
 
11076
+ #: includes/elements/image.php:209
11077
  #, fuzzy
11078
  msgid "Preview preloading"
11079
  msgstr "پیش نمایش صفحه ورود"
11080
 
11081
+ #: includes/elements/image.php:223
11082
  msgid "Link URL"
11083
  msgstr "آدرس پیوند"
11084
 
11085
+ #: includes/elements/image.php:241
11086
  msgid "Target"
11087
  msgstr "هدف"
11088
 
11089
+ #: includes/elements/image.php:242
11090
  msgid "Open in new page or this page."
11091
  msgstr "در صفحه جدید یا در همین صفحه باز شود."
11092
 
11093
+ #: includes/elements/image.php:247
11094
  msgid "Self"
11095
  msgstr "همین صفحه"
11096
 
11097
+ #: includes/elements/image.php:248 includes/general-functions.php:1996
11098
  msgid "Blank"
11099
  msgstr "خالی"
11100
 
11101
+ #: includes/elements/image.php:270 includes/elements/image.php:282
11102
  msgid "Effects"
11103
  msgstr ""
11104
 
11111
  msgid "It adds an instagram feed element."
11112
  msgstr "یک المان خوراک اینستاگرام اضافه می کند."
11113
 
11114
+ #: includes/elements/instagram-feed.php:42
11115
  msgid "A title for instagram element"
11116
  msgstr "عنوانی برای المان اینستاگرام"
11117
 
11118
+ #: includes/elements/instagram-feed.php:55
11119
  msgid "Instagram user ID"
11120
  msgstr "شناسه کاربر اینستاگرام"
11121
 
11122
+ #: includes/elements/instagram-feed.php:57
11123
  msgid ""
11124
  "Instagram User ID. Separate multiple IDs by commas. You can find the User ID "
11125
  "with %sthis tool%s."
11127
  "شناسه کاربر اینستاگرام. شناسه ها را با کاما از هم جدا کنید. می توانید شناسه "
11128
  "کاربر را با %sاین ابزار%s پیدا کنید."
11129
 
11130
+ #: includes/elements/instagram-feed.php:74
11131
  msgid "Number of photo"
11132
  msgstr "تعداد عکس ها"
11133
 
11134
+ #: includes/elements/instagram-feed.php:75
11135
  msgid "Number of photos to display initially. Maximum is 33."
11136
  msgstr "تعداد تصاویر برای نمایش اولیه. حداکثر 33."
11137
 
11138
+ #: includes/elements/instagram-feed.php:89
11139
  msgid "Resolution/size of the photos. "
11140
  msgstr "رزولوشن/اندازه تصاویر."
11141
 
11142
+ #: includes/elements/instagram-feed.php:95 includes/general-hooks.php:1601
11143
  msgid "Auto"
11144
  msgstr "خودکار"
11145
 
11146
+ #: includes/elements/instagram-feed.php:96
11147
  msgid "Thumb"
11148
  msgstr "بند انگشتی"
11149
 
11150
+ #: includes/elements/instagram-feed.php:110
11151
  msgid "Number of columns in the feed. 1 - 10."
11152
  msgstr "تعداد ستون ها در خوراک. 1 - 10"
11153
 
11154
+ #: includes/elements/instagram-feed.php:124
11155
  msgid "Spacing around the photos"
11156
  msgstr "فضای خالی اطراف عکس"
11157
 
11158
+ #: includes/elements/instagram-feed.php:139
11159
  msgid "Unit of the spacing."
11160
  msgstr "واحد فضای خالی"
11161
 
11162
+ #: includes/elements/instagram-feed.php:145
11163
+ #: includes/elements/instagram-feed.php:211
11164
  msgid "Percentage (%)"
11165
  msgstr "درصد (%)"
11166
 
11167
+ #: includes/elements/instagram-feed.php:146
11168
+ #: includes/elements/instagram-feed.php:212
11169
  msgid "Pixels (px)"
11170
  msgstr "پیکسل"
11171
 
11172
+ #: includes/elements/instagram-feed.php:191
11173
  msgid "The height of the feed"
11174
  msgstr "ارتفاع خوراک"
11175
 
11176
+ #: includes/elements/instagram-feed.php:205
11177
  msgid "Unit of the height."
11178
  msgstr "واحد ارتفاع."
11179
 
11180
+ #: includes/elements/instagram-feed.php:238
11181
  msgid "Show header"
11182
  msgstr "نمایش سربرگ"
11183
 
11184
+ #: includes/elements/instagram-feed.php:239
11185
  msgid "Whether to show the feed header."
11186
  msgstr "سربرگ خوراک نمایش داده شود یا خیر."
11187
 
11188
+ #: includes/elements/instagram-feed.php:253
11189
  msgid "Show follow button"
11190
  msgstr "نمایش دکمه دنبال کردن"
11191
 
11192
+ #: includes/elements/instagram-feed.php:254
11193
  msgid "Whether to show the Follow on Instagram button."
11194
  msgstr "دکمه دنبال کردن اینستاگرام نمایش داده شود یا خیر."
11195
 
11196
+ #: includes/elements/instagram-feed.php:268
11197
  msgid "Show load more button"
11198
  msgstr "نمایش دکمه بارگذاری بیشتر"
11199
 
11200
+ #: includes/elements/instagram-feed.php:269
11201
  msgid " Whether to show the load more button."
11202
  msgstr "دکمه نمایش بیشتر نشان داده شود یا نه."
11203
 
11214
  msgstr "col"
11215
 
11216
  #: includes/elements/latest-items.php:40
11217
+ #: includes/elements/sample-element.php:65
11218
  msgid "If you choose Callout a big box appears around the content"
11219
  msgstr ""
11220
 
11335
  msgid "Slider for latest posts."
11336
  msgstr "اسلایدر برای آخرین نوشته ها."
11337
 
11338
+ #: includes/elements/latest-posts-slider.php:42
11339
  msgid "Latest post slider title, leave it empty if you don`t need title."
11340
  msgstr ""
11341
  "عنوان اسلایدر آخرین نوشته ها، اگر به عنوان نیازی ندارید آن را خالی بگذارید."
11342
 
11343
+ #: includes/elements/latest-posts-slider.php:55
11344
  msgid "Create slides from"
11345
  msgstr "ساخت اسلایدها از"
11346
 
11347
+ #: includes/elements/latest-posts-slider.php:61
11348
  msgid "Posts"
11349
  msgstr "نوشته ها"
11350
 
11351
+ #: includes/elements/latest-posts-slider.php:62
11352
  msgid "Pages"
11353
  msgstr "برگه ها"
11354
 
11355
+ #: includes/elements/latest-posts-slider.php:73
11356
  msgid "Slides number"
11357
  msgstr "تعداد اسلایدها"
11358
 
11359
+ #: includes/elements/latest-posts-slider.php:74
11360
  msgid "Specifies maximum number of slides in slider."
11361
  msgstr "بیشترین تعداد اسلاید در اسلایدر را مشخص می کند."
11362
 
11363
+ #: includes/elements/latest-posts-slider.php:88
11364
+ #: includes/elements/latest-posts-slider.php:102
11365
  msgid "Post IDs separated by comma (eg. 53,34,87,25)."
11366
  msgstr "شناسه نوشته ها که با کاما از هم جدا شده اند. (مثلا 53,34,87,25)."
11367
 
11368
+ #: includes/elements/latest-posts-slider.php:153
11369
  msgid "Order direction"
11370
  msgstr "جهت مرتب سازی"
11371
 
11372
+ #: includes/elements/latest-posts-slider.php:171
11373
  msgid "Slider skin"
11374
  msgstr "نمای اسلایدر"
11375
 
11376
+ #: includes/elements/latest-posts-slider.php:177
11377
  msgid "Light and boxed"
11378
  msgstr "جعبه ای روشن"
11379
 
11380
+ #: includes/elements/latest-posts-slider.php:178
11381
  msgid "Dark and boxed"
11382
  msgstr "جعبه ای تیره"
11383
 
11384
+ #: includes/elements/latest-posts-slider.php:179
11385
  msgid "Light overlay"
11386
  msgstr "روکش روشن"
11387
 
11388
+ #: includes/elements/latest-posts-slider.php:180
11389
  msgid "Dark overlay"
11390
  msgstr "روکش تیره"
11391
 
11392
+ #: includes/elements/latest-posts-slider.php:191
11393
+ #: includes/elements/recent-posts-tiles-carousel.php:377
11394
+ #: includes/elements/recent-posts-tiles.php:385
11395
  msgid "Insert post title"
11396
  msgstr "افزودن عنوان نوشته"
11397
 
11398
+ #: includes/elements/latest-posts-slider.php:204
11399
+ #: includes/elements/recent-posts-tiles-carousel.php:390
11400
+ #: includes/elements/recent-posts-tiles.php:398
11401
  msgid "Insert post meta"
11402
  msgstr "افزودن متای نوشته"
11403
 
11404
+ #: includes/elements/latest-posts-slider.php:221
11405
  msgid "Grab the image from"
11406
  msgstr "گرفتن تصویر از"
11407
 
11408
+ #: includes/elements/latest-posts-slider.php:227
11409
  msgid "Auto select"
11410
  msgstr "انتخاب خودکار"
11411
 
11412
+ #: includes/elements/latest-posts-slider.php:228
11413
  msgid "Featured image"
11414
  msgstr "تصویر شاخص"
11415
 
11416
+ #: includes/elements/latest-posts-slider.php:229
11417
  msgid "First image in post"
11418
  msgstr "اولین تصویر در نوشته"
11419
 
11420
+ #: includes/elements/latest-posts-slider.php:230
11421
  msgid "Custom image"
11422
  msgstr "تصویر دلخواه"
11423
 
11424
+ #: includes/elements/latest-posts-slider.php:241
11425
  msgid "Background image"
11426
  msgstr "تصویر پس زمینه"
11427
 
11428
+ #: includes/elements/latest-posts-slider.php:257
11429
  msgid "Exclude posts without image"
11430
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
11431
 
11432
+ #: includes/elements/latest-posts-slider.php:324
11433
+ #: includes/elements/touch-slider.php:122
11434
  msgid "Looped navigation"
11435
  msgstr "ناوبری چرخه ای"
11436
 
11437
+ #: includes/elements/latest-posts-slider.php:350
11438
+ #: includes/elements/touch-slider.php:148
11439
  msgid "Slideshow delay in seconds"
11440
  msgstr "تاخیر اسلایدشو بر حسب ثانیه"
11441
 
11442
+ #: includes/elements/latest-posts-slider.php:521
11443
  msgid "View all posts in "
11444
  msgstr "نمایش همه نوشته ها در"
11445
 
11452
  msgid "Shows popular and most commented posts with thumbnail."
11453
  msgstr "نمایش مطالب محبوب و بیشتر بحث شده به همراه تصویر بندانگشتی"
11454
 
11455
+ #: includes/elements/popular-posts-widget.php:85
11456
  msgid "Display popular tab"
11457
  msgstr "نمایش زبانه محبوب ها"
11458
 
11459
+ #: includes/elements/popular-posts-widget.php:86
11460
  msgid "Enable it to display the most popular posts."
11461
  msgstr "برای نمایش نوشته های محبوب این گزینه را فعال کنید."
11462
 
11463
+ #: includes/elements/popular-posts-widget.php:100
11464
  msgid "Display recent tab"
11465
  msgstr "نمایش زبانه مطالب اخیر"
11466
 
11467
+ #: includes/elements/popular-posts-widget.php:101
11468
  msgid "Enable it to display the most recent posts."
11469
  msgstr "برای نمایش مطالب اخیر این گزینه را فعال کنید."
11470
 
11471
+ #: includes/elements/popular-posts-widget.php:115
11472
  msgid "Display comment tab"
11473
  msgstr "نمایش زبانه دیدگاه ها"
11474
 
11475
+ #: includes/elements/popular-posts-widget.php:116
11476
  msgid "Enable it to display the most commented posts."
11477
  msgstr "برای نمایش نوشته های بیشتر بحث شده این گزینه را فعال کنید."
11478
 
11479
+ #: includes/elements/popular-posts-widget.php:131
11480
+ #: includes/elements/recent-posts-widget.php:91
11481
  msgid "Enable it to display images as well."
11482
  msgstr "همچنین برای نمایش تصاویر این گزینه را فعال کنید."
11483
 
11484
+ #: includes/elements/popular-posts-widget.php:160
11485
+ #: includes/elements/recent-posts-widget.php:120
11486
  msgid "Display post date"
11487
  msgstr "نمایش تاریخ نوشته"
11488
 
11489
+ #: includes/elements/popular-posts-widget.php:175
11490
+ #: includes/elements/recent-posts-widget.php:135
11491
  msgid "Specify summary content in character"
11492
  msgstr "محتوای خلاصه مطلب را بر حسب کاراکتر مشخص می کند."
11493
 
11494
+ #: includes/elements/popular-posts-widget.php:236
11495
  msgid "specify a categories that you want."
11496
  msgstr "دسته بندی های مورد نظر شما را مشخص می کند."
11497
 
11498
+ #: includes/elements/popular-posts-widget.php:386
11499
  msgid "Popular"
11500
  msgstr "محبوب"
11501
 
11502
+ #: includes/elements/popular-posts-widget.php:388
11503
  msgid "Comment"
11504
  msgstr "دیدگاه"
11505
 
11507
  msgid "Blockquote and introduction paragraph"
11508
  msgstr "نقل قول و پاراگراف مقدمه"
11509
 
11510
+ #: includes/elements/quote.php:40
11511
  msgid "Quote text"
11512
  msgstr "متن نقل قول"
11513
 
11514
+ #: includes/elements/quote.php:41
11515
  msgid "Enter a text as a quote."
11516
  msgstr "متنی را به عنوان نقل قول وارد کنید."
11517
 
11518
+ #: includes/elements/quote.php:54
11519
  msgid "Blockqoute style"
11520
  msgstr "ظاهر نقل قول"
11521
 
11522
+ #: includes/elements/quote.php:61
11523
  msgid "Quote Normal"
11524
  msgstr "نقل قول معمولی"
11525
 
11526
+ #: includes/elements/quote.php:65
11527
  msgid "Blockquote Normal"
11528
  msgstr "بلوک نقل قول معمولی"
11529
 
11530
+ #: includes/elements/quote.php:69
11531
  msgid "Blockquote Bordered"
11532
  msgstr "بلوک نقل قول کادربندی شده"
11533
 
11534
+ #: includes/elements/quote.php:73
11535
  msgid "Intro"
11536
  msgstr "مقدمه"
11537
 
11538
+ #: includes/elements/quote.php:77
11539
  msgid "Intro Hero"
11540
  msgstr "مقدمه بزرگ"
11541
 
11542
+ #: includes/elements/quote.php:81
11543
  msgid "Intro with Splitter"
11544
  msgstr "مقدمه با جداکننده"
11545
 
11546
+ #: includes/elements/quote.php:85
11547
  msgid "Pullquote Normal"
11548
  msgstr "نقل قول معلق معمولی"
11549
 
11550
+ #: includes/elements/quote.php:89
11551
  msgid "Pullquote Colorized"
11552
  msgstr "نقل قول معلق رنگی"
11553
 
11560
  msgid "It adds recent posts in grid or carousel mode."
11561
  msgstr "مطالب اخیر را در حالت شبکه یا گردونه اضافه می کند."
11562
 
11563
+ #: includes/elements/recent-posts-grid-carousel.php:56
11564
+ #: includes/elements/recent-posts-land-style.php:56
11565
+ #: includes/elements/recent-posts-masonry.php:56
11566
+ #: includes/elements/recent-posts-tiles-carousel.php:43
11567
+ #: includes/elements/recent-posts-tiles.php:56
11568
+ #: includes/elements/recent-posts-timeline.php:50
11569
  msgid "Recent post title, leave it empty if you don`t need title."
11570
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11571
 
11572
+ #: includes/elements/recent-posts-grid-carousel.php:70
11573
  #, fuzzy
11574
  msgid "Recent posts subtitle, leave it empty if you don`t need title."
11575
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11576
 
11577
+ #: includes/elements/recent-posts-grid-carousel.php:380
11578
+ #: includes/elements/recent-posts-land-style.php:300
11579
+ #: includes/elements/recent-posts-masonry.php:280
11580
  msgid ""
11581
  "Enable it to display %s like button%s on gride template blog. Please note WP "
11582
  "Ulike plugin needs to be activaited to use this option."
11584
  "برای نمایش %s دکمه لایک %s در نوشته های بلاگ این گزینه را فعال کنید. لطفا "
11585
  "توجه کنید که افزونه WP Ulike برای عمل کردن این بخش باید فعال باشد."
11586
 
11587
+ #: includes/elements/recent-posts-grid-carousel.php:457
11588
  #, fuzzy
11589
  msgid "Meta Info position"
11590
  msgstr "موقعیت تصویر یا شکلک"
11591
 
11592
+ #: includes/elements/recent-posts-grid-carousel.php:550
11593
  msgid "Specifies the style of content for each post column."
11594
  msgstr "ظاهر محتوا برای هر ستون از نوشته ها مشخص می کند."
11595
 
11620
  msgid "It adds recent posts in tiles carousel mode."
11621
  msgstr "مطالب اخیر را در حالت شبکه یا گردونه اضافه می کند."
11622
 
11623
+ #: includes/elements/recent-posts-tiles-carousel.php:71
11624
  #, fuzzy
11625
  msgid "Number of posts to show in per page"
11626
  msgstr "تعداد نوشته ها برای نمایش"
11627
 
11628
+ #: includes/elements/recent-posts-tiles-carousel.php:85
11629
  #, fuzzy
11630
  msgid "Number of Pages"
11631
  msgstr "تعداد نوشته ها"
11632
 
11633
+ #: includes/elements/recent-posts-tiles-carousel.php:346
11634
  #, fuzzy
11635
  msgid "Light Overlay"
11636
  msgstr "روکش روشن"
11666
  msgid "a Widget for Display Your Store's Products"
11667
  msgstr ""
11668
 
11669
+ #: includes/elements/recent-products.php:42
11670
  #, fuzzy
11671
  msgid "Recent products title, leave it empty if you don`t need title."
11672
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11673
 
11674
+ #: includes/elements/recent-products.php:56
11675
  #, fuzzy
11676
  msgid "Recent products subtitle, leave it empty if you don`t need title."
11677
  msgstr "عنوان مطالب اخیر، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11678
 
11679
+ #: includes/elements/recent-products.php:97
11680
  #, fuzzy
11681
  msgid "Vertical 10:15"
11682
  msgstr "عمودی 3:4"
11689
  msgid "The element description"
11690
  msgstr "توضیحات المان"
11691
 
11692
+ #: includes/elements/sample-element.php:51
11693
  msgid "Description for this element"
11694
  msgstr "توضیحات این المان"
11695
 
11697
  msgid "Fancy search field"
11698
  msgstr "فیلد جستجوی فانتزی"
11699
 
11700
+ #: includes/elements/search.php:41
11701
  msgid "Search title, leave it empty if you don`t need title."
11702
  msgstr "عنوان جستجو، اگر به عناون نیازی ندارید این بخش را خالی بگذارید."
11703
 
11709
  "شکلک های شبکه های اجتماعی را نشان می دهد که می توانید در شخصی ساز آن ها را "
11710
  "تنظیم کنید."
11711
 
11712
+ #: includes/elements/socials-list.php:42 includes/elements/socials-list.php:179
11713
  msgid "Socials title, leave it empty if you don`t need title."
11714
  msgstr ""
11715
  "عنوان شبکه های اجتماعی، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11716
 
11717
+ #: includes/elements/socials-list.php:56 includes/elements/socials-list.php:193
11718
  msgid "Size of social icons"
11719
  msgstr "اندازه شکلک های شبکه های اجتماعی"
11720
 
11721
+ #: includes/elements/socials-list.php:65 includes/elements/socials-list.php:202
11722
  msgid "Extra large"
11723
  msgstr "خیلی بزرگ"
11724
 
11725
+ #: includes/elements/socials-list.php:76 includes/elements/socials-list.php:213
11726
  msgid "Directon of socials list"
11727
  msgstr "جهت لیست شبکه های اجتماعی"
11728
 
11729
+ #: includes/elements/socials-list.php:155
11730
  #, fuzzy
11731
  msgid "It shows the website socials icons."
11732
  msgstr ""
11733
  "شکلک های شبکه های اجتماعی را نشان می دهد که می توانید در شخصی ساز آن ها را "
11734
  "تنظیم کنید."
11735
 
11736
+ #: includes/elements/socials-list.php:243 includes/elements/staff.php:344
11737
  #, fuzzy
11738
  msgid "Linkedin Address"
11739
  msgstr "آدرس"
11740
 
11741
+ #: includes/elements/socials-list.php:303
11742
  #, fuzzy
11743
  msgid "Youtube Address"
11744
  msgstr "آدرس"
11745
 
11746
+ #: includes/elements/socials-list.php:327
11747
  #, fuzzy
11748
  msgid "Telegram Address"
11749
  msgstr "آدرس"
11750
 
11751
+ #: includes/elements/socials-list.php:339
11752
  #, fuzzy
11753
  msgid "VK Address"
11754
  msgstr "آدرس"
11761
  msgid "You can display your Staffs as a customized widget,"
11762
  msgstr ""
11763
 
11764
+ #: includes/elements/staff.php:43
11765
  #, fuzzy
11766
  msgid "Staff Name, leave it empty if you don`t need title."
11767
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11768
 
11769
+ #: includes/elements/staff.php:52 includes/elements/staff.php:83
11770
+ #: includes/elements/staff.php:98 includes/elements/staff.php:118
11771
+ #: includes/elements/staff.php:137 includes/elements/staff.php:155
11772
+ #: includes/elements/staff.php:187
11773
  msgid "Staff Details"
11774
  msgstr ""
11775
 
11776
+ #: includes/elements/staff.php:57
11777
  #, fuzzy
11778
  msgid "Staff Occupation, leave it empty if you don`t need title."
11779
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11780
 
11781
+ #: includes/elements/staff.php:73
11782
  #, fuzzy
11783
  msgid "leave it empty if you don`t need to add a page."
11784
  msgstr "عنوان نقشه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11785
 
11786
+ #: includes/elements/staff.php:87
11787
  #, fuzzy
11788
  msgid "Staff Image"
11789
  msgstr "تصویر"
11790
 
11791
+ #: includes/elements/staff.php:102 includes/elements/text.php:420
11792
  #, fuzzy
11793
  msgid "Image Size"
11794
  msgstr "اندازه تصویر"
11795
 
11796
+ #: includes/elements/staff.php:108 includes/elements/text.php:426
11797
  #, fuzzy
11798
  msgid "Orginal Size"
11799
  msgstr "اصلی"
11800
 
11801
+ #: includes/elements/staff.php:191
11802
  msgid "Wrapper style"
11803
  msgstr "ظاهر Wrapper"
11804
 
11805
+ #: includes/elements/staff.php:202 includes/elements/text.php:99
11806
  msgid "Outlined"
11807
  msgstr "با خط بیرونی"
11808
 
11809
+ #: includes/elements/staff.php:218
11810
  msgid "Layout Style"
11811
  msgstr ""
11812
 
11813
+ #: includes/elements/staff.php:250
11814
  msgid "Layout Border Color"
11815
  msgstr ""
11816
 
11817
+ #: includes/elements/staff.php:251
11818
  #, fuzzy
11819
  msgid "Choose a border color for this layout."
11820
  msgstr "رنگ پس زمینه ای را برای این بلوک انتخاب کنید."
11821
 
11822
+ #: includes/elements/staff.php:268
11823
  msgid "Text align"
11824
  msgstr "تراز متن"
11825
 
11826
+ #: includes/elements/staff.php:296
11827
  msgid "Text color scheme"
11828
  msgstr "شمای رنگ متن"
11829
 
11830
+ #: includes/elements/staff.php:302
11831
  msgid "Inherit"
11832
  msgstr "ارث بری"
11833
 
11835
  msgid "It adds tabs element."
11836
  msgstr "یک المان زبانه اضافه می کند."
11837
 
11838
+ #: includes/elements/tab-widget.php:42 includes/elements/tabs.php:42
11839
  msgid "Tabs title, leave it empty if you don`t need title."
11840
  msgstr "عنوان زبانه، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11841
 
11842
+ #: includes/elements/tab-widget.php:56 includes/elements/tabs.php:56
11843
  msgid "Choose between bordered style and no border."
11844
  msgstr "بین ظاهر کادر بندی شده و بدون کادر یکی را انتخاب کنید."
11845
 
11846
+ #: includes/elements/tab-widget.php:73
11847
  #, fuzzy
11848
  msgid "First Tab Label"
11849
  msgstr "برچسب زبانه"
11850
 
11851
+ #: includes/elements/tab-widget.php:74 includes/elements/tab-widget.php:103
11852
+ #: includes/elements/tab-widget.php:132 includes/elements/tabs.php:74
11853
  msgid "Enter your tab item label."
11854
  msgstr "برچسب آیتم زبانه را وارد کنید."
11855
 
11856
+ #: includes/elements/tab-widget.php:87
11857
  #, fuzzy
11858
  msgid "First Tab Content"
11859
  msgstr "اولی باز باشد؟"
11860
 
11861
+ #: includes/elements/tab-widget.php:88 includes/elements/tab-widget.php:117
11862
+ #: includes/elements/tab-widget.php:146 includes/elements/tabs.php:91
11863
  msgid "Enter your tab item content."
11864
  msgstr "محتوای آیتم زبانه را وارد کنید."
11865
 
11866
+ #: includes/elements/tab-widget.php:102
11867
  #, fuzzy
11868
  msgid "Second Tab Label"
11869
  msgstr "برچسب زبانه"
11870
 
11871
+ #: includes/elements/tab-widget.php:116
11872
  #, fuzzy
11873
  msgid "Second Tab Content"
11874
  msgstr "محتوای جعبه ای"
11875
 
11876
+ #: includes/elements/tab-widget.php:131
11877
  #, fuzzy
11878
  msgid "Third Tab Label"
11879
  msgstr "برچسب زبانه"
11880
 
11881
+ #: includes/elements/tab-widget.php:145
11882
  #, fuzzy
11883
  msgid "Third Tab Content"
11884
  msgstr "محتوای جعبه ای"
11885
 
11886
+ #: includes/elements/tabs.php:73
11887
  msgid "Tab label"
11888
  msgstr "برچسب زبانه"
11889
 
11890
+ #: includes/elements/tabs.php:77
11891
  msgid "Tabs Section"
11892
  msgstr "بخش زبانه ها"
11893
 
11894
+ #: includes/elements/tabs.php:93
11895
  msgid "Tabs section"
11896
  msgstr "بخش زبانه ها"
11897
 
11905
  msgid "Testimonial Element"
11906
  msgstr "المان های ضروری اکسین"
11907
 
11908
+ #: includes/elements/testimonial.php:42
11909
  msgid "Testimonial Templates"
11910
  msgstr ""
11911
 
11912
+ #: includes/elements/testimonial.php:56
11913
  #, fuzzy
11914
  msgid "Default Template"
11915
  msgstr "پیش فرض"
11916
 
11917
+ #: includes/elements/testimonial.php:60
11918
  msgid "Default Template With Image"
11919
  msgstr ""
11920
 
11921
+ #: includes/elements/testimonial.php:64
11922
  #, fuzzy
11923
  msgid "Bordered On Content"
11924
  msgstr "محتوای جعبه ای"
11925
 
11926
+ #: includes/elements/testimonial.php:68
11927
  msgid "Quotation Mark on Top of the Content"
11928
  msgstr ""
11929
 
11930
+ #: includes/elements/testimonial.php:72
11931
  msgid "Show Info on Top of Content"
11932
  msgstr ""
11933
 
11934
+ #: includes/elements/testimonial.php:76
11935
  msgid "Show Image on Top of the Content"
11936
  msgstr ""
11937
 
11938
+ #: includes/elements/testimonial.php:83
11939
  #, fuzzy
11940
  msgid "Customer Name, leave it empty if you don`t need title."
11941
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11942
 
11943
+ #: includes/elements/testimonial.php:97
11944
  #, fuzzy
11945
  msgid "Customer Link, leave it empty if you don`t need it"
11946
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11947
 
11948
+ #: includes/elements/testimonial.php:111
11949
  #, fuzzy
11950
  msgid "Customer Occupation, leave it empty if you don`t need it."
11951
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11952
 
11953
+ #: includes/elements/testimonial.php:125
11954
  #, fuzzy
11955
  msgid "Customer Rating, Set it to \"None\" if you don`t need it."
11956
  msgstr "عنوان کد، اگر به عنوان نیازی ندارید این بخش را خالی بگذارید."
11960
  msgid "Iconic text block."
11961
  msgstr "بلوک متنی سادذه."
11962
 
11963
+ #: includes/elements/text.php:88
11964
  #, fuzzy
11965
  msgid "Wrapper Style"
11966
  msgstr "ظاهر Wrapper"
11967
 
11968
+ #: includes/elements/text.php:112 includes/elements/text.php:140
11969
+ #: includes/elements/text.php:168 includes/elements/text.php:187
11970
+ #: includes/elements/text.php:206 includes/elements/text.php:225
11971
+ #: includes/elements/text.php:243 includes/elements/text.php:265
11972
+ #: includes/elements/text.php:283 includes/elements/text.php:301
11973
+ #: includes/elements/text.php:319 includes/elements/text.php:338
11974
+ #: includes/elements/text.php:360 includes/elements/text.php:918
11975
+ #: includes/elements/text.php:932
11976
  #, fuzzy
11977
  msgid "Wrapper Layout"
11978
  msgstr "ظاهر Wrapper"
11979
 
11980
+ #: includes/elements/text.php:144
11981
  msgid "Text Align on Small Screens"
11982
  msgstr ""
11983
 
11984
+ #: includes/elements/text.php:172
11985
  #, fuzzy
11986
  msgid "Text Color Scheme"
11987
  msgstr "شمای رنگ متن"
11988
 
11989
+ #: includes/elements/text.php:192
11990
  #, fuzzy
11991
  msgid "Wrapper Background Type"
11992
  msgstr "شکل پس زمینه"
11993
 
11994
+ #: includes/elements/text.php:198 includes/elements/text.php:293
11995
  #, fuzzy
11996
  msgid "Single Color"
11997
  msgstr "رنگ شکلک"
11998
 
11999
+ #: includes/elements/text.php:199 includes/elements/text.php:294
12000
+ #: includes/general-hooks.php:1578
12001
  msgid "Background Image"
12002
  msgstr "تصویر پس زمینه"
12003
 
12004
+ #: includes/elements/text.php:211
12005
  #, fuzzy
12006
  msgid "Wrapper Background Color"
12007
  msgstr "رنگ پس زمینه"
12008
 
12009
+ #: includes/elements/text.php:229
12010
  #, fuzzy
12011
  msgid "Wrapper Background image"
12012
  msgstr "تصویر پس زمینه"
12013
 
12014
+ #: includes/elements/text.php:247
12015
  #, fuzzy
12016
  msgid "Wrapper Background Image Display"
12017
  msgstr "تصویر پس زمینه"
12018
 
12019
+ #: includes/elements/text.php:252 includes/elements/text.php:347
12020
+ #: includes/general-hooks.php:1609
12021
  msgid "Cover"
12022
  msgstr "پوشاننده"
12023
 
12024
+ #: includes/elements/text.php:253 includes/elements/text.php:348
12025
  #, fuzzy
12026
  msgid "Tiled Image"
12027
  msgstr "تصویر"
12028
 
12029
+ #: includes/elements/text.php:254 includes/elements/text.php:349
12030
  msgid "Centered, with original size"
12031
  msgstr ""
12032
 
12033
+ #: includes/elements/text.php:255 includes/elements/text.php:350
12034
+ #: includes/general-hooks.php:1742
12035
  msgid "Fixed"
12036
  msgstr "ثابت"
12037
 
12038
+ #: includes/elements/text.php:269
12039
  #, fuzzy
12040
  msgid "Wrapper Background Overlay"
12041
  msgstr "فعالسازی پس زمینه"
12042
 
12043
+ #: includes/elements/text.php:287
12044
  #, fuzzy
12045
  msgid "Header Background Type"
12046
  msgstr "شکل پس زمینه"
12047
 
12048
+ #: includes/elements/text.php:305
12049
  #, fuzzy
12050
  msgid "Header Background color"
12051
  msgstr "رنگ پس زمینه"
12052
 
12053
+ #: includes/elements/text.php:324
12054
  #, fuzzy
12055
  msgid "Header Background image"
12056
  msgstr "تصویر پس زمینه"
12057
 
12058
+ #: includes/elements/text.php:342
12059
  #, fuzzy
12060
  msgid "Header Background Image Display"
12061
  msgstr "تصویر پس زمینه"
12062
 
12063
+ #: includes/elements/text.php:364
12064
  #, fuzzy
12065
  msgid "Icon or image"
12066
  msgstr "تصویر پوستر"
12067
 
12068
+ #: includes/elements/text.php:365
12069
  msgid "Please choose an icon from avaialable icons."
12070
  msgstr "لطفا یکی از شکلک های موجود را انتخاب کنید."
12071
 
12072
+ #: includes/elements/text.php:366
12073
  #, fuzzy
12074
  msgid "Display Icon or Image"
12075
  msgstr "نمایش تصویر"
12076
 
12077
+ #: includes/elements/text.php:380 includes/elements/text.php:398
12078
+ #: includes/elements/text.php:416 includes/elements/text.php:439
12079
+ #: includes/elements/text.php:457 includes/elements/text.php:480
12080
+ #: includes/elements/text.php:498 includes/elements/text.php:527
12081
+ #: includes/elements/text.php:565 includes/elements/text.php:603
12082
+ #: includes/elements/text.php:631
12083
  #, fuzzy
12084
  msgid "Icon & Image"
12085
  msgstr "تصویر پس زمینه"
12086
 
12087
+ #: includes/elements/text.php:444
12088
  msgid "Choose a color for icon."
12089
  msgstr "رنگی برای شکلک انتخاب کنید."
12090
 
12091
+ #: includes/elements/text.php:461
12092
  msgid "Icon size"
12093
  msgstr "اندازه شکلک"
12094
 
12095
+ #: includes/elements/text.php:485
12096
  msgid "Choose a color for background of icon."
12097
  msgstr "رنگی برای پس زمینه شکلک انتخاب کنید."
12098
 
12099
+ #: includes/elements/text.php:502
12100
  #, fuzzy
12101
  msgid "Icon/Image outline color"
12102
  msgstr "رنگ خط بیرونی شکلک"
12103
 
12104
+ #: includes/elements/text.php:503
12105
  #, fuzzy
12106
  msgid "Choose a color for the border around the icon or image."
12107
  msgstr "رنگی را برای کادر دور شکلک انتخاب کنید."
12108
 
12109
+ #: includes/elements/text.php:517
12110
  #, fuzzy
12111
  msgid "Icon/Image outline width"
12112
  msgstr "رنگ خط بیرونی شکلک"
12113
 
12114
+ #: includes/elements/text.php:518
12115
  #, fuzzy
12116
  msgid "Choose a width for the border around the icon or image."
12117
  msgstr "رنگی را برای کادر دور شکلک انتخاب کنید."
12118
 
12119
+ #: includes/elements/text.php:607
12120
  msgid "Image or icon position"
12121
  msgstr "موقعیت تصویر یا شکلک"
12122
 
12123
+ #: includes/elements/text.php:690
12124
  msgid "Button shape style"
12125
  msgstr "ظاهر شکل دکمه"
12126
 
12127
+ #: includes/elements/text.php:767
12128
  msgid "Darken label of button while mouse over it."
12129
  msgstr "تیره تر کردن برچسب هنگامی که ماوس روی آن است."
12130
 
12131
+ #: includes/elements/text.php:922
12132
  msgid "Footer Shape color"
12133
  msgstr ""
12134
 
12135
+ #: includes/elements/text.php:923
12136
  #, fuzzy
12137
  msgid "Select color for shape"
12138
  msgstr "انتخاب شکل آکاردئون."
12145
  msgid "Responsive image slider with touch swipe feature."
12146
  msgstr ""
12147
 
12148
+ #: includes/elements/touch-slider.php:43
12149
  #, fuzzy
12150
  msgid "The slider title, leave it empty if you don`t need title."
12151
  msgstr "عنوان ویدیو، اگر به عنوان نیاز ندارید این بخش را خالی بگذارید."
12217
  msgid "LOADING"
12218
  msgstr ""
12219
 
12220
+ #: includes/general-functions.php:1997
12221
  msgid "Blurred placeholder image"
12222
  msgstr ""
12223
 
12224
+ #: includes/general-functions.php:1998
12225
  msgid "In-progress box animation"
12226
  msgstr ""
12227
 
12228
+ #: includes/general-functions.php:1999
12229
  msgid "Loading spinner (blue)"
12230
  msgstr ""
12231
 
12232
+ #: includes/general-functions.php:2000
12233
  msgid "Loading spinner (light)"
12234
  msgstr ""
12235
 
12236
+ #: includes/general-functions.php:2001
12237
  msgid "Loading spinner (dark)"
12238
  msgstr ""
12239
 
12240
  #. translators: %s: Search term.
12241
+ #: includes/general-functions.php:2228
12242
  msgid "Search Results for: %s"
12243
  msgstr ""
12244
 
12245
  #. translators: %s is the page number.
12246
+ #: includes/general-functions.php:2232
12247
  msgid "&nbsp;&ndash; Page %s"
12248
  msgstr ""
12249
 
12250
  #. translators: Category archive title. 1: Category name
12251
+ #: includes/general-functions.php:2239
12252
  #, fuzzy
12253
  msgid "Category: %s"
12254
  msgstr "دسته 1"
12255
 
12256
  #. translators: Tag archive title. 1: Tag name
12257
+ #: includes/general-functions.php:2245
12258
  msgid "Tag: %s"
12259
  msgstr ""
12260
 
12261
  #. translators: Author archive title. 1: Author name
12262
+ #: includes/general-functions.php:2252
12263
  #, fuzzy
12264
  msgid "Author: %s"
12265
  msgstr "نویسنده"
12266
 
12267
  #. translators: Yearly archive title. 1: Year
12268
+ #: includes/general-functions.php:2259
12269
  msgid "Year: %s"
12270
  msgstr ""
12271
 
12272
  #. translators: Monthly archive title. 1: Month name and year
12273
+ #: includes/general-functions.php:2266
12274
  msgid "Month: %s"
12275
  msgstr ""
12276
 
12277
  #. translators: Daily archive title. 1: Date
12278
+ #: includes/general-functions.php:2273
12279
  msgid "Day: %s"
12280
  msgstr ""
12281
 
12282
  #. translators: Post type archive title. 1: Post type name
12283
+ #: includes/general-functions.php:2300
12284
  msgid "Archives: %s"
12285
  msgstr ""
12286
 
12287
  #. translators: Taxonomy term archive title. 1: Taxonomy singular name, 2:
12288
  #. Current taxonomy term
12289
+ #: includes/general-functions.php:2308
12290
  msgid "%1$s: %2$s"
12291
  msgstr ""
12292
 
12293
+ #: includes/general-functions.php:2311
12294
  msgid "Page Not Found"
12295
  msgstr ""
12296
 
12297
+ #: includes/general-functions.php:2490
12298
  #, fuzzy
12299
  msgid "Select Page"
12300
  msgstr "تراز شکلک را انتخاب کنید."
12301
 
12302
+ #: includes/general-hooks.php:218
12303
  msgid "Auxin Icons"
12304
  msgstr "اکسین شکلک ها"
12305
 
12306
+ #: includes/general-hooks.php:223
12307
  msgid "Icon library"
12308
  msgstr "کتابخانه شکلک ها"
12309
 
12310
+ #: includes/general-hooks.php:225
12311
  msgid "Font Awesome"
12312
  msgstr "Font Awesome"
12313
 
12314
+ #: includes/general-hooks.php:226
12315
  msgid "Open Iconic"
12316
  msgstr "Open Iconic"
12317
 
12318
+ #: includes/general-hooks.php:227
12319
  msgid "Typicons"
12320
  msgstr "Typicons"
12321
 
12322
+ #: includes/general-hooks.php:228
12323
  msgid "Entypo"
12324
  msgstr "Entypo"
12325
 
12326
+ #: includes/general-hooks.php:229
12327
  msgid "Linecons"
12328
  msgstr "Linecons"
12329
 
12330
+ #: includes/general-hooks.php:230
12331
  msgid "Auxin"
12332
  msgstr "اکسین"
12333
 
12334
+ #: includes/general-hooks.php:234
12335
  msgid "Select icon library."
12336
  msgstr "کتابخانه شکلک را انتخاب کنید."
12337
 
12338
+ #: includes/general-hooks.php:252 includes/general-hooks.php:269
12339
+ #: includes/general-hooks.php:285 includes/general-hooks.php:301
12340
+ #: includes/general-hooks.php:332
12341
  msgid "Select icon from library."
12342
  msgstr "انتخاب شکلک از کتابخانه."
12343
 
12344
+ #: includes/general-hooks.php:337
12345
  msgid "Custom color"
12346
  msgstr "رنگ سفارشی"
12347
 
12348
+ #: includes/general-hooks.php:339
12349
  msgid "Select custom icon color."
12350
  msgstr "رنگ دلخواه شکلک را انتخاب کنید."
12351
 
12352
+ #: includes/general-hooks.php:347
12353
  msgid "Background shape"
12354
  msgstr "شکل پس زمینه"
12355
 
12356
+ #: includes/general-hooks.php:353
12357
  msgid "Rounded"
12358
  msgstr "گرد شده"
12359
 
12360
+ #: includes/general-hooks.php:356
12361
  msgid "Outline Rounded"
12362
  msgstr "گرد با خط بیرونی"
12363
 
12364
+ #: includes/general-hooks.php:358
12365
  msgid "Select background shape and style for icon."
12366
  msgstr "ظاهر و شکل پس زمینه شکلک انتخاب کنید."
12367
 
12368
+ #: includes/general-hooks.php:363
12369
  msgid "Custom background color"
12370
  msgstr "رنگ پس زمینه دلخواه"
12371
 
12372
+ #: includes/general-hooks.php:365
12373
  msgid "Select custom icon background color."
12374
  msgstr "رنگ دلخواه پس زمینه شکلک را انتخاب کنید."
12375
 
12376
+ #: includes/general-hooks.php:381
12377
  msgid "Select icon alignment."
12378
  msgstr "تراز شکلک را انتخاب کنید."
12379
 
12380
+ #: includes/general-hooks.php:397 includes/general-hooks.php:398
12381
  msgid "Arrow"
12382
  msgstr "فلش"
12383
 
12384
+ #: includes/general-hooks.php:399
12385
  msgid "Back"
12386
  msgstr "برگشت"
12387
 
12388
+ #: includes/general-hooks.php:455
12389
  msgid "Custom JS Code"
12390
  msgstr "کد جاوااسکریپت سفارشی"
12391
 
12392
+ #: includes/general-hooks.php:456
12393
  msgid "Your Custom Javascript"
12394
  msgstr "جاوااسکریپت دلخواه شما"
12395
 
12396
+ #: includes/general-hooks.php:460
12397
  #, fuzzy
12398
  msgid "Custom Javascript in Head"
12399
  msgstr "جاوااسکریپت سفارشی"
12400
 
12401
+ #: includes/general-hooks.php:461 includes/general-hooks.php:475
12402
  msgid "You can add your custom javascript code here.%s DO NOT use %s tag."
12403
  msgstr ""
12404
  "کدهای جاوااسکریپت دلخواه خود را می توانید در این قسمت وارد کنید. از تگ %s "
12405
  "استفاده نکنید %s."
12406
 
12407
+ #: includes/general-hooks.php:462 includes/general-hooks.php:476
12408
  #, fuzzy
12409
  msgid ""
12410
  "In order to save your custom javascript code, you are expected to execute "
12412
  msgstr ""
12413
  "انتظار می رود قبل از ذخیره کد جاوااسکریپت، از درستی آن اطمینان پیدا کنید."
12414
 
12415
+ #: includes/general-hooks.php:468 includes/general-hooks.php:482
12416
  msgid "Execute"
12417
  msgstr "اجرا"
12418
 
12419
+ #: includes/general-hooks.php:474
12420
  #, fuzzy
12421
  msgid "Custom Javascript in Footer"
12422
  msgstr "کد جاوااسکریپت سفارشی"
12423
 
12424
+ #: includes/general-hooks.php:493 includes/general-hooks.php:494
12425
  msgid "Google API Keys & SEO"
12426
  msgstr ""
12427
 
12428
+ #: includes/general-hooks.php:499
12429
  msgid "Built in SEO"
12430
  msgstr "سئوی داخلی"
12431
 
12432
+ #: includes/general-hooks.php:500
12433
  msgid ""
12434
  "In case of using SEO plugins like \"WordPress SEO by Yoast\" or \"All in One "
12435
  "SEO Pack\" you can disable built-in SEO for maximum compatibility."
12438
  "Pack\" استفاده می کنید، برای حفظ بیشترین یکپارچگی، سئوی داخلی را غیرفعال "
12439
  "کنید."
12440
 
12441
+ #: includes/general-hooks.php:510
12442
  #, fuzzy
12443
  msgid "Google Analytics Code"
12444
  msgstr "کد آنالیز گوگل"
12445
 
12446
+ #: includes/general-hooks.php:511
12447
  msgid "You can %s set up Analytics tracking %s and add the tracking ID here."
12448
  msgstr ""
12449
 
12450
+ #: includes/general-hooks.php:525
12451
  msgid "Google Maps API Key"
12452
  msgstr ""
12453
 
12454
+ #: includes/general-hooks.php:527
12455
  msgid ""
12456
  "In order to use google maps on your website, you have to %s create an api "
12457
  "key %s and insert it in this field."
12458
  msgstr ""
12459
 
12460
+ #: includes/general-hooks.php:541
12461
  #, fuzzy
12462
  msgid "Google Marketing Code"
12463
  msgstr "کد بازاریابی گوگل"
12464
 
12465
+ #: includes/general-hooks.php:542
12466
  msgid "You can add your Google marketing code here.%s DO NOT use %s tag."
12467
  msgstr ""
12468
  "کد بازاریابی گوگل خود را می توانید در این قسمت وارد کنید. از تگ %s استفاده "
12469
  "نکنید %s."
12470
 
12471
+ #: includes/general-hooks.php:559
12472
  msgid "Logo 2 (optional)"
12473
  msgstr ""
12474
 
12475
+ #: includes/general-hooks.php:560
12476
  msgid ""
12477
  "The secondary logo which appears when the header becomes sticky (optional)."
12478
  msgstr ""
12479
 
12480
+ #: includes/general-hooks.php:576
12481
  msgid "Header Button 1"
12482
  msgstr ""
12483
 
12484
+ #: includes/general-hooks.php:577
12485
  msgid "Setting for Header Button 1"
12486
  msgstr ""
12487
 
12488
+ #: includes/general-hooks.php:599
12489
  #, fuzzy
12490
  msgid "Display Header Button 1"
12491
  msgstr "نمایش دکمه لایک"
12492
 
12493
+ #: includes/general-hooks.php:600 includes/general-hooks.php:1012
12494
  #, fuzzy
12495
  msgid "Enable this option to display a button in header."
12496
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12497
 
12498
+ #: includes/general-hooks.php:620
12499
  msgid "Hide Button 1 on Tablet"
12500
  msgstr ""
12501
 
12502
+ #: includes/general-hooks.php:621 includes/general-hooks.php:644
12503
  msgid "Enable it to hide header button 1 on tablet devices."
12504
  msgstr ""
12505
 
12506
+ #: includes/general-hooks.php:643
12507
  msgid "Hide Button 1 on Mobile"
12508
  msgstr ""
12509
 
12510
+ #: includes/general-hooks.php:666 includes/general-hooks.php:1078
12511
  #, fuzzy
12512
  msgid "Button Label"
12513
  msgstr "برچسب دکمه"
12514
 
12515
+ #: includes/general-hooks.php:667 includes/general-hooks.php:1079
12516
  #, fuzzy
12517
  msgid "Specifies the label of button."
12518
  msgstr "برچسب دکمه"
12519
 
12520
+ #: includes/general-hooks.php:689 includes/general-hooks.php:1101
12521
  #, fuzzy
12522
  msgid "Button Size"
12523
  msgstr "اندازه دکمه"
12524
 
12525
+ #: includes/general-hooks.php:719 includes/general-hooks.php:1131
12526
  #, fuzzy
12527
  msgid "Button Shape"
12528
  msgstr "نوع دکمه"
12529
 
12530
+ #: includes/general-hooks.php:726 includes/general-hooks.php:1138
12531
  msgid "Sharp"
12532
  msgstr ""
12533
 
12534
+ #: includes/general-hooks.php:793 includes/general-hooks.php:1205
12535
  #, fuzzy
12536
  msgid "Button Typography"
12537
  msgstr "نوع دکمه"
12538
 
12539
+ #: includes/general-hooks.php:815 includes/general-hooks.php:1227
12540
  #, fuzzy
12541
  msgid "Icon for Button"
12542
  msgstr "شکلک برای دکمه"
12543
 
12544
+ #: includes/general-hooks.php:837 includes/general-hooks.php:1249
12545
  #, fuzzy
12546
  msgid "Icon Alignment"
12547
  msgstr "تراز شکلک"
12548
 
12549
+ #: includes/general-hooks.php:886 includes/general-hooks.php:1298
12550
  #, fuzzy
12551
  msgid "Color of Button"
12552
  msgstr "رنگ دکمه"
12553
 
12554
+ #: includes/general-hooks.php:909 includes/general-hooks.php:1321
12555
  #, fuzzy
12556
  msgid "Color of Button on Sticky"
12557
  msgstr "رنگ دکمه"
12558
 
12559
+ #: includes/general-hooks.php:910 includes/general-hooks.php:1322
12560
  msgid "Specifies the color of the button when the header sticky is enabled."
12561
  msgstr ""
12562
 
12563
+ #: includes/general-hooks.php:955 includes/general-hooks.php:1367
12564
  #, fuzzy
12565
  msgid "Open Link in"
12566
  msgstr "باز کردن پیوند در"
12567
 
12568
+ #: includes/general-hooks.php:988
12569
  msgid "Header Button 2"
12570
  msgstr ""
12571
 
12572
+ #: includes/general-hooks.php:989
12573
  msgid "Setting for Header Button 2"
12574
  msgstr ""
12575
 
12576
+ #: includes/general-hooks.php:1011
12577
  #, fuzzy
12578
  msgid "Display Header Button 2"
12579
  msgstr "نمایش دکمه لایک"
12580
 
12581
+ #: includes/general-hooks.php:1032
12582
  msgid "Hide Button 2 on Tablet"
12583
  msgstr ""
12584
 
12585
+ #: includes/general-hooks.php:1033 includes/general-hooks.php:1056
12586
  msgid "Enable it to hide header button 2 on tablet devices."
12587
  msgstr ""
12588
 
12589
+ #: includes/general-hooks.php:1055
12590
  msgid "Hide Button 2 on Mobile"
12591
  msgstr ""
12592
 
12593
+ #: includes/general-hooks.php:1426
12594
  #, fuzzy
12595
  msgid "Specifies maximum height of logo in footer."
12596
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12597
 
12598
+ #: includes/general-hooks.php:1463
12599
  msgid "Preview login page"
12600
  msgstr "پیش نمایش صفحه ورود"
12601
 
12602
+ #: includes/general-hooks.php:1470
12603
  msgid "Login Skin"
12604
  msgstr "نمای صفحه ورود"
12605
 
12606
+ #: includes/general-hooks.php:1471
12607
  msgid "Specifies a skin for login page of your website."
12608
  msgstr "نمای صفحه ورود را در سایت شما مشخص می کند."
12609
 
12610
+ #: includes/general-hooks.php:1481
12611
  msgid "Clean white"
12612
  msgstr "سفید تمیز"
12613
 
12614
+ #: includes/general-hooks.php:1485
12615
  msgid "Simple white"
12616
  msgstr "سفید ساده"
12617
 
12618
+ #: includes/general-hooks.php:1489
12619
  msgid "Simple gray"
12620
  msgstr "خاکستری ساده"
12621
 
12622
+ #: includes/general-hooks.php:1499
12623
  msgid "Login message"
12624
  msgstr "پیام ورود"
12625
 
12626
+ #: includes/general-hooks.php:1500
12627
  #, fuzzy
12628
  msgid "Enter a text to display above the login form."
12629
  msgstr "متنی را برای نمایش در بالای فرم ورود وارد کنید."
12630
 
12631
+ #: includes/general-hooks.php:1512
12632
  msgid "Login Page Logo"
12633
  msgstr "لوگوی صفحه ورود"
12634
 
12635
+ #: includes/general-hooks.php:1513
12636
  msgid ""
12637
  "Specifies a logo to display on login page.(width of logo image could be up "
12638
  "to 320px)"
12640
  "لوگویی را برای نمایش در صفحه ورود مشخص می کند.(عرض لوگو می تواند تا 320 "
12641
  "پیکسل باشد)"
12642
 
12643
+ #: includes/general-hooks.php:1524
12644
  msgid "Logo Width"
12645
  msgstr "عرض لوگو"
12646
 
12647
+ #: includes/general-hooks.php:1525
12648
  msgid "Specifies width of logo image in pixel."
12649
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12650
 
12651
+ #: includes/general-hooks.php:1536
12652
  msgid "Logo Height"
12653
  msgstr "ارتفاع لوگو"
12654
 
12655
+ #: includes/general-hooks.php:1537
12656
  msgid "Specifies height of logo image in pixel."
12657
  msgstr "ارتفاع لوگو را بر حسب پیکسل مشخص می کند."
12658
 
12659
+ #: includes/general-hooks.php:1549
12660
  msgid "Enable Background"
12661
  msgstr "فعالسازی پس زمینه"
12662
 
12663
+ #: includes/general-hooks.php:1550
12664
  msgid "Enable it to display custom background on login page."
12665
  msgstr "برای نمایش پس زمینه دلخواه در صفحه ورود این گزینه را فعال کنید."
12666
 
12667
+ #: includes/general-hooks.php:1562
12668
  msgid "Specifies background color of website."
12669
  msgstr "رنگ پس زمینه وب سایت را مشخص می کند."
12670
 
12671
+ #: includes/general-hooks.php:1579
12672
  msgid "You can upload custom image for background of login page"
12673
  msgstr "می توانید تصویر دلخواهی را به عنوان پس زمینه صفحه ورود بارگذاری کنید."
12674
 
12675
+ #: includes/general-hooks.php:1594
12676
  msgid "Background Size"
12677
  msgstr "اندازه پس زمینه"
12678
 
12679
+ #: includes/general-hooks.php:1595
12680
  msgid "Specifies background size on login page."
12681
  msgstr "اندازه تصویر پس زمینه در صفحه ورود را مشخص می کند."
12682
 
12683
+ #: includes/general-hooks.php:1605
12684
  msgid "Contain"
12685
  msgstr "دربرگیرنده"
12686
 
12687
+ #: includes/general-hooks.php:1624
12688
  msgid "Background Pattern"
12689
  msgstr "الگوی پس زمینه"
12690
 
12691
+ #: includes/general-hooks.php:1625
12692
  msgid ""
12693
  "You can select one of these patterns as login background image. %s Some of "
12694
  "these can be used as a pattern over your background image."
12696
  "می توانید یکی از این الگوها را به عنوان تصویر پس زمینه انتخاب کنید. %s بعضی "
12697
  "از این ها می توانند به عنوان الگو بر روی تصویر پس زمینه شما استفاده شوند."
12698
 
12699
+ #: includes/general-hooks.php:1641
12700
  msgid "Background Repeat"
12701
  msgstr "تکرار پس زمینه"
12702
 
12703
+ #: includes/general-hooks.php:1642
12704
  msgid "Specifies how background image repeats."
12705
  msgstr "نحوه تکرار تصویر پس زمینه را مشخص می کند."
12706
 
12707
+ #: includes/general-hooks.php:1647
12708
  msgid "No repeat"
12709
  msgstr "بدون تکرار"
12710
 
12711
+ #: includes/general-hooks.php:1651
12712
  msgid "Repeat horizontally and vertically"
12713
  msgstr "تکرار افقی و عمودی"
12714
 
12715
+ #: includes/general-hooks.php:1655
12716
  msgid "Repeat horizontally"
12717
  msgstr "تکرار افقی"
12718
 
12719
+ #: includes/general-hooks.php:1659
12720
  msgid "Repeat vertically"
12721
  msgstr "تکرار عمودی"
12722
 
12723
+ #: includes/general-hooks.php:1675
12724
  msgid "Background Position"
12725
  msgstr "موقعیت پس زمینه"
12726
 
12727
+ #: includes/general-hooks.php:1676
12728
  msgid "Specifies background image position."
12729
  msgstr "موقعیت تصویر پس زمینه را مشخص می کند."
12730
 
12731
+ #: includes/general-hooks.php:1681
12732
  msgid "Left top"
12733
  msgstr "چپ بالا"
12734
 
12735
+ #: includes/general-hooks.php:1685
12736
  msgid "Center top"
12737
  msgstr "وسط بالا"
12738
 
12739
+ #: includes/general-hooks.php:1689
12740
  msgid "Right top"
12741
  msgstr "راست بالا"
12742
 
12743
+ #: includes/general-hooks.php:1694
12744
  msgid "Left center"
12745
  msgstr "چپ وسط"
12746
 
12747
+ #: includes/general-hooks.php:1698
12748
  msgid "Center center"
12749
  msgstr "وسط وسط"
12750
 
12751
+ #: includes/general-hooks.php:1702
12752
  msgid "Right center"
12753
  msgstr "راست وسط"
12754
 
12755
+ #: includes/general-hooks.php:1707
12756
  msgid "Left bottom"
12757
  msgstr "چپ پایین"
12758
 
12759
+ #: includes/general-hooks.php:1711
12760
  msgid "Center bottom"
12761
  msgstr "وسط پایین"
12762
 
12763
+ #: includes/general-hooks.php:1715
12764
  msgid "Right bottom"
12765
  msgstr "راست پایین"
12766
 
12767
+ #: includes/general-hooks.php:1731
12768
  msgid "Background Attachment"
12769
  msgstr "پیوست پس زمینه"
12770
 
12771
+ #: includes/general-hooks.php:1732
12772
  msgid ""
12773
  "Specifies whether the background is fixed or scrollable as user scrolls the "
12774
  "page."
12776
  "مشخص می کند پس زمینه هنگام اسکرول کردن صفحه توسط کاربر ثابت باشد یا اسکرول "
12777
  "شود."
12778
 
12779
+ #: includes/general-hooks.php:1738
12780
  msgid "Scroll"
12781
  msgstr "اسکرول"
12782
 
12783
+ #: includes/general-hooks.php:1759
12784
  msgid "Custom CSS class name"
12785
  msgstr "نام کلاس دلخواه CSS"
12786
 
12787
+ #: includes/general-hooks.php:1760
12788
  msgid ""
12789
  "In this field you can define custom CSS class name for login page.\n"
12790
  " This class name will be added to body classes in "
12794
  " این نام کلاس به بدنه (body) صفحه ورود اضافه خواهد "
12795
  "شدو برای موارد استایل دهی پیشرفته مورد استفاده قرار می گیرد."
12796
 
12797
+ #: includes/general-hooks.php:1771
12798
  #, fuzzy
12799
  msgid "Login Style"
12800
  msgstr "نمای صفحه ورود"
12801
 
12802
+ #: includes/general-hooks.php:1772
12803
  msgid "Custom Css style for login page"
12804
  msgstr ""
12805
 
12806
+ #: includes/general-hooks.php:1788
12807
  #, fuzzy
12808
  msgid "404 Page Options"
12809
  msgstr "تنظیمات طراحی"
12810
 
12811
+ #: includes/general-hooks.php:1794
12812
  msgid "Specifies a page to display on 404."
12813
  msgstr ""
12814
 
12815
+ #: includes/general-hooks.php:1809 includes/general-hooks.php:1826
12816
  msgid "Maintenance or Comingsoon Page"
12817
  msgstr ""
12818
 
12819
+ #: includes/general-hooks.php:1810
12820
  msgid "Maintenance or Comingsoon Page Options"
12821
  msgstr ""
12822
 
12823
+ #: includes/general-hooks.php:1815
12824
  msgid "Enable Maintenance or Comingsoon Mode"
12825
  msgstr ""
12826
 
12827
+ #: includes/general-hooks.php:1816
12828
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12829
  msgstr ""
12830
 
12831
+ #: includes/general-hooks.php:1827
12832
  msgid ""
12833
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon Mode"
12834
  msgstr ""
12835
 
12836
+ #: includes/general-hooks.php:1846
12837
  msgid "Search Results"
12838
  msgstr ""
12839
 
12840
+ #: includes/general-hooks.php:1847
12841
  msgid "Search Results Options"
12842
  msgstr ""
12843
 
12844
+ #: includes/general-hooks.php:1853
12845
  #, fuzzy
12846
  msgid "Exclude Posts Types"
12847
  msgstr "نادیده گرفتن این نوشته ها"
12848
 
12849
+ #: includes/general-hooks.php:1854
12850
  msgid "The post types which should be excluded from search results."
12851
  msgstr ""
12852
 
12853
+ #: includes/general-hooks.php:1864
12854
  #, fuzzy
12855
  msgid "Exclude Posts Without Featured Image"
12856
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12857
 
12858
+ #: includes/general-hooks.php:1865
12859
  #, fuzzy
12860
  msgid "Exclude posts without featured image in search results."
12861
  msgstr "نادیده گرفتن نوشته های بدون تصویر"
12862
 
12863
+ #: includes/general-hooks.php:1876
12864
  msgid ""
12865
  "If you intend to include additional posts, you should specify the posts here."
12866
  "<br>You have to insert the Post IDs that are separated by camma (eg. "
12867
  "53,34,87,25)"
12868
  msgstr ""
12869
 
12870
+ #: includes/general-hooks.php:1890
12871
  msgid "Import/Export"
12872
  msgstr ""
12873
 
12874
+ #: includes/general-hooks.php:1891
12875
  #, fuzzy
12876
  msgid "Import or Export options"
12877
  msgstr "تنظیمات نوشته نقل قول"
12878
 
12879
+ #: includes/general-hooks.php:1898
12880
  msgid "Export Data"
12881
  msgstr ""
12882
 
12883
+ #: includes/general-hooks.php:1899
12884
  msgid "Your theme options code which you can import later."
12885
  msgstr ""
12886
 
12887
+ #: includes/general-hooks.php:1909
12888
  msgid "Import Data"
12889
  msgstr ""
12890
 
12891
+ #: includes/general-hooks.php:1910
12892
  msgid "Paste the exported theme options code to import into theme."
12893
  msgstr ""
12894
 
12895
+ #: includes/general-hooks.php:1925
12896
  #, fuzzy
12897
  msgid "White Label"
12898
  msgstr "فاصله خالی"
12899
 
12900
+ #: includes/general-hooks.php:1926
12901
  msgid "White Label Settings"
12902
  msgstr ""
12903
 
12904
+ #: includes/general-hooks.php:1936
12905
  msgid "Change PHLOX labels."
12906
  msgstr ""
12907
 
12908
+ #: includes/general-hooks.php:1940
12909
  #, fuzzy
12910
  msgid "Theme Name"
12911
  msgstr "پوسته"
12912
 
12913
+ #: includes/general-hooks.php:1951
12914
  #, fuzzy
12915
  msgid "Theme Author Name"
12916
  msgstr "نام نویسنده"
12917
 
12918
+ #: includes/general-hooks.php:1960
12919
  #, fuzzy
12920
  msgid "Theme Author URL"
12921
  msgstr "شخصی ساز پوسته"
12922
 
12923
+ #: includes/general-hooks.php:1969
12924
  #, fuzzy
12925
  msgid "Theme Description"
12926
  msgstr "توضیحات المان"
12927
 
12928
+ #: includes/general-hooks.php:1978
12929
  msgid "Theme Screenshot (1200x900)"
12930
  msgstr ""
12931
 
12932
+ #: includes/general-hooks.php:1991
12933
  #, fuzzy
12934
  msgid "Displays"
12935
  msgstr "نوع نمایش"
12936
 
12937
+ #: includes/general-hooks.php:1992
12938
  msgid "Change PHLOX admin views."
12939
  msgstr ""
12940
 
12941
+ #: includes/general-hooks.php:1996
12942
  #, fuzzy
12943
  msgid "Hide Notifications"
12944
  msgstr "تنظیمات نوشته ویدیویی"
12945
 
12946
+ #: includes/general-hooks.php:2007
12947
  msgid "Hide Theme Badge"
12948
  msgstr ""
12949
 
12950
+ #: includes/general-hooks.php:2018
12951
  msgid "Hide Phlox Menu"
12952
  msgstr ""
12953
 
12954
+ #: includes/general-hooks.php:2029
12955
  #, fuzzy
12956
  msgid "Hide Dashboard Section"
12957
  msgstr "افزودن بخش"
12958
 
12959
+ #: includes/general-hooks.php:2047
12960
  msgid "Hide Customization Section"
12961
  msgstr ""
12962
 
12963
+ #: includes/general-hooks.php:2065
12964
  msgid "Hide Demo Importer Section"
12965
  msgstr ""
12966
 
12967
+ #: includes/general-hooks.php:2083
12968
  msgid "Hide Template Kits Section"
12969
  msgstr ""
12970
 
12971
+ #: includes/general-hooks.php:2101
12972
  msgid "Hide Plugins Section"
12973
  msgstr ""
12974
 
12975
+ #: includes/general-hooks.php:2119
12976
  #, fuzzy
12977
  msgid "Hide Tutorials Section"
12978
  msgstr "بخش زبانه ها"
12979
 
12980
+ #: includes/general-hooks.php:2137
12981
  #, fuzzy
12982
  msgid "Hide Feedback Section"
12983
  msgstr "افزودن بخش"
12984
 
12985
+ #: includes/general-hooks.php:2399
12986
  msgid "Twitter"
12987
  msgstr ""
12988
 
12989
+ #: includes/general-hooks.php:2400
12990
  msgid "Facebook"
12991
  msgstr ""
12992
 
12993
+ #: includes/general-hooks.php:2401
12994
  msgid "Google Plus"
12995
  msgstr ""
12996
 
12997
+ #: includes/general-hooks.php:2402
12998
  msgid "Flickr"
12999
  msgstr ""
13000
 
13001
+ #: includes/general-hooks.php:2403
13002
  msgid "Delicious"
13003
  msgstr ""
13004
 
13005
+ #: includes/general-hooks.php:2404
13006
  msgid "Pinterest"
13007
  msgstr ""
13008
 
13009
+ #: includes/general-hooks.php:2405
13010
  msgid "GitHub"
13011
  msgstr ""
13012
 
13013
+ #: includes/general-hooks.php:2571
13014
  #, fuzzy
13015
  msgid "Page Options"
13016
  msgstr "تنظیمات طراحی"
13017
 
13018
+ #: includes/general-hooks.php:2579
13019
  #, fuzzy
13020
  msgid "Post Options"
13021
  msgstr "تنظیمات نوشته صوتی"
13022
 
13023
+ #: includes/general-hooks.php:3025
13024
  #, fuzzy
13025
  msgid "Page %s"
13026
  msgstr "برگه ها"
13027
 
13028
+ #: includes/general-hooks.php:3598
13029
  #, fuzzy
13030
  msgid "current "
13031
  msgstr "صفحه جاری"
13032
 
13033
+ #: includes/general-hooks.php:3628
13034
  msgid "Edit Header & Footer"
13035
  msgstr ""
13036
 
13217
  msgid "http://averta.net"
13218
  msgstr "http://averta.net"
13219
 
13220
+ #: includes/general-functions.php:2255
13221
  msgctxt "yearly archives date format"
13222
  msgid "Y"
13223
  msgstr ""
13224
 
13225
+ #: includes/general-functions.php:2262
13226
  msgctxt "monthly archives date format"
13227
  msgid "F Y"
13228
  msgstr ""
13229
 
13230
+ #: includes/general-functions.php:2269
13231
  msgctxt "daily archives date format"
13232
  msgid "F j, Y"
13233
  msgstr ""
13234
 
13235
+ #: includes/general-functions.php:2277
13236
  msgctxt "post format archive title"
13237
  msgid "Asides"
13238
  msgstr ""
13239
 
13240
+ #: includes/general-functions.php:2279
13241
  #, fuzzy
13242
  msgctxt "post format archive title"
13243
  msgid "Galleries"
13244
  msgstr "گالری ها"
13245
 
13246
+ #: includes/general-functions.php:2281
13247
  #, fuzzy
13248
  msgctxt "post format archive title"
13249
  msgid "Images"
13250
  msgstr "تصاویر"
13251
 
13252
+ #: includes/general-functions.php:2283
13253
  #, fuzzy
13254
  msgctxt "post format archive title"
13255
  msgid "Videos"
13256
  msgstr "پوستر ویدیو"
13257
 
13258
+ #: includes/general-functions.php:2285
13259
  #, fuzzy
13260
  msgctxt "post format archive title"
13261
  msgid "Quotes"
13262
  msgstr "متن نقل قول"
13263
 
13264
+ #: includes/general-functions.php:2287
13265
  #, fuzzy
13266
  msgctxt "post format archive title"
13267
  msgid "Links"
13268
  msgstr "پیوند"
13269
 
13270
+ #: includes/general-functions.php:2289
13271
  msgctxt "post format archive title"
13272
  msgid "Statuses"
13273
  msgstr ""
13274
 
13275
+ #: includes/general-functions.php:2291
13276
  msgctxt "post format archive title"
13277
  msgid "Audio"
13278
  msgstr ""
13279
 
13280
+ #: includes/general-functions.php:2293
13281
  msgctxt "post format archive title"
13282
  msgid "Chats"
13283
  msgstr ""
13284
 
13285
  #. translators: playlist item title
13286
+ #: includes/general-hooks.php:3046
13287
  msgctxt "playlist item title"
13288
  msgid "&#8220;%s&#8221;"
13289
  msgstr ""
13290
 
13291
  #. translators: playlist item title
13292
+ #: includes/general-hooks.php:3071 includes/general-hooks.php:3076
13293
  msgctxt "playlist item title"
13294
  msgid "%s"
13295
  msgstr ""
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.9.8\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2022-06-12 11:29:50+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -147,7 +147,7 @@ msgstr ""
147
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:476
148
  #: includes/elementor/widgets/recent-posts-masonry.php:276
149
  #: includes/elementor/widgets/theme-elements/site-title.php:122
150
- #: includes/elements/recent-posts-grid-carousel.php:334
151
  msgid "Before Title"
152
  msgstr ""
153
 
@@ -155,7 +155,7 @@ msgstr ""
155
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:475
156
  #: includes/elementor/widgets/recent-posts-masonry.php:275
157
  #: includes/elementor/widgets/theme-elements/site-title.php:153
158
- #: includes/elements/recent-posts-grid-carousel.php:333
159
  msgid "After Title"
160
  msgstr ""
161
 
@@ -175,62 +175,62 @@ msgstr ""
175
  msgid "Update Plugins %s"
176
  msgstr ""
177
 
178
- #: admin/includes/admin-hooks.php:437
179
  msgid ""
180
  "Quick access to %s %sdashboard%s, %sdemo importer%s, %soptions%s, and "
181
  "%ssupport%s page."
182
  msgstr ""
183
 
184
- #: admin/includes/admin-hooks.php:440
185
  msgid "%s theme version %s"
186
  msgstr ""
187
 
188
- #: admin/includes/admin-hooks.php:442
189
  msgid "Theme Demo Importer"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-hooks.php:444
193
  msgid "Theme Customizer"
194
  msgstr ""
195
 
196
- #: admin/includes/admin-hooks.php:468
197
  msgid "You are using %1$s theme version %2$s."
198
  msgstr ""
199
 
200
- #: admin/includes/admin-hooks.php:477
201
  msgid "Please support us to continue this project by rating it %s"
202
  msgstr ""
203
 
204
- #: admin/includes/admin-hooks.php:630
205
  msgid "Please make sure the image aspect ratio for all image sizes are the same."
206
  msgstr ""
207
 
208
- #: admin/includes/admin-hooks.php:686 includes/general-hooks.php:1401
209
  msgid "Footer Brand Image"
210
  msgstr ""
211
 
212
- #: admin/includes/admin-hooks.php:687 includes/general-hooks.php:1402
213
  msgid "This image appears as site brand image on footer section."
214
  msgstr ""
215
 
216
- #: admin/includes/admin-hooks.php:728
217
  msgid "Activate License"
218
  msgstr ""
219
 
220
- #: admin/includes/admin-hooks.php:733
221
  #: includes/classes/class-auxin-welcome-sections.php:548
222
  msgid "Remind Me Later"
223
  msgstr ""
224
 
225
- #: admin/includes/admin-hooks.php:817
226
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
227
  msgstr ""
228
 
229
- #: admin/includes/admin-hooks.php:821
230
  msgid "Activate Now"
231
  msgstr ""
232
 
233
- #: admin/includes/admin-hooks.php:870
234
  msgid "Uncategorized"
235
  msgstr ""
236
 
@@ -242,31 +242,31 @@ msgstr ""
242
  msgid "Template ID or type is required."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-the-functions.php:194
246
  msgid "An error occurred while updating templates library."
247
  msgstr ""
248
 
249
- #: admin/includes/admin-the-functions.php:213
250
  msgid "Template Not Found."
251
  msgstr ""
252
 
253
- #: admin/includes/admin-the-functions.php:229
254
  msgid "Template is already imported."
255
  msgstr ""
256
 
257
- #: admin/includes/admin-the-functions.php:245
258
  msgid "Connection error, please check your connection."
259
  msgstr ""
260
 
261
- #: admin/includes/admin-the-functions.php:262
262
  msgid "Template ID must be numeric or valid filepath."
263
  msgstr ""
264
 
265
- #: admin/includes/admin-the-functions.php:320
266
  msgid "Template Imported Successfully"
267
  msgstr ""
268
 
269
- #: admin/includes/admin-the-functions.php:332
270
  msgid "Error while saving the template."
271
  msgstr ""
272
 
@@ -393,30 +393,6 @@ msgstr ""
393
  msgid "Update failed."
394
  msgstr ""
395
 
396
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:86
397
- msgid ""
398
- "Envato username, API key and your item purchase code are required for "
399
- "downloading updates from Envato marketplace."
400
- msgstr ""
401
-
402
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:94
403
- msgid "Is not exist in our non official list. "
404
- msgstr ""
405
-
406
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:109
407
- msgid "Error in getting download link."
408
- msgstr ""
409
-
410
- #: admin/includes/classes/class-auxin-upgrader-http-api.php:119
411
- msgid "Error on connecting to download API..."
412
- msgstr ""
413
-
414
- #: admin/includes/compatibility/siteorigin/fields/iconpicker.class.php:13
415
- #: includes/classes/class-auxin-widget.php:126
416
- #: includes/classes/class-auxin-widget.php:151 includes/general-hooks.php:51
417
- msgid "Choose .."
418
- msgstr ""
419
-
420
  #: admin/includes/metaboxes/metabox-fields-general-advanced.php:21
421
  msgid "Advanced Setting"
422
  msgstr ""
@@ -564,8 +540,8 @@ msgstr ""
564
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:79
565
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:164
566
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:194
567
- #: includes/elementor/widgets/audio.php:155 includes/elements/audio.php:104
568
- #: includes/general-functions.php:1890
569
  msgid "Theme Default"
570
  msgstr ""
571
 
@@ -595,7 +571,7 @@ msgstr ""
595
  #: includes/elementor/widgets/theme-elements/select.php:153
596
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
597
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
598
- #: includes/elements/custom-list.php:160 includes/elements/custom-list.php:178
599
  #: includes/elements/general-element-fields.php:75
600
  #: includes/elements/latest-items.php:171
601
  #: includes/elements/latest-items.php:186
@@ -628,7 +604,7 @@ msgstr ""
628
  #: includes/elementor/widgets/theme-elements/select.php:154
629
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
630
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
631
- #: includes/elements/custom-list.php:161 includes/elements/custom-list.php:179
632
  #: includes/elements/general-element-fields.php:74
633
  #: includes/elements/latest-items.php:171
634
  #: includes/elements/latest-items.php:186
@@ -683,7 +659,7 @@ msgstr ""
683
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
684
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
685
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
686
- #: includes/general-hooks.php:593 includes/general-hooks.php:1005
687
  msgid "Disable it to replace header section with an Elementor template"
688
  msgstr ""
689
 
@@ -800,7 +776,7 @@ msgstr ""
800
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
801
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
802
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
803
- #: includes/general-hooks.php:592 includes/general-hooks.php:1004
804
  msgid "Use Legacy Header"
805
  msgstr ""
806
 
@@ -912,8 +888,7 @@ msgid ""
912
  msgstr ""
913
 
914
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
915
- #: includes/elements/staff.php:207 includes/elements/text.php:105
916
- #: includes/general-hooks.php:3047
917
  msgid "Boxed"
918
  msgstr ""
919
 
@@ -1010,9 +985,9 @@ msgstr ""
1010
  #: admin/includes/metaboxes/metabox-fields-post-video.php:61
1011
  #: includes/elementor/widgets/audio.php:163
1012
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:133
1013
- #: includes/elementor/widgets/video.php:235 includes/elements/audio.php:112
1014
- #: includes/elements/recent-posts-tiles-carousel.php:346
1015
- #: includes/elements/staff.php:304 includes/elements/text.php:182
1016
  #: includes/elements/video.php:159
1017
  msgid "Light"
1018
  msgstr ""
@@ -1026,10 +1001,10 @@ msgstr ""
1026
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:177
1027
  #: includes/elementor/widgets/recent-posts-tiles.php:177
1028
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:134
1029
- #: includes/elementor/widgets/video.php:231 includes/elements/audio.php:108
1030
- #: includes/elements/recent-posts-tiles-carousel.php:345
1031
- #: includes/elements/recent-posts-tiles.php:380 includes/elements/staff.php:305
1032
- #: includes/elements/text.php:181 includes/elements/video.php:155
1033
  msgid "Dark"
1034
  msgstr ""
1035
 
@@ -1116,11 +1091,11 @@ msgstr ""
1116
  #: includes/elementor/widgets/theme-elements/select.php:235
1117
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1118
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1119
- #: includes/elements/quote.php:112
1120
- #: includes/elements/recent-posts-grid-carousel.php:663
1121
- #: includes/elements/recent-posts-timeline.php:272
1122
- #: includes/elements/staff.php:280 includes/elements/text.php:129
1123
- #: includes/elements/text.php:157 includes/general-hooks.php:382
1124
  msgid "Center"
1125
  msgstr ""
1126
 
@@ -1161,14 +1136,14 @@ msgstr ""
1161
  #: includes/elementor/widgets/theme-elements/select.php:231
1162
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1163
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1164
- #: includes/elements/button.php:183 includes/elements/image.php:151
1165
- #: includes/elements/quote.php:110
1166
- #: includes/elements/recent-posts-timeline.php:276
1167
- #: includes/elements/staff.php:238 includes/elements/staff.php:276
1168
- #: includes/elements/text.php:125 includes/elements/text.php:153
1169
- #: includes/elements/text.php:620 includes/elements/text.php:807
1170
- #: includes/general-hooks.php:380 includes/general-hooks.php:851
1171
- #: includes/general-hooks.php:1263
1172
  msgid "Left"
1173
  msgstr ""
1174
 
@@ -1209,11 +1184,11 @@ msgstr ""
1209
  #: includes/elementor/widgets/divider.php:146
1210
  #: includes/elementor/widgets/modern-button.php:321
1211
  #: includes/elementor/widgets/staff.php:787
1212
- #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:66
1213
- #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1214
- #: includes/elements/socials-list.php:201 includes/elements/staff.php:463
1215
- #: includes/elements/text.php:469 includes/elements/text.php:677
1216
- #: includes/general-hooks.php:701 includes/general-hooks.php:1113
1217
  msgid "Small"
1218
  msgstr ""
1219
 
@@ -1224,13 +1199,13 @@ msgstr ""
1224
  #: includes/elementor/widgets/modern-button.php:320
1225
  #: includes/elementor/widgets/staff.php:788
1226
  #: includes/elementor/widgets/text.php:1045
1227
- #: includes/elements/before-after.php:104 includes/elements/button.php:65
1228
- #: includes/elements/divider.php:89 includes/elements/instagram-feed.php:98
1229
- #: includes/elements/socials-list.php:64 includes/elements/socials-list.php:202
1230
- #: includes/elements/staff.php:111 includes/elements/staff.php:464
1231
- #: includes/elements/text.php:430 includes/elements/text.php:470
1232
- #: includes/elements/text.php:676 includes/general-hooks.php:700
1233
- #: includes/general-hooks.php:1112
1234
  msgid "Medium"
1235
  msgstr ""
1236
 
@@ -1240,12 +1215,12 @@ msgstr ""
1240
  #: includes/elementor/widgets/modern-button.php:319
1241
  #: includes/elementor/widgets/staff.php:789
1242
  #: includes/elementor/widgets/text.php:1044
1243
- #: includes/elements/before-after.php:105 includes/elements/button.php:64
1244
- #: includes/elements/divider.php:88 includes/elements/socials-list.php:65
1245
- #: includes/elements/socials-list.php:203 includes/elements/staff.php:110
1246
- #: includes/elements/staff.php:465 includes/elements/text.php:429
1247
- #: includes/elements/text.php:471 includes/elements/text.php:675
1248
- #: includes/general-hooks.php:699 includes/general-hooks.php:1111
1249
  msgid "Large"
1250
  msgstr ""
1251
 
@@ -1308,12 +1283,12 @@ msgstr ""
1308
  #: includes/elementor/widgets/text.php:1149
1309
  #: includes/elementor/widgets/theme-elements/menu.php:999
1310
  #: includes/elementor/widgets/theme-elements/modern-search.php:577
1311
- #: includes/elements/button.php:179 includes/elements/code.php:99
1312
- #: includes/elements/gallery.php:120 includes/elements/quote.php:109
1313
- #: includes/elements/recent-posts-tiles-carousel.php:298
1314
- #: includes/elements/recent-posts-tiles.php:328 includes/elements/text.php:180
1315
- #: includes/elements/text.php:806 includes/general-hooks.php:847
1316
- #: includes/general-hooks.php:1259 includes/general-hooks.php:1480
1317
  msgid "Default"
1318
  msgstr ""
1319
 
@@ -1564,7 +1539,7 @@ msgstr ""
1564
 
1565
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1566
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1567
- #: includes/elements/recent-posts-grid-carousel.php:467
1568
  msgid "Before Content"
1569
  msgstr ""
1570
 
@@ -1578,7 +1553,7 @@ msgstr ""
1578
 
1579
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1580
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1581
- #: includes/elements/recent-posts-grid-carousel.php:466
1582
  msgid "After Content"
1583
  msgstr ""
1584
 
@@ -1878,7 +1853,7 @@ msgid "Importing Media"
1878
  msgstr ""
1879
 
1880
  #: includes/classes/class-auxin-demo-importer.php:294
1881
- #: includes/classes/class-auxin-demo-importer.php:1312
1882
  msgid "Importing Users"
1883
  msgstr ""
1884
 
@@ -1908,11 +1883,11 @@ msgstr ""
1908
  msgid "Importing Sliders"
1909
  msgstr ""
1910
 
1911
- #: includes/classes/class-auxin-demo-importer.php:1389
1912
  msgid "Preparing Site ..."
1913
  msgstr ""
1914
 
1915
- #: includes/classes/class-auxin-demo-importer.php:1431
1916
  msgid "All steps are successful"
1917
  msgstr ""
1918
 
@@ -2023,11 +1998,6 @@ msgid ""
2023
  "PHP version is %s."
2024
  msgstr ""
2025
 
2026
- #: includes/classes/class-auxin-siteorigin-widget.php:225
2027
- #: includes/classes/class-auxin-widget.php:78
2028
- msgid "The callback for widget does not exists."
2029
- msgstr ""
2030
-
2031
  #: includes/classes/class-auxin-svg-support.php:106
2032
  msgid ""
2033
  "Sorry, this file couldn't be sanitized so for security reasons wasn't "
@@ -2039,8 +2009,8 @@ msgid "Full Size"
2039
  msgstr ""
2040
 
2041
  #: includes/classes/class-auxin-svg-support.php:191
2042
- #: includes/elements/before-after.php:103 includes/elements/staff.php:112
2043
- #: includes/elements/text.php:431
2044
  msgid "Thumbnail"
2045
  msgstr ""
2046
 
@@ -2113,7 +2083,7 @@ msgstr ""
2113
  #: includes/elementor/widgets/heading-modern.php:973
2114
  #: includes/elementor/widgets/products-grid.php:593
2115
  #: includes/elementor/widgets/theme-elements/logo.php:546
2116
- #: includes/elements/custom-list.php:138
2117
  msgid "Description"
2118
  msgstr ""
2119
 
@@ -2123,38 +2093,38 @@ msgid ""
2123
  "it."
2124
  msgstr ""
2125
 
2126
- #: includes/classes/class-auxin-walker-nav-menu-back.php:293
2127
  #: includes/elementor/modules/dynamic-tags/user-info.php:75
2128
  #: includes/elementor/modules/query-control/controls/group-control-query.php:310
2129
  #: includes/elementor/modules/query-control/controls/group-control-query.php:329
2130
  msgid "Choose"
2131
  msgstr ""
2132
 
2133
- #: includes/classes/class-auxin-walker-nav-menu-back.php:358
2134
  msgid "Move"
2135
  msgstr ""
2136
 
2137
- #: includes/classes/class-auxin-walker-nav-menu-back.php:359
2138
  msgid "Up one"
2139
  msgstr ""
2140
 
2141
- #: includes/classes/class-auxin-walker-nav-menu-back.php:360
2142
  msgid "Down one"
2143
  msgstr ""
2144
 
2145
- #: includes/classes/class-auxin-walker-nav-menu-back.php:363
2146
  msgid "To the top"
2147
  msgstr ""
2148
 
2149
- #: includes/classes/class-auxin-walker-nav-menu-back.php:370
2150
  msgid "Original: %s"
2151
  msgstr ""
2152
 
2153
- #: includes/classes/class-auxin-walker-nav-menu-back.php:383
2154
  msgid "Remove"
2155
  msgstr ""
2156
 
2157
- #: includes/classes/class-auxin-walker-nav-menu-back.php:384
2158
  #: includes/classes/class-auxin-welcome.php:1433
2159
  #: includes/classes/class-auxin-welcome.php:1461
2160
  #: includes/classes/class-auxin-welcome.php:1564
@@ -2225,7 +2195,7 @@ msgstr ""
2225
  #: includes/classes/class-auxin-welcome-sections.php:253
2226
  #: includes/classes/class-auxin-welcome-sections.php:542
2227
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2228
- #: includes/elements/contact-form.php:228
2229
  msgid "Submit"
2230
  msgstr ""
2231
 
@@ -2314,13 +2284,13 @@ msgstr ""
2314
 
2315
  #: includes/classes/class-auxin-welcome.php:413
2316
  #: includes/classes/class-auxin-welcome.php:737
2317
- #: includes/elements/popular-posts-widget.php:388
2318
  msgid "Recent"
2319
  msgstr ""
2320
 
2321
  #: includes/classes/class-auxin-welcome.php:431
2322
  #: includes/elementor/widgets/testimonial.php:346
2323
- #: includes/elements/about-widget.php:58
2324
  msgid "Name"
2325
  msgstr ""
2326
 
@@ -2692,14 +2662,18 @@ msgid ""
2692
  "subscription."
2693
  msgstr ""
2694
 
2695
- #: includes/classes/class-auxin-widget-shortcode-map.php:308
2696
  msgid "CSS"
2697
  msgstr ""
2698
 
2699
- #: includes/classes/class-auxin-widget-shortcode-map.php:310
2700
  msgid "Design options"
2701
  msgstr ""
2702
 
 
 
 
 
2703
  #: includes/classes/class-auxin-widget.php:112
2704
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:95
2705
  #: includes/elementor/widgets/recent-posts-land-style.php:92
@@ -2719,35 +2693,40 @@ msgstr ""
2719
  msgid "All Categories"
2720
  msgstr ""
2721
 
2722
- #: includes/classes/class-auxin-widget.php:340
2723
- #: includes/classes/class-auxin-widget.php:341
2724
- #: includes/classes/class-auxin-widget.php:363
2725
- #: includes/classes/class-auxin-widget.php:364
 
 
 
 
 
2726
  msgid "Add Image"
2727
  msgstr ""
2728
 
2729
- #: includes/classes/class-auxin-widget.php:342
2730
- #: includes/classes/class-auxin-widget.php:365
2731
  msgid "Select Image"
2732
  msgstr ""
2733
 
2734
- #: includes/classes/class-auxin-widget.php:387
2735
- #: includes/classes/class-auxin-widget.php:388 includes/general-hooks.php:130
2736
  #: includes/general-hooks.php:131
2737
  msgid "Add Video"
2738
  msgstr ""
2739
 
2740
- #: includes/classes/class-auxin-widget.php:389 includes/general-hooks.php:132
2741
  msgid "Select Video"
2742
  msgstr ""
2743
 
2744
- #: includes/classes/class-auxin-widget.php:411
2745
- #: includes/classes/class-auxin-widget.php:412 includes/general-hooks.php:106
2746
  #: includes/general-hooks.php:107
2747
  msgid "Add Audio"
2748
  msgstr ""
2749
 
2750
- #: includes/classes/class-auxin-widget.php:413 includes/general-hooks.php:108
2751
  msgid "Select Audio"
2752
  msgstr ""
2753
 
@@ -2786,7 +2765,7 @@ msgid "Elementor"
2786
  msgstr ""
2787
 
2788
  #: includes/elementor/class-auxin-elementor-core-elements.php:731
2789
- #: includes/elements/code.php:82
2790
  msgid "PHP"
2791
  msgstr ""
2792
 
@@ -2803,7 +2782,7 @@ msgstr ""
2803
  msgid "Select Icon"
2804
  msgstr ""
2805
 
2806
- #: includes/elementor/controls/media-select.php:99
2807
  msgid "Delete"
2808
  msgstr ""
2809
 
@@ -2948,8 +2927,8 @@ msgstr ""
2948
  #: includes/elementor/modules/common.php:658
2949
  #: includes/elementor/widgets/modern-button.php:139
2950
  #: includes/elementor/widgets/staff.php:847
2951
- #: includes/elementor/widgets/text.php:364 includes/elements/staff.php:226
2952
- #: includes/elements/text.php:616
2953
  msgid "Top"
2954
  msgstr ""
2955
 
@@ -2989,20 +2968,20 @@ msgstr ""
2989
  #: includes/elementor/widgets/theme-elements/select.php:239
2990
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2991
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2992
- #: includes/elements/button.php:187 includes/elements/image.php:152
2993
- #: includes/elements/quote.php:111
2994
- #: includes/elements/recent-posts-timeline.php:280
2995
- #: includes/elements/staff.php:230 includes/elements/staff.php:284
2996
- #: includes/elements/text.php:133 includes/elements/text.php:161
2997
- #: includes/elements/text.php:624 includes/elements/text.php:808
2998
- #: includes/general-hooks.php:381 includes/general-hooks.php:855
2999
- #: includes/general-hooks.php:1267
3000
  msgid "Right"
3001
  msgstr ""
3002
 
3003
  #: includes/elementor/modules/common.php:723
3004
  #: includes/elementor/widgets/modern-button.php:147
3005
- #: includes/elementor/widgets/staff.php:855 includes/elements/staff.php:234
3006
  msgid "Bottom"
3007
  msgstr ""
3008
 
@@ -3072,9 +3051,9 @@ msgstr ""
3072
  #: includes/elementor/widgets/mailchimp.php:736
3073
  #: includes/elementor/widgets/svg.php:194
3074
  #: includes/elementor/widgets/video.php:209
3075
- #: includes/elements/before-after.php:128 includes/elements/gmap.php:52
3076
- #: includes/elements/image.php:127 includes/elements/instagram-feed.php:191
3077
- #: includes/elements/staff.php:142 includes/elements/video.php:92
3078
  msgid "Height"
3079
  msgstr ""
3080
 
@@ -3148,7 +3127,7 @@ msgstr ""
3148
  #: includes/elementor/modules/dynamic-tags/user-info.php:82
3149
  #: includes/elementor/widgets/contact-box.php:102
3150
  #: includes/elementor/widgets/contact-form.php:136
3151
- #: includes/elements/contact-box.php:53 includes/elements/contact-form.php:57
3152
  msgid "Email"
3153
  msgstr ""
3154
 
@@ -3166,10 +3145,10 @@ msgstr ""
3166
  #: includes/elementor/widgets/recent-posts-land-style.php:321
3167
  #: includes/elementor/widgets/recent-posts-masonry.php:399
3168
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3169
- #: includes/elements/recent-posts-grid-carousel.php:448
3170
- #: includes/elements/recent-posts-land-style.php:372
3171
- #: includes/elements/recent-posts-masonry.php:348
3172
- #: includes/elements/recent-posts-timeline.php:393
3173
  msgid "Author Name"
3174
  msgstr ""
3175
 
@@ -3230,7 +3209,7 @@ msgstr ""
3230
  #: includes/elementor/widgets/theme-elements/logo.php:196
3231
  #: includes/elementor/widgets/theme-elements/select.php:121
3232
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3233
- #: includes/elements/custom-list.php:106 includes/elements/text.php:843
3234
  msgid "Link"
3235
  msgstr ""
3236
 
@@ -3257,20 +3236,20 @@ msgstr ""
3257
  #: includes/elementor/widgets/text.php:1593
3258
  #: includes/elementor/widgets/theme-elements/menu.php:658
3259
  #: includes/elementor/widgets/theme-elements/search.php:118
3260
- #: includes/elements/flickr.php:156 includes/elements/flickr.php:205
3261
- #: includes/elements/gallery.php:197 includes/elements/gallery.php:322
3262
  #: includes/elements/general-element-fields.php:27
3263
- #: includes/elements/image.php:153 includes/elements/image.php:169
3264
- #: includes/elements/recent-posts-grid-carousel.php:407
3265
- #: includes/elements/recent-posts-grid-carousel.php:449
3266
- #: includes/elements/recent-posts-grid-carousel.php:644
3267
- #: includes/elements/recent-posts-land-style.php:327
3268
- #: includes/elements/recent-posts-masonry.php:307
3269
- #: includes/elements/recent-posts-tiles-carousel.php:435
3270
- #: includes/elements/recent-posts-tiles.php:154
3271
- #: includes/elements/recent-posts-timeline.php:149
3272
- #: includes/elements/testimonial.php:132 includes/elements/text.php:903
3273
- #: includes/general-hooks.php:353 includes/general-hooks.php:1631
3274
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3275
  msgid "None"
3276
  msgstr ""
@@ -3299,7 +3278,7 @@ msgstr ""
3299
  #: includes/elementor/widgets/theme-elements/menu.php:156
3300
  #: includes/elementor/widgets/theme-elements/menu.php:995
3301
  #: includes/elementor/widgets/theme-elements/search.php:101
3302
- #: includes/elements/accordion-widget.php:58 includes/elements/accordion.php:58
3303
  msgid "Type"
3304
  msgstr ""
3305
 
@@ -3435,40 +3414,40 @@ msgstr ""
3435
  #: includes/elementor/widgets/theme-elements/select.php:112
3436
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3437
  #: includes/elementor/widgets/touch-slider.php:332
3438
- #: includes/elements/about-widget.php:43
3439
- #: includes/elements/accordion-widget.php:44 includes/elements/accordion.php:44
3440
- #: includes/elements/audio.php:43 includes/elements/before-after.php:42
3441
- #: includes/elements/code.php:43 includes/elements/contact-box.php:39
3442
- #: includes/elements/contact-form.php:43 includes/elements/custom-list.php:44
3443
- #: includes/elements/gallery.php:42 includes/elements/gmap.php:38
3444
- #: includes/elements/image.php:42 includes/elements/instagram-feed.php:42
3445
- #: includes/elements/latest-posts-slider.php:42
3446
- #: includes/elements/latest-posts-slider.php:138
3447
- #: includes/elements/popular-posts-widget.php:50
3448
- #: includes/elements/popular-posts-widget.php:199
3449
- #: includes/elements/recent-posts-grid-carousel.php:56
3450
- #: includes/elements/recent-posts-grid-carousel.php:185
3451
- #: includes/elements/recent-posts-land-style.php:56
3452
- #: includes/elements/recent-posts-land-style.php:172
3453
- #: includes/elements/recent-posts-masonry.php:56
3454
- #: includes/elements/recent-posts-masonry.php:152
3455
- #: includes/elements/recent-posts-tiles-carousel.php:43
3456
- #: includes/elements/recent-posts-tiles-carousel.php:152
3457
- #: includes/elements/recent-posts-tiles-carousel.php:237
3458
- #: includes/elements/recent-posts-tiles.php:56
3459
- #: includes/elements/recent-posts-tiles.php:182
3460
- #: includes/elements/recent-posts-tiles.php:267
3461
- #: includes/elements/recent-posts-timeline.php:50
3462
- #: includes/elements/recent-posts-timeline.php:177
3463
- #: includes/elements/recent-posts-widget.php:56
3464
- #: includes/elements/recent-posts-widget.php:159
3465
- #: includes/elements/recent-products.php:42
3466
- #: includes/elements/recent-products.php:131
3467
- #: includes/elements/sample-element.php:51
3468
- #: includes/elements/sample-element.php:65 includes/elements/search.php:41
3469
- #: includes/elements/socials-list.php:42 includes/elements/socials-list.php:180
3470
- #: includes/elements/tab-widget.php:43 includes/elements/tabs.php:43
3471
- #: includes/elements/text.php:43 includes/elements/touch-slider.php:43
3472
  #: includes/elements/video.php:38
3473
  msgid "Title"
3474
  msgstr ""
@@ -3501,7 +3480,7 @@ msgstr ""
3501
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3502
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3503
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3504
- #: includes/elements/image.php:98 includes/elements/staff.php:113
3505
  msgid "Custom"
3506
  msgstr ""
3507
 
@@ -3569,7 +3548,7 @@ msgid "Pages URL"
3569
  msgstr ""
3570
 
3571
  #: includes/elementor/modules/dynamic-tags/login-url.php:44
3572
- #: includes/general-hooks.php:1465
3573
  msgid "Login Page"
3574
  msgstr ""
3575
 
@@ -3800,19 +3779,19 @@ msgstr ""
3800
  #: includes/elementor/widgets/recent-posts-tiles.php:308
3801
  #: includes/elementor/widgets/recent-posts-timeline.php:440
3802
  #: includes/elementor/widgets/recent-products.php:358
3803
- #: includes/elements/gallery.php:196
3804
- #: includes/elements/latest-posts-slider.php:139
3805
- #: includes/elements/popular-posts-widget.php:200
3806
- #: includes/elements/recent-posts-grid-carousel.php:186
3807
- #: includes/elements/recent-posts-land-style.php:173
3808
- #: includes/elements/recent-posts-masonry.php:153
3809
- #: includes/elements/recent-posts-tiles-carousel.php:153
3810
- #: includes/elements/recent-posts-tiles-carousel.php:238
3811
- #: includes/elements/recent-posts-tiles.php:183
3812
- #: includes/elements/recent-posts-tiles.php:268
3813
- #: includes/elements/recent-posts-timeline.php:178
3814
- #: includes/elements/recent-posts-widget.php:160
3815
- #: includes/elements/recent-products.php:132
3816
  msgid "ID"
3817
  msgstr ""
3818
 
@@ -3858,18 +3837,18 @@ msgstr ""
3858
  #: includes/elementor/widgets/recent-posts-tiles.php:312
3859
  #: includes/elementor/widgets/recent-posts-timeline.php:444
3860
  #: includes/elementor/widgets/recent-products.php:362
3861
- #: includes/elements/latest-posts-slider.php:143
3862
- #: includes/elements/popular-posts-widget.php:204
3863
- #: includes/elements/recent-posts-grid-carousel.php:190
3864
- #: includes/elements/recent-posts-land-style.php:177
3865
- #: includes/elements/recent-posts-masonry.php:157
3866
- #: includes/elements/recent-posts-tiles-carousel.php:157
3867
- #: includes/elements/recent-posts-tiles-carousel.php:242
3868
- #: includes/elements/recent-posts-tiles.php:187
3869
- #: includes/elements/recent-posts-tiles.php:272
3870
- #: includes/elements/recent-posts-timeline.php:182
3871
- #: includes/elements/recent-posts-widget.php:164
3872
- #: includes/elements/recent-products.php:136
3873
  msgid "Author"
3874
  msgstr ""
3875
 
@@ -3946,19 +3925,19 @@ msgstr ""
3946
  #: includes/elementor/widgets/recent-posts-tiles.php:305
3947
  #: includes/elementor/widgets/recent-posts-timeline.php:437
3948
  #: includes/elementor/widgets/recent-products.php:355
3949
- #: includes/elements/gallery.php:195
3950
- #: includes/elements/latest-posts-slider.php:136
3951
- #: includes/elements/popular-posts-widget.php:197
3952
- #: includes/elements/recent-posts-grid-carousel.php:183
3953
- #: includes/elements/recent-posts-land-style.php:170
3954
- #: includes/elements/recent-posts-masonry.php:150
3955
- #: includes/elements/recent-posts-tiles-carousel.php:150
3956
- #: includes/elements/recent-posts-tiles-carousel.php:235
3957
- #: includes/elements/recent-posts-tiles.php:180
3958
- #: includes/elements/recent-posts-tiles.php:265
3959
- #: includes/elements/recent-posts-timeline.php:175
3960
- #: includes/elements/recent-posts-widget.php:157
3961
- #: includes/elements/recent-products.php:129
3962
  msgid "Date"
3963
  msgstr ""
3964
 
@@ -4021,19 +4000,19 @@ msgstr ""
4021
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4022
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4023
  #: includes/elementor/widgets/recent-products.php:356
4024
- #: includes/elements/gallery.php:194
4025
- #: includes/elements/latest-posts-slider.php:137
4026
- #: includes/elements/popular-posts-widget.php:198
4027
- #: includes/elements/recent-posts-grid-carousel.php:184
4028
- #: includes/elements/recent-posts-land-style.php:171
4029
- #: includes/elements/recent-posts-masonry.php:151
4030
- #: includes/elements/recent-posts-tiles-carousel.php:151
4031
- #: includes/elements/recent-posts-tiles-carousel.php:236
4032
- #: includes/elements/recent-posts-tiles.php:181
4033
- #: includes/elements/recent-posts-tiles.php:266
4034
- #: includes/elements/recent-posts-timeline.php:176
4035
- #: includes/elements/recent-posts-widget.php:158
4036
- #: includes/elements/recent-products.php:130
4037
  msgid "Menu Order"
4038
  msgstr ""
4039
 
@@ -4046,18 +4025,18 @@ msgstr ""
4046
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4047
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4048
  #: includes/elementor/widgets/recent-products.php:359
4049
- #: includes/elements/latest-posts-slider.php:140
4050
- #: includes/elements/popular-posts-widget.php:201
4051
- #: includes/elements/recent-posts-grid-carousel.php:187
4052
- #: includes/elements/recent-posts-land-style.php:174
4053
- #: includes/elements/recent-posts-masonry.php:154
4054
- #: includes/elements/recent-posts-tiles-carousel.php:154
4055
- #: includes/elements/recent-posts-tiles-carousel.php:239
4056
- #: includes/elements/recent-posts-tiles.php:184
4057
- #: includes/elements/recent-posts-tiles.php:269
4058
- #: includes/elements/recent-posts-timeline.php:179
4059
- #: includes/elements/recent-posts-widget.php:161
4060
- #: includes/elements/recent-products.php:133
4061
  msgid "Random"
4062
  msgstr ""
4063
 
@@ -4071,28 +4050,28 @@ msgstr ""
4071
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4072
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4073
  #: includes/elementor/widgets/recent-products.php:371
4074
- #: includes/elements/gallery.php:167
4075
- #: includes/elements/popular-posts-widget.php:213
4076
- #: includes/elements/recent-posts-grid-carousel.php:200
4077
- #: includes/elements/recent-posts-land-style.php:187
4078
- #: includes/elements/recent-posts-masonry.php:167
4079
- #: includes/elements/recent-posts-tiles-carousel.php:167
4080
- #: includes/elements/recent-posts-tiles-carousel.php:252
4081
- #: includes/elements/recent-posts-tiles.php:197
4082
- #: includes/elements/recent-posts-tiles.php:282
4083
- #: includes/elements/recent-posts-timeline.php:192
4084
- #: includes/elements/recent-posts-widget.php:173
4085
- #: includes/elements/recent-products.php:146
4086
  msgid "Order"
4087
  msgstr ""
4088
 
4089
  #: includes/elementor/modules/query-control/controls/group-control-query.php:360
4090
- #: includes/elementor/widgets/gallery.php:286 includes/elements/gallery.php:173
4091
  msgid "ASC"
4092
  msgstr ""
4093
 
4094
  #: includes/elementor/modules/query-control/controls/group-control-query.php:361
4095
- #: includes/elementor/widgets/gallery.php:287 includes/elements/gallery.php:174
4096
  msgid "DESC"
4097
  msgstr ""
4098
 
@@ -4156,7 +4135,7 @@ msgid "Logo"
4156
  msgstr ""
4157
 
4158
  #: includes/elementor/modules/settings/general/manager.php:47
4159
- #: includes/general-hooks.php:1428
4160
  msgid "Footer Brand Height"
4161
  msgstr ""
4162
 
@@ -4178,7 +4157,7 @@ msgid "Select Post Type"
4178
  msgstr ""
4179
 
4180
  #: includes/elementor/modules/theme-builder/module.php:131
4181
- #: includes/general-hooks.php:1790 includes/general-hooks.php:1796
4182
  msgid "404 Page"
4183
  msgstr ""
4184
 
@@ -4188,8 +4167,8 @@ msgstr ""
4188
 
4189
  #: includes/elementor/widgets/accordion.php:52
4190
  #: includes/elementor/widgets/theme-elements/menu.php:299
4191
- #: includes/elements/accordion-widget.php:65 includes/elements/accordion.php:65
4192
- #: includes/elements/accordion.php:79 includes/elements/accordion.php:96
4193
  msgid "Accordion"
4194
  msgstr ""
4195
 
@@ -4208,10 +4187,10 @@ msgstr ""
4208
  #: includes/elementor/widgets/text.php:226
4209
  #: includes/elementor/widgets/text.php:264
4210
  #: includes/elementor/widgets/text.php:905
4211
- #: includes/elements/accordion-widget.php:76 includes/elements/accordion.php:93
4212
- #: includes/elements/dropcap.php:82 includes/elements/highlight.php:78
4213
- #: includes/elements/staff.php:514 includes/elements/tabs.php:92
4214
- #: includes/elements/testimonial.php:166 includes/elements/text.php:881
4215
  msgid "Content"
4216
  msgstr ""
4217
 
@@ -4244,7 +4223,7 @@ msgid "Title & Content"
4244
  msgstr ""
4245
 
4246
  #: includes/elementor/widgets/accordion.php:124
4247
- #: includes/elements/accordion-widget.php:48 includes/elements/accordion.php:48
4248
  msgid "Accordion Title"
4249
  msgstr ""
4250
 
@@ -4254,7 +4233,7 @@ msgstr ""
4254
 
4255
  #: includes/elementor/widgets/accordion.php:149
4256
  #: includes/elementor/widgets/theme-elements/menu.php:298
4257
- #: includes/elements/accordion-widget.php:64 includes/elements/accordion.php:64
4258
  msgid "Toggle"
4259
  msgstr ""
4260
 
@@ -4448,8 +4427,8 @@ msgstr ""
4448
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4449
  #: includes/elementor/widgets/theme-elements/select.php:309
4450
  #: includes/elementor/widgets/theme-elements/select.php:550
4451
- #: includes/elements/button.php:118 includes/elements/text.php:738
4452
- #: includes/general-hooks.php:766 includes/general-hooks.php:1178
4453
  msgid "Normal"
4454
  msgstr ""
4455
 
@@ -4739,16 +4718,16 @@ msgstr ""
4739
  msgid "Audio"
4740
  msgstr ""
4741
 
4742
- #: includes/elementor/widgets/audio.php:102 includes/elements/audio.php:57
4743
  msgid "Audio file(MP3 or ogg)"
4744
  msgstr ""
4745
 
4746
  #: includes/elementor/widgets/audio.php:111
4747
- #: includes/elementor/widgets/video.php:144 includes/elements/audio.php:84
4748
  msgid "AutoPlay"
4749
  msgstr ""
4750
 
4751
- #: includes/elementor/widgets/audio.php:112 includes/elements/audio.php:85
4752
  msgid "Play the audio file automatically."
4753
  msgstr ""
4754
 
@@ -5044,7 +5023,7 @@ msgstr ""
5044
  msgid "Off"
5045
  msgstr ""
5046
 
5047
- #: includes/elementor/widgets/audio.php:124 includes/elements/audio.php:71
5048
  msgid "Repeat the audio"
5049
  msgstr ""
5050
 
@@ -5056,11 +5035,11 @@ msgstr ""
5056
  #: includes/elementor/widgets/tabs.php:149
5057
  #: includes/elementor/widgets/text.php:1064
5058
  #: includes/elementor/widgets/theme-elements/menu.php:616
5059
- #: includes/elements/audio.php:97
5060
  msgid "Skin"
5061
  msgstr ""
5062
 
5063
- #: includes/elementor/widgets/audio.php:151 includes/elements/audio.php:98
5064
  msgid "The skin of audio element."
5065
  msgstr ""
5066
 
@@ -5071,18 +5050,18 @@ msgstr ""
5071
 
5072
  #: includes/elementor/widgets/before-after.php:96
5073
  #: includes/elementor/widgets/touch-slider.php:98
5074
- #: includes/elements/gallery.php:56 includes/elements/touch-slider.php:57
5075
  #: public/templates/vcomposer/auxin_vc_extendes.php:42
5076
  msgid "Images"
5077
  msgstr ""
5078
 
5079
  #: includes/elementor/widgets/before-after.php:103
5080
- #: includes/elements/before-after.php:56
5081
  msgid "Before image"
5082
  msgstr ""
5083
 
5084
  #: includes/elementor/widgets/before-after.php:122
5085
- #: includes/elements/before-after.php:69
5086
  msgid "After image"
5087
  msgstr ""
5088
 
@@ -5091,21 +5070,21 @@ msgstr ""
5091
  #: includes/elementor/widgets/custom-list.php:664
5092
  #: includes/elementor/widgets/divider.php:102
5093
  #: includes/elementor/widgets/svg.php:154
5094
- #: includes/elementor/widgets/video.php:183 includes/elements/code.php:93
5095
- #: includes/elements/gallery.php:116
5096
- #: includes/elements/recent-posts-tiles-carousel.php:294
5097
- #: includes/elements/recent-posts-tiles-carousel.php:342
5098
- #: includes/elements/recent-posts-tiles-carousel.php:364
5099
- #: includes/elements/recent-posts-tiles.php:324
5100
- #: includes/elements/recent-posts-tiles.php:372
5101
- #: includes/elements/tab-widget.php:57 includes/elements/tabs.php:57
5102
- #: includes/elements/touch-slider.php:106
5103
- #: includes/elements/touch-slider.php:119
5104
- #: includes/elements/touch-slider.php:132
5105
- #: includes/elements/touch-slider.php:145
5106
- #: includes/elements/touch-slider.php:161
5107
- #: includes/elements/touch-slider.php:174
5108
- #: includes/elements/touch-slider.php:187 includes/elements/video.php:88
5109
  #: includes/elements/video.php:102 includes/elements/video.php:168
5110
  msgid "Style"
5111
  msgstr ""
@@ -5119,15 +5098,15 @@ msgstr ""
5119
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5120
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5121
  #: includes/elementor/widgets/recent-products.php:411
5122
- #: includes/elements/before-after.php:83
5123
- #: includes/elements/latest-posts-slider.php:116
5124
- #: includes/elements/recent-posts-grid-carousel.php:260
5125
- #: includes/elements/recent-posts-land-style.php:247
5126
- #: includes/elements/recent-posts-masonry.php:227
5127
- #: includes/elements/recent-posts-tiles-carousel.php:270
5128
- #: includes/elements/recent-posts-tiles.php:300
5129
- #: includes/elements/recent-posts-timeline.php:252
5130
- #: includes/elements/recent-products.php:206
5131
  msgid "Start offset"
5132
  msgstr ""
5133
 
@@ -5157,8 +5136,8 @@ msgstr ""
5157
  #: includes/elementor/widgets/theme-elements/logo.php:222
5158
  #: includes/elementor/widgets/theme-elements/search.php:289
5159
  #: includes/elementor/widgets/video.php:191
5160
- #: includes/elements/before-after.php:115 includes/elements/image.php:109
5161
- #: includes/elements/staff.php:124 includes/elements/video.php:78
5162
  msgid "Width"
5163
  msgstr ""
5164
 
@@ -5173,26 +5152,26 @@ msgstr ""
5173
  #: includes/elementor/widgets/theme-elements/modern-search.php:434
5174
  #: includes/elementor/widgets/theme-elements/search.php:120
5175
  #: includes/elementor/widgets/theme-elements/search.php:381
5176
- #: includes/elements/button.php:16 includes/elements/button.php:47
5177
- #: includes/elements/button.php:377 includes/elements/text.php:647
5178
- #: includes/elements/text.php:664 includes/elements/text.php:688
5179
- #: includes/elements/text.php:704 includes/elements/text.php:734
5180
- #: includes/elements/text.php:764 includes/elements/text.php:780
5181
- #: includes/elements/text.php:796 includes/elements/text.php:821
5182
- #: includes/elements/text.php:839 includes/elements/text.php:856
5183
- #: includes/elements/text.php:877 includes/general-hooks.php:674
5184
- #: includes/general-hooks.php:1086
5185
  msgid "Button"
5186
  msgstr ""
5187
 
5188
  #: includes/elementor/widgets/button.php:107
5189
- #: includes/elementor/widgets/text.php:299 includes/elements/button.php:43
5190
- #: includes/elements/text.php:651
5191
  msgid "Button label"
5192
  msgstr ""
5193
 
5194
  #: includes/elementor/widgets/button.php:117
5195
- #: includes/elementor/widgets/text.php:323 includes/elements/text.php:844
5196
  msgid "If you want to link your button."
5197
  msgstr ""
5198
 
@@ -5209,76 +5188,76 @@ msgstr ""
5209
  msgid "Wrapper"
5210
  msgstr ""
5211
 
5212
- #: includes/elementor/widgets/button.php:156 includes/elements/button.php:57
5213
- #: includes/elements/text.php:668
5214
  msgid "Button size"
5215
  msgstr ""
5216
 
5217
  #: includes/elementor/widgets/button.php:160
5218
  #: includes/elementor/widgets/modern-button.php:318
5219
- #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:63
5220
- #: includes/elements/text.php:674 includes/general-hooks.php:698
5221
- #: includes/general-hooks.php:1110
5222
  msgid "Exlarge"
5223
  msgstr ""
5224
 
5225
  #: includes/elementor/widgets/button.php:164
5226
  #: includes/elementor/widgets/divider.php:147
5227
  #: includes/elementor/widgets/modern-button.php:322
5228
- #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:67
5229
- #: includes/elements/divider.php:91 includes/elements/text.php:678
5230
- #: includes/general-hooks.php:702 includes/general-hooks.php:1114
5231
  msgid "Tiny"
5232
  msgstr ""
5233
 
5234
- #: includes/elementor/widgets/button.php:172 includes/elements/button.php:132
5235
- #: includes/elements/text.php:752
5236
  msgid "Uppercase label"
5237
  msgstr ""
5238
 
5239
- #: includes/elementor/widgets/button.php:184 includes/elements/button.php:78
5240
  msgid "Button shape"
5241
  msgstr ""
5242
 
5243
  #: includes/elementor/widgets/button.php:188
5244
- #: includes/elementor/widgets/text.php:1368 includes/elements/button.php:91
5245
- #: includes/elements/text.php:708
5246
  msgid "Box"
5247
  msgstr ""
5248
 
5249
  #: includes/elementor/widgets/button.php:192
5250
  #: includes/elementor/widgets/modern-button.php:305
5251
- #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:95
5252
- #: includes/elements/text.php:712 includes/general-hooks.php:733
5253
- #: includes/general-hooks.php:1145
5254
  msgid "Round"
5255
  msgstr ""
5256
 
5257
  #: includes/elementor/widgets/button.php:196
5258
  #: includes/elementor/widgets/modern-button.php:306
5259
- #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:99
5260
- #: includes/elements/text.php:716 includes/general-hooks.php:737
5261
- #: includes/general-hooks.php:1149
5262
  msgid "Curve"
5263
  msgstr ""
5264
 
5265
- #: includes/elementor/widgets/button.php:207 includes/elements/button.php:105
5266
- #: includes/elements/text.php:722
5267
  msgid "Button style"
5268
  msgstr ""
5269
 
5270
  #: includes/elementor/widgets/button.php:215
5271
- #: includes/elementor/widgets/text.php:1396 includes/elements/button.php:122
5272
- #: includes/elements/text.php:742 includes/general-hooks.php:770
5273
- #: includes/general-hooks.php:1182
5274
  msgid "3D"
5275
  msgstr ""
5276
 
5277
  #: includes/elementor/widgets/button.php:219
5278
  #: includes/elementor/widgets/modern-button.php:292
5279
- #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:126
5280
- #: includes/elements/text.php:746 includes/general-hooks.php:774
5281
- #: includes/general-hooks.php:1186
5282
  msgid "Outline"
5283
  msgstr ""
5284
 
@@ -5356,43 +5335,43 @@ msgstr ""
5356
  #: includes/elementor/widgets/theme-elements/search.php:178
5357
  #: includes/elementor/widgets/theme-elements/select.php:139
5358
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5359
- #: includes/elements/custom-list.php:74 includes/elements/text.php:374
5360
- #: includes/elements/text.php:386 includes/general-hooks.php:241
5361
- #: includes/general-hooks.php:259 includes/general-hooks.php:276
5362
- #: includes/general-hooks.php:292 includes/general-hooks.php:308
5363
- #: includes/general-hooks.php:323
5364
  msgid "Icon"
5365
  msgstr ""
5366
 
5367
  #: includes/elementor/widgets/button.php:365
5368
- #: includes/elementor/widgets/text.php:311 includes/elements/button.php:158
5369
- #: includes/elements/text.php:784
5370
  msgid "Icon for button"
5371
  msgstr ""
5372
 
5373
  #: includes/elementor/widgets/button.php:373
5374
- #: includes/elementor/widgets/text.php:1145 includes/elements/button.php:171
5375
- #: includes/elements/text.php:800 includes/general-hooks.php:377
5376
  msgid "Icon alignment"
5377
  msgstr ""
5378
 
5379
  #: includes/elementor/widgets/button.php:380
5380
  #: includes/elementor/widgets/modern-button.php:814
5381
- #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:191
5382
- #: includes/elements/text.php:809 includes/general-hooks.php:859
5383
- #: includes/general-hooks.php:1271
5384
  msgid "Over"
5385
  msgstr ""
5386
 
5387
  #: includes/elementor/widgets/button.php:381
5388
- #: includes/elementor/widgets/text.php:1153 includes/elements/button.php:195
5389
- #: includes/elements/text.php:810 includes/general-hooks.php:863
5390
- #: includes/general-hooks.php:1275
5391
  msgid "Animate from Left"
5392
  msgstr ""
5393
 
5394
  #: includes/elementor/widgets/button.php:382
5395
- #: includes/elementor/widgets/text.php:1154 includes/elements/text.php:811
5396
  msgid "Animate from Right"
5397
  msgstr ""
5398
 
@@ -5423,7 +5402,7 @@ msgstr ""
5423
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5424
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5425
  #: includes/elementor/widgets/theme-elements/modern-search.php:342
5426
- #: includes/elements/custom-list.php:58 includes/elements/image.php:302
5427
  msgid "Text"
5428
  msgstr ""
5429
 
@@ -5481,7 +5460,7 @@ msgstr ""
5481
 
5482
  #: includes/elementor/widgets/carousel-navigation.php:104
5483
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:269
5484
- #: includes/elements/recent-posts-grid-carousel.php:684
5485
  msgid "Long Arrow"
5486
  msgstr ""
5487
 
@@ -5495,11 +5474,11 @@ msgstr ""
5495
  #: includes/elementor/widgets/recent-posts-masonry.php:611
5496
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5497
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5498
- #: includes/elements/recent-posts-grid-carousel.php:415
5499
- #: includes/elements/recent-posts-land-style.php:335
5500
- #: includes/elements/recent-posts-masonry.php:315
5501
- #: includes/elements/recent-posts-tiles.php:162
5502
- #: includes/elements/recent-posts-timeline.php:157
5503
  msgid "Next Button"
5504
  msgstr ""
5505
 
@@ -5542,7 +5521,7 @@ msgstr ""
5542
  #: includes/elementor/widgets/theme-elements/modern-search.php:264
5543
  #: includes/elementor/widgets/theme-elements/modern-search.php:311
5544
  #: includes/elementor/widgets/theme-elements/search.php:213
5545
- #: includes/elements/image.php:87
5546
  msgid "Size"
5547
  msgstr ""
5548
 
@@ -5715,8 +5694,8 @@ msgstr ""
5715
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:231
5716
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:201
5717
  #: includes/elements/contact-box.php:258 includes/elements/gmap.php:154
5718
- #: includes/elements/recent-posts-grid-carousel.php:634
5719
- #: includes/elements/recent-posts-tiles-carousel.php:425
5720
  msgid "Navigation control"
5721
  msgstr ""
5722
 
@@ -5746,14 +5725,14 @@ msgid "Contact form Type"
5746
  msgstr ""
5747
 
5748
  #: includes/elementor/widgets/contact-form.php:108
5749
- #: includes/elements/contact-form.php:72
5750
  msgid ""
5751
  "Specifies contact form element's type. Whether to use built-in form or "
5752
  "Contact Form 7."
5753
  msgstr ""
5754
 
5755
  #: includes/elementor/widgets/contact-form.php:113
5756
- #: includes/elements/contact-form.php:76
5757
  msgid "Phlox Contact Form"
5758
  msgstr ""
5759
 
@@ -5766,7 +5745,7 @@ msgid "Put a Contact Form 7 shortcode that you have already created."
5766
  msgstr ""
5767
 
5768
  #: includes/elementor/widgets/contact-form.php:137
5769
- #: includes/elements/contact-form.php:58
5770
  msgid "Email address of message's recipient"
5771
  msgstr ""
5772
 
@@ -5861,7 +5840,7 @@ msgstr ""
5861
  #: includes/elementor/widgets/theme-elements/search.php:201
5862
  #: includes/elementor/widgets/theme-elements/search.php:404
5863
  #: includes/elementor/widgets/touch-slider.php:303
5864
- #: includes/general-hooks.php:1564
5865
  msgid "Background Color"
5866
  msgstr ""
5867
 
@@ -5893,16 +5872,16 @@ msgstr ""
5893
  #: includes/elementor/widgets/recent-posts-tiles.php:117
5894
  #: includes/elementor/widgets/recent-posts-timeline.php:117
5895
  #: includes/elementor/widgets/recent-products.php:129
5896
- #: includes/elementor/widgets/staff.php:842 includes/elements/gallery.php:228
5897
- #: includes/elements/gallery.php:250 includes/elements/gallery.php:270
5898
- #: includes/elements/recent-posts-grid-carousel.php:489
5899
- #: includes/elements/recent-posts-grid-carousel.php:508
5900
- #: includes/elements/recent-posts-grid-carousel.php:525
5901
- #: includes/elements/recent-posts-masonry.php:371
5902
- #: includes/elements/recent-posts-masonry.php:390
5903
- #: includes/elements/recent-posts-masonry.php:407
5904
- #: includes/elements/recent-posts-timeline.php:289
5905
- #: includes/elements/recent-posts-timeline.php:309
5906
  msgid "Layout"
5907
  msgstr ""
5908
 
@@ -5914,16 +5893,16 @@ msgstr ""
5914
  #: includes/elementor/widgets/custom-list.php:386
5915
  #: includes/elementor/widgets/staff.php:770
5916
  #: includes/elementor/widgets/theme-elements/menu.php:161
5917
- #: includes/elements/socials-list.php:84 includes/elements/socials-list.php:222
5918
- #: includes/elements/staff.php:486
5919
  msgid "Vertical"
5920
  msgstr ""
5921
 
5922
  #: includes/elementor/widgets/custom-list.php:387
5923
  #: includes/elementor/widgets/staff.php:771
5924
  #: includes/elementor/widgets/theme-elements/menu.php:160
5925
- #: includes/elements/socials-list.php:83 includes/elements/socials-list.php:221
5926
- #: includes/elements/staff.php:487
5927
  msgid "Horizontal"
5928
  msgstr ""
5929
 
@@ -5940,10 +5919,10 @@ msgid "Vertical Align"
5940
  msgstr ""
5941
 
5942
  #: includes/elementor/widgets/custom-list.php:539
5943
- #: includes/elements/custom-list.php:16 includes/elements/custom-list.php:60
5944
- #: includes/elements/custom-list.php:76 includes/elements/custom-list.php:92
5945
- #: includes/elements/custom-list.php:108 includes/elements/custom-list.php:124
5946
- #: includes/elements/custom-list.php:140
5947
  msgid "List"
5948
  msgstr ""
5949
 
@@ -5952,13 +5931,13 @@ msgid "Space Between Rows"
5952
  msgstr ""
5953
 
5954
  #: includes/elementor/widgets/custom-list.php:565
5955
- #: includes/elements/custom-list.php:154
5956
  msgid "Display Connector"
5957
  msgstr ""
5958
 
5959
  #: includes/elementor/widgets/custom-list.php:581
5960
  #: includes/elementor/widgets/custom-list.php:667
5961
- #: includes/elementor/widgets/divider.php:111 includes/elements/divider.php:61
5962
  msgid "Solid"
5963
  msgstr ""
5964
 
@@ -5974,7 +5953,7 @@ msgstr ""
5974
 
5975
  #: includes/elementor/widgets/custom-list.php:584
5976
  #: includes/elementor/widgets/custom-list.php:670
5977
- #: includes/elementor/widgets/divider.php:115 includes/elements/divider.php:65
5978
  msgid "Dashed"
5979
  msgstr ""
5980
 
@@ -5990,7 +5969,7 @@ msgstr ""
5990
 
5991
  #: includes/elementor/widgets/custom-list.php:651
5992
  #: includes/elementor/widgets/heading-modern.php:189
5993
- #: includes/elements/custom-list.php:172
5994
  msgid "Display Divider"
5995
  msgstr ""
5996
 
@@ -6000,10 +5979,10 @@ msgid "Text Margin"
6000
  msgstr ""
6001
 
6002
  #: includes/elementor/widgets/custom-list.php:1001
6003
- #: includes/elements/custom-list.php:61 includes/elements/custom-list.php:64
6004
- #: includes/elements/custom-list.php:77 includes/elements/custom-list.php:93
6005
- #: includes/elements/custom-list.php:96 includes/elements/custom-list.php:109
6006
- #: includes/elements/custom-list.php:125 includes/elements/custom-list.php:141
6007
  msgid "List Item"
6008
  msgstr ""
6009
 
@@ -6024,7 +6003,7 @@ msgstr ""
6024
  msgid "Divider"
6025
  msgstr ""
6026
 
6027
- #: includes/elementor/widgets/divider.php:107 includes/elements/divider.php:57
6028
  msgid "White Space"
6029
  msgstr ""
6030
 
@@ -6033,28 +6012,28 @@ msgstr ""
6033
  #: includes/elementor/widgets/staff.php:200
6034
  #: includes/elementor/widgets/text.php:461
6035
  #: includes/elementor/widgets/text.php:656
6036
- #: includes/elements/about-widget.php:121 includes/elements/divider.php:69
6037
- #: includes/elements/dropcap.php:72 includes/elements/staff.php:168
6038
- #: includes/elements/text.php:539 includes/elements/text.php:581
6039
- #: includes/general-hooks.php:354
6040
  msgid "Circle"
6041
  msgstr ""
6042
 
6043
- #: includes/elementor/widgets/divider.php:123 includes/elements/divider.php:73
6044
  msgid "Diamond"
6045
  msgstr ""
6046
 
6047
- #: includes/elementor/widgets/divider.php:127 includes/elements/divider.php:77
6048
  msgid "Vertical Line"
6049
  msgstr ""
6050
 
6051
- #: includes/elementor/widgets/divider.php:139 includes/elements/divider.php:84
6052
  msgid "Specifies the size of divider."
6053
  msgstr ""
6054
 
6055
  #: includes/elementor/widgets/divider.php:144
6056
- #: includes/elements/before-after.php:106
6057
- #: includes/elements/instagram-feed.php:99
6058
  msgid "Full"
6059
  msgstr ""
6060
 
@@ -6077,7 +6056,7 @@ msgstr ""
6077
  #: includes/elementor/widgets/theme-elements/select.php:227
6078
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6079
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6080
- #: includes/elements/image.php:145
6081
  msgid "Alignment"
6082
  msgstr ""
6083
 
@@ -6097,7 +6076,7 @@ msgstr ""
6097
  msgid "Gap bottom"
6098
  msgstr ""
6099
 
6100
- #: includes/elementor/widgets/divider.php:387 includes/elements/divider.php:106
6101
  msgid "Divider color"
6102
  msgstr ""
6103
 
@@ -6118,24 +6097,24 @@ msgstr ""
6118
  msgid "Add Images"
6119
  msgstr ""
6120
 
6121
- #: includes/elementor/widgets/gallery.php:113 includes/elements/gallery.php:71
6122
  msgid "Gallery layout"
6123
  msgstr ""
6124
 
6125
  #: includes/elementor/widgets/gallery.php:117
6126
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:153
6127
- #: includes/elements/gallery.php:78
6128
- #: includes/elements/recent-posts-grid-carousel.php:537
6129
  #: public/templates/vcomposer/auxin_vc_extendes.php:35
6130
  msgid "Grid"
6131
  msgstr ""
6132
 
6133
- #: includes/elementor/widgets/gallery.php:118 includes/elements/gallery.php:82
6134
  #: public/templates/vcomposer/auxin_vc_extendes.php:32
6135
  msgid "Masonry"
6136
  msgstr ""
6137
 
6138
- #: includes/elementor/widgets/gallery.php:119 includes/elements/gallery.php:86
6139
  msgid "Tiles"
6140
  msgstr ""
6141
 
@@ -6147,10 +6126,10 @@ msgstr ""
6147
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:134
6148
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:220
6149
  #: includes/elementor/widgets/recent-posts-tiles.php:134
6150
- #: includes/elements/gallery.php:124
6151
- #: includes/elements/recent-posts-tiles-carousel.php:302
6152
- #: includes/elements/recent-posts-tiles-carousel.php:368
6153
- #: includes/elements/recent-posts-tiles.php:332
6154
  msgid "Pattern 1"
6155
  msgstr ""
6156
 
@@ -6158,55 +6137,55 @@ msgstr ""
6158
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:138
6159
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:224
6160
  #: includes/elementor/widgets/recent-posts-tiles.php:138
6161
- #: includes/elements/gallery.php:128
6162
- #: includes/elements/recent-posts-tiles-carousel.php:306
6163
- #: includes/elements/recent-posts-tiles-carousel.php:372
6164
- #: includes/elements/recent-posts-tiles.php:336
6165
  msgid "Pattern 2"
6166
  msgstr ""
6167
 
6168
  #: includes/elementor/widgets/gallery.php:134
6169
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:142
6170
  #: includes/elementor/widgets/recent-posts-tiles.php:142
6171
- #: includes/elements/gallery.php:132
6172
- #: includes/elements/recent-posts-tiles-carousel.php:310
6173
- #: includes/elements/recent-posts-tiles.php:340
6174
  msgid "Pattern 3"
6175
  msgstr ""
6176
 
6177
  #: includes/elementor/widgets/gallery.php:135
6178
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:146
6179
  #: includes/elementor/widgets/recent-posts-tiles.php:146
6180
- #: includes/elements/gallery.php:136
6181
- #: includes/elements/recent-posts-tiles-carousel.php:314
6182
- #: includes/elements/recent-posts-tiles.php:344
6183
  msgid "Pattern 4"
6184
  msgstr ""
6185
 
6186
  #: includes/elementor/widgets/gallery.php:136
6187
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:150
6188
  #: includes/elementor/widgets/recent-posts-tiles.php:150
6189
- #: includes/elements/gallery.php:140
6190
- #: includes/elements/recent-posts-tiles-carousel.php:318
6191
- #: includes/elements/recent-posts-tiles.php:348
6192
  msgid "Pattern 5"
6193
  msgstr ""
6194
 
6195
  #: includes/elementor/widgets/gallery.php:137
6196
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:154
6197
  #: includes/elementor/widgets/recent-posts-tiles.php:154
6198
- #: includes/elements/gallery.php:144
6199
- #: includes/elements/recent-posts-tiles-carousel.php:322
6200
- #: includes/elements/recent-posts-tiles.php:352
6201
  msgid "Pattern 6"
6202
  msgstr ""
6203
 
6204
  #: includes/elementor/widgets/gallery.php:138
6205
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:158
6206
  #: includes/elementor/widgets/recent-posts-tiles.php:158
6207
- #: includes/elements/gallery.php:148
6208
- #: includes/elements/recent-posts-tiles-carousel.php:326
6209
- #: includes/elements/recent-posts-tiles.php:356
6210
  msgid "Pattern 7"
6211
  msgstr ""
6212
 
@@ -6215,7 +6194,7 @@ msgstr ""
6215
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:128
6216
  #: includes/elementor/widgets/recent-posts-masonry.php:128
6217
  #: includes/elementor/widgets/recent-products.php:137
6218
- #: includes/elements/instagram-feed.php:110
6219
  msgid "Columns"
6220
  msgstr ""
6221
 
@@ -6228,11 +6207,11 @@ msgstr ""
6228
  #: includes/elementor/widgets/recent-posts-land-style.php:548
6229
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6230
  #: includes/elementor/widgets/recent-products.php:490
6231
- #: includes/elements/gallery.php:292
6232
- #: includes/elements/recent-posts-grid-carousel.php:113
6233
- #: includes/elements/recent-posts-land-style.php:100
6234
- #: includes/elements/recent-posts-timeline.php:293
6235
- #: includes/elements/recent-products.php:86
6236
  msgid "Image aspect ratio"
6237
  msgstr ""
6238
 
@@ -6245,24 +6224,24 @@ msgstr ""
6245
  msgid "Media File"
6246
  msgstr ""
6247
 
6248
- #: includes/elementor/widgets/gallery.php:217 includes/elements/gallery.php:323
6249
  msgid "Attachment Page"
6250
  msgstr ""
6251
 
6252
- #: includes/elementor/widgets/gallery.php:218 includes/elements/flickr.php:151
6253
- #: includes/elements/gallery.php:321
6254
  msgid "Lightbox"
6255
  msgstr ""
6256
 
6257
- #: includes/elementor/widgets/gallery.php:227 includes/elements/flickr.php:200
6258
  msgid "Pagination"
6259
  msgstr ""
6260
 
6261
- #: includes/elementor/widgets/gallery.php:238 includes/elements/gallery.php:348
6262
  msgid "Enable lazyload"
6263
  msgstr ""
6264
 
6265
- #: includes/elementor/widgets/gallery.php:252 includes/elements/gallery.php:364
6266
  msgid "Images per page"
6267
  msgstr ""
6268
 
@@ -6270,7 +6249,7 @@ msgstr ""
6270
  msgid "Order by query"
6271
  msgstr ""
6272
 
6273
- #: includes/elementor/widgets/gallery.php:298 includes/elements/gallery.php:188
6274
  msgid "Order images by"
6275
  msgstr ""
6276
 
@@ -6439,8 +6418,8 @@ msgid "Shape"
6439
  msgstr ""
6440
 
6441
  #: includes/elementor/widgets/icon.php:141
6442
- #: includes/elements/about-widget.php:122 includes/elements/dropcap.php:60
6443
- #: includes/general-hooks.php:355
6444
  msgid "Square"
6445
  msgstr ""
6446
 
@@ -6494,9 +6473,9 @@ msgstr ""
6494
  #: includes/elementor/widgets/text.php:118
6495
  #: includes/elementor/widgets/text.php:140
6496
  #: includes/elementor/widgets/theme-elements/logo.php:214
6497
- #: includes/elements/about-widget.php:100 includes/elements/image.php:15
6498
- #: includes/elements/image.php:57 includes/elements/text.php:375
6499
- #: includes/elements/text.php:404
6500
  msgid "Image"
6501
  msgstr ""
6502
 
@@ -6517,44 +6496,44 @@ msgstr ""
6517
  msgid "Ribbon"
6518
  msgstr ""
6519
 
6520
- #: includes/elementor/widgets/image.php:186 includes/elements/image.php:288
6521
  msgid "Diplay Ribbon"
6522
  msgstr ""
6523
 
6524
- #: includes/elementor/widgets/image.php:210 includes/elements/image.php:320
6525
  msgid "Ribbon Style"
6526
  msgstr ""
6527
 
6528
- #: includes/elementor/widgets/image.php:214 includes/elements/image.php:325
6529
- #: includes/elements/staff.php:199 includes/elements/text.php:97
6530
  msgid "Simple"
6531
  msgstr ""
6532
 
6533
- #: includes/elementor/widgets/image.php:215 includes/elements/image.php:326
6534
  msgid "Corner"
6535
  msgstr ""
6536
 
6537
- #: includes/elementor/widgets/image.php:216 includes/elements/image.php:327
6538
  msgid "Cross"
6539
  msgstr ""
6540
 
6541
- #: includes/elementor/widgets/image.php:227 includes/elements/image.php:341
6542
  msgid "Ribbon Position"
6543
  msgstr ""
6544
 
6545
- #: includes/elementor/widgets/image.php:231 includes/elements/image.php:346
6546
  msgid "Top Left"
6547
  msgstr ""
6548
 
6549
- #: includes/elementor/widgets/image.php:232 includes/elements/image.php:347
6550
  msgid "Top Right"
6551
  msgstr ""
6552
 
6553
- #: includes/elementor/widgets/image.php:233 includes/elements/image.php:348
6554
  msgid "Bottom Left"
6555
  msgstr ""
6556
 
6557
- #: includes/elementor/widgets/image.php:234 includes/elements/image.php:349
6558
  msgid "Bottom Right"
6559
  msgstr ""
6560
 
@@ -6564,7 +6543,7 @@ msgstr ""
6564
 
6565
  #: includes/elementor/widgets/image.php:278
6566
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6567
- #: includes/general-hooks.php:1938
6568
  msgid "Settings"
6569
  msgstr ""
6570
 
@@ -6572,11 +6551,11 @@ msgstr ""
6572
  msgid "Open in lightbox"
6573
  msgstr ""
6574
 
6575
- #: includes/elementor/widgets/image.php:298 includes/elements/image.php:163
6576
  msgid "Iconic button"
6577
  msgstr ""
6578
 
6579
- #: includes/elementor/widgets/image.php:303 includes/elements/image.php:170
6580
  msgid "Plus"
6581
  msgstr ""
6582
 
@@ -6617,19 +6596,19 @@ msgstr ""
6617
  msgid "Placeholder color while loading image"
6618
  msgstr ""
6619
 
6620
- #: includes/elementor/widgets/image.php:382 includes/elements/image.php:263
6621
  msgid "Tilt Effect"
6622
  msgstr ""
6623
 
6624
- #: includes/elementor/widgets/image.php:383 includes/elements/image.php:264
6625
  msgid "Adds tilt effect to the image."
6626
  msgstr ""
6627
 
6628
- #: includes/elementor/widgets/image.php:396 includes/elements/image.php:275
6629
  msgid "Colorized Shadow"
6630
  msgstr ""
6631
 
6632
- #: includes/elementor/widgets/image.php:397 includes/elements/image.php:276
6633
  msgid ""
6634
  "Adds colorized shadow to the image. Note: This feature is not available "
6635
  "when image hover is active."
@@ -6766,13 +6745,13 @@ msgstr ""
6766
  #: includes/elementor/widgets/recent-posts-tiles.php:250
6767
  #: includes/elementor/widgets/recent-posts-timeline.php:382
6768
  #: includes/elementor/widgets/recent-products.php:327
6769
- #: includes/elements/popular-posts-widget.php:65
6770
- #: includes/elements/recent-posts-grid-carousel.php:99
6771
- #: includes/elements/recent-posts-land-style.php:86
6772
- #: includes/elements/recent-posts-masonry.php:86
6773
- #: includes/elements/recent-posts-tiles.php:85
6774
- #: includes/elements/recent-posts-timeline.php:80
6775
- #: includes/elements/recent-posts-widget.php:71
6776
  msgid "Number of posts to show"
6777
  msgstr ""
6778
 
@@ -6784,83 +6763,83 @@ msgstr ""
6784
  #: includes/elementor/widgets/recent-posts-tiles.php:231
6785
  #: includes/elementor/widgets/recent-posts-timeline.php:363
6786
  #: includes/elementor/widgets/recent-products.php:308
6787
- #: includes/elements/latest-posts-slider.php:70
6788
- #: includes/elements/latest-posts-slider.php:84
6789
- #: includes/elements/latest-posts-slider.php:98
6790
- #: includes/elements/latest-posts-slider.php:112
6791
- #: includes/elements/latest-posts-slider.php:126
6792
- #: includes/elements/latest-posts-slider.php:150
6793
- #: includes/elements/latest-posts-slider.php:168
6794
- #: includes/elements/latest-posts-slider.php:238
6795
- #: includes/elements/recent-posts-grid-carousel.php:95
6796
- #: includes/elements/recent-posts-grid-carousel.php:109
6797
- #: includes/elements/recent-posts-grid-carousel.php:142
6798
- #: includes/elements/recent-posts-grid-carousel.php:155
6799
- #: includes/elements/recent-posts-grid-carousel.php:196
6800
- #: includes/elements/recent-posts-grid-carousel.php:214
6801
- #: includes/elements/recent-posts-grid-carousel.php:228
6802
- #: includes/elements/recent-posts-grid-carousel.php:242
6803
- #: includes/elements/recent-posts-grid-carousel.php:256
6804
- #: includes/elements/recent-posts-grid-carousel.php:270
6805
- #: includes/elements/recent-posts-land-style.php:82
6806
- #: includes/elements/recent-posts-land-style.php:96
6807
- #: includes/elements/recent-posts-land-style.php:129
6808
- #: includes/elements/recent-posts-land-style.php:142
6809
- #: includes/elements/recent-posts-land-style.php:158
6810
- #: includes/elements/recent-posts-land-style.php:183
6811
- #: includes/elements/recent-posts-land-style.php:201
6812
- #: includes/elements/recent-posts-land-style.php:215
6813
- #: includes/elements/recent-posts-land-style.php:229
6814
- #: includes/elements/recent-posts-land-style.php:243
6815
- #: includes/elements/recent-posts-land-style.php:257
6816
- #: includes/elements/recent-posts-masonry.php:82
6817
- #: includes/elements/recent-posts-masonry.php:96
6818
- #: includes/elements/recent-posts-masonry.php:109
6819
- #: includes/elements/recent-posts-masonry.php:122
6820
- #: includes/elements/recent-posts-masonry.php:163
6821
- #: includes/elements/recent-posts-masonry.php:181
6822
- #: includes/elements/recent-posts-masonry.php:195
6823
- #: includes/elements/recent-posts-masonry.php:209
6824
- #: includes/elements/recent-posts-masonry.php:223
6825
- #: includes/elements/recent-posts-masonry.php:237
6826
- #: includes/elements/recent-posts-tiles-carousel.php:68
6827
- #: includes/elements/recent-posts-tiles-carousel.php:82
6828
- #: includes/elements/recent-posts-tiles-carousel.php:96
6829
- #: includes/elements/recent-posts-tiles-carousel.php:109
6830
- #: includes/elements/recent-posts-tiles-carousel.php:122
6831
- #: includes/elements/recent-posts-tiles-carousel.php:138
6832
- #: includes/elements/recent-posts-tiles-carousel.php:163
6833
- #: includes/elements/recent-posts-tiles-carousel.php:181
6834
- #: includes/elements/recent-posts-tiles-carousel.php:195
6835
- #: includes/elements/recent-posts-tiles-carousel.php:209
6836
- #: includes/elements/recent-posts-tiles-carousel.php:223
6837
- #: includes/elements/recent-posts-tiles-carousel.php:248
6838
- #: includes/elements/recent-posts-tiles-carousel.php:266
6839
- #: includes/elements/recent-posts-tiles-carousel.php:280
6840
- #: includes/elements/recent-posts-tiles.php:81
6841
- #: includes/elements/recent-posts-tiles.php:95
6842
- #: includes/elements/recent-posts-tiles.php:108
6843
- #: includes/elements/recent-posts-tiles.php:121
6844
- #: includes/elements/recent-posts-tiles.php:137
6845
- #: includes/elements/recent-posts-tiles.php:193
6846
- #: includes/elements/recent-posts-tiles.php:211
6847
- #: includes/elements/recent-posts-tiles.php:225
6848
- #: includes/elements/recent-posts-tiles.php:239
6849
- #: includes/elements/recent-posts-tiles.php:253
6850
- #: includes/elements/recent-posts-tiles.php:278
6851
- #: includes/elements/recent-posts-tiles.php:296
6852
- #: includes/elements/recent-posts-tiles.php:310
6853
- #: includes/elements/recent-posts-timeline.php:76
6854
- #: includes/elements/recent-posts-timeline.php:90
6855
- #: includes/elements/recent-posts-timeline.php:103
6856
- #: includes/elements/recent-posts-timeline.php:116
6857
- #: includes/elements/recent-posts-timeline.php:132
6858
- #: includes/elements/recent-posts-timeline.php:188
6859
- #: includes/elements/recent-posts-timeline.php:206
6860
- #: includes/elements/recent-posts-timeline.php:220
6861
- #: includes/elements/recent-posts-timeline.php:234
6862
- #: includes/elements/recent-posts-timeline.php:248
6863
- #: includes/elements/recent-posts-timeline.php:262
6864
  msgid "Query"
6865
  msgstr ""
6866
 
@@ -6902,15 +6881,15 @@ msgstr ""
6902
  #: includes/elementor/widgets/recent-posts-tiles.php:238
6903
  #: includes/elementor/widgets/recent-posts-timeline.php:370
6904
  #: includes/elementor/widgets/recent-products.php:315
6905
- #: includes/elements/popular-posts-widget.php:236
6906
- #: includes/elements/recent-posts-grid-carousel.php:84
6907
- #: includes/elements/recent-posts-land-style.php:71
6908
- #: includes/elements/recent-posts-masonry.php:71
6909
- #: includes/elements/recent-posts-tiles-carousel.php:57
6910
- #: includes/elements/recent-posts-tiles.php:70
6911
- #: includes/elements/recent-posts-timeline.php:65
6912
- #: includes/elements/recent-posts-widget.php:191
6913
- #: includes/elements/recent-products.php:70
6914
  msgid "Categories"
6915
  msgstr ""
6916
 
@@ -6932,18 +6911,18 @@ msgstr ""
6932
  #: includes/elementor/widgets/recent-posts-tiles.php:301
6933
  #: includes/elementor/widgets/recent-posts-timeline.php:433
6934
  #: includes/elementor/widgets/recent-products.php:351
6935
- #: includes/elements/latest-posts-slider.php:130
6936
- #: includes/elements/popular-posts-widget.php:189
6937
- #: includes/elements/recent-posts-grid-carousel.php:175
6938
- #: includes/elements/recent-posts-land-style.php:162
6939
- #: includes/elements/recent-posts-masonry.php:142
6940
- #: includes/elements/recent-posts-tiles-carousel.php:142
6941
- #: includes/elements/recent-posts-tiles-carousel.php:227
6942
- #: includes/elements/recent-posts-tiles.php:172
6943
- #: includes/elements/recent-posts-tiles.php:257
6944
- #: includes/elements/recent-posts-timeline.php:167
6945
- #: includes/elements/recent-posts-widget.php:149
6946
- #: includes/elements/recent-products.php:121
6947
  msgid "Order by"
6948
  msgstr ""
6949
 
@@ -6955,6 +6934,29 @@ msgstr ""
6955
  #: includes/elementor/widgets/recent-posts-tiles.php:310
6956
  #: includes/elementor/widgets/recent-posts-timeline.php:442
6957
  #: includes/elementor/widgets/recent-products.php:360
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6958
  #: includes/elements/latest-posts-slider.php:141
6959
  #: includes/elements/popular-posts-widget.php:202
6960
  #: includes/elements/recent-posts-grid-carousel.php:188
@@ -6967,30 +6969,7 @@ msgstr ""
6967
  #: includes/elements/recent-posts-timeline.php:180
6968
  #: includes/elements/recent-posts-widget.php:162
6969
  #: includes/elements/recent-products.php:134
6970
- msgid "Comments"
6971
- msgstr ""
6972
-
6973
- #: includes/elementor/widgets/products-grid.php:243
6974
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
6975
- #: includes/elementor/widgets/recent-posts-land-style.php:432
6976
- #: includes/elementor/widgets/recent-posts-masonry.php:527
6977
- #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
6978
- #: includes/elementor/widgets/recent-posts-tiles.php:311
6979
- #: includes/elementor/widgets/recent-posts-timeline.php:443
6980
- #: includes/elementor/widgets/recent-products.php:361
6981
- #: includes/elements/latest-posts-slider.php:142
6982
- #: includes/elements/popular-posts-widget.php:203
6983
- #: includes/elements/recent-posts-grid-carousel.php:189
6984
- #: includes/elements/recent-posts-land-style.php:176
6985
- #: includes/elements/recent-posts-masonry.php:156
6986
- #: includes/elements/recent-posts-tiles-carousel.php:156
6987
- #: includes/elements/recent-posts-tiles-carousel.php:241
6988
- #: includes/elements/recent-posts-tiles.php:186
6989
- #: includes/elements/recent-posts-tiles.php:271
6990
- #: includes/elements/recent-posts-timeline.php:181
6991
- #: includes/elements/recent-posts-widget.php:163
6992
- #: includes/elements/recent-products.php:135
6993
- msgid "Date Modified"
6994
  msgstr ""
6995
 
6996
  #: includes/elementor/widgets/products-grid.php:245
@@ -7001,15 +6980,15 @@ msgstr ""
7001
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7002
  #: includes/elementor/widgets/recent-posts-timeline.php:445
7003
  #: includes/elementor/widgets/recent-products.php:363
7004
- #: includes/elements/recent-posts-grid-carousel.php:191
7005
- #: includes/elements/recent-posts-land-style.php:178
7006
- #: includes/elements/recent-posts-masonry.php:158
7007
- #: includes/elements/recent-posts-tiles-carousel.php:158
7008
- #: includes/elements/recent-posts-tiles-carousel.php:243
7009
- #: includes/elements/recent-posts-tiles.php:188
7010
- #: includes/elements/recent-posts-tiles.php:273
7011
- #: includes/elements/recent-posts-timeline.php:183
7012
- #: includes/elements/recent-products.php:137
7013
  msgid "Inserted Post IDs"
7014
  msgstr ""
7015
 
@@ -7021,6 +7000,29 @@ msgstr ""
7021
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7022
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7023
  #: includes/elementor/widgets/recent-products.php:375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7024
  #: includes/elements/latest-posts-slider.php:160
7025
  #: includes/elements/popular-posts-widget.php:221
7026
  #: includes/elements/recent-posts-grid-carousel.php:208
@@ -7033,41 +7035,18 @@ msgstr ""
7033
  #: includes/elements/recent-posts-timeline.php:200
7034
  #: includes/elements/recent-posts-widget.php:181
7035
  #: includes/elements/recent-products.php:154
7036
- msgid "Descending"
7037
- msgstr ""
7038
-
7039
- #: includes/elementor/widgets/products-grid.php:258
7040
- #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7041
- #: includes/elementor/widgets/recent-posts-land-style.php:447
7042
- #: includes/elementor/widgets/recent-posts-masonry.php:542
7043
- #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7044
- #: includes/elementor/widgets/recent-posts-tiles.php:326
7045
- #: includes/elementor/widgets/recent-posts-timeline.php:458
7046
- #: includes/elementor/widgets/recent-products.php:376
7047
- #: includes/elements/latest-posts-slider.php:161
7048
- #: includes/elements/popular-posts-widget.php:222
7049
- #: includes/elements/recent-posts-grid-carousel.php:209
7050
- #: includes/elements/recent-posts-land-style.php:196
7051
- #: includes/elements/recent-posts-masonry.php:176
7052
- #: includes/elements/recent-posts-tiles-carousel.php:176
7053
- #: includes/elements/recent-posts-tiles-carousel.php:261
7054
- #: includes/elements/recent-posts-tiles.php:206
7055
- #: includes/elements/recent-posts-tiles.php:291
7056
- #: includes/elements/recent-posts-timeline.php:201
7057
- #: includes/elements/recent-posts-widget.php:182
7058
- #: includes/elements/recent-products.php:155
7059
  msgid "Ascending"
7060
  msgstr ""
7061
 
7062
  #: includes/elementor/widgets/products-grid.php:266
7063
  #: includes/elementor/widgets/recent-products.php:384
7064
- #: includes/elements/recent-products.php:164
7065
  msgid "Only products"
7066
  msgstr ""
7067
 
7068
  #: includes/elementor/widgets/products-grid.php:267
7069
  #: includes/elementor/widgets/recent-products.php:385
7070
- #: includes/elements/recent-products.php:165
7071
  msgid ""
7072
  "If you intend to display ONLY specific products, you should specify the "
7073
  "products here. You have to insert the Products IDs that are separated by "
@@ -7076,13 +7055,13 @@ msgstr ""
7076
 
7077
  #: includes/elementor/widgets/products-grid.php:275
7078
  #: includes/elementor/widgets/recent-products.php:393
7079
- #: includes/elements/recent-products.php:178
7080
  msgid "Include products"
7081
  msgstr ""
7082
 
7083
  #: includes/elementor/widgets/products-grid.php:276
7084
  #: includes/elementor/widgets/recent-products.php:394
7085
- #: includes/elements/recent-products.php:179
7086
  msgid ""
7087
  "If you intend to include additional products, you should specify the "
7088
  "products here. You have to insert the Products IDs that are separated by "
@@ -7091,13 +7070,13 @@ msgstr ""
7091
 
7092
  #: includes/elementor/widgets/products-grid.php:284
7093
  #: includes/elementor/widgets/recent-products.php:402
7094
- #: includes/elements/recent-products.php:192
7095
  msgid "Exclude products"
7096
  msgstr ""
7097
 
7098
  #: includes/elementor/widgets/products-grid.php:285
7099
  #: includes/elementor/widgets/recent-products.php:403
7100
- #: includes/elements/recent-products.php:193
7101
  msgid ""
7102
  "If you intend to exclude specific products from result, you should specify "
7103
  "the products here. You have to insert the Products IDs that are separated "
@@ -7105,7 +7084,7 @@ msgid ""
7105
  msgstr ""
7106
 
7107
  #: includes/elementor/widgets/products-grid.php:294
7108
- #: includes/elements/recent-products.php:207
7109
  msgid "Number of products to displace or pass over."
7110
  msgstr ""
7111
 
@@ -7187,7 +7166,7 @@ msgstr ""
7187
  msgid "Type your description here"
7188
  msgstr ""
7189
 
7190
- #: includes/elementor/widgets/quote.php:156 includes/elements/quote.php:103
7191
  msgid "Text alignment"
7192
  msgstr ""
7193
 
@@ -7195,7 +7174,7 @@ msgstr ""
7195
  msgid "Quote Symbol"
7196
  msgstr ""
7197
 
7198
- #: includes/elementor/widgets/quote.php:219 includes/elements/quote.php:142
7199
  msgid "Insert quote symbol"
7200
  msgstr ""
7201
 
@@ -7213,8 +7192,8 @@ msgstr ""
7213
 
7214
  #: includes/elementor/widgets/quote.php:322
7215
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:200
7216
- #: includes/elements/instagram-feed.php:224
7217
- #: includes/elements/recent-posts-grid-carousel.php:579
7218
  msgid "Background color"
7219
  msgstr ""
7220
 
@@ -7311,17 +7290,17 @@ msgid "Inherited from larger"
7311
  msgstr ""
7312
 
7313
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:149
7314
- #: includes/elements/recent-posts-grid-carousel.php:529
7315
  msgid "Display items as"
7316
  msgstr ""
7317
 
7318
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:154
7319
- #: includes/elements/recent-posts-grid-carousel.php:538
7320
  msgid "Grid - Table Style"
7321
  msgstr ""
7322
 
7323
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:155
7324
- #: includes/elements/recent-posts-grid-carousel.php:539
7325
  msgid "Grid - Modern Style"
7326
  msgstr ""
7327
 
@@ -7330,166 +7309,166 @@ msgid "Flip"
7330
  msgstr ""
7331
 
7332
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:157
7333
- #: includes/elements/recent-posts-grid-carousel.php:540
7334
  msgid "Carousel - Modern Style"
7335
  msgstr ""
7336
 
7337
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:158
7338
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:193
7339
- #: includes/elements/recent-posts-grid-carousel.php:541
7340
- #: includes/elements/recent-posts-grid-carousel.php:630
7341
- #: includes/elements/recent-posts-grid-carousel.php:652
7342
- #: includes/elements/recent-posts-grid-carousel.php:672
7343
- #: includes/elements/recent-posts-grid-carousel.php:692
7344
- #: includes/elements/recent-posts-grid-carousel.php:707
7345
- #: includes/elements/recent-posts-grid-carousel.php:723
7346
- #: includes/elements/recent-posts-grid-carousel.php:740
7347
- #: includes/elements/recent-posts-tiles-carousel.php:421
7348
- #: includes/elements/recent-posts-tiles-carousel.php:443
7349
- #: includes/elements/recent-posts-tiles-carousel.php:458
7350
- #: includes/elements/recent-posts-tiles-carousel.php:474
7351
- #: includes/elements/recent-posts-tiles-carousel.php:491
7352
  msgid "Carousel"
7353
  msgstr ""
7354
 
7355
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:166
7356
- #: includes/elements/recent-posts-grid-carousel.php:595
7357
  msgid "Column space"
7358
  msgstr ""
7359
 
7360
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:167
7361
- #: includes/elements/recent-posts-grid-carousel.php:596
7362
  msgid "Specifies horizontal space between items (pixel)."
7363
  msgstr ""
7364
 
7365
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:179
7366
  #: includes/elementor/widgets/recent-posts-masonry.php:149
7367
- #: includes/elements/recent-posts-grid-carousel.php:550
7368
  msgid "Content layout"
7369
  msgstr ""
7370
 
7371
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:183
7372
  #: includes/elementor/widgets/recent-posts-masonry.php:153
7373
- #: includes/elements/recent-posts-grid-carousel.php:558
7374
  msgid "Full Content"
7375
  msgstr ""
7376
 
7377
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:184
7378
  #: includes/elementor/widgets/recent-posts-masonry.php:154
7379
- #: includes/elements/recent-posts-grid-carousel.php:559
7380
  msgid "Boxed Content"
7381
  msgstr ""
7382
 
7383
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:195
7384
- #: includes/elements/recent-posts-grid-carousel.php:571
7385
  msgid "Mouse Over Effect"
7386
  msgstr ""
7387
 
7388
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:201
7389
- #: includes/elements/recent-posts-grid-carousel.php:580
7390
  msgid "Cover image"
7391
  msgstr ""
7392
 
7393
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:202
7394
- #: includes/elements/recent-posts-grid-carousel.php:581
7395
  msgid "Cover image or background color"
7396
  msgstr ""
7397
 
7398
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:203
7399
- #: includes/elements/recent-posts-grid-carousel.php:582
7400
  msgid "Nothing"
7401
  msgstr ""
7402
 
7403
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:214
7404
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:237
7405
- #: includes/elements/recent-posts-grid-carousel.php:612
7406
- #: includes/elements/recent-posts-tiles-carousel.php:403
7407
  msgid "Navigation type"
7408
  msgstr ""
7409
 
7410
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:218
7411
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:241
7412
- #: includes/elements/recent-posts-grid-carousel.php:620
7413
- #: includes/elements/recent-posts-tiles-carousel.php:411
7414
  msgid "Move per column"
7415
  msgstr ""
7416
 
7417
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:219
7418
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:242
7419
- #: includes/elements/recent-posts-grid-carousel.php:621
7420
- #: includes/elements/recent-posts-tiles-carousel.php:412
7421
  msgid "Move per page"
7422
  msgstr ""
7423
 
7424
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:220
7425
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:243
7426
- #: includes/elements/recent-posts-grid-carousel.php:622
7427
- #: includes/elements/recent-posts-tiles-carousel.php:413
7428
  msgid "Smooth scroll"
7429
  msgstr ""
7430
 
7431
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:236
7432
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:206
7433
- #: includes/elements/recent-posts-grid-carousel.php:642
7434
- #: includes/elements/recent-posts-tiles-carousel.php:433
7435
  msgid "Arrows"
7436
  msgstr ""
7437
 
7438
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:237
7439
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:207
7440
- #: includes/elements/recent-posts-grid-carousel.php:643
7441
- #: includes/elements/recent-posts-tiles-carousel.php:434
7442
  msgid "Bullets"
7443
  msgstr ""
7444
 
7445
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:248
7446
- #: includes/elements/recent-posts-grid-carousel.php:656
7447
  msgid "Control Position"
7448
  msgstr ""
7449
 
7450
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:253
7451
- #: includes/elements/recent-posts-grid-carousel.php:664
7452
  msgid "Side"
7453
  msgstr ""
7454
 
7455
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:264
7456
- #: includes/elements/recent-posts-grid-carousel.php:676
7457
  msgid "Control Skin"
7458
  msgstr ""
7459
 
7460
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:268
7461
- #: includes/elements/recent-posts-grid-carousel.php:683
7462
  msgid "boxed"
7463
  msgstr ""
7464
 
7465
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:280
7466
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:251
7467
  #: includes/elementor/widgets/touch-slider.php:140
7468
- #: includes/elements/recent-posts-grid-carousel.php:696
7469
- #: includes/elements/recent-posts-tiles-carousel.php:447
7470
  msgid "Loop navigation"
7471
  msgstr ""
7472
 
7473
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:295
7474
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:263
7475
- #: includes/elements/recent-posts-grid-carousel.php:711
7476
- #: includes/elements/recent-posts-tiles-carousel.php:462
7477
  msgid "Autoplay carousel"
7478
  msgstr ""
7479
 
7480
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:310
7481
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:275
7482
  #: includes/elementor/widgets/touch-slider.php:164
7483
- #: includes/elements/recent-posts-grid-carousel.php:727
7484
- #: includes/elements/recent-posts-tiles-carousel.php:478
7485
  msgid "Autoplay delay"
7486
  msgstr ""
7487
 
7488
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:311
7489
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:276
7490
  #: includes/elementor/widgets/touch-slider.php:165
7491
- #: includes/elements/recent-posts-grid-carousel.php:728
7492
- #: includes/elements/recent-posts-tiles-carousel.php:479
7493
  msgid "Specifies the delay between auto-forwarding in seconds."
7494
  msgstr ""
7495
 
@@ -7510,10 +7489,10 @@ msgstr ""
7510
  #: includes/elementor/widgets/recent-posts-masonry.php:176
7511
  #: includes/elementor/widgets/recent-posts-timeline.php:163
7512
  #: includes/elementor/widgets/recent-products.php:209
7513
- #: includes/elements/recent-posts-grid-carousel.php:274
7514
- #: includes/elements/recent-posts-land-style.php:261
7515
- #: includes/elements/recent-posts-masonry.php:241
7516
- #: includes/elements/recent-posts-timeline.php:313
7517
  msgid "Display post media (image, video, etc)"
7518
  msgstr ""
7519
 
@@ -7531,10 +7510,10 @@ msgstr ""
7531
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:299
7532
  #: includes/elementor/widgets/recent-posts-tiles.php:201
7533
  #: includes/elementor/widgets/recent-posts-timeline.php:234
7534
- #: includes/elements/recent-posts-grid-carousel.php:288
7535
- #: includes/elements/recent-posts-land-style.php:275
7536
- #: includes/elements/recent-posts-masonry.php:255
7537
- #: includes/elements/recent-posts-timeline.php:327
7538
  msgid "Display post title"
7539
  msgstr ""
7540
 
@@ -7547,7 +7526,7 @@ msgstr ""
7547
  #: includes/elementor/widgets/recent-posts-masonry.php:259
7548
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:311
7549
  #: includes/elementor/widgets/recent-posts-tiles.php:213
7550
- #: includes/elements/recent-posts-grid-carousel.php:301
7551
  msgid "Display post info"
7552
  msgstr ""
7553
 
@@ -7557,7 +7536,7 @@ msgstr ""
7557
 
7558
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:471
7559
  #: includes/elementor/widgets/recent-posts-masonry.php:271
7560
- #: includes/elements/recent-posts-grid-carousel.php:325
7561
  msgid "Post info position"
7562
  msgstr ""
7563
 
@@ -7566,8 +7545,8 @@ msgstr ""
7566
  #: includes/elementor/widgets/recent-posts-masonry.php:287
7567
  #: includes/elementor/widgets/recent-products.php:278
7568
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
7569
- #: includes/elements/recent-posts-grid-carousel.php:346
7570
- #: includes/elements/recent-products.php:261
7571
  msgid "Display Categories"
7572
  msgstr ""
7573
 
@@ -7584,7 +7563,7 @@ msgstr ""
7584
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
7585
  #: includes/elementor/widgets/recent-posts-land-style.php:249
7586
  #: includes/elementor/widgets/recent-posts-masonry.php:315
7587
- #: includes/elements/recent-posts-grid-carousel.php:363
7588
  msgid "Display Date"
7589
  msgstr ""
7590
 
@@ -7604,7 +7583,7 @@ msgstr ""
7604
 
7605
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
7606
  #: includes/elementor/widgets/recent-posts-masonry.php:330
7607
- #: includes/elements/recent-posts-grid-carousel.php:313
7608
  msgid "Display post content"
7609
  msgstr ""
7610
 
@@ -7617,9 +7596,9 @@ msgstr ""
7617
  #: includes/elementor/widgets/recent-posts-land-style.php:276
7618
  #: includes/elementor/widgets/recent-posts-masonry.php:342
7619
  #: includes/elementor/widgets/recent-posts-timeline.php:258
7620
- #: includes/elements/recent-posts-grid-carousel.php:380
7621
- #: includes/elements/recent-posts-land-style.php:300
7622
- #: includes/elements/recent-posts-masonry.php:280
7623
  msgid "Display like button"
7624
  msgstr ""
7625
 
@@ -7627,9 +7606,9 @@ msgstr ""
7627
  #: includes/elementor/widgets/recent-posts-land-style.php:288
7628
  #: includes/elementor/widgets/recent-posts-masonry.php:366
7629
  #: includes/elementor/widgets/recent-posts-timeline.php:282
7630
- #: includes/elements/popular-posts-widget.php:146
7631
- #: includes/elements/recent-posts-timeline.php:352
7632
- #: includes/elements/recent-posts-widget.php:106
7633
  msgid "Display excerpt"
7634
  msgstr ""
7635
 
@@ -7637,9 +7616,9 @@ msgstr ""
7637
  #: includes/elementor/widgets/recent-posts-land-style.php:289
7638
  #: includes/elementor/widgets/recent-posts-masonry.php:367
7639
  #: includes/elementor/widgets/recent-posts-timeline.php:283
7640
- #: includes/elements/popular-posts-widget.php:147
7641
- #: includes/elements/recent-posts-timeline.php:353
7642
- #: includes/elements/recent-posts-widget.php:107
7643
  msgid "Enable it to display post summary instead of full content."
7644
  msgstr ""
7645
 
@@ -7647,12 +7626,12 @@ msgstr ""
7647
  #: includes/elementor/widgets/recent-posts-land-style.php:301
7648
  #: includes/elementor/widgets/recent-posts-masonry.php:379
7649
  #: includes/elementor/widgets/recent-posts-timeline.php:295
7650
- #: includes/elements/popular-posts-widget.php:175
7651
- #: includes/elements/recent-posts-grid-carousel.php:425
7652
- #: includes/elements/recent-posts-land-style.php:345
7653
- #: includes/elements/recent-posts-masonry.php:325
7654
- #: includes/elements/recent-posts-timeline.php:367
7655
- #: includes/elements/recent-posts-widget.php:135
7656
  msgid "Excerpt length"
7657
  msgstr ""
7658
 
@@ -7660,10 +7639,10 @@ msgstr ""
7660
  #: includes/elementor/widgets/recent-posts-land-style.php:302
7661
  #: includes/elementor/widgets/recent-posts-masonry.php:380
7662
  #: includes/elementor/widgets/recent-posts-timeline.php:296
7663
- #: includes/elements/recent-posts-grid-carousel.php:426
7664
- #: includes/elements/recent-posts-land-style.php:346
7665
- #: includes/elements/recent-posts-masonry.php:326
7666
- #: includes/elements/recent-posts-timeline.php:368
7667
  msgid "Specify summary content in character."
7668
  msgstr ""
7669
 
@@ -7671,10 +7650,10 @@ msgstr ""
7671
  #: includes/elementor/widgets/recent-posts-land-style.php:314
7672
  #: includes/elementor/widgets/recent-posts-masonry.php:392
7673
  #: includes/elementor/widgets/recent-posts-timeline.php:308
7674
- #: includes/elements/recent-posts-grid-carousel.php:439
7675
- #: includes/elements/recent-posts-land-style.php:363
7676
- #: includes/elements/recent-posts-masonry.php:339
7677
- #: includes/elements/recent-posts-timeline.php:384
7678
  msgid "Display author or read more"
7679
  msgstr ""
7680
 
@@ -7682,10 +7661,10 @@ msgstr ""
7682
  #: includes/elementor/widgets/recent-posts-land-style.php:316
7683
  #: includes/elementor/widgets/recent-posts-masonry.php:394
7684
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7685
- #: includes/elements/recent-posts-grid-carousel.php:440
7686
- #: includes/elements/recent-posts-land-style.php:364
7687
- #: includes/elements/recent-posts-masonry.php:340
7688
- #: includes/elements/recent-posts-timeline.php:385
7689
  msgid "Specifies whether to show author or read more on each post."
7690
  msgstr ""
7691
 
@@ -7696,10 +7675,10 @@ msgstr ""
7696
  #: includes/elementor/widgets/recent-posts-masonry.php:1221
7697
  #: includes/elementor/widgets/recent-posts-timeline.php:314
7698
  #: includes/elementor/widgets/text.php:301
7699
- #: includes/elements/recent-posts-grid-carousel.php:447
7700
- #: includes/elements/recent-posts-land-style.php:371
7701
- #: includes/elements/recent-posts-masonry.php:347
7702
- #: includes/elements/recent-posts-timeline.php:392
7703
  msgid "Read More"
7704
  msgstr ""
7705
 
@@ -7732,14 +7711,14 @@ msgstr ""
7732
  #: includes/elementor/widgets/recent-posts-tiles.php:239
7733
  #: includes/elementor/widgets/recent-posts-timeline.php:371
7734
  #: includes/elementor/widgets/recent-products.php:316
7735
- #: includes/elements/recent-posts-grid-carousel.php:85
7736
- #: includes/elements/recent-posts-land-style.php:72
7737
- #: includes/elements/recent-posts-masonry.php:72
7738
- #: includes/elements/recent-posts-tiles-carousel.php:58
7739
- #: includes/elements/recent-posts-tiles.php:71
7740
- #: includes/elements/recent-posts-timeline.php:66
7741
- #: includes/elements/recent-posts-widget.php:192
7742
- #: includes/elements/recent-products.php:71
7743
  msgid "Specifies a category that you want to show posts from it."
7744
  msgstr ""
7745
 
@@ -7750,18 +7729,18 @@ msgstr ""
7750
  #: includes/elementor/widgets/recent-posts-tiles.php:262
7751
  #: includes/elementor/widgets/recent-posts-timeline.php:394
7752
  #: includes/elementor/widgets/recent-products.php:339
7753
- #: includes/elements/recent-posts-grid-carousel.php:133
7754
- #: includes/elements/recent-posts-land-style.php:120
7755
- #: includes/elements/recent-posts-masonry.php:100
7756
- #: includes/elements/recent-posts-tiles-carousel.php:100
7757
- #: includes/elements/recent-posts-tiles.php:99
7758
- #: includes/elements/recent-posts-timeline.php:94
7759
- #: includes/elements/recent-products.php:108
7760
  msgid "Exclude posts without media"
7761
  msgstr ""
7762
 
7763
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
7764
- #: includes/elements/recent-posts-timeline.php:107
7765
  msgid "Exclude all custom post formats"
7766
  msgstr ""
7767
 
@@ -7794,12 +7773,12 @@ msgstr ""
7794
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7795
  #: includes/elementor/widgets/recent-posts-tiles.php:286
7796
  #: includes/elementor/widgets/recent-posts-timeline.php:418
7797
- #: includes/elements/recent-posts-grid-carousel.php:159
7798
- #: includes/elements/recent-posts-land-style.php:146
7799
- #: includes/elements/recent-posts-masonry.php:126
7800
- #: includes/elements/recent-posts-tiles-carousel.php:126
7801
- #: includes/elements/recent-posts-tiles.php:125
7802
- #: includes/elements/recent-posts-timeline.php:120
7803
  msgid "Exclude quote and link post formats"
7804
  msgstr ""
7805
 
@@ -7809,12 +7788,12 @@ msgstr ""
7809
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7810
  #: includes/elementor/widgets/recent-posts-tiles.php:334
7811
  #: includes/elementor/widgets/recent-posts-timeline.php:466
7812
- #: includes/elements/recent-posts-grid-carousel.php:218
7813
- #: includes/elements/recent-posts-land-style.php:205
7814
- #: includes/elements/recent-posts-masonry.php:185
7815
- #: includes/elements/recent-posts-tiles-carousel.php:185
7816
- #: includes/elements/recent-posts-tiles.php:215
7817
- #: includes/elements/recent-posts-timeline.php:210
7818
  msgid "Only posts"
7819
  msgstr ""
7820
 
@@ -7824,12 +7803,12 @@ msgstr ""
7824
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7825
  #: includes/elementor/widgets/recent-posts-tiles.php:335
7826
  #: includes/elementor/widgets/recent-posts-timeline.php:467
7827
- #: includes/elements/recent-posts-grid-carousel.php:219
7828
- #: includes/elements/recent-posts-land-style.php:206
7829
- #: includes/elements/recent-posts-masonry.php:186
7830
- #: includes/elements/recent-posts-tiles-carousel.php:186
7831
- #: includes/elements/recent-posts-tiles.php:216
7832
- #: includes/elements/recent-posts-timeline.php:211
7833
  msgid ""
7834
  "If you intend to display ONLY specific posts, you should specify the posts "
7835
  "here. You have to insert the post IDs that are separated by comma (eg. "
@@ -7842,14 +7821,14 @@ msgstr ""
7842
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7843
  #: includes/elementor/widgets/recent-posts-tiles.php:343
7844
  #: includes/elementor/widgets/recent-posts-timeline.php:475
7845
- #: includes/elements/latest-posts-slider.php:102
7846
- #: includes/elements/recent-posts-grid-carousel.php:232
7847
- #: includes/elements/recent-posts-land-style.php:219
7848
- #: includes/elements/recent-posts-masonry.php:199
7849
- #: includes/elements/recent-posts-tiles-carousel.php:199
7850
- #: includes/elements/recent-posts-tiles.php:229
7851
- #: includes/elements/recent-posts-timeline.php:224
7852
- #: includes/general-hooks.php:1878
7853
  msgid "Include posts"
7854
  msgstr ""
7855
 
@@ -7859,12 +7838,12 @@ msgstr ""
7859
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7860
  #: includes/elementor/widgets/recent-posts-tiles.php:344
7861
  #: includes/elementor/widgets/recent-posts-timeline.php:476
7862
- #: includes/elements/recent-posts-grid-carousel.php:233
7863
- #: includes/elements/recent-posts-land-style.php:220
7864
- #: includes/elements/recent-posts-masonry.php:200
7865
- #: includes/elements/recent-posts-tiles-carousel.php:200
7866
- #: includes/elements/recent-posts-tiles.php:230
7867
- #: includes/elements/recent-posts-timeline.php:225
7868
  msgid ""
7869
  "If you intend to include additional posts, you should specify the posts "
7870
  "here. You have to insert the Post IDs that are separated by comma (eg. "
@@ -7877,13 +7856,13 @@ msgstr ""
7877
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7878
  #: includes/elementor/widgets/recent-posts-tiles.php:352
7879
  #: includes/elementor/widgets/recent-posts-timeline.php:484
7880
- #: includes/elements/latest-posts-slider.php:88
7881
- #: includes/elements/recent-posts-grid-carousel.php:246
7882
- #: includes/elements/recent-posts-land-style.php:233
7883
- #: includes/elements/recent-posts-masonry.php:213
7884
- #: includes/elements/recent-posts-tiles-carousel.php:213
7885
- #: includes/elements/recent-posts-tiles.php:243
7886
- #: includes/elements/recent-posts-timeline.php:238
7887
  msgid "Exclude posts"
7888
  msgstr ""
7889
 
@@ -7893,12 +7872,12 @@ msgstr ""
7893
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7894
  #: includes/elementor/widgets/recent-posts-tiles.php:353
7895
  #: includes/elementor/widgets/recent-posts-timeline.php:485
7896
- #: includes/elements/recent-posts-grid-carousel.php:247
7897
- #: includes/elements/recent-posts-land-style.php:234
7898
- #: includes/elements/recent-posts-masonry.php:214
7899
- #: includes/elements/recent-posts-tiles-carousel.php:214
7900
- #: includes/elements/recent-posts-tiles.php:244
7901
- #: includes/elements/recent-posts-timeline.php:239
7902
  msgid ""
7903
  "If you intend to exclude specific posts from result, you should specify the "
7904
  "posts here. You have to insert the Post IDs that are separated by comma "
@@ -7912,13 +7891,13 @@ msgstr ""
7912
  #: includes/elementor/widgets/recent-posts-tiles.php:362
7913
  #: includes/elementor/widgets/recent-posts-timeline.php:494
7914
  #: includes/elementor/widgets/recent-products.php:412
7915
- #: includes/elements/latest-posts-slider.php:117
7916
- #: includes/elements/recent-posts-grid-carousel.php:261
7917
- #: includes/elements/recent-posts-land-style.php:248
7918
- #: includes/elements/recent-posts-masonry.php:228
7919
- #: includes/elements/recent-posts-tiles-carousel.php:271
7920
- #: includes/elements/recent-posts-tiles.php:301
7921
- #: includes/elements/recent-posts-timeline.php:253
7922
  msgid "Number of post to displace or pass over."
7923
  msgstr ""
7924
 
@@ -7935,11 +7914,11 @@ msgstr ""
7935
  #: includes/elementor/widgets/recent-posts-masonry.php:599
7936
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7937
  #: includes/elementor/widgets/recent-posts-timeline.php:515
7938
- #: includes/elements/recent-posts-grid-carousel.php:394
7939
- #: includes/elements/recent-posts-land-style.php:314
7940
- #: includes/elements/recent-posts-masonry.php:294
7941
- #: includes/elements/recent-posts-tiles.php:141
7942
- #: includes/elements/recent-posts-timeline.php:136
7943
  msgid "Load More Type"
7944
  msgstr ""
7945
 
@@ -7948,11 +7927,11 @@ msgstr ""
7948
  #: includes/elementor/widgets/recent-posts-masonry.php:607
7949
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7950
  #: includes/elementor/widgets/recent-posts-timeline.php:523
7951
- #: includes/elements/recent-posts-grid-carousel.php:411
7952
- #: includes/elements/recent-posts-land-style.php:331
7953
- #: includes/elements/recent-posts-masonry.php:311
7954
- #: includes/elements/recent-posts-tiles.php:158
7955
- #: includes/elements/recent-posts-timeline.php:153
7956
  msgid "Infinite Scroll"
7957
  msgstr ""
7958
 
@@ -7961,11 +7940,11 @@ msgstr ""
7961
  #: includes/elementor/widgets/recent-posts-masonry.php:615
7962
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7963
  #: includes/elementor/widgets/recent-posts-timeline.php:531
7964
- #: includes/elements/recent-posts-grid-carousel.php:419
7965
- #: includes/elements/recent-posts-land-style.php:339
7966
- #: includes/elements/recent-posts-masonry.php:319
7967
- #: includes/elements/recent-posts-tiles.php:166
7968
- #: includes/elements/recent-posts-timeline.php:161
7969
  msgid "Next Prev"
7970
  msgstr ""
7971
 
@@ -7973,11 +7952,11 @@ msgstr ""
7973
  #: includes/elementor/widgets/recent-posts-land-style.php:552
7974
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7975
  #: includes/elementor/widgets/recent-products.php:494
7976
- #: includes/elements/gallery.php:300
7977
- #: includes/elements/recent-posts-grid-carousel.php:121
7978
- #: includes/elements/recent-posts-land-style.php:108
7979
- #: includes/elements/recent-posts-timeline.php:301
7980
- #: includes/elements/recent-products.php:94
7981
  msgid "Horizontal 4:3"
7982
  msgstr ""
7983
 
@@ -7985,11 +7964,11 @@ msgstr ""
7985
  #: includes/elementor/widgets/recent-posts-land-style.php:553
7986
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7987
  #: includes/elementor/widgets/recent-products.php:495
7988
- #: includes/elements/gallery.php:301
7989
- #: includes/elements/recent-posts-grid-carousel.php:122
7990
- #: includes/elements/recent-posts-land-style.php:109
7991
- #: includes/elements/recent-posts-timeline.php:302
7992
- #: includes/elements/recent-products.php:95
7993
  msgid "Horizontal 16:9"
7994
  msgstr ""
7995
 
@@ -7997,11 +7976,11 @@ msgstr ""
7997
  #: includes/elementor/widgets/recent-posts-land-style.php:554
7998
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7999
  #: includes/elementor/widgets/recent-products.php:496
8000
- #: includes/elements/gallery.php:302
8001
- #: includes/elements/recent-posts-grid-carousel.php:123
8002
- #: includes/elements/recent-posts-land-style.php:110
8003
- #: includes/elements/recent-posts-timeline.php:303
8004
- #: includes/elements/recent-products.php:96
8005
  msgid "Square 1:1"
8006
  msgstr ""
8007
 
@@ -8009,11 +7988,11 @@ msgstr ""
8009
  #: includes/elementor/widgets/recent-posts-land-style.php:555
8010
  #: includes/elementor/widgets/recent-posts-timeline.php:566
8011
  #: includes/elementor/widgets/recent-products.php:497
8012
- #: includes/elements/gallery.php:303
8013
- #: includes/elements/recent-posts-grid-carousel.php:124
8014
- #: includes/elements/recent-posts-land-style.php:111
8015
- #: includes/elements/recent-posts-timeline.php:304
8016
- #: includes/elements/recent-products.php:97
8017
  msgid "Vertical 3:4"
8018
  msgstr ""
8019
 
@@ -8084,11 +8063,11 @@ msgstr ""
8084
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8085
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8086
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8087
- #: includes/elements/recent-posts-grid-carousel.php:146
8088
- #: includes/elements/recent-posts-land-style.php:133
8089
- #: includes/elements/recent-posts-masonry.php:113
8090
- #: includes/elements/recent-posts-tiles-carousel.php:113
8091
- #: includes/elements/recent-posts-tiles.php:112
8092
  msgid "Exclude custom post formats"
8093
  msgstr ""
8094
 
@@ -8112,27 +8091,27 @@ msgstr ""
8112
 
8113
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:125
8114
  #: includes/elementor/widgets/recent-posts-tiles.php:125
8115
- #: includes/elements/gallery.php:103
8116
- #: includes/elements/recent-posts-tiles-carousel.php:284
8117
- #: includes/elements/recent-posts-tiles.php:314
8118
  msgid "Post Tile styles"
8119
  msgstr ""
8120
 
8121
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:168
8122
  #: includes/elementor/widgets/recent-posts-tiles.php:168
8123
- #: includes/elements/recent-posts-tiles-carousel.php:332
8124
- #: includes/elements/recent-posts-tiles.php:362
8125
  msgid "Post tile style"
8126
  msgstr ""
8127
 
8128
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:173
8129
  #: includes/elementor/widgets/recent-posts-tiles.php:173
8130
- #: includes/elements/recent-posts-tiles.php:376
8131
  msgid "Standard"
8132
  msgstr ""
8133
 
8134
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:215
8135
- #: includes/elements/recent-posts-tiles-carousel.php:351
8136
  msgid "Button Navigation Style"
8137
  msgstr ""
8138
 
@@ -8145,34 +8124,34 @@ msgid "Timeline Posts"
8145
  msgstr ""
8146
 
8147
  #: includes/elementor/widgets/recent-posts-timeline.php:125
8148
- #: includes/elements/recent-posts-timeline.php:266
8149
  msgid "Timeline aignment"
8150
  msgstr ""
8151
 
8152
  #: includes/elementor/widgets/recent-posts-timeline.php:126
8153
- #: includes/elements/recent-posts-timeline.php:267
8154
  msgid "Specifies the alignment of timeline element."
8155
  msgstr ""
8156
 
8157
  #: includes/elementor/widgets/recent-posts-timeline.php:246
8158
- #: includes/elements/recent-posts-land-style.php:288
8159
- #: includes/elements/recent-posts-masonry.php:268
8160
- #: includes/elements/recent-posts-timeline.php:340
8161
  msgid "Display post meta"
8162
  msgstr ""
8163
 
8164
  #: includes/elementor/widgets/recent-products.php:185
8165
- #: includes/elements/recent-products.php:220
8166
  msgid "Display products price"
8167
  msgstr ""
8168
 
8169
  #: includes/elementor/widgets/recent-products.php:197
8170
- #: includes/elements/recent-products.php:234
8171
  msgid "Display sale badge"
8172
  msgstr ""
8173
 
8174
  #: includes/elementor/widgets/recent-products.php:266
8175
- #: includes/elements/recent-products.php:248
8176
  msgid "Display product title"
8177
  msgstr ""
8178
 
@@ -8251,61 +8230,61 @@ msgstr ""
8251
  msgid "Staff"
8252
  msgstr ""
8253
 
8254
- #: includes/elementor/widgets/staff.php:107 includes/elements/staff.php:43
8255
  msgid "Staff Name"
8256
  msgstr ""
8257
 
8258
  #: includes/elementor/widgets/staff.php:108
8259
- #: includes/elementor/widgets/text.php:234 includes/elements/text.php:44
8260
  msgid "Text title, leave it empty if you don`t need title."
8261
  msgstr ""
8262
 
8263
- #: includes/elementor/widgets/staff.php:117 includes/elements/staff.php:57
8264
  msgid "Staff Occupation"
8265
  msgstr ""
8266
 
8267
- #: includes/elementor/widgets/staff.php:126 includes/elements/staff.php:73
8268
  msgid "Staff Page Link"
8269
  msgstr ""
8270
 
8271
  #: includes/elementor/widgets/staff.php:141
8272
- #: includes/elementor/widgets/text.php:265 includes/elements/staff.php:515
8273
- #: includes/elements/testimonial.php:167 includes/elements/text.php:882
8274
  msgid "Enter a text as a text content."
8275
  msgstr ""
8276
 
8277
- #: includes/elementor/widgets/staff.php:149 includes/elements/staff.php:501
8278
  msgid "Maximum Words"
8279
  msgstr ""
8280
 
8281
- #: includes/elementor/widgets/staff.php:150 includes/elements/staff.php:502
8282
  msgid "Limit the number of words in the Content"
8283
  msgstr ""
8284
 
8285
  #: includes/elementor/widgets/staff.php:196
8286
- #: includes/elementor/widgets/text.php:648 includes/elements/staff.php:161
8287
- #: includes/elements/text.php:571
8288
  msgid "Image shape"
8289
  msgstr ""
8290
 
8291
  #: includes/elementor/widgets/staff.php:204
8292
  #: includes/elementor/widgets/text.php:465
8293
- #: includes/elementor/widgets/text.php:660 includes/elements/staff.php:172
8294
- #: includes/elements/text.php:543 includes/elements/text.php:585
8295
  msgid "Semi-circle"
8296
  msgstr ""
8297
 
8298
  #: includes/elementor/widgets/staff.php:208
8299
  #: includes/elementor/widgets/text.php:469
8300
- #: includes/elementor/widgets/text.php:664 includes/elements/staff.php:176
8301
- #: includes/elements/text.php:547 includes/elements/text.php:589
8302
  msgid "Round Rectangle"
8303
  msgstr ""
8304
 
8305
  #: includes/elementor/widgets/staff.php:212
8306
  #: includes/elementor/widgets/text.php:477
8307
- #: includes/elementor/widgets/text.php:668 includes/elements/staff.php:180
8308
- #: includes/elements/text.php:555 includes/elements/text.php:593
8309
  msgid "Rectangle"
8310
  msgstr ""
8311
 
@@ -8313,49 +8292,49 @@ msgstr ""
8313
  msgid "Social"
8314
  msgstr ""
8315
 
8316
- #: includes/elementor/widgets/staff.php:275 includes/elements/staff.php:316
8317
  msgid "Enable Socials"
8318
  msgstr ""
8319
 
8320
  #: includes/elementor/widgets/staff.php:286
8321
- #: includes/elements/socials-list.php:233 includes/elements/staff.php:329
8322
  msgid "Twitter Address"
8323
  msgstr ""
8324
 
8325
  #: includes/elementor/widgets/staff.php:302
8326
- #: includes/elements/socials-list.php:257 includes/elements/staff.php:361
8327
  msgid "Facebook Address"
8328
  msgstr ""
8329
 
8330
- #: includes/elementor/widgets/staff.php:318 includes/elements/staff.php:377
8331
  msgid "Google Plus Address"
8332
  msgstr ""
8333
 
8334
  #: includes/elementor/widgets/staff.php:334
8335
- #: includes/elements/socials-list.php:269 includes/elements/staff.php:393
8336
  msgid "Flickr Address"
8337
  msgstr ""
8338
 
8339
- #: includes/elementor/widgets/staff.php:350 includes/elements/staff.php:409
8340
  msgid "Delicious Address"
8341
  msgstr ""
8342
 
8343
  #: includes/elementor/widgets/staff.php:366
8344
- #: includes/elements/socials-list.php:293 includes/elements/staff.php:425
8345
  msgid "Pinterest Address"
8346
  msgstr ""
8347
 
8348
- #: includes/elementor/widgets/staff.php:382 includes/elements/staff.php:441
8349
  msgid "GitHub Address"
8350
  msgstr ""
8351
 
8352
  #: includes/elementor/widgets/staff.php:398
8353
- #: includes/elements/socials-list.php:317
8354
  msgid "Instagram Address"
8355
  msgstr ""
8356
 
8357
  #: includes/elementor/widgets/staff.php:414
8358
- #: includes/elements/socials-list.php:281
8359
  msgid "Dribbble Address"
8360
  msgstr ""
8361
 
@@ -8372,41 +8351,41 @@ msgstr ""
8372
  #: includes/elementor/widgets/staff.php:575
8373
  #: includes/elementor/widgets/text.php:243
8374
  #: includes/elementor/widgets/text.php:792
8375
- #: includes/elements/recent-posts-grid-carousel.php:70
8376
- #: includes/elements/recent-products.php:56 includes/elements/text.php:59
8377
  msgid "Subtitle"
8378
  msgstr ""
8379
 
8380
  #: includes/elementor/widgets/staff.php:699
8381
- #: includes/elements/socials-list.php:15 includes/elements/socials-list.php:153
8382
- #: includes/elements/socials-list.php:241
8383
- #: includes/elements/socials-list.php:253
8384
- #: includes/elements/socials-list.php:265
8385
- #: includes/elements/socials-list.php:277
8386
- #: includes/elements/socials-list.php:289
8387
- #: includes/elements/socials-list.php:301
8388
- #: includes/elements/socials-list.php:313
8389
- #: includes/elements/socials-list.php:325
8390
- #: includes/elements/socials-list.php:337
8391
- #: includes/elements/socials-list.php:349 includes/elements/staff.php:325
8392
- #: includes/elements/staff.php:341 includes/elements/staff.php:357
8393
- #: includes/elements/staff.php:373 includes/elements/staff.php:389
8394
- #: includes/elements/staff.php:405 includes/elements/staff.php:421
8395
- #: includes/elements/staff.php:437 includes/elements/staff.php:453
8396
- #: includes/elements/staff.php:476 includes/elements/staff.php:497
8397
  msgid "Socials"
8398
  msgstr ""
8399
 
8400
- #: includes/elementor/widgets/staff.php:766 includes/elements/staff.php:480
8401
  msgid "Icon Direction"
8402
  msgstr ""
8403
 
8404
- #: includes/elementor/widgets/staff.php:783 includes/elements/staff.php:457
8405
  msgid "Socials Icon size"
8406
  msgstr ""
8407
 
8408
- #: includes/elementor/widgets/staff.php:790 includes/elements/staff.php:466
8409
- #: includes/elements/text.php:472
8410
  msgid "X-Large"
8411
  msgstr ""
8412
 
@@ -8414,7 +8393,7 @@ msgstr ""
8414
  #: includes/elementor/widgets/text.php:1445
8415
  #: includes/elementor/widgets/theme-elements/menu.php:324
8416
  #: includes/elementor/widgets/theme-elements/menu.php:1341
8417
- #: includes/elements/text.php:118
8418
  msgid "Text Align"
8419
  msgstr ""
8420
 
@@ -8442,8 +8421,8 @@ msgstr ""
8442
 
8443
  #: includes/elementor/widgets/tabs.php:52
8444
  #: includes/elementor/widgets/tabs.php:184 includes/elements/tab-widget.php:15
8445
- #: includes/elements/tabs.php:15 includes/elements/tabs.php:78
8446
- #: includes/elements/tabs.php:96
8447
  msgid "Tabs"
8448
  msgstr ""
8449
 
@@ -8471,13 +8450,13 @@ msgstr ""
8471
  msgid "Tab Content"
8472
  msgstr ""
8473
 
8474
- #: includes/elementor/widgets/tabs.php:152 includes/elements/tab-widget.php:65
8475
- #: includes/elements/tabs.php:65
8476
  msgid "Bordered"
8477
  msgstr ""
8478
 
8479
- #: includes/elementor/widgets/tabs.php:153 includes/elements/tab-widget.php:66
8480
- #: includes/elements/tabs.php:66
8481
  msgid "No border"
8482
  msgstr ""
8483
 
@@ -8510,33 +8489,33 @@ msgid "Show image on top of content"
8510
  msgstr ""
8511
 
8512
  #: includes/elementor/widgets/testimonial.php:152
8513
- #: includes/elements/popular-posts-widget.php:131
8514
- #: includes/elements/recent-posts-widget.php:91
8515
  msgid "Display image"
8516
  msgstr ""
8517
 
8518
  #: includes/elementor/widgets/testimonial.php:163
8519
- #: includes/elements/testimonial.php:148
8520
  msgid "Customer Image"
8521
  msgstr ""
8522
 
8523
  #: includes/elementor/widgets/testimonial.php:200
8524
- #: includes/elements/testimonial.php:84
8525
  msgid "Customer Name"
8526
  msgstr ""
8527
 
8528
  #: includes/elementor/widgets/testimonial.php:210
8529
- #: includes/elements/testimonial.php:112
8530
  msgid "Customer Occupation"
8531
  msgstr ""
8532
 
8533
  #: includes/elementor/widgets/testimonial.php:220
8534
- #: includes/elements/testimonial.php:98
8535
  msgid "Customer Link"
8536
  msgstr ""
8537
 
8538
  #: includes/elementor/widgets/testimonial.php:233
8539
- #: includes/elements/testimonial.php:126
8540
  msgid "Customer Rating"
8541
  msgstr ""
8542
 
@@ -8573,19 +8552,19 @@ msgstr ""
8573
 
8574
  #: includes/elementor/widgets/text.php:129
8575
  #: includes/elementor/widgets/theme-elements/search.php:132
8576
- #: includes/elements/text.php:387
8577
  msgid "Please choose an icon from the list."
8578
  msgstr ""
8579
 
8580
- #: includes/elementor/widgets/text.php:251 includes/elements/text.php:75
8581
  msgid "Title Link"
8582
  msgstr ""
8583
 
8584
- #: includes/elementor/widgets/text.php:286 includes/elements/text.php:637
8585
  msgid "Display button"
8586
  msgstr ""
8587
 
8588
- #: includes/elementor/widgets/text.php:287 includes/elements/text.php:638
8589
  msgid "Display a button in text widget"
8590
  msgstr ""
8591
 
@@ -8602,27 +8581,27 @@ msgstr ""
8602
  msgid "Border"
8603
  msgstr ""
8604
 
8605
- #: includes/elementor/widgets/text.php:456 includes/elements/text.php:533
8606
  msgid "Icon background shape"
8607
  msgstr ""
8608
 
8609
- #: includes/elementor/widgets/text.php:473 includes/elements/text.php:551
8610
  msgid "Cross Rectangle"
8611
  msgstr ""
8612
 
8613
  #: includes/elementor/widgets/text.php:524
8614
  #: includes/elementor/widgets/text.php:583
8615
  #: includes/elementor/widgets/theme-elements/search.php:233
8616
- #: includes/elements/text.php:445
8617
  msgid "Icon color"
8618
  msgstr ""
8619
 
8620
  #: includes/elementor/widgets/text.php:539
8621
- #: includes/elementor/widgets/text.php:598 includes/elements/text.php:486
8622
  msgid "Icon background color"
8623
  msgstr ""
8624
 
8625
- #: includes/elementor/widgets/text.php:652 includes/elements/text.php:577
8626
  msgid "Default Aspect"
8627
  msgstr ""
8628
 
@@ -8646,8 +8625,8 @@ msgstr ""
8646
  msgid "Shape Style"
8647
  msgstr ""
8648
 
8649
- #: includes/elementor/widgets/text.php:1387 includes/general-hooks.php:759
8650
- #: includes/general-hooks.php:1171
8651
  msgid "Button Style"
8652
  msgstr ""
8653
 
@@ -8655,20 +8634,20 @@ msgstr ""
8655
  msgid "Overlay"
8656
  msgstr ""
8657
 
8658
- #: includes/elementor/widgets/text.php:1588 includes/elements/text.php:896
8659
  msgid "Footer Shape"
8660
  msgstr ""
8661
 
8662
- #: includes/elementor/widgets/text.php:1597 includes/elements/text.php:907
8663
  msgid "Wave"
8664
  msgstr ""
8665
 
8666
- #: includes/elementor/widgets/text.php:1601 includes/elements/text.php:911
8667
  msgid "Tail"
8668
  msgstr ""
8669
 
8670
- #: includes/elementor/widgets/text.php:1612 includes/elements/button.php:212
8671
- #: includes/elements/text.php:825
8672
  msgid "Color of button"
8673
  msgstr ""
8674
 
@@ -8909,7 +8888,7 @@ msgid "Paradox"
8909
  msgstr ""
8910
 
8911
  #: includes/elementor/widgets/theme-elements/menu.php:625
8912
- #: includes/elements/dropcap.php:56
8913
  msgid "Classic"
8914
  msgstr ""
8915
 
@@ -9139,7 +9118,7 @@ msgid "Is lanugage swicher ?"
9139
  msgstr ""
9140
 
9141
  #: includes/elementor/widgets/theme-elements/select.php:163
9142
- #: includes/elements/code.php:73
9143
  msgid "Language"
9144
  msgstr ""
9145
 
@@ -9379,24 +9358,24 @@ msgid "Simple Image Slider"
9379
  msgstr ""
9380
 
9381
  #: includes/elementor/widgets/touch-slider.php:127
9382
- #: includes/elements/latest-posts-slider.php:299
9383
- #: includes/elements/touch-slider.php:97
9384
  msgid "Arrow navigation"
9385
  msgstr ""
9386
 
9387
  #: includes/elementor/widgets/touch-slider.php:152
9388
- #: includes/elements/latest-posts-slider.php:338
9389
- #: includes/elements/touch-slider.php:136
9390
  msgid "Slideshow"
9391
  msgstr ""
9392
 
9393
  #: includes/elementor/widgets/touch-slider.php:177
9394
- #: includes/elements/touch-slider.php:165
9395
  msgid "Display image title"
9396
  msgstr ""
9397
 
9398
  #: includes/elementor/widgets/touch-slider.php:189
9399
- #: includes/elements/touch-slider.php:178
9400
  msgid "Display image caption"
9401
  msgstr ""
9402
 
@@ -9405,20 +9384,20 @@ msgid "Slides"
9405
  msgstr ""
9406
 
9407
  #: includes/elementor/widgets/touch-slider.php:215
9408
- #: includes/elements/latest-posts-slider.php:273
9409
- #: includes/elements/touch-slider.php:71
9410
  msgid "Slider image width"
9411
  msgstr ""
9412
 
9413
  #: includes/elementor/widgets/touch-slider.php:235
9414
- #: includes/elements/latest-posts-slider.php:286
9415
- #: includes/elements/touch-slider.php:84
9416
  msgid "Slider image height"
9417
  msgstr ""
9418
 
9419
  #: includes/elementor/widgets/touch-slider.php:255
9420
- #: includes/elements/latest-posts-slider.php:312
9421
- #: includes/elements/touch-slider.php:110
9422
  msgid "Space between slides"
9423
  msgstr ""
9424
 
@@ -9483,53 +9462,81 @@ msgstr ""
9483
  msgid "It adds an about author element."
9484
  msgstr ""
9485
 
9486
- #: includes/elements/about-widget.php:59
9487
  msgid "The name which appears in about widget."
9488
  msgstr ""
9489
 
9490
- #: includes/elements/about-widget.php:72 includes/general-hooks.php:2409
9491
  msgid "Skills"
9492
  msgstr ""
9493
 
9494
- #: includes/elements/about-widget.php:73
9495
  msgid "It appears below the name."
9496
  msgstr ""
9497
 
9498
- #: includes/elements/about-widget.php:85
9499
  msgid "Info"
9500
  msgstr ""
9501
 
9502
- #: includes/elements/about-widget.php:86
9503
  msgid "Biographical info or any other content."
9504
  msgstr ""
9505
 
9506
- #: includes/elements/about-widget.php:101
9507
  msgid "It appears above the name."
9508
  msgstr ""
9509
 
9510
- #: includes/elements/about-widget.php:115
9511
  msgid "Image style"
9512
  msgstr ""
9513
 
9514
- #: includes/elements/about-widget.php:133
9515
  msgid "Align center texts"
9516
  msgstr ""
9517
 
9518
- #: includes/elements/about-widget.php:148
9519
  msgid "Show socials below the info"
9520
  msgstr ""
9521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9522
  #: includes/elements/about-widget.php:163
9523
- #: includes/elements/accordion-widget.php:93
9524
- #: includes/elements/accordion.php:111 includes/elements/audio.php:125
9525
  #: includes/elements/before-after.php:141 includes/elements/button.php:259
9526
- #: includes/elements/code.php:121 includes/elements/contact-box.php:311
9527
- #: includes/elements/contact-form.php:105 includes/elements/custom-list.php:190
9528
- #: includes/elements/divider.php:151 includes/elements/dropcap.php:96
9529
- #: includes/elements/facebook.php:162 includes/elements/gallery.php:382
9530
- #: includes/elements/gmap.php:197 includes/elements/highlight.php:94
9531
- #: includes/elements/image.php:364 includes/elements/instagram-feed.php:284
9532
- #: includes/elements/latest-items.php:249
9533
  #: includes/elements/latest-posts-slider.php:367
9534
  #: includes/elements/popular-posts-widget.php:261
9535
  #: includes/elements/quote.php:156
@@ -9541,36 +9548,8 @@ msgstr ""
9541
  #: includes/elements/recent-posts-timeline.php:402
9542
  #: includes/elements/recent-posts-widget.php:221
9543
  #: includes/elements/recent-products.php:346 includes/elements/search.php:55
9544
- #: includes/elements/tab-widget.php:162 includes/elements/tabs.php:110
9545
- #: includes/elements/text.php:937 includes/elements/video.php:172
9546
- #: public/templates/vcomposer/auxin_vc_extendes.php:73
9547
- msgid "Extra class name"
9548
- msgstr ""
9549
-
9550
- #: includes/elements/about-widget.php:164
9551
- #: includes/elements/accordion-widget.php:94
9552
- #: includes/elements/accordion.php:112 includes/elements/audio.php:126
9553
- #: includes/elements/before-after.php:142 includes/elements/button.php:260
9554
- #: includes/elements/code.php:122 includes/elements/contact-box.php:312
9555
- #: includes/elements/contact-form.php:106 includes/elements/custom-list.php:191
9556
- #: includes/elements/dropcap.php:97 includes/elements/facebook.php:163
9557
- #: includes/elements/gallery.php:383 includes/elements/gmap.php:198
9558
- #: includes/elements/highlight.php:95 includes/elements/image.php:365
9559
- #: includes/elements/instagram-feed.php:285
9560
- #: includes/elements/latest-items.php:250
9561
- #: includes/elements/latest-posts-slider.php:368
9562
- #: includes/elements/popular-posts-widget.php:262
9563
- #: includes/elements/quote.php:157
9564
- #: includes/elements/recent-posts-grid-carousel.php:745
9565
- #: includes/elements/recent-posts-land-style.php:382
9566
- #: includes/elements/recent-posts-masonry.php:412
9567
- #: includes/elements/recent-posts-tiles-carousel.php:496
9568
- #: includes/elements/recent-posts-tiles.php:412
9569
- #: includes/elements/recent-posts-timeline.php:403
9570
- #: includes/elements/recent-posts-widget.php:222
9571
- #: includes/elements/recent-products.php:347 includes/elements/search.php:56
9572
- #: includes/elements/tab-widget.php:163 includes/elements/tabs.php:111
9573
- #: includes/elements/text.php:938 includes/elements/video.php:173
9574
  msgid ""
9575
  "If you wish to style particular content element differently, then use this "
9576
  "field to add a class name and then refer to it in your css file."
@@ -9584,15 +9563,15 @@ msgstr ""
9584
  msgid "Collapsible content"
9585
  msgstr ""
9586
 
9587
- #: includes/elements/accordion-widget.php:45 includes/elements/accordion.php:45
9588
  msgid "Accordion title, leave it empty if you don`t need title."
9589
  msgstr ""
9590
 
9591
- #: includes/elements/accordion-widget.php:59 includes/elements/accordion.php:59
9592
  msgid "Whether to show only 1 element opens at a time or multiple."
9593
  msgstr ""
9594
 
9595
- #: includes/elements/accordion-widget.php:77 includes/elements/accordion.php:94
9596
  msgid "Enter your accordion item content."
9597
  msgstr ""
9598
 
@@ -9600,15 +9579,15 @@ msgstr ""
9600
  msgid "Accordion "
9601
  msgstr ""
9602
 
9603
- #: includes/elements/accordion.php:76
9604
  msgid "Accordion label"
9605
  msgstr ""
9606
 
9607
- #: includes/elements/accordion.php:77
9608
  msgid "Enter your accordion item label."
9609
  msgstr ""
9610
 
9611
- #: includes/elements/accordion.php:80 includes/elements/accordion.php:97
9612
  msgid "Accordion Section"
9613
  msgstr ""
9614
 
@@ -9620,13 +9599,13 @@ msgstr ""
9620
  msgid "It adds an audio player element."
9621
  msgstr ""
9622
 
9623
- #: includes/elements/audio.php:44
9624
  msgid "Audio title, leave it empty if you don`t need title."
9625
  msgstr ""
9626
 
9627
- #: includes/elements/audio.php:121 includes/elements/audio.php:136
9628
- #: includes/elements/button.php:87 includes/elements/button.php:114
9629
- #: includes/elements/button.php:223
9630
  msgid "Appearance"
9631
  msgstr ""
9632
 
@@ -9634,15 +9613,15 @@ msgstr ""
9634
  msgid "Before after comparison slider."
9635
  msgstr ""
9636
 
9637
- #: includes/elements/before-after.php:43
9638
  msgid "Element title, leave it empty if you don`t need title."
9639
  msgstr ""
9640
 
9641
- #: includes/elements/before-after.php:84
9642
  msgid "How much of the before image is visible when the page loads, between 0 to 1."
9643
  msgstr ""
9644
 
9645
- #: includes/elements/before-after.php:97
9646
  #: public/templates/vcomposer/auxin_vc_extendes.php:49
9647
  msgid "Image size"
9648
  msgstr ""
@@ -9651,43 +9630,43 @@ msgstr ""
9651
  msgid "It adds a button element."
9652
  msgstr ""
9653
 
9654
- #: includes/elements/button.php:44 includes/elements/text.php:652
9655
  msgid "The label of button."
9656
  msgstr ""
9657
 
9658
- #: includes/elements/button.php:145 includes/elements/text.php:768
9659
  msgid "Darken the label"
9660
  msgstr ""
9661
 
9662
- #: includes/elements/button.php:146
9663
  msgid "Darken label of button."
9664
  msgstr ""
9665
 
9666
- #: includes/elements/button.php:199 includes/general-hooks.php:867
9667
- #: includes/general-hooks.php:1279
9668
  msgid "Animate from Righ"
9669
  msgstr ""
9670
 
9671
- #: includes/elements/button.php:227 includes/general-hooks.php:935
9672
- #: includes/general-hooks.php:1347
9673
  msgid "Button Link"
9674
  msgstr ""
9675
 
9676
- #: includes/elements/button.php:241 includes/elements/text.php:860
9677
  msgid "Open link in"
9678
  msgstr ""
9679
 
9680
- #: includes/elements/button.php:247 includes/elements/text.php:866
9681
- #: includes/general-hooks.php:964 includes/general-hooks.php:1376
9682
  msgid "Current page"
9683
  msgstr ""
9684
 
9685
- #: includes/elements/button.php:248 includes/elements/text.php:867
9686
- #: includes/general-hooks.php:965 includes/general-hooks.php:1377
9687
  msgid "New page"
9688
  msgstr ""
9689
 
9690
- #: includes/elements/code.php:16 includes/elements/code.php:58
9691
  msgid "Code"
9692
  msgstr ""
9693
 
@@ -9695,67 +9674,67 @@ msgstr ""
9695
  msgid "It adds a code element."
9696
  msgstr ""
9697
 
9698
- #: includes/elements/code.php:44
9699
  msgid "Code title, leave it empty if you don`t need title."
9700
  msgstr ""
9701
 
9702
- #: includes/elements/code.php:79
9703
  msgid "JavaScript"
9704
  msgstr ""
9705
 
9706
- #: includes/elements/code.php:80
9707
  msgid "HTML"
9708
  msgstr ""
9709
 
9710
- #: includes/elements/code.php:81
9711
  msgid "XML"
9712
  msgstr ""
9713
 
9714
- #: includes/elements/code.php:94
9715
  msgid "Specifies the theme for code element."
9716
  msgstr ""
9717
 
9718
- #: includes/elements/code.php:100
9719
  msgid "AndroidStudio"
9720
  msgstr ""
9721
 
9722
- #: includes/elements/code.php:101
9723
  msgid "Atom Dark"
9724
  msgstr ""
9725
 
9726
- #: includes/elements/code.php:102
9727
  msgid "Atom Light"
9728
  msgstr ""
9729
 
9730
- #: includes/elements/code.php:103
9731
  msgid "Github"
9732
  msgstr ""
9733
 
9734
- #: includes/elements/code.php:104
9735
  msgid "Google Code"
9736
  msgstr ""
9737
 
9738
- #: includes/elements/code.php:105
9739
  msgid "RailsCasts"
9740
  msgstr ""
9741
 
9742
- #: includes/elements/code.php:106
9743
  msgid "Solarized Light"
9744
  msgstr ""
9745
 
9746
- #: includes/elements/code.php:107
9747
  msgid "Tomorrow Night"
9748
  msgstr ""
9749
 
9750
- #: includes/elements/code.php:108
9751
  msgid "Tomorrow"
9752
  msgstr ""
9753
 
9754
- #: includes/elements/code.php:109
9755
  msgid "VisualStudio"
9756
  msgstr ""
9757
 
9758
- #: includes/elements/code.php:110
9759
  msgid "ZenBurn"
9760
  msgstr ""
9761
 
@@ -9795,47 +9774,47 @@ msgstr ""
9795
  msgid "It adds a contact form element."
9796
  msgstr ""
9797
 
9798
- #: includes/elements/contact-form.php:44
9799
  msgid "Contact form title, leave it empty if you don`t need title."
9800
  msgstr ""
9801
 
9802
- #: includes/elements/contact-form.php:71
9803
  msgid "Contact form type"
9804
  msgstr ""
9805
 
9806
- #: includes/elements/contact-form.php:77
9807
  msgid "Contact Form 7 plugin"
9808
  msgstr ""
9809
 
9810
- #: includes/elements/contact-form.php:88
9811
  msgid "Contact form 7 shortcode"
9812
  msgstr ""
9813
 
9814
- #: includes/elements/contact-form.php:89
9815
  msgid "Put one of your Contact form 7 shortcodes that you created."
9816
  msgstr ""
9817
 
9818
- #: includes/elements/contact-form.php:155
9819
  msgid "Please enter your name."
9820
  msgstr ""
9821
 
9822
- #: includes/elements/contact-form.php:162
9823
  msgid "Please enter your email address."
9824
  msgstr ""
9825
 
9826
- #: includes/elements/contact-form.php:165
9827
  msgid "You entered an invalid email address."
9828
  msgstr ""
9829
 
9830
- #: includes/elements/contact-form.php:176
9831
  msgid "Please enter a message."
9832
  msgstr ""
9833
 
9834
- #: includes/elements/contact-form.php:213
9835
  msgid "sorry, some problems occured with your form submission:"
9836
  msgstr ""
9837
 
9838
- #: includes/elements/contact-form.php:231
9839
  msgid "Thanks for your Message. Your message sent successfully."
9840
  msgstr ""
9841
 
@@ -9843,23 +9822,23 @@ msgstr ""
9843
  msgid "Icon List"
9844
  msgstr ""
9845
 
9846
- #: includes/elements/custom-list.php:45
9847
  msgid "leave it empty if you don`t need title."
9848
  msgstr ""
9849
 
9850
- #: includes/elements/custom-list.php:90
9851
  msgid "Text Tag"
9852
  msgstr ""
9853
 
9854
- #: includes/elements/custom-list.php:122
9855
  msgid "Text Seconday"
9856
  msgstr ""
9857
 
9858
- #: includes/elements/custom-list.php:155
9859
  msgid "Whether to display a line that connects two texts in each list item."
9860
  msgstr ""
9861
 
9862
- #: includes/elements/custom-list.php:173
9863
  msgid "Whether to display a divider between list items or not."
9864
  msgstr ""
9865
 
@@ -9867,31 +9846,31 @@ msgstr ""
9867
  msgid "Horizontal separator"
9868
  msgstr ""
9869
 
9870
- #: includes/elements/divider.php:43 includes/elements/highlight.php:42
9871
  msgid "Divider style"
9872
  msgstr ""
9873
 
9874
- #: includes/elements/divider.php:83
9875
  msgid "Divider size"
9876
  msgstr ""
9877
 
9878
- #: includes/elements/divider.php:123
9879
  msgid "Margin top (px)"
9880
  msgstr ""
9881
 
9882
- #: includes/elements/divider.php:124
9883
  msgid "Adds space above the divider in pixels."
9884
  msgstr ""
9885
 
9886
- #: includes/elements/divider.php:137
9887
  msgid "Margin bottom (px)"
9888
  msgstr ""
9889
 
9890
- #: includes/elements/divider.php:138
9891
  msgid "Adds space below the divider in pixels."
9892
  msgstr ""
9893
 
9894
- #: includes/elements/divider.php:152
9895
  msgid ""
9896
  "If you wish to style particular content element differently, then use this "
9897
  "field to add a class name and then refer to it in your css file. you can "
@@ -9906,23 +9885,23 @@ msgstr ""
9906
  msgid "Big styled character at the beginning of paragraph"
9907
  msgstr ""
9908
 
9909
- #: includes/elements/dropcap.php:42
9910
  msgid "Dropcap style"
9911
  msgstr ""
9912
 
9913
- #: includes/elements/dropcap.php:64 includes/general-hooks.php:358
9914
  msgid "Outline Square"
9915
  msgstr ""
9916
 
9917
- #: includes/elements/dropcap.php:68
9918
  msgid "Round Square"
9919
  msgstr ""
9920
 
9921
- #: includes/elements/dropcap.php:76 includes/general-hooks.php:357
9922
  msgid "Outline Circle"
9923
  msgstr ""
9924
 
9925
- #: includes/elements/dropcap.php:83
9926
  msgid "Enter a text to show as dropcap text."
9927
  msgstr ""
9928
 
@@ -9934,95 +9913,95 @@ msgstr ""
9934
  msgid "It uses Custom Facebook Feed plugin."
9935
  msgstr ""
9936
 
9937
- #: includes/elements/facebook.php:43
9938
  msgid "Page ID"
9939
  msgstr ""
9940
 
9941
- #: includes/elements/facebook.php:44
9942
  msgid ""
9943
  "ID of your Facebook Page or Group. Use %sthis tool%s to help you in finding "
9944
  "this."
9945
  msgstr ""
9946
 
9947
- #: includes/elements/facebook.php:58
9948
  msgid "Page type"
9949
  msgstr ""
9950
 
9951
- #: includes/elements/facebook.php:59
9952
  msgid "Specifies whether to display posts from a page or group."
9953
  msgstr ""
9954
 
9955
- #: includes/elements/facebook.php:63 includes/general-functions.php:1621
9956
  msgid "Page"
9957
  msgstr ""
9958
 
9959
- #: includes/elements/facebook.php:64
9960
  msgid "Group"
9961
  msgstr ""
9962
 
9963
- #: includes/elements/facebook.php:76
9964
  msgid "Number of posts"
9965
  msgstr ""
9966
 
9967
- #: includes/elements/facebook.php:77
9968
  msgid "The number of posts you wish to display."
9969
  msgstr ""
9970
 
9971
- #: includes/elements/facebook.php:91
9972
  msgid "Display posts by others"
9973
  msgstr ""
9974
 
9975
- #: includes/elements/facebook.php:92
9976
  msgid ""
9977
  "Specifies to display posts by only the page owner, anyone who posts on your "
9978
  "page, or only others who post on your page."
9979
  msgstr ""
9980
 
9981
- #: includes/elements/facebook.php:96
9982
  msgid "Only the page owner"
9983
  msgstr ""
9984
 
9985
- #: includes/elements/facebook.php:97
9986
  msgid "Page owner and other people"
9987
  msgstr ""
9988
 
9989
- #: includes/elements/facebook.php:98
9990
  msgid "Only other people"
9991
  msgstr ""
9992
 
9993
- #: includes/elements/facebook.php:110
9994
  msgid "Post text length"
9995
  msgstr ""
9996
 
9997
- #: includes/elements/facebook.php:111
9998
  msgid "The maximum character length of the post text."
9999
  msgstr ""
10000
 
10001
- #: includes/elements/facebook.php:123
10002
  msgid "Display post author"
10003
  msgstr ""
10004
 
10005
- #: includes/elements/facebook.php:124
10006
  msgid "Enable it to display name and avatar of the post author."
10007
  msgstr ""
10008
 
10009
- #: includes/elements/facebook.php:136
10010
  msgid "Display the feed header"
10011
  msgstr ""
10012
 
10013
- #: includes/elements/facebook.php:137
10014
  msgid "Enable it to display a customizable header at the top of the feed."
10015
  msgstr ""
10016
 
10017
- #: includes/elements/facebook.php:149
10018
  msgid "Ajax"
10019
  msgstr ""
10020
 
10021
- #: includes/elements/facebook.php:150
10022
  msgid "Enable it for being loaded via Ajax."
10023
  msgstr ""
10024
 
10025
- #: includes/elements/facebook.php:173
10026
  msgid "Extras"
10027
  msgstr ""
10028
 
@@ -10034,46 +10013,46 @@ msgstr ""
10034
  msgid "It uses Flickr Justified Gallery plugin."
10035
  msgstr ""
10036
 
10037
- #: includes/elements/flickr.php:43
10038
  msgid "User ID"
10039
  msgstr ""
10040
 
10041
- #: includes/elements/flickr.php:44
10042
  msgid ""
10043
  "Displays the photostream of the specified user, no matter what is the "
10044
  "default user ID in the settings. Remember that you can use %sidgettr%s to "
10045
  "retrieve the user_id."
10046
  msgstr ""
10047
 
10048
- #: includes/elements/flickr.php:58
10049
  msgid "Flickr image type"
10050
  msgstr ""
10051
 
10052
- #: includes/elements/flickr.php:63
10053
  msgid "Photostream"
10054
  msgstr ""
10055
 
10056
- #: includes/elements/flickr.php:64
10057
  msgid "Galleries"
10058
  msgstr ""
10059
 
10060
- #: includes/elements/flickr.php:65
10061
  msgid "Album"
10062
  msgstr ""
10063
 
10064
- #: includes/elements/flickr.php:66 includes/elements/flickr.php:115
10065
  msgid "Group pools"
10066
  msgstr ""
10067
 
10068
- #: includes/elements/flickr.php:67 includes/elements/flickr.php:133
10069
  msgid "Tags"
10070
  msgstr ""
10071
 
10072
- #: includes/elements/flickr.php:79
10073
  msgid "Gallery ID"
10074
  msgstr ""
10075
 
10076
- #: includes/elements/flickr.php:80
10077
  msgid ""
10078
  "To show the photos of a particular gallery, you need to know its id. For "
10079
  "example, the id of the gallery located in the URL: "
@@ -10081,11 +10060,11 @@ msgid ""
10081
  "72157636382842016"
10082
  msgstr ""
10083
 
10084
- #: includes/elements/flickr.php:97
10085
  msgid "Album ID"
10086
  msgstr ""
10087
 
10088
- #: includes/elements/flickr.php:98
10089
  msgid ""
10090
  "To show the photos of a particular photo set (also called \"album\"), you "
10091
  "need to know its photoset_id. For example, the photoset_id of the photo set "
@@ -10094,75 +10073,75 @@ msgid ""
10094
  "72157629228993613"
10095
  msgstr ""
10096
 
10097
- #: includes/elements/flickr.php:116
10098
  msgid ""
10099
  "Display photos of a particular group pool, you need to know the group id, "
10100
  "that you can retrieve using %sidgettr%s."
10101
  msgstr ""
10102
 
10103
- #: includes/elements/flickr.php:134
10104
  msgid ""
10105
  "Display photos that have some particular tags, Seprate words with , for "
10106
  "example: cat, square, nikon"
10107
  msgstr ""
10108
 
10109
- #: includes/elements/flickr.php:152
10110
  msgid ""
10111
  "In case of using Colorbox or Swipebox, you need to enable it on Flickr "
10112
  "Justified Gallery plugin settings."
10113
  msgstr ""
10114
 
10115
- #: includes/elements/flickr.php:157
10116
  msgid "Colorbox"
10117
  msgstr ""
10118
 
10119
- #: includes/elements/flickr.php:158
10120
  msgid "Swipebox"
10121
  msgstr ""
10122
 
10123
- #: includes/elements/flickr.php:170
10124
  msgid "Images height"
10125
  msgstr ""
10126
 
10127
- #: includes/elements/flickr.php:171
10128
  msgid "You can use the this option to set images height in px."
10129
  msgstr ""
10130
 
10131
- #: includes/elements/flickr.php:185
10132
  msgid "Max number of photos"
10133
  msgstr ""
10134
 
10135
- #: includes/elements/flickr.php:186
10136
  msgid ""
10137
  "Maximum number of photos. Please note if pagination option is activaited "
10138
  "then this options is used as maximum number of photos per page."
10139
  msgstr ""
10140
 
10141
- #: includes/elements/flickr.php:206
10142
  msgid "Previous and Next"
10143
  msgstr ""
10144
 
10145
- #: includes/elements/flickr.php:207
10146
  msgid "Page Numbers"
10147
  msgstr ""
10148
 
10149
- #: includes/elements/flickr.php:219
10150
  msgid "Fixed height"
10151
  msgstr ""
10152
 
10153
- #: includes/elements/flickr.php:220
10154
  msgid "Each row has the same height, but the images will be cut more."
10155
  msgstr ""
10156
 
10157
- #: includes/elements/flickr.php:232
10158
  msgid "Randomize images order"
10159
  msgstr ""
10160
 
10161
- #: includes/elements/flickr.php:245
10162
  msgid "Margin between the images"
10163
  msgstr ""
10164
 
10165
- #: includes/elements/flickr.php:246
10166
  msgid "Specifies the space between images."
10167
  msgstr ""
10168
 
@@ -10170,56 +10149,56 @@ msgstr ""
10170
  msgid "Filterable and grid gallery with lightbox"
10171
  msgstr ""
10172
 
10173
- #: includes/elements/gallery.php:154
10174
  msgid "Order images by query"
10175
  msgstr ""
10176
 
10177
- #: includes/elements/gallery.php:168
10178
  msgid "Order images ascending or descending"
10179
  msgstr ""
10180
 
10181
- #: includes/elements/gallery.php:211
10182
- #: includes/elements/recent-posts-grid-carousel.php:475
10183
- #: includes/elements/recent-posts-masonry.php:357
10184
- #: includes/elements/recent-products.php:274
10185
  msgid "Number of columns"
10186
  msgstr ""
10187
 
10188
- #: includes/elements/gallery.php:232
10189
- #: includes/elements/recent-posts-grid-carousel.php:493
10190
- #: includes/elements/recent-posts-masonry.php:375
10191
- #: includes/elements/recent-products.php:292
10192
  msgid "Number of columns in tablet size"
10193
  msgstr ""
10194
 
10195
- #: includes/elements/gallery.php:254
10196
- #: includes/elements/recent-posts-grid-carousel.php:512
10197
- #: includes/elements/recent-posts-masonry.php:394
10198
- #: includes/elements/recent-products.php:311
10199
  msgid "Number of columns in phone size"
10200
  msgstr ""
10201
 
10202
- #: includes/elements/gallery.php:274
10203
  msgid "Space"
10204
  msgstr ""
10205
 
10206
- #: includes/elements/gallery.php:275
10207
  msgid "Space between gallery items in pixel."
10208
  msgstr ""
10209
 
10210
- #: includes/elements/gallery.php:315
10211
  msgid "Link images to"
10212
  msgstr ""
10213
 
10214
- #: includes/elements/gallery.php:324
10215
  msgid "File"
10216
  msgstr ""
10217
 
10218
- #: includes/elements/gallery.php:335
10219
  msgid "Enable pagination"
10220
  msgstr ""
10221
 
10222
- #: includes/elements/gallery.php:349
10223
  msgid "Only load images that are in visible page"
10224
  msgstr ""
10225
 
@@ -10341,27 +10320,27 @@ msgstr ""
10341
  msgid "Highlight"
10342
  msgstr ""
10343
 
10344
- #: includes/elements/highlight.php:43
10345
  msgid "The style of divider."
10346
  msgstr ""
10347
 
10348
- #: includes/elements/highlight.php:56
10349
  msgid "Red"
10350
  msgstr ""
10351
 
10352
- #: includes/elements/highlight.php:61
10353
  msgid "Blue"
10354
  msgstr ""
10355
 
10356
- #: includes/elements/highlight.php:66
10357
  msgid "Yellow"
10358
  msgstr ""
10359
 
10360
- #: includes/elements/highlight.php:71
10361
  msgid "Green"
10362
  msgstr ""
10363
 
10364
- #: includes/elements/highlight.php:79
10365
  msgid "Enter the text to be highlighted."
10366
  msgstr ""
10367
 
@@ -10369,75 +10348,75 @@ msgstr ""
10369
  msgid "Image with lightbox option"
10370
  msgstr ""
10371
 
10372
- #: includes/elements/image.php:43
10373
  msgid "Image title, leave it empty if you don`t need title."
10374
  msgstr ""
10375
 
10376
- #: includes/elements/image.php:72
10377
  msgid "Image hover"
10378
  msgstr ""
10379
 
10380
- #: includes/elements/image.php:88
10381
  msgid "Choose a pre-defined or custom image size."
10382
  msgstr ""
10383
 
10384
- #: includes/elements/image.php:93
10385
  msgid "Original"
10386
  msgstr ""
10387
 
10388
- #: includes/elements/image.php:94
10389
  msgid "Large (%sx%s)"
10390
  msgstr ""
10391
 
10392
- #: includes/elements/image.php:95
10393
  msgid "Medium Large (%sx%s)"
10394
  msgstr ""
10395
 
10396
- #: includes/elements/image.php:96
10397
  msgid "Medium (%sx%s)"
10398
  msgstr ""
10399
 
10400
- #: includes/elements/image.php:97
10401
  msgid "Thumbnail (%sx%s)"
10402
  msgstr ""
10403
 
10404
- #: includes/elements/image.php:146
10405
  msgid "Image alignment in content."
10406
  msgstr ""
10407
 
10408
- #: includes/elements/image.php:182
10409
  msgid "Open large image in lightbox"
10410
  msgstr ""
10411
 
10412
- #: includes/elements/image.php:196
10413
  msgid "Preload the image"
10414
  msgstr ""
10415
 
10416
- #: includes/elements/image.php:210
10417
  msgid "Preview preloading"
10418
  msgstr ""
10419
 
10420
- #: includes/elements/image.php:224
10421
  msgid "Link URL"
10422
  msgstr ""
10423
 
10424
- #: includes/elements/image.php:242
10425
  msgid "Target"
10426
  msgstr ""
10427
 
10428
- #: includes/elements/image.php:243
10429
  msgid "Open in new page or this page."
10430
  msgstr ""
10431
 
10432
- #: includes/elements/image.php:248
10433
  msgid "Self"
10434
  msgstr ""
10435
 
10436
- #: includes/elements/image.php:249 includes/general-functions.php:2015
10437
  msgid "Blank"
10438
  msgstr ""
10439
 
10440
- #: includes/elements/image.php:271 includes/elements/image.php:283
10441
  msgid "Effects"
10442
  msgstr ""
10443
 
@@ -10449,91 +10428,91 @@ msgstr ""
10449
  msgid "It adds an instagram feed element."
10450
  msgstr ""
10451
 
10452
- #: includes/elements/instagram-feed.php:43
10453
  msgid "A title for instagram element"
10454
  msgstr ""
10455
 
10456
- #: includes/elements/instagram-feed.php:56
10457
  msgid "Instagram user ID"
10458
  msgstr ""
10459
 
10460
- #: includes/elements/instagram-feed.php:58
10461
  msgid ""
10462
  "Instagram User ID. Separate multiple IDs by commas. You can find the User "
10463
  "ID with %sthis tool%s."
10464
  msgstr ""
10465
 
10466
- #: includes/elements/instagram-feed.php:75
10467
  msgid "Number of photo"
10468
  msgstr ""
10469
 
10470
- #: includes/elements/instagram-feed.php:76
10471
  msgid "Number of photos to display initially. Maximum is 33."
10472
  msgstr ""
10473
 
10474
- #: includes/elements/instagram-feed.php:90
10475
  msgid "Resolution/size of the photos. "
10476
  msgstr ""
10477
 
10478
- #: includes/elements/instagram-feed.php:96 includes/general-hooks.php:1604
10479
  msgid "Auto"
10480
  msgstr ""
10481
 
10482
- #: includes/elements/instagram-feed.php:97
10483
  msgid "Thumb"
10484
  msgstr ""
10485
 
10486
- #: includes/elements/instagram-feed.php:111
10487
  msgid "Number of columns in the feed. 1 - 10."
10488
  msgstr ""
10489
 
10490
- #: includes/elements/instagram-feed.php:125
10491
  msgid "Spacing around the photos"
10492
  msgstr ""
10493
 
10494
- #: includes/elements/instagram-feed.php:140
10495
  msgid "Unit of the spacing."
10496
  msgstr ""
10497
 
10498
- #: includes/elements/instagram-feed.php:146
10499
- #: includes/elements/instagram-feed.php:212
10500
  msgid "Percentage (%)"
10501
  msgstr ""
10502
 
10503
- #: includes/elements/instagram-feed.php:147
10504
- #: includes/elements/instagram-feed.php:213
10505
  msgid "Pixels (px)"
10506
  msgstr ""
10507
 
10508
- #: includes/elements/instagram-feed.php:192
10509
  msgid "The height of the feed"
10510
  msgstr ""
10511
 
10512
- #: includes/elements/instagram-feed.php:206
10513
  msgid "Unit of the height."
10514
  msgstr ""
10515
 
10516
- #: includes/elements/instagram-feed.php:239
10517
  msgid "Show header"
10518
  msgstr ""
10519
 
10520
- #: includes/elements/instagram-feed.php:240
10521
  msgid "Whether to show the feed header."
10522
  msgstr ""
10523
 
10524
- #: includes/elements/instagram-feed.php:254
10525
  msgid "Show follow button"
10526
  msgstr ""
10527
 
10528
- #: includes/elements/instagram-feed.php:255
10529
  msgid "Whether to show the Follow on Instagram button."
10530
  msgstr ""
10531
 
10532
- #: includes/elements/instagram-feed.php:269
10533
  msgid "Show load more button"
10534
  msgstr ""
10535
 
10536
- #: includes/elements/instagram-feed.php:270
10537
  msgid " Whether to show the load more button."
10538
  msgstr ""
10539
 
@@ -10550,7 +10529,7 @@ msgid "col"
10550
  msgstr ""
10551
 
10552
  #: includes/elements/latest-items.php:40
10553
- #: includes/elements/sample-element.php:66
10554
  msgid "If you choose Callout a big box appears around the content"
10555
  msgstr ""
10556
 
@@ -10670,110 +10649,110 @@ msgstr ""
10670
  msgid "Slider for latest posts."
10671
  msgstr ""
10672
 
10673
- #: includes/elements/latest-posts-slider.php:43
10674
  msgid "Latest post slider title, leave it empty if you don`t need title."
10675
  msgstr ""
10676
 
10677
- #: includes/elements/latest-posts-slider.php:56
10678
  msgid "Create slides from"
10679
  msgstr ""
10680
 
10681
- #: includes/elements/latest-posts-slider.php:62
10682
  msgid "Posts"
10683
  msgstr ""
10684
 
10685
- #: includes/elements/latest-posts-slider.php:63
10686
  msgid "Pages"
10687
  msgstr ""
10688
 
10689
- #: includes/elements/latest-posts-slider.php:74
10690
  msgid "Slides number"
10691
  msgstr ""
10692
 
10693
- #: includes/elements/latest-posts-slider.php:75
10694
  msgid "Specifies maximum number of slides in slider."
10695
  msgstr ""
10696
 
10697
- #: includes/elements/latest-posts-slider.php:89
10698
- #: includes/elements/latest-posts-slider.php:103
10699
  msgid "Post IDs separated by comma (eg. 53,34,87,25)."
10700
  msgstr ""
10701
 
10702
- #: includes/elements/latest-posts-slider.php:154
10703
  msgid "Order direction"
10704
  msgstr ""
10705
 
10706
- #: includes/elements/latest-posts-slider.php:172
10707
  msgid "Slider skin"
10708
  msgstr ""
10709
 
10710
- #: includes/elements/latest-posts-slider.php:178
10711
  msgid "Light and boxed"
10712
  msgstr ""
10713
 
10714
- #: includes/elements/latest-posts-slider.php:179
10715
  msgid "Dark and boxed"
10716
  msgstr ""
10717
 
10718
- #: includes/elements/latest-posts-slider.php:180
10719
  msgid "Light overlay"
10720
  msgstr ""
10721
 
10722
- #: includes/elements/latest-posts-slider.php:181
10723
  msgid "Dark overlay"
10724
  msgstr ""
10725
 
10726
- #: includes/elements/latest-posts-slider.php:192
10727
- #: includes/elements/recent-posts-tiles-carousel.php:378
10728
- #: includes/elements/recent-posts-tiles.php:386
10729
  msgid "Insert post title"
10730
  msgstr ""
10731
 
10732
- #: includes/elements/latest-posts-slider.php:205
10733
- #: includes/elements/recent-posts-tiles-carousel.php:391
10734
- #: includes/elements/recent-posts-tiles.php:399
10735
  msgid "Insert post meta"
10736
  msgstr ""
10737
 
10738
- #: includes/elements/latest-posts-slider.php:222
10739
  msgid "Grab the image from"
10740
  msgstr ""
10741
 
10742
- #: includes/elements/latest-posts-slider.php:228
10743
  msgid "Auto select"
10744
  msgstr ""
10745
 
10746
- #: includes/elements/latest-posts-slider.php:229
10747
  msgid "Featured image"
10748
  msgstr ""
10749
 
10750
- #: includes/elements/latest-posts-slider.php:230
10751
  msgid "First image in post"
10752
  msgstr ""
10753
 
10754
- #: includes/elements/latest-posts-slider.php:231
10755
  msgid "Custom image"
10756
  msgstr ""
10757
 
10758
- #: includes/elements/latest-posts-slider.php:242
10759
  msgid "Background image"
10760
  msgstr ""
10761
 
10762
- #: includes/elements/latest-posts-slider.php:258
10763
  msgid "Exclude posts without image"
10764
  msgstr ""
10765
 
10766
- #: includes/elements/latest-posts-slider.php:325
10767
- #: includes/elements/touch-slider.php:123
10768
  msgid "Looped navigation"
10769
  msgstr ""
10770
 
10771
- #: includes/elements/latest-posts-slider.php:351
10772
- #: includes/elements/touch-slider.php:149
10773
  msgid "Slideshow delay in seconds"
10774
  msgstr ""
10775
 
10776
- #: includes/elements/latest-posts-slider.php:522
10777
  msgid "View all posts in "
10778
  msgstr ""
10779
 
@@ -10785,54 +10764,54 @@ msgstr ""
10785
  msgid "Shows popular and most commented posts with thumbnail."
10786
  msgstr ""
10787
 
10788
- #: includes/elements/popular-posts-widget.php:86
10789
  msgid "Display popular tab"
10790
  msgstr ""
10791
 
10792
- #: includes/elements/popular-posts-widget.php:87
10793
  msgid "Enable it to display the most popular posts."
10794
  msgstr ""
10795
 
10796
- #: includes/elements/popular-posts-widget.php:101
10797
  msgid "Display recent tab"
10798
  msgstr ""
10799
 
10800
- #: includes/elements/popular-posts-widget.php:102
10801
  msgid "Enable it to display the most recent posts."
10802
  msgstr ""
10803
 
10804
- #: includes/elements/popular-posts-widget.php:116
10805
  msgid "Display comment tab"
10806
  msgstr ""
10807
 
10808
- #: includes/elements/popular-posts-widget.php:117
10809
  msgid "Enable it to display the most commented posts."
10810
  msgstr ""
10811
 
10812
- #: includes/elements/popular-posts-widget.php:132
10813
- #: includes/elements/recent-posts-widget.php:92
10814
  msgid "Enable it to display images as well."
10815
  msgstr ""
10816
 
10817
- #: includes/elements/popular-posts-widget.php:161
10818
- #: includes/elements/recent-posts-widget.php:121
10819
  msgid "Display post date"
10820
  msgstr ""
10821
 
10822
- #: includes/elements/popular-posts-widget.php:176
10823
- #: includes/elements/recent-posts-widget.php:136
10824
  msgid "Specify summary content in character"
10825
  msgstr ""
10826
 
10827
- #: includes/elements/popular-posts-widget.php:237
10828
  msgid "specify a categories that you want."
10829
  msgstr ""
10830
 
10831
- #: includes/elements/popular-posts-widget.php:387
10832
  msgid "Popular"
10833
  msgstr ""
10834
 
10835
- #: includes/elements/popular-posts-widget.php:389
10836
  msgid "Comment"
10837
  msgstr ""
10838
 
@@ -10840,47 +10819,47 @@ msgstr ""
10840
  msgid "Blockquote and introduction paragraph"
10841
  msgstr ""
10842
 
10843
- #: includes/elements/quote.php:41
10844
  msgid "Quote text"
10845
  msgstr ""
10846
 
10847
- #: includes/elements/quote.php:42
10848
  msgid "Enter a text as a quote."
10849
  msgstr ""
10850
 
10851
- #: includes/elements/quote.php:55
10852
  msgid "Blockqoute style"
10853
  msgstr ""
10854
 
10855
- #: includes/elements/quote.php:62
10856
  msgid "Quote Normal"
10857
  msgstr ""
10858
 
10859
- #: includes/elements/quote.php:66
10860
  msgid "Blockquote Normal"
10861
  msgstr ""
10862
 
10863
- #: includes/elements/quote.php:70
10864
  msgid "Blockquote Bordered"
10865
  msgstr ""
10866
 
10867
- #: includes/elements/quote.php:74
10868
  msgid "Intro"
10869
  msgstr ""
10870
 
10871
- #: includes/elements/quote.php:78
10872
  msgid "Intro Hero"
10873
  msgstr ""
10874
 
10875
- #: includes/elements/quote.php:82
10876
  msgid "Intro with Splitter"
10877
  msgstr ""
10878
 
10879
- #: includes/elements/quote.php:86
10880
  msgid "Pullquote Normal"
10881
  msgstr ""
10882
 
10883
- #: includes/elements/quote.php:90
10884
  msgid "Pullquote Colorized"
10885
  msgstr ""
10886
 
@@ -10892,32 +10871,32 @@ msgstr ""
10892
  msgid "It adds recent posts in grid or carousel mode."
10893
  msgstr ""
10894
 
10895
- #: includes/elements/recent-posts-grid-carousel.php:57
10896
- #: includes/elements/recent-posts-land-style.php:57
10897
- #: includes/elements/recent-posts-masonry.php:57
10898
- #: includes/elements/recent-posts-tiles-carousel.php:44
10899
- #: includes/elements/recent-posts-tiles.php:57
10900
- #: includes/elements/recent-posts-timeline.php:51
10901
  msgid "Recent post title, leave it empty if you don`t need title."
10902
  msgstr ""
10903
 
10904
- #: includes/elements/recent-posts-grid-carousel.php:71
10905
  msgid "Recent posts subtitle, leave it empty if you don`t need title."
10906
  msgstr ""
10907
 
10908
- #: includes/elements/recent-posts-grid-carousel.php:381
10909
- #: includes/elements/recent-posts-land-style.php:301
10910
- #: includes/elements/recent-posts-masonry.php:281
10911
  msgid ""
10912
  "Enable it to display %s like button%s on gride template blog. Please note "
10913
  "WP Ulike plugin needs to be activaited to use this option."
10914
  msgstr ""
10915
 
10916
- #: includes/elements/recent-posts-grid-carousel.php:458
10917
  msgid "Meta Info position"
10918
  msgstr ""
10919
 
10920
- #: includes/elements/recent-posts-grid-carousel.php:551
10921
  msgid "Specifies the style of content for each post column."
10922
  msgstr ""
10923
 
@@ -10945,15 +10924,15 @@ msgstr ""
10945
  msgid "It adds recent posts in tiles carousel mode."
10946
  msgstr ""
10947
 
10948
- #: includes/elements/recent-posts-tiles-carousel.php:72
10949
  msgid "Number of posts to show in per page"
10950
  msgstr ""
10951
 
10952
- #: includes/elements/recent-posts-tiles-carousel.php:86
10953
  msgid "Number of Pages"
10954
  msgstr ""
10955
 
10956
- #: includes/elements/recent-posts-tiles-carousel.php:347
10957
  msgid "Light Overlay"
10958
  msgstr ""
10959
 
@@ -10985,15 +10964,15 @@ msgstr ""
10985
  msgid "a Widget for Display Your Store's Products"
10986
  msgstr ""
10987
 
10988
- #: includes/elements/recent-products.php:43
10989
  msgid "Recent products title, leave it empty if you don`t need title."
10990
  msgstr ""
10991
 
10992
- #: includes/elements/recent-products.php:57
10993
  msgid "Recent products subtitle, leave it empty if you don`t need title."
10994
  msgstr ""
10995
 
10996
- #: includes/elements/recent-products.php:98
10997
  msgid "Vertical 10:15"
10998
  msgstr ""
10999
 
@@ -11005,7 +10984,7 @@ msgstr ""
11005
  msgid "The element description"
11006
  msgstr ""
11007
 
11008
- #: includes/elements/sample-element.php:52
11009
  msgid "Description for this element"
11010
  msgstr ""
11011
 
@@ -11013,7 +10992,7 @@ msgstr ""
11013
  msgid "Fancy search field"
11014
  msgstr ""
11015
 
11016
- #: includes/elements/search.php:42
11017
  msgid "Search title, leave it empty if you don`t need title."
11018
  msgstr ""
11019
 
@@ -11023,39 +11002,39 @@ msgid ""
11023
  "customizer."
11024
  msgstr ""
11025
 
11026
- #: includes/elements/socials-list.php:43 includes/elements/socials-list.php:181
11027
  msgid "Socials title, leave it empty if you don`t need title."
11028
  msgstr ""
11029
 
11030
- #: includes/elements/socials-list.php:57 includes/elements/socials-list.php:195
11031
  msgid "Size of social icons"
11032
  msgstr ""
11033
 
11034
- #: includes/elements/socials-list.php:66 includes/elements/socials-list.php:204
11035
  msgid "Extra large"
11036
  msgstr ""
11037
 
11038
- #: includes/elements/socials-list.php:77 includes/elements/socials-list.php:215
11039
  msgid "Directon of socials list"
11040
  msgstr ""
11041
 
11042
- #: includes/elements/socials-list.php:156
11043
  msgid "It shows the website socials icons."
11044
  msgstr ""
11045
 
11046
- #: includes/elements/socials-list.php:245 includes/elements/staff.php:345
11047
  msgid "Linkedin Address"
11048
  msgstr ""
11049
 
11050
- #: includes/elements/socials-list.php:305
11051
  msgid "Youtube Address"
11052
  msgstr ""
11053
 
11054
- #: includes/elements/socials-list.php:329
11055
  msgid "Telegram Address"
11056
  msgstr ""
11057
 
11058
- #: includes/elements/socials-list.php:341
11059
  msgid "VK Address"
11060
  msgstr ""
11061
 
@@ -11067,66 +11046,66 @@ msgstr ""
11067
  msgid "You can display your Staffs as a customized widget,"
11068
  msgstr ""
11069
 
11070
- #: includes/elements/staff.php:44
11071
  msgid "Staff Name, leave it empty if you don`t need title."
11072
  msgstr ""
11073
 
11074
- #: includes/elements/staff.php:53 includes/elements/staff.php:84
11075
- #: includes/elements/staff.php:99 includes/elements/staff.php:119
11076
- #: includes/elements/staff.php:138 includes/elements/staff.php:156
11077
- #: includes/elements/staff.php:188
11078
  msgid "Staff Details"
11079
  msgstr ""
11080
 
11081
- #: includes/elements/staff.php:58
11082
  msgid "Staff Occupation, leave it empty if you don`t need title."
11083
  msgstr ""
11084
 
11085
- #: includes/elements/staff.php:74
11086
  msgid "leave it empty if you don`t need to add a page."
11087
  msgstr ""
11088
 
11089
- #: includes/elements/staff.php:88
11090
  msgid "Staff Image"
11091
  msgstr ""
11092
 
11093
- #: includes/elements/staff.php:103 includes/elements/text.php:422
11094
  msgid "Image Size"
11095
  msgstr ""
11096
 
11097
- #: includes/elements/staff.php:109 includes/elements/text.php:428
11098
  msgid "Orginal Size"
11099
  msgstr ""
11100
 
11101
- #: includes/elements/staff.php:192
11102
  msgid "Wrapper style"
11103
  msgstr ""
11104
 
11105
- #: includes/elements/staff.php:203 includes/elements/text.php:101
11106
  msgid "Outlined"
11107
  msgstr ""
11108
 
11109
- #: includes/elements/staff.php:219
11110
  msgid "Layout Style"
11111
  msgstr ""
11112
 
11113
- #: includes/elements/staff.php:251
11114
  msgid "Layout Border Color"
11115
  msgstr ""
11116
 
11117
- #: includes/elements/staff.php:252
11118
  msgid "Choose a border color for this layout."
11119
  msgstr ""
11120
 
11121
- #: includes/elements/staff.php:269
11122
  msgid "Text align"
11123
  msgstr ""
11124
 
11125
- #: includes/elements/staff.php:297
11126
  msgid "Text color scheme"
11127
  msgstr ""
11128
 
11129
- #: includes/elements/staff.php:303
11130
  msgid "Inherit"
11131
  msgstr ""
11132
 
@@ -11134,57 +11113,57 @@ msgstr ""
11134
  msgid "It adds tabs element."
11135
  msgstr ""
11136
 
11137
- #: includes/elements/tab-widget.php:44 includes/elements/tabs.php:44
11138
  msgid "Tabs title, leave it empty if you don`t need title."
11139
  msgstr ""
11140
 
11141
- #: includes/elements/tab-widget.php:58 includes/elements/tabs.php:58
11142
  msgid "Choose between bordered style and no border."
11143
  msgstr ""
11144
 
11145
- #: includes/elements/tab-widget.php:75
11146
  msgid "First Tab Label"
11147
  msgstr ""
11148
 
11149
- #: includes/elements/tab-widget.php:76 includes/elements/tab-widget.php:105
11150
- #: includes/elements/tab-widget.php:134 includes/elements/tabs.php:76
11151
  msgid "Enter your tab item label."
11152
  msgstr ""
11153
 
11154
- #: includes/elements/tab-widget.php:89
11155
  msgid "First Tab Content"
11156
  msgstr ""
11157
 
11158
- #: includes/elements/tab-widget.php:90 includes/elements/tab-widget.php:119
11159
- #: includes/elements/tab-widget.php:148 includes/elements/tabs.php:93
11160
  msgid "Enter your tab item content."
11161
  msgstr ""
11162
 
11163
- #: includes/elements/tab-widget.php:104
11164
  msgid "Second Tab Label"
11165
  msgstr ""
11166
 
11167
- #: includes/elements/tab-widget.php:118
11168
  msgid "Second Tab Content"
11169
  msgstr ""
11170
 
11171
- #: includes/elements/tab-widget.php:133
11172
  msgid "Third Tab Label"
11173
  msgstr ""
11174
 
11175
- #: includes/elements/tab-widget.php:147
11176
  msgid "Third Tab Content"
11177
  msgstr ""
11178
 
11179
- #: includes/elements/tabs.php:75
11180
  msgid "Tab label"
11181
  msgstr ""
11182
 
11183
- #: includes/elements/tabs.php:79
11184
  msgid "Tabs Section"
11185
  msgstr ""
11186
 
11187
- #: includes/elements/tabs.php:95
11188
  msgid "Tabs section"
11189
  msgstr ""
11190
 
@@ -11196,47 +11175,47 @@ msgstr ""
11196
  msgid "Testimonial Element"
11197
  msgstr ""
11198
 
11199
- #: includes/elements/testimonial.php:44
11200
  msgid "Testimonial Templates"
11201
  msgstr ""
11202
 
11203
- #: includes/elements/testimonial.php:58
11204
  msgid "Default Template"
11205
  msgstr ""
11206
 
11207
- #: includes/elements/testimonial.php:62
11208
  msgid "Default Template With Image"
11209
  msgstr ""
11210
 
11211
- #: includes/elements/testimonial.php:66
11212
  msgid "Bordered On Content"
11213
  msgstr ""
11214
 
11215
- #: includes/elements/testimonial.php:70
11216
  msgid "Quotation Mark on Top of the Content"
11217
  msgstr ""
11218
 
11219
- #: includes/elements/testimonial.php:74
11220
  msgid "Show Info on Top of Content"
11221
  msgstr ""
11222
 
11223
- #: includes/elements/testimonial.php:78
11224
  msgid "Show Image on Top of the Content"
11225
  msgstr ""
11226
 
11227
- #: includes/elements/testimonial.php:85
11228
  msgid "Customer Name, leave it empty if you don`t need title."
11229
  msgstr ""
11230
 
11231
- #: includes/elements/testimonial.php:99
11232
  msgid "Customer Link, leave it empty if you don`t need it"
11233
  msgstr ""
11234
 
11235
- #: includes/elements/testimonial.php:113
11236
  msgid "Customer Occupation, leave it empty if you don`t need it."
11237
  msgstr ""
11238
 
11239
- #: includes/elements/testimonial.php:127
11240
  msgid "Customer Rating, Set it to \"None\" if you don`t need it."
11241
  msgstr ""
11242
 
@@ -11244,158 +11223,158 @@ msgstr ""
11244
  msgid "Iconic text block."
11245
  msgstr ""
11246
 
11247
- #: includes/elements/text.php:90
11248
  msgid "Wrapper Style"
11249
  msgstr ""
11250
 
11251
- #: includes/elements/text.php:114 includes/elements/text.php:142
11252
- #: includes/elements/text.php:170 includes/elements/text.php:189
11253
- #: includes/elements/text.php:208 includes/elements/text.php:227
11254
- #: includes/elements/text.php:245 includes/elements/text.php:267
11255
- #: includes/elements/text.php:285 includes/elements/text.php:303
11256
- #: includes/elements/text.php:321 includes/elements/text.php:340
11257
- #: includes/elements/text.php:362 includes/elements/text.php:920
11258
- #: includes/elements/text.php:934
11259
  msgid "Wrapper Layout"
11260
  msgstr ""
11261
 
11262
- #: includes/elements/text.php:146
11263
  msgid "Text Align on Small Screens"
11264
  msgstr ""
11265
 
11266
- #: includes/elements/text.php:174
11267
  msgid "Text Color Scheme"
11268
  msgstr ""
11269
 
11270
- #: includes/elements/text.php:194
11271
  msgid "Wrapper Background Type"
11272
  msgstr ""
11273
 
11274
- #: includes/elements/text.php:200 includes/elements/text.php:295
11275
  msgid "Single Color"
11276
  msgstr ""
11277
 
11278
- #: includes/elements/text.php:201 includes/elements/text.php:296
11279
- #: includes/general-hooks.php:1581
11280
  msgid "Background Image"
11281
  msgstr ""
11282
 
11283
- #: includes/elements/text.php:213
11284
  msgid "Wrapper Background Color"
11285
  msgstr ""
11286
 
11287
- #: includes/elements/text.php:231
11288
  msgid "Wrapper Background image"
11289
  msgstr ""
11290
 
11291
- #: includes/elements/text.php:249
11292
  msgid "Wrapper Background Image Display"
11293
  msgstr ""
11294
 
11295
- #: includes/elements/text.php:254 includes/elements/text.php:349
11296
- #: includes/general-hooks.php:1612
11297
  msgid "Cover"
11298
  msgstr ""
11299
 
11300
- #: includes/elements/text.php:255 includes/elements/text.php:350
11301
  msgid "Tiled Image"
11302
  msgstr ""
11303
 
11304
- #: includes/elements/text.php:256 includes/elements/text.php:351
11305
  msgid "Centered, with original size"
11306
  msgstr ""
11307
 
11308
- #: includes/elements/text.php:257 includes/elements/text.php:352
11309
- #: includes/general-hooks.php:1745
11310
  msgid "Fixed"
11311
  msgstr ""
11312
 
11313
- #: includes/elements/text.php:271
11314
  msgid "Wrapper Background Overlay"
11315
  msgstr ""
11316
 
11317
- #: includes/elements/text.php:289
11318
  msgid "Header Background Type"
11319
  msgstr ""
11320
 
11321
- #: includes/elements/text.php:307
11322
  msgid "Header Background color"
11323
  msgstr ""
11324
 
11325
- #: includes/elements/text.php:326
11326
  msgid "Header Background image"
11327
  msgstr ""
11328
 
11329
- #: includes/elements/text.php:344
11330
  msgid "Header Background Image Display"
11331
  msgstr ""
11332
 
11333
- #: includes/elements/text.php:366
11334
  msgid "Icon or image"
11335
  msgstr ""
11336
 
11337
- #: includes/elements/text.php:367
11338
  msgid "Please choose an icon from avaialable icons."
11339
  msgstr ""
11340
 
11341
- #: includes/elements/text.php:368
11342
  msgid "Display Icon or Image"
11343
  msgstr ""
11344
 
11345
- #: includes/elements/text.php:382 includes/elements/text.php:400
11346
- #: includes/elements/text.php:418 includes/elements/text.php:441
11347
- #: includes/elements/text.php:459 includes/elements/text.php:482
11348
- #: includes/elements/text.php:500 includes/elements/text.php:529
11349
- #: includes/elements/text.php:567 includes/elements/text.php:605
11350
- #: includes/elements/text.php:633
11351
  msgid "Icon & Image"
11352
  msgstr ""
11353
 
11354
- #: includes/elements/text.php:446
11355
  msgid "Choose a color for icon."
11356
  msgstr ""
11357
 
11358
- #: includes/elements/text.php:463
11359
  msgid "Icon size"
11360
  msgstr ""
11361
 
11362
- #: includes/elements/text.php:487
11363
  msgid "Choose a color for background of icon."
11364
  msgstr ""
11365
 
11366
- #: includes/elements/text.php:504
11367
  msgid "Icon/Image outline color"
11368
  msgstr ""
11369
 
11370
- #: includes/elements/text.php:505
11371
  msgid "Choose a color for the border around the icon or image."
11372
  msgstr ""
11373
 
11374
- #: includes/elements/text.php:519
11375
  msgid "Icon/Image outline width"
11376
  msgstr ""
11377
 
11378
- #: includes/elements/text.php:520
11379
  msgid "Choose a width for the border around the icon or image."
11380
  msgstr ""
11381
 
11382
- #: includes/elements/text.php:609
11383
  msgid "Image or icon position"
11384
  msgstr ""
11385
 
11386
- #: includes/elements/text.php:692
11387
  msgid "Button shape style"
11388
  msgstr ""
11389
 
11390
- #: includes/elements/text.php:769
11391
  msgid "Darken label of button while mouse over it."
11392
  msgstr ""
11393
 
11394
- #: includes/elements/text.php:924
11395
  msgid "Footer Shape color"
11396
  msgstr ""
11397
 
11398
- #: includes/elements/text.php:925
11399
  msgid "Select color for shape"
11400
  msgstr ""
11401
 
@@ -11407,7 +11386,7 @@ msgstr ""
11407
  msgid "Responsive image slider with touch swipe feature."
11408
  msgstr ""
11409
 
11410
- #: includes/elements/touch-slider.php:44
11411
  msgid "The slider title, leave it empty if you don`t need title."
11412
  msgstr ""
11413
 
@@ -11475,760 +11454,760 @@ msgstr ""
11475
  msgid "LOADING"
11476
  msgstr ""
11477
 
11478
- #: includes/general-functions.php:2016
11479
  msgid "Blurred placeholder image"
11480
  msgstr ""
11481
 
11482
- #: includes/general-functions.php:2017
11483
  msgid "In-progress box animation"
11484
  msgstr ""
11485
 
11486
- #: includes/general-functions.php:2018
11487
  msgid "Loading spinner (blue)"
11488
  msgstr ""
11489
 
11490
- #: includes/general-functions.php:2019
11491
  msgid "Loading spinner (light)"
11492
  msgstr ""
11493
 
11494
- #: includes/general-functions.php:2020
11495
  msgid "Loading spinner (dark)"
11496
  msgstr ""
11497
 
11498
- #: includes/general-functions.php:2247
11499
  #. translators: %s: Search term.
11500
  msgid "Search Results for: %s"
11501
  msgstr ""
11502
 
11503
- #: includes/general-functions.php:2251
11504
  #. translators: %s is the page number.
11505
  msgid "&nbsp;&ndash; Page %s"
11506
  msgstr ""
11507
 
11508
- #: includes/general-functions.php:2258
11509
  #. translators: Category archive title. 1: Category name
11510
  msgid "Category: %s"
11511
  msgstr ""
11512
 
11513
- #: includes/general-functions.php:2264
11514
  #. translators: Tag archive title. 1: Tag name
11515
  msgid "Tag: %s"
11516
  msgstr ""
11517
 
11518
- #: includes/general-functions.php:2271
11519
  #. translators: Author archive title. 1: Author name
11520
  msgid "Author: %s"
11521
  msgstr ""
11522
 
11523
- #: includes/general-functions.php:2278
11524
  #. translators: Yearly archive title. 1: Year
11525
  msgid "Year: %s"
11526
  msgstr ""
11527
 
11528
- #: includes/general-functions.php:2285
11529
  #. translators: Monthly archive title. 1: Month name and year
11530
  msgid "Month: %s"
11531
  msgstr ""
11532
 
11533
- #: includes/general-functions.php:2292
11534
  #. translators: Daily archive title. 1: Date
11535
  msgid "Day: %s"
11536
  msgstr ""
11537
 
11538
- #: includes/general-functions.php:2319
11539
  #. translators: Post type archive title. 1: Post type name
11540
  msgid "Archives: %s"
11541
  msgstr ""
11542
 
11543
- #: includes/general-functions.php:2327
11544
  #. translators: Taxonomy term archive title. 1: Taxonomy singular name, 2:
11545
  #. Current taxonomy term
11546
  msgid "%1$s: %2$s"
11547
  msgstr ""
11548
 
11549
- #: includes/general-functions.php:2330
11550
  msgid "Page Not Found"
11551
  msgstr ""
11552
 
11553
- #: includes/general-functions.php:2509
11554
  msgid "Select Page"
11555
  msgstr ""
11556
 
11557
- #: includes/general-hooks.php:221
11558
  msgid "Auxin Icons"
11559
  msgstr ""
11560
 
11561
- #: includes/general-hooks.php:226
11562
  msgid "Icon library"
11563
  msgstr ""
11564
 
11565
- #: includes/general-hooks.php:228
11566
  msgid "Font Awesome"
11567
  msgstr ""
11568
 
11569
- #: includes/general-hooks.php:229
11570
  msgid "Open Iconic"
11571
  msgstr ""
11572
 
11573
- #: includes/general-hooks.php:230
11574
  msgid "Typicons"
11575
  msgstr ""
11576
 
11577
- #: includes/general-hooks.php:231
11578
  msgid "Entypo"
11579
  msgstr ""
11580
 
11581
- #: includes/general-hooks.php:232
11582
  msgid "Linecons"
11583
  msgstr ""
11584
 
11585
- #: includes/general-hooks.php:233
11586
  msgid "Auxin"
11587
  msgstr ""
11588
 
11589
- #: includes/general-hooks.php:237
11590
  msgid "Select icon library."
11591
  msgstr ""
11592
 
11593
- #: includes/general-hooks.php:255 includes/general-hooks.php:272
11594
- #: includes/general-hooks.php:288 includes/general-hooks.php:304
11595
- #: includes/general-hooks.php:335
11596
  msgid "Select icon from library."
11597
  msgstr ""
11598
 
11599
- #: includes/general-hooks.php:340
11600
  msgid "Custom color"
11601
  msgstr ""
11602
 
11603
- #: includes/general-hooks.php:342
11604
  msgid "Select custom icon color."
11605
  msgstr ""
11606
 
11607
- #: includes/general-hooks.php:350
11608
  msgid "Background shape"
11609
  msgstr ""
11610
 
11611
- #: includes/general-hooks.php:356
11612
  msgid "Rounded"
11613
  msgstr ""
11614
 
11615
- #: includes/general-hooks.php:359
11616
  msgid "Outline Rounded"
11617
  msgstr ""
11618
 
11619
- #: includes/general-hooks.php:361
11620
  msgid "Select background shape and style for icon."
11621
  msgstr ""
11622
 
11623
- #: includes/general-hooks.php:366
11624
  msgid "Custom background color"
11625
  msgstr ""
11626
 
11627
- #: includes/general-hooks.php:368
11628
  msgid "Select custom icon background color."
11629
  msgstr ""
11630
 
11631
- #: includes/general-hooks.php:384
11632
  msgid "Select icon alignment."
11633
  msgstr ""
11634
 
11635
- #: includes/general-hooks.php:400 includes/general-hooks.php:401
11636
  msgid "Arrow"
11637
  msgstr ""
11638
 
11639
- #: includes/general-hooks.php:402
11640
  msgid "Back"
11641
  msgstr ""
11642
 
11643
- #: includes/general-hooks.php:458
11644
  msgid "Custom JS Code"
11645
  msgstr ""
11646
 
11647
- #: includes/general-hooks.php:459
11648
  msgid "Your Custom Javascript"
11649
  msgstr ""
11650
 
11651
- #: includes/general-hooks.php:463
11652
  msgid "Custom Javascript in Head"
11653
  msgstr ""
11654
 
11655
- #: includes/general-hooks.php:464 includes/general-hooks.php:478
11656
  msgid "You can add your custom javascript code here.%s DO NOT use %s tag."
11657
  msgstr ""
11658
 
11659
- #: includes/general-hooks.php:465 includes/general-hooks.php:479
11660
  msgid ""
11661
  "In order to save your custom javascript code, you are expected to execute "
11662
  "the code prior to saving."
11663
  msgstr ""
11664
 
11665
- #: includes/general-hooks.php:471 includes/general-hooks.php:485
11666
  msgid "Execute"
11667
  msgstr ""
11668
 
11669
- #: includes/general-hooks.php:477
11670
  msgid "Custom Javascript in Footer"
11671
  msgstr ""
11672
 
11673
- #: includes/general-hooks.php:496 includes/general-hooks.php:497
11674
  msgid "Google API Keys & SEO"
11675
  msgstr ""
11676
 
11677
- #: includes/general-hooks.php:502
11678
  msgid "Built in SEO"
11679
  msgstr ""
11680
 
11681
- #: includes/general-hooks.php:503
11682
  msgid ""
11683
  "In case of using SEO plugins like \"WordPress SEO by Yoast\" or \"All in "
11684
  "One SEO Pack\" you can disable built-in SEO for maximum compatibility."
11685
  msgstr ""
11686
 
11687
- #: includes/general-hooks.php:513
11688
  msgid "Google Analytics Code"
11689
  msgstr ""
11690
 
11691
- #: includes/general-hooks.php:514
11692
  msgid "You can %s set up Analytics tracking %s and add the tracking ID here."
11693
  msgstr ""
11694
 
11695
- #: includes/general-hooks.php:528
11696
  msgid "Google Maps API Key"
11697
  msgstr ""
11698
 
11699
- #: includes/general-hooks.php:530
11700
  msgid ""
11701
  "In order to use google maps on your website, you have to %s create an api "
11702
  "key %s and insert it in this field."
11703
  msgstr ""
11704
 
11705
- #: includes/general-hooks.php:544
11706
  msgid "Google Marketing Code"
11707
  msgstr ""
11708
 
11709
- #: includes/general-hooks.php:545
11710
  msgid "You can add your Google marketing code here.%s DO NOT use %s tag."
11711
  msgstr ""
11712
 
11713
- #: includes/general-hooks.php:562
11714
  msgid "Logo 2 (optional)"
11715
  msgstr ""
11716
 
11717
- #: includes/general-hooks.php:563
11718
  msgid "The secondary logo which appears when the header becomes sticky (optional)."
11719
  msgstr ""
11720
 
11721
- #: includes/general-hooks.php:579
11722
  msgid "Header Button 1"
11723
  msgstr ""
11724
 
11725
- #: includes/general-hooks.php:580
11726
  msgid "Setting for Header Button 1"
11727
  msgstr ""
11728
 
11729
- #: includes/general-hooks.php:602
11730
  msgid "Display Header Button 1"
11731
  msgstr ""
11732
 
11733
- #: includes/general-hooks.php:603 includes/general-hooks.php:1015
11734
  msgid "Enable this option to display a button in header."
11735
  msgstr ""
11736
 
11737
- #: includes/general-hooks.php:623
11738
  msgid "Hide Button 1 on Tablet"
11739
  msgstr ""
11740
 
11741
- #: includes/general-hooks.php:624 includes/general-hooks.php:647
11742
  msgid "Enable it to hide header button 1 on tablet devices."
11743
  msgstr ""
11744
 
11745
- #: includes/general-hooks.php:646
11746
  msgid "Hide Button 1 on Mobile"
11747
  msgstr ""
11748
 
11749
- #: includes/general-hooks.php:669 includes/general-hooks.php:1081
11750
  msgid "Button Label"
11751
  msgstr ""
11752
 
11753
- #: includes/general-hooks.php:670 includes/general-hooks.php:1082
11754
  msgid "Specifies the label of button."
11755
  msgstr ""
11756
 
11757
- #: includes/general-hooks.php:692 includes/general-hooks.php:1104
11758
  msgid "Button Size"
11759
  msgstr ""
11760
 
11761
- #: includes/general-hooks.php:722 includes/general-hooks.php:1134
11762
  msgid "Button Shape"
11763
  msgstr ""
11764
 
11765
- #: includes/general-hooks.php:729 includes/general-hooks.php:1141
11766
  msgid "Sharp"
11767
  msgstr ""
11768
 
11769
- #: includes/general-hooks.php:796 includes/general-hooks.php:1208
11770
  msgid "Button Typography"
11771
  msgstr ""
11772
 
11773
- #: includes/general-hooks.php:818 includes/general-hooks.php:1230
11774
  msgid "Icon for Button"
11775
  msgstr ""
11776
 
11777
- #: includes/general-hooks.php:840 includes/general-hooks.php:1252
11778
  msgid "Icon Alignment"
11779
  msgstr ""
11780
 
11781
- #: includes/general-hooks.php:889 includes/general-hooks.php:1301
11782
  msgid "Color of Button"
11783
  msgstr ""
11784
 
11785
- #: includes/general-hooks.php:912 includes/general-hooks.php:1324
11786
  msgid "Color of Button on Sticky"
11787
  msgstr ""
11788
 
11789
- #: includes/general-hooks.php:913 includes/general-hooks.php:1325
11790
  msgid "Specifies the color of the button when the header sticky is enabled."
11791
  msgstr ""
11792
 
11793
- #: includes/general-hooks.php:958 includes/general-hooks.php:1370
11794
  msgid "Open Link in"
11795
  msgstr ""
11796
 
11797
- #: includes/general-hooks.php:991
11798
  msgid "Header Button 2"
11799
  msgstr ""
11800
 
11801
- #: includes/general-hooks.php:992
11802
  msgid "Setting for Header Button 2"
11803
  msgstr ""
11804
 
11805
- #: includes/general-hooks.php:1014
11806
  msgid "Display Header Button 2"
11807
  msgstr ""
11808
 
11809
- #: includes/general-hooks.php:1035
11810
  msgid "Hide Button 2 on Tablet"
11811
  msgstr ""
11812
 
11813
- #: includes/general-hooks.php:1036 includes/general-hooks.php:1059
11814
  msgid "Enable it to hide header button 2 on tablet devices."
11815
  msgstr ""
11816
 
11817
- #: includes/general-hooks.php:1058
11818
  msgid "Hide Button 2 on Mobile"
11819
  msgstr ""
11820
 
11821
- #: includes/general-hooks.php:1429
11822
  msgid "Specifies maximum height of logo in footer."
11823
  msgstr ""
11824
 
11825
- #: includes/general-hooks.php:1466
11826
  msgid "Preview login page"
11827
  msgstr ""
11828
 
11829
- #: includes/general-hooks.php:1473
11830
  msgid "Login Skin"
11831
  msgstr ""
11832
 
11833
- #: includes/general-hooks.php:1474
11834
  msgid "Specifies a skin for login page of your website."
11835
  msgstr ""
11836
 
11837
- #: includes/general-hooks.php:1484
11838
  msgid "Clean white"
11839
  msgstr ""
11840
 
11841
- #: includes/general-hooks.php:1488
11842
  msgid "Simple white"
11843
  msgstr ""
11844
 
11845
- #: includes/general-hooks.php:1492
11846
  msgid "Simple gray"
11847
  msgstr ""
11848
 
11849
- #: includes/general-hooks.php:1502
11850
  msgid "Login message"
11851
  msgstr ""
11852
 
11853
- #: includes/general-hooks.php:1503
11854
  msgid "Enter a text to display above the login form."
11855
  msgstr ""
11856
 
11857
- #: includes/general-hooks.php:1515
11858
  msgid "Login Page Logo"
11859
  msgstr ""
11860
 
11861
- #: includes/general-hooks.php:1516
11862
  msgid ""
11863
  "Specifies a logo to display on login page.(width of logo image could be up "
11864
  "to 320px)"
11865
  msgstr ""
11866
 
11867
- #: includes/general-hooks.php:1527
11868
  msgid "Logo Width"
11869
  msgstr ""
11870
 
11871
- #: includes/general-hooks.php:1528
11872
  msgid "Specifies width of logo image in pixel."
11873
  msgstr ""
11874
 
11875
- #: includes/general-hooks.php:1539
11876
  msgid "Logo Height"
11877
  msgstr ""
11878
 
11879
- #: includes/general-hooks.php:1540
11880
  msgid "Specifies height of logo image in pixel."
11881
  msgstr ""
11882
 
11883
- #: includes/general-hooks.php:1552
11884
  msgid "Enable Background"
11885
  msgstr ""
11886
 
11887
- #: includes/general-hooks.php:1553
11888
  msgid "Enable it to display custom background on login page."
11889
  msgstr ""
11890
 
11891
- #: includes/general-hooks.php:1565
11892
  msgid "Specifies background color of website."
11893
  msgstr ""
11894
 
11895
- #: includes/general-hooks.php:1582
11896
  msgid "You can upload custom image for background of login page"
11897
  msgstr ""
11898
 
11899
- #: includes/general-hooks.php:1597
11900
  msgid "Background Size"
11901
  msgstr ""
11902
 
11903
- #: includes/general-hooks.php:1598
11904
  msgid "Specifies background size on login page."
11905
  msgstr ""
11906
 
11907
- #: includes/general-hooks.php:1608
11908
  msgid "Contain"
11909
  msgstr ""
11910
 
11911
- #: includes/general-hooks.php:1627
11912
  msgid "Background Pattern"
11913
  msgstr ""
11914
 
11915
- #: includes/general-hooks.php:1628
11916
  msgid ""
11917
  "You can select one of these patterns as login background image. %s Some of "
11918
  "these can be used as a pattern over your background image."
11919
  msgstr ""
11920
 
11921
- #: includes/general-hooks.php:1644
11922
  msgid "Background Repeat"
11923
  msgstr ""
11924
 
11925
- #: includes/general-hooks.php:1645
11926
  msgid "Specifies how background image repeats."
11927
  msgstr ""
11928
 
11929
- #: includes/general-hooks.php:1650
11930
  msgid "No repeat"
11931
  msgstr ""
11932
 
11933
- #: includes/general-hooks.php:1654
11934
  msgid "Repeat horizontally and vertically"
11935
  msgstr ""
11936
 
11937
- #: includes/general-hooks.php:1658
11938
  msgid "Repeat horizontally"
11939
  msgstr ""
11940
 
11941
- #: includes/general-hooks.php:1662
11942
  msgid "Repeat vertically"
11943
  msgstr ""
11944
 
11945
- #: includes/general-hooks.php:1678
11946
  msgid "Background Position"
11947
  msgstr ""
11948
 
11949
- #: includes/general-hooks.php:1679
11950
  msgid "Specifies background image position."
11951
  msgstr ""
11952
 
11953
- #: includes/general-hooks.php:1684
11954
  msgid "Left top"
11955
  msgstr ""
11956
 
11957
- #: includes/general-hooks.php:1688
11958
  msgid "Center top"
11959
  msgstr ""
11960
 
11961
- #: includes/general-hooks.php:1692
11962
  msgid "Right top"
11963
  msgstr ""
11964
 
11965
- #: includes/general-hooks.php:1697
11966
  msgid "Left center"
11967
  msgstr ""
11968
 
11969
- #: includes/general-hooks.php:1701
11970
  msgid "Center center"
11971
  msgstr ""
11972
 
11973
- #: includes/general-hooks.php:1705
11974
  msgid "Right center"
11975
  msgstr ""
11976
 
11977
- #: includes/general-hooks.php:1710
11978
  msgid "Left bottom"
11979
  msgstr ""
11980
 
11981
- #: includes/general-hooks.php:1714
11982
  msgid "Center bottom"
11983
  msgstr ""
11984
 
11985
- #: includes/general-hooks.php:1718
11986
  msgid "Right bottom"
11987
  msgstr ""
11988
 
11989
- #: includes/general-hooks.php:1734
11990
  msgid "Background Attachment"
11991
  msgstr ""
11992
 
11993
- #: includes/general-hooks.php:1735
11994
  msgid ""
11995
  "Specifies whether the background is fixed or scrollable as user scrolls the "
11996
  "page."
11997
  msgstr ""
11998
 
11999
- #: includes/general-hooks.php:1741
12000
  msgid "Scroll"
12001
  msgstr ""
12002
 
12003
- #: includes/general-hooks.php:1762
12004
  msgid "Custom CSS class name"
12005
  msgstr ""
12006
 
12007
- #: includes/general-hooks.php:1763
12008
  msgid ""
12009
  "In this field you can define custom CSS class name for login page.\n"
12010
  " This class name will be added to body classes in "
12011
  "login page and is useful for advance custom styling purposes."
12012
  msgstr ""
12013
 
12014
- #: includes/general-hooks.php:1774
12015
  msgid "Login Style"
12016
  msgstr ""
12017
 
12018
- #: includes/general-hooks.php:1775
12019
  msgid "Custom Css style for login page"
12020
  msgstr ""
12021
 
12022
- #: includes/general-hooks.php:1791
12023
  msgid "404 Page Options"
12024
  msgstr ""
12025
 
12026
- #: includes/general-hooks.php:1797
12027
  msgid "Specifies a page to display on 404."
12028
  msgstr ""
12029
 
12030
- #: includes/general-hooks.php:1812 includes/general-hooks.php:1829
12031
  msgid "Maintenance or Comingsoon Page"
12032
  msgstr ""
12033
 
12034
- #: includes/general-hooks.php:1813
12035
  msgid "Maintenance or Comingsoon Page Options"
12036
  msgstr ""
12037
 
12038
- #: includes/general-hooks.php:1818
12039
  msgid "Enable Maintenance or Comingsoon Mode"
12040
  msgstr ""
12041
 
12042
- #: includes/general-hooks.php:1819
12043
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12044
  msgstr ""
12045
 
12046
- #: includes/general-hooks.php:1830
12047
  msgid ""
12048
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon "
12049
  "Mode"
12050
  msgstr ""
12051
 
12052
- #: includes/general-hooks.php:1849
12053
  msgid "Search Results"
12054
  msgstr ""
12055
 
12056
- #: includes/general-hooks.php:1850
12057
  msgid "Search Results Options"
12058
  msgstr ""
12059
 
12060
- #: includes/general-hooks.php:1856
12061
  msgid "Exclude Posts Types"
12062
  msgstr ""
12063
 
12064
- #: includes/general-hooks.php:1857
12065
  msgid "The post types which should be excluded from search results."
12066
  msgstr ""
12067
 
12068
- #: includes/general-hooks.php:1867
12069
  msgid "Exclude Posts Without Featured Image"
12070
  msgstr ""
12071
 
12072
- #: includes/general-hooks.php:1868
12073
  msgid "Exclude posts without featured image in search results."
12074
  msgstr ""
12075
 
12076
- #: includes/general-hooks.php:1879
12077
  msgid ""
12078
  "If you intend to include additional posts, you should specify the posts "
12079
  "here.<br>You have to insert the Post IDs that are separated by camma (eg. "
12080
  "53,34,87,25)"
12081
  msgstr ""
12082
 
12083
- #: includes/general-hooks.php:1893
12084
  msgid "Import/Export"
12085
  msgstr ""
12086
 
12087
- #: includes/general-hooks.php:1894
12088
  msgid "Import or Export options"
12089
  msgstr ""
12090
 
12091
- #: includes/general-hooks.php:1901
12092
  msgid "Export Data"
12093
  msgstr ""
12094
 
12095
- #: includes/general-hooks.php:1902
12096
  msgid "Your theme options code which you can import later."
12097
  msgstr ""
12098
 
12099
- #: includes/general-hooks.php:1912
12100
  msgid "Import Data"
12101
  msgstr ""
12102
 
12103
- #: includes/general-hooks.php:1913
12104
  msgid "Paste the exported theme options code to import into theme."
12105
  msgstr ""
12106
 
12107
- #: includes/general-hooks.php:1928
12108
  msgid "White Label"
12109
  msgstr ""
12110
 
12111
- #: includes/general-hooks.php:1929
12112
  msgid "White Label Settings"
12113
  msgstr ""
12114
 
12115
- #: includes/general-hooks.php:1939
12116
  msgid "Change PHLOX labels."
12117
  msgstr ""
12118
 
12119
- #: includes/general-hooks.php:1943
12120
  msgid "Theme Name"
12121
  msgstr ""
12122
 
12123
- #: includes/general-hooks.php:1954
12124
  msgid "Theme Author Name"
12125
  msgstr ""
12126
 
12127
- #: includes/general-hooks.php:1963
12128
  msgid "Theme Author URL"
12129
  msgstr ""
12130
 
12131
- #: includes/general-hooks.php:1972
12132
  msgid "Theme Description"
12133
  msgstr ""
12134
 
12135
- #: includes/general-hooks.php:1981
12136
  msgid "Theme Screenshot (1200x900)"
12137
  msgstr ""
12138
 
12139
- #: includes/general-hooks.php:1994
12140
  msgid "Displays"
12141
  msgstr ""
12142
 
12143
- #: includes/general-hooks.php:1995
12144
  msgid "Change PHLOX admin views."
12145
  msgstr ""
12146
 
12147
- #: includes/general-hooks.php:1999
12148
  msgid "Hide Notifications"
12149
  msgstr ""
12150
 
12151
- #: includes/general-hooks.php:2010
12152
  msgid "Hide Theme Badge"
12153
  msgstr ""
12154
 
12155
- #: includes/general-hooks.php:2021
12156
  msgid "Hide Phlox Menu"
12157
  msgstr ""
12158
 
12159
- #: includes/general-hooks.php:2032
12160
  msgid "Hide Dashboard Section"
12161
  msgstr ""
12162
 
12163
- #: includes/general-hooks.php:2050
12164
  msgid "Hide Customization Section"
12165
  msgstr ""
12166
 
12167
- #: includes/general-hooks.php:2068
12168
  msgid "Hide Demo Importer Section"
12169
  msgstr ""
12170
 
12171
- #: includes/general-hooks.php:2086
12172
  msgid "Hide Template Kits Section"
12173
  msgstr ""
12174
 
12175
- #: includes/general-hooks.php:2104
12176
  msgid "Hide Plugins Section"
12177
  msgstr ""
12178
 
12179
- #: includes/general-hooks.php:2122
12180
  msgid "Hide Tutorials Section"
12181
  msgstr ""
12182
 
12183
- #: includes/general-hooks.php:2140
12184
  msgid "Hide Feedback Section"
12185
  msgstr ""
12186
 
12187
- #: includes/general-hooks.php:2402
12188
  msgid "Twitter"
12189
  msgstr ""
12190
 
12191
- #: includes/general-hooks.php:2403
12192
  msgid "Facebook"
12193
  msgstr ""
12194
 
12195
- #: includes/general-hooks.php:2404
12196
  msgid "Google Plus"
12197
  msgstr ""
12198
 
12199
- #: includes/general-hooks.php:2405
12200
  msgid "Flickr"
12201
  msgstr ""
12202
 
12203
- #: includes/general-hooks.php:2406
12204
  msgid "Delicious"
12205
  msgstr ""
12206
 
12207
- #: includes/general-hooks.php:2407
12208
  msgid "Pinterest"
12209
  msgstr ""
12210
 
12211
- #: includes/general-hooks.php:2408
12212
  msgid "GitHub"
12213
  msgstr ""
12214
 
12215
- #: includes/general-hooks.php:2595
12216
  msgid "Page Options"
12217
  msgstr ""
12218
 
12219
- #: includes/general-hooks.php:2603
12220
  msgid "Post Options"
12221
  msgstr ""
12222
 
12223
- #: includes/general-hooks.php:3078
12224
  msgid "Page %s"
12225
  msgstr ""
12226
 
12227
- #: includes/general-hooks.php:3651
12228
  msgid "current "
12229
  msgstr ""
12230
 
12231
- #: includes/general-hooks.php:3681
12232
  msgid "Edit Header & Footer"
12233
  msgstr ""
12234
 
@@ -12403,73 +12382,73 @@ msgstr ""
12403
  msgid "http://averta.net"
12404
  msgstr ""
12405
 
12406
- #: includes/general-functions.php:2274
12407
  msgctxt "yearly archives date format"
12408
  msgid "Y"
12409
  msgstr ""
12410
 
12411
- #: includes/general-functions.php:2281
12412
  msgctxt "monthly archives date format"
12413
  msgid "F Y"
12414
  msgstr ""
12415
 
12416
- #: includes/general-functions.php:2288
12417
  msgctxt "daily archives date format"
12418
  msgid "F j, Y"
12419
  msgstr ""
12420
 
12421
- #: includes/general-functions.php:2296
12422
  msgctxt "post format archive title"
12423
  msgid "Asides"
12424
  msgstr ""
12425
 
12426
- #: includes/general-functions.php:2298
12427
  msgctxt "post format archive title"
12428
  msgid "Galleries"
12429
  msgstr ""
12430
 
12431
- #: includes/general-functions.php:2300
12432
  msgctxt "post format archive title"
12433
  msgid "Images"
12434
  msgstr ""
12435
 
12436
- #: includes/general-functions.php:2302
12437
  msgctxt "post format archive title"
12438
  msgid "Videos"
12439
  msgstr ""
12440
 
12441
- #: includes/general-functions.php:2304
12442
  msgctxt "post format archive title"
12443
  msgid "Quotes"
12444
  msgstr ""
12445
 
12446
- #: includes/general-functions.php:2306
12447
  msgctxt "post format archive title"
12448
  msgid "Links"
12449
  msgstr ""
12450
 
12451
- #: includes/general-functions.php:2308
12452
  msgctxt "post format archive title"
12453
  msgid "Statuses"
12454
  msgstr ""
12455
 
12456
- #: includes/general-functions.php:2310
12457
  msgctxt "post format archive title"
12458
  msgid "Audio"
12459
  msgstr ""
12460
 
12461
- #: includes/general-functions.php:2312
12462
  msgctxt "post format archive title"
12463
  msgid "Chats"
12464
  msgstr ""
12465
 
12466
- #: includes/general-hooks.php:3099
12467
  #. translators: playlist item title
12468
  msgctxt "playlist item title"
12469
  msgid "&#8220;%s&#8221;"
12470
  msgstr ""
12471
 
12472
- #: includes/general-hooks.php:3124 includes/general-hooks.php:3129
12473
  #. translators: playlist item title
12474
  msgctxt "playlist item title"
12475
  msgid "%s"
1
  # Averta Copyright (c) {2022}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.9.12\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2022-07-12 06:03:56+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
147
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:476
148
  #: includes/elementor/widgets/recent-posts-masonry.php:276
149
  #: includes/elementor/widgets/theme-elements/site-title.php:122
150
+ #: includes/elements/recent-posts-grid-carousel.php:333
151
  msgid "Before Title"
152
  msgstr ""
153
 
155
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:475
156
  #: includes/elementor/widgets/recent-posts-masonry.php:275
157
  #: includes/elementor/widgets/theme-elements/site-title.php:153
158
+ #: includes/elements/recent-posts-grid-carousel.php:332
159
  msgid "After Title"
160
  msgstr ""
161
 
175
  msgid "Update Plugins %s"
176
  msgstr ""
177
 
178
+ #: admin/includes/admin-hooks.php:416
179
  msgid ""
180
  "Quick access to %s %sdashboard%s, %sdemo importer%s, %soptions%s, and "
181
  "%ssupport%s page."
182
  msgstr ""
183
 
184
+ #: admin/includes/admin-hooks.php:419
185
  msgid "%s theme version %s"
186
  msgstr ""
187
 
188
+ #: admin/includes/admin-hooks.php:421
189
  msgid "Theme Demo Importer"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-hooks.php:423
193
  msgid "Theme Customizer"
194
  msgstr ""
195
 
196
+ #: admin/includes/admin-hooks.php:447
197
  msgid "You are using %1$s theme version %2$s."
198
  msgstr ""
199
 
200
+ #: admin/includes/admin-hooks.php:456
201
  msgid "Please support us to continue this project by rating it %s"
202
  msgstr ""
203
 
204
+ #: admin/includes/admin-hooks.php:594
205
  msgid "Please make sure the image aspect ratio for all image sizes are the same."
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-hooks.php:650 includes/general-hooks.php:1398
209
  msgid "Footer Brand Image"
210
  msgstr ""
211
 
212
+ #: admin/includes/admin-hooks.php:651 includes/general-hooks.php:1399
213
  msgid "This image appears as site brand image on footer section."
214
  msgstr ""
215
 
216
+ #: admin/includes/admin-hooks.php:692
217
  msgid "Activate License"
218
  msgstr ""
219
 
220
+ #: admin/includes/admin-hooks.php:697
221
  #: includes/classes/class-auxin-welcome-sections.php:548
222
  msgid "Remind Me Later"
223
  msgstr ""
224
 
225
+ #: admin/includes/admin-hooks.php:781
226
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
227
  msgstr ""
228
 
229
+ #: admin/includes/admin-hooks.php:785
230
  msgid "Activate Now"
231
  msgstr ""
232
 
233
+ #: admin/includes/admin-hooks.php:834
234
  msgid "Uncategorized"
235
  msgstr ""
236
 
242
  msgid "Template ID or type is required."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-the-functions.php:195
246
  msgid "An error occurred while updating templates library."
247
  msgstr ""
248
 
249
+ #: admin/includes/admin-the-functions.php:214
250
  msgid "Template Not Found."
251
  msgstr ""
252
 
253
+ #: admin/includes/admin-the-functions.php:230
254
  msgid "Template is already imported."
255
  msgstr ""
256
 
257
+ #: admin/includes/admin-the-functions.php:246
258
  msgid "Connection error, please check your connection."
259
  msgstr ""
260
 
261
+ #: admin/includes/admin-the-functions.php:263
262
  msgid "Template ID must be numeric or valid filepath."
263
  msgstr ""
264
 
265
+ #: admin/includes/admin-the-functions.php:323
266
  msgid "Template Imported Successfully"
267
  msgstr ""
268
 
269
+ #: admin/includes/admin-the-functions.php:335
270
  msgid "Error while saving the template."
271
  msgstr ""
272
 
393
  msgid "Update failed."
394
  msgstr ""
395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
396
  #: admin/includes/metaboxes/metabox-fields-general-advanced.php:21
397
  msgid "Advanced Setting"
398
  msgstr ""
540
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:79
541
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:164
542
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:194
543
+ #: includes/elementor/widgets/audio.php:155 includes/elements/audio.php:103
544
+ #: includes/general-functions.php:1871
545
  msgid "Theme Default"
546
  msgstr ""
547
 
571
  #: includes/elementor/widgets/theme-elements/select.php:153
572
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:157
573
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:169
574
+ #: includes/elements/custom-list.php:158 includes/elements/custom-list.php:176
575
  #: includes/elements/general-element-fields.php:75
576
  #: includes/elements/latest-items.php:171
577
  #: includes/elements/latest-items.php:186
604
  #: includes/elementor/widgets/theme-elements/select.php:154
605
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:158
606
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:170
607
+ #: includes/elements/custom-list.php:159 includes/elements/custom-list.php:177
608
  #: includes/elements/general-element-fields.php:74
609
  #: includes/elements/latest-items.php:171
610
  #: includes/elements/latest-items.php:186
659
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:71
660
  #: admin/includes/metaboxes/metabox-fields-general-header.php:27
661
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:27
662
+ #: includes/general-hooks.php:590 includes/general-hooks.php:1002
663
  msgid "Disable it to replace header section with an Elementor template"
664
  msgstr ""
665
 
776
  #: admin/includes/metaboxes/metabox-fields-general-header-template.php:70
777
  #: admin/includes/metaboxes/metabox-fields-general-header.php:26
778
  #: admin/includes/metaboxes/metabox-fields-general-top-header.php:26
779
+ #: includes/general-hooks.php:589 includes/general-hooks.php:1001
780
  msgid "Use Legacy Header"
781
  msgstr ""
782
 
888
  msgstr ""
889
 
890
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
891
+ #: includes/elements/staff.php:206 includes/elements/text.php:103
 
892
  msgid "Boxed"
893
  msgstr ""
894
 
985
  #: admin/includes/metaboxes/metabox-fields-post-video.php:61
986
  #: includes/elementor/widgets/audio.php:163
987
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:133
988
+ #: includes/elementor/widgets/video.php:235 includes/elements/audio.php:111
989
+ #: includes/elements/recent-posts-tiles-carousel.php:345
990
+ #: includes/elements/staff.php:303 includes/elements/text.php:180
991
  #: includes/elements/video.php:159
992
  msgid "Light"
993
  msgstr ""
1001
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:177
1002
  #: includes/elementor/widgets/recent-posts-tiles.php:177
1003
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:134
1004
+ #: includes/elementor/widgets/video.php:231 includes/elements/audio.php:107
1005
+ #: includes/elements/recent-posts-tiles-carousel.php:344
1006
+ #: includes/elements/recent-posts-tiles.php:379 includes/elements/staff.php:304
1007
+ #: includes/elements/text.php:179 includes/elements/video.php:155
1008
  msgid "Dark"
1009
  msgstr ""
1010
 
1091
  #: includes/elementor/widgets/theme-elements/select.php:235
1092
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1093
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1094
+ #: includes/elements/quote.php:111
1095
+ #: includes/elements/recent-posts-grid-carousel.php:662
1096
+ #: includes/elements/recent-posts-timeline.php:271
1097
+ #: includes/elements/staff.php:279 includes/elements/text.php:127
1098
+ #: includes/elements/text.php:155 includes/general-hooks.php:379
1099
  msgid "Center"
1100
  msgstr ""
1101
 
1136
  #: includes/elementor/widgets/theme-elements/select.php:231
1137
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1138
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1139
+ #: includes/elements/button.php:182 includes/elements/image.php:150
1140
+ #: includes/elements/quote.php:109
1141
+ #: includes/elements/recent-posts-timeline.php:275
1142
+ #: includes/elements/staff.php:237 includes/elements/staff.php:275
1143
+ #: includes/elements/text.php:123 includes/elements/text.php:151
1144
+ #: includes/elements/text.php:618 includes/elements/text.php:805
1145
+ #: includes/general-hooks.php:377 includes/general-hooks.php:848
1146
+ #: includes/general-hooks.php:1260
1147
  msgid "Left"
1148
  msgstr ""
1149
 
1184
  #: includes/elementor/widgets/divider.php:146
1185
  #: includes/elementor/widgets/modern-button.php:321
1186
  #: includes/elementor/widgets/staff.php:787
1187
+ #: includes/elementor/widgets/text.php:1046 includes/elements/button.php:65
1188
+ #: includes/elements/divider.php:89 includes/elements/socials-list.php:62
1189
+ #: includes/elements/socials-list.php:199 includes/elements/staff.php:462
1190
+ #: includes/elements/text.php:467 includes/elements/text.php:675
1191
+ #: includes/general-hooks.php:698 includes/general-hooks.php:1110
1192
  msgid "Small"
1193
  msgstr ""
1194
 
1199
  #: includes/elementor/widgets/modern-button.php:320
1200
  #: includes/elementor/widgets/staff.php:788
1201
  #: includes/elementor/widgets/text.php:1045
1202
+ #: includes/elements/before-after.php:103 includes/elements/button.php:64
1203
+ #: includes/elements/divider.php:88 includes/elements/instagram-feed.php:97
1204
+ #: includes/elements/socials-list.php:63 includes/elements/socials-list.php:200
1205
+ #: includes/elements/staff.php:110 includes/elements/staff.php:463
1206
+ #: includes/elements/text.php:428 includes/elements/text.php:468
1207
+ #: includes/elements/text.php:674 includes/general-hooks.php:697
1208
+ #: includes/general-hooks.php:1109
1209
  msgid "Medium"
1210
  msgstr ""
1211
 
1215
  #: includes/elementor/widgets/modern-button.php:319
1216
  #: includes/elementor/widgets/staff.php:789
1217
  #: includes/elementor/widgets/text.php:1044
1218
+ #: includes/elements/before-after.php:104 includes/elements/button.php:63
1219
+ #: includes/elements/divider.php:87 includes/elements/socials-list.php:64
1220
+ #: includes/elements/socials-list.php:201 includes/elements/staff.php:109
1221
+ #: includes/elements/staff.php:464 includes/elements/text.php:427
1222
+ #: includes/elements/text.php:469 includes/elements/text.php:673
1223
+ #: includes/general-hooks.php:696 includes/general-hooks.php:1108
1224
  msgid "Large"
1225
  msgstr ""
1226
 
1283
  #: includes/elementor/widgets/text.php:1149
1284
  #: includes/elementor/widgets/theme-elements/menu.php:999
1285
  #: includes/elementor/widgets/theme-elements/modern-search.php:577
1286
+ #: includes/elements/button.php:178 includes/elements/code.php:98
1287
+ #: includes/elements/gallery.php:119 includes/elements/quote.php:108
1288
+ #: includes/elements/recent-posts-tiles-carousel.php:297
1289
+ #: includes/elements/recent-posts-tiles.php:327 includes/elements/text.php:178
1290
+ #: includes/elements/text.php:804 includes/general-hooks.php:844
1291
+ #: includes/general-hooks.php:1256 includes/general-hooks.php:1477
1292
  msgid "Default"
1293
  msgstr ""
1294
 
1539
 
1540
  #: admin/includes/metaboxes/metabox-fields-page-template.php:27
1541
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:656
1542
+ #: includes/elements/recent-posts-grid-carousel.php:466
1543
  msgid "Before Content"
1544
  msgstr ""
1545
 
1553
 
1554
  #: admin/includes/metaboxes/metabox-fields-page-template.php:30
1555
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:655
1556
+ #: includes/elements/recent-posts-grid-carousel.php:465
1557
  msgid "After Content"
1558
  msgstr ""
1559
 
1853
  msgstr ""
1854
 
1855
  #: includes/classes/class-auxin-demo-importer.php:294
1856
+ #: includes/classes/class-auxin-demo-importer.php:1302
1857
  msgid "Importing Users"
1858
  msgstr ""
1859
 
1883
  msgid "Importing Sliders"
1884
  msgstr ""
1885
 
1886
+ #: includes/classes/class-auxin-demo-importer.php:1379
1887
  msgid "Preparing Site ..."
1888
  msgstr ""
1889
 
1890
+ #: includes/classes/class-auxin-demo-importer.php:1421
1891
  msgid "All steps are successful"
1892
  msgstr ""
1893
 
1998
  "PHP version is %s."
1999
  msgstr ""
2000
 
 
 
 
 
 
2001
  #: includes/classes/class-auxin-svg-support.php:106
2002
  msgid ""
2003
  "Sorry, this file couldn't be sanitized so for security reasons wasn't "
2009
  msgstr ""
2010
 
2011
  #: includes/classes/class-auxin-svg-support.php:191
2012
+ #: includes/elements/before-after.php:102 includes/elements/staff.php:111
2013
+ #: includes/elements/text.php:429
2014
  msgid "Thumbnail"
2015
  msgstr ""
2016
 
2083
  #: includes/elementor/widgets/heading-modern.php:973
2084
  #: includes/elementor/widgets/products-grid.php:593
2085
  #: includes/elementor/widgets/theme-elements/logo.php:546
2086
+ #: includes/elements/custom-list.php:136
2087
  msgid "Description"
2088
  msgstr ""
2089
 
2093
  "it."
2094
  msgstr ""
2095
 
2096
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:290
2097
  #: includes/elementor/modules/dynamic-tags/user-info.php:75
2098
  #: includes/elementor/modules/query-control/controls/group-control-query.php:310
2099
  #: includes/elementor/modules/query-control/controls/group-control-query.php:329
2100
  msgid "Choose"
2101
  msgstr ""
2102
 
2103
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:355
2104
  msgid "Move"
2105
  msgstr ""
2106
 
2107
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:356
2108
  msgid "Up one"
2109
  msgstr ""
2110
 
2111
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:357
2112
  msgid "Down one"
2113
  msgstr ""
2114
 
2115
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:360
2116
  msgid "To the top"
2117
  msgstr ""
2118
 
2119
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:367
2120
  msgid "Original: %s"
2121
  msgstr ""
2122
 
2123
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:380
2124
  msgid "Remove"
2125
  msgstr ""
2126
 
2127
+ #: includes/classes/class-auxin-walker-nav-menu-back.php:381
2128
  #: includes/classes/class-auxin-welcome.php:1433
2129
  #: includes/classes/class-auxin-welcome.php:1461
2130
  #: includes/classes/class-auxin-welcome.php:1564
2195
  #: includes/classes/class-auxin-welcome-sections.php:253
2196
  #: includes/classes/class-auxin-welcome-sections.php:542
2197
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2198
+ #: includes/elements/contact-form.php:227
2199
  msgid "Submit"
2200
  msgstr ""
2201
 
2284
 
2285
  #: includes/classes/class-auxin-welcome.php:413
2286
  #: includes/classes/class-auxin-welcome.php:737
2287
+ #: includes/elements/popular-posts-widget.php:387
2288
  msgid "Recent"
2289
  msgstr ""
2290
 
2291
  #: includes/classes/class-auxin-welcome.php:431
2292
  #: includes/elementor/widgets/testimonial.php:346
2293
+ #: includes/elements/about-widget.php:57
2294
  msgid "Name"
2295
  msgstr ""
2296
 
2662
  "subscription."
2663
  msgstr ""
2664
 
2665
+ #: includes/classes/class-auxin-widget-shortcode-map.php:301
2666
  msgid "CSS"
2667
  msgstr ""
2668
 
2669
+ #: includes/classes/class-auxin-widget-shortcode-map.php:303
2670
  msgid "Design options"
2671
  msgstr ""
2672
 
2673
+ #: includes/classes/class-auxin-widget.php:78
2674
+ msgid "The callback for widget does not exists."
2675
+ msgstr ""
2676
+
2677
  #: includes/classes/class-auxin-widget.php:112
2678
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:95
2679
  #: includes/elementor/widgets/recent-posts-land-style.php:92
2693
  msgid "All Categories"
2694
  msgstr ""
2695
 
2696
+ #: includes/classes/class-auxin-widget.php:126
2697
+ #: includes/classes/class-auxin-widget.php:151 includes/general-hooks.php:51
2698
+ msgid "Choose .."
2699
+ msgstr ""
2700
+
2701
+ #: includes/classes/class-auxin-widget.php:336
2702
+ #: includes/classes/class-auxin-widget.php:337
2703
+ #: includes/classes/class-auxin-widget.php:359
2704
+ #: includes/classes/class-auxin-widget.php:360
2705
  msgid "Add Image"
2706
  msgstr ""
2707
 
2708
+ #: includes/classes/class-auxin-widget.php:338
2709
+ #: includes/classes/class-auxin-widget.php:361
2710
  msgid "Select Image"
2711
  msgstr ""
2712
 
2713
+ #: includes/classes/class-auxin-widget.php:383
2714
+ #: includes/classes/class-auxin-widget.php:384 includes/general-hooks.php:130
2715
  #: includes/general-hooks.php:131
2716
  msgid "Add Video"
2717
  msgstr ""
2718
 
2719
+ #: includes/classes/class-auxin-widget.php:385 includes/general-hooks.php:132
2720
  msgid "Select Video"
2721
  msgstr ""
2722
 
2723
+ #: includes/classes/class-auxin-widget.php:407
2724
+ #: includes/classes/class-auxin-widget.php:408 includes/general-hooks.php:106
2725
  #: includes/general-hooks.php:107
2726
  msgid "Add Audio"
2727
  msgstr ""
2728
 
2729
+ #: includes/classes/class-auxin-widget.php:409 includes/general-hooks.php:108
2730
  msgid "Select Audio"
2731
  msgstr ""
2732
 
2765
  msgstr ""
2766
 
2767
  #: includes/elementor/class-auxin-elementor-core-elements.php:731
2768
+ #: includes/elements/code.php:81
2769
  msgid "PHP"
2770
  msgstr ""
2771
 
2782
  msgid "Select Icon"
2783
  msgstr ""
2784
 
2785
+ #: includes/elementor/controls/media-select.php:101
2786
  msgid "Delete"
2787
  msgstr ""
2788
 
2927
  #: includes/elementor/modules/common.php:658
2928
  #: includes/elementor/widgets/modern-button.php:139
2929
  #: includes/elementor/widgets/staff.php:847
2930
+ #: includes/elementor/widgets/text.php:364 includes/elements/staff.php:225
2931
+ #: includes/elements/text.php:614
2932
  msgid "Top"
2933
  msgstr ""
2934
 
2968
  #: includes/elementor/widgets/theme-elements/select.php:239
2969
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2970
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2971
+ #: includes/elements/button.php:186 includes/elements/image.php:151
2972
+ #: includes/elements/quote.php:110
2973
+ #: includes/elements/recent-posts-timeline.php:279
2974
+ #: includes/elements/staff.php:229 includes/elements/staff.php:283
2975
+ #: includes/elements/text.php:131 includes/elements/text.php:159
2976
+ #: includes/elements/text.php:622 includes/elements/text.php:806
2977
+ #: includes/general-hooks.php:378 includes/general-hooks.php:852
2978
+ #: includes/general-hooks.php:1264
2979
  msgid "Right"
2980
  msgstr ""
2981
 
2982
  #: includes/elementor/modules/common.php:723
2983
  #: includes/elementor/widgets/modern-button.php:147
2984
+ #: includes/elementor/widgets/staff.php:855 includes/elements/staff.php:233
2985
  msgid "Bottom"
2986
  msgstr ""
2987
 
3051
  #: includes/elementor/widgets/mailchimp.php:736
3052
  #: includes/elementor/widgets/svg.php:194
3053
  #: includes/elementor/widgets/video.php:209
3054
+ #: includes/elements/before-after.php:127 includes/elements/gmap.php:52
3055
+ #: includes/elements/image.php:126 includes/elements/instagram-feed.php:190
3056
+ #: includes/elements/staff.php:141 includes/elements/video.php:92
3057
  msgid "Height"
3058
  msgstr ""
3059
 
3127
  #: includes/elementor/modules/dynamic-tags/user-info.php:82
3128
  #: includes/elementor/widgets/contact-box.php:102
3129
  #: includes/elementor/widgets/contact-form.php:136
3130
+ #: includes/elements/contact-box.php:53 includes/elements/contact-form.php:56
3131
  msgid "Email"
3132
  msgstr ""
3133
 
3145
  #: includes/elementor/widgets/recent-posts-land-style.php:321
3146
  #: includes/elementor/widgets/recent-posts-masonry.php:399
3147
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3148
+ #: includes/elements/recent-posts-grid-carousel.php:447
3149
+ #: includes/elements/recent-posts-land-style.php:371
3150
+ #: includes/elements/recent-posts-masonry.php:347
3151
+ #: includes/elements/recent-posts-timeline.php:392
3152
  msgid "Author Name"
3153
  msgstr ""
3154
 
3209
  #: includes/elementor/widgets/theme-elements/logo.php:196
3210
  #: includes/elementor/widgets/theme-elements/select.php:121
3211
  #: includes/elementor/widgets/theme-elements/site-title.php:212
3212
+ #: includes/elements/custom-list.php:104 includes/elements/text.php:841
3213
  msgid "Link"
3214
  msgstr ""
3215
 
3236
  #: includes/elementor/widgets/text.php:1593
3237
  #: includes/elementor/widgets/theme-elements/menu.php:658
3238
  #: includes/elementor/widgets/theme-elements/search.php:118
3239
+ #: includes/elements/flickr.php:155 includes/elements/flickr.php:204
3240
+ #: includes/elements/gallery.php:196 includes/elements/gallery.php:321
3241
  #: includes/elements/general-element-fields.php:27
3242
+ #: includes/elements/image.php:152 includes/elements/image.php:168
3243
+ #: includes/elements/recent-posts-grid-carousel.php:406
3244
+ #: includes/elements/recent-posts-grid-carousel.php:448
3245
+ #: includes/elements/recent-posts-grid-carousel.php:643
3246
+ #: includes/elements/recent-posts-land-style.php:326
3247
+ #: includes/elements/recent-posts-masonry.php:306
3248
+ #: includes/elements/recent-posts-tiles-carousel.php:434
3249
+ #: includes/elements/recent-posts-tiles.php:153
3250
+ #: includes/elements/recent-posts-timeline.php:148
3251
+ #: includes/elements/testimonial.php:130 includes/elements/text.php:901
3252
+ #: includes/general-hooks.php:350 includes/general-hooks.php:1628
3253
  #: public/templates/vcomposer/auxin_vc_extendes.php:63
3254
  msgid "None"
3255
  msgstr ""
3278
  #: includes/elementor/widgets/theme-elements/menu.php:156
3279
  #: includes/elementor/widgets/theme-elements/menu.php:995
3280
  #: includes/elementor/widgets/theme-elements/search.php:101
3281
+ #: includes/elements/accordion-widget.php:56 includes/elements/accordion.php:56
3282
  msgid "Type"
3283
  msgstr ""
3284
 
3414
  #: includes/elementor/widgets/theme-elements/select.php:112
3415
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3416
  #: includes/elementor/widgets/touch-slider.php:332
3417
+ #: includes/elements/about-widget.php:42
3418
+ #: includes/elements/accordion-widget.php:42 includes/elements/accordion.php:42
3419
+ #: includes/elements/audio.php:42 includes/elements/before-after.php:41
3420
+ #: includes/elements/code.php:42 includes/elements/contact-box.php:39
3421
+ #: includes/elements/contact-form.php:42 includes/elements/custom-list.php:42
3422
+ #: includes/elements/gallery.php:41 includes/elements/gmap.php:38
3423
+ #: includes/elements/image.php:41 includes/elements/instagram-feed.php:41
3424
+ #: includes/elements/latest-posts-slider.php:41
3425
+ #: includes/elements/latest-posts-slider.php:137
3426
+ #: includes/elements/popular-posts-widget.php:49
3427
+ #: includes/elements/popular-posts-widget.php:198
3428
+ #: includes/elements/recent-posts-grid-carousel.php:55
3429
+ #: includes/elements/recent-posts-grid-carousel.php:184
3430
+ #: includes/elements/recent-posts-land-style.php:55
3431
+ #: includes/elements/recent-posts-land-style.php:171
3432
+ #: includes/elements/recent-posts-masonry.php:55
3433
+ #: includes/elements/recent-posts-masonry.php:151
3434
+ #: includes/elements/recent-posts-tiles-carousel.php:42
3435
+ #: includes/elements/recent-posts-tiles-carousel.php:151
3436
+ #: includes/elements/recent-posts-tiles-carousel.php:236
3437
+ #: includes/elements/recent-posts-tiles.php:55
3438
+ #: includes/elements/recent-posts-tiles.php:181
3439
+ #: includes/elements/recent-posts-tiles.php:266
3440
+ #: includes/elements/recent-posts-timeline.php:49
3441
+ #: includes/elements/recent-posts-timeline.php:176
3442
+ #: includes/elements/recent-posts-widget.php:55
3443
+ #: includes/elements/recent-posts-widget.php:158
3444
+ #: includes/elements/recent-products.php:41
3445
+ #: includes/elements/recent-products.php:130
3446
+ #: includes/elements/sample-element.php:50
3447
+ #: includes/elements/sample-element.php:64 includes/elements/search.php:40
3448
+ #: includes/elements/socials-list.php:41 includes/elements/socials-list.php:178
3449
+ #: includes/elements/tab-widget.php:41 includes/elements/tabs.php:41
3450
+ #: includes/elements/text.php:41 includes/elements/touch-slider.php:42
3451
  #: includes/elements/video.php:38
3452
  msgid "Title"
3453
  msgstr ""
3480
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:940
3481
  #: includes/elementor/widgets/theme-elements/current-time.php:109
3482
  #: includes/elementor/widgets/theme-elements/menu.php:1000
3483
+ #: includes/elements/image.php:97 includes/elements/staff.php:112
3484
  msgid "Custom"
3485
  msgstr ""
3486
 
3548
  msgstr ""
3549
 
3550
  #: includes/elementor/modules/dynamic-tags/login-url.php:44
3551
+ #: includes/general-hooks.php:1462
3552
  msgid "Login Page"
3553
  msgstr ""
3554
 
3779
  #: includes/elementor/widgets/recent-posts-tiles.php:308
3780
  #: includes/elementor/widgets/recent-posts-timeline.php:440
3781
  #: includes/elementor/widgets/recent-products.php:358
3782
+ #: includes/elements/gallery.php:195
3783
+ #: includes/elements/latest-posts-slider.php:138
3784
+ #: includes/elements/popular-posts-widget.php:199
3785
+ #: includes/elements/recent-posts-grid-carousel.php:185
3786
+ #: includes/elements/recent-posts-land-style.php:172
3787
+ #: includes/elements/recent-posts-masonry.php:152
3788
+ #: includes/elements/recent-posts-tiles-carousel.php:152
3789
+ #: includes/elements/recent-posts-tiles-carousel.php:237
3790
+ #: includes/elements/recent-posts-tiles.php:182
3791
+ #: includes/elements/recent-posts-tiles.php:267
3792
+ #: includes/elements/recent-posts-timeline.php:177
3793
+ #: includes/elements/recent-posts-widget.php:159
3794
+ #: includes/elements/recent-products.php:131
3795
  msgid "ID"
3796
  msgstr ""
3797
 
3837
  #: includes/elementor/widgets/recent-posts-tiles.php:312
3838
  #: includes/elementor/widgets/recent-posts-timeline.php:444
3839
  #: includes/elementor/widgets/recent-products.php:362
3840
+ #: includes/elements/latest-posts-slider.php:142
3841
+ #: includes/elements/popular-posts-widget.php:203
3842
+ #: includes/elements/recent-posts-grid-carousel.php:189
3843
+ #: includes/elements/recent-posts-land-style.php:176
3844
+ #: includes/elements/recent-posts-masonry.php:156
3845
+ #: includes/elements/recent-posts-tiles-carousel.php:156
3846
+ #: includes/elements/recent-posts-tiles-carousel.php:241
3847
+ #: includes/elements/recent-posts-tiles.php:186
3848
+ #: includes/elements/recent-posts-tiles.php:271
3849
+ #: includes/elements/recent-posts-timeline.php:181
3850
+ #: includes/elements/recent-posts-widget.php:163
3851
+ #: includes/elements/recent-products.php:135
3852
  msgid "Author"
3853
  msgstr ""
3854
 
3925
  #: includes/elementor/widgets/recent-posts-tiles.php:305
3926
  #: includes/elementor/widgets/recent-posts-timeline.php:437
3927
  #: includes/elementor/widgets/recent-products.php:355
3928
+ #: includes/elements/gallery.php:194
3929
+ #: includes/elements/latest-posts-slider.php:135
3930
+ #: includes/elements/popular-posts-widget.php:196
3931
+ #: includes/elements/recent-posts-grid-carousel.php:182
3932
+ #: includes/elements/recent-posts-land-style.php:169
3933
+ #: includes/elements/recent-posts-masonry.php:149
3934
+ #: includes/elements/recent-posts-tiles-carousel.php:149
3935
+ #: includes/elements/recent-posts-tiles-carousel.php:234
3936
+ #: includes/elements/recent-posts-tiles.php:179
3937
+ #: includes/elements/recent-posts-tiles.php:264
3938
+ #: includes/elements/recent-posts-timeline.php:174
3939
+ #: includes/elements/recent-posts-widget.php:156
3940
+ #: includes/elements/recent-products.php:128
3941
  msgid "Date"
3942
  msgstr ""
3943
 
4000
  #: includes/elementor/widgets/recent-posts-tiles.php:306
4001
  #: includes/elementor/widgets/recent-posts-timeline.php:438
4002
  #: includes/elementor/widgets/recent-products.php:356
4003
+ #: includes/elements/gallery.php:193
4004
+ #: includes/elements/latest-posts-slider.php:136
4005
+ #: includes/elements/popular-posts-widget.php:197
4006
+ #: includes/elements/recent-posts-grid-carousel.php:183
4007
+ #: includes/elements/recent-posts-land-style.php:170
4008
+ #: includes/elements/recent-posts-masonry.php:150
4009
+ #: includes/elements/recent-posts-tiles-carousel.php:150
4010
+ #: includes/elements/recent-posts-tiles-carousel.php:235
4011
+ #: includes/elements/recent-posts-tiles.php:180
4012
+ #: includes/elements/recent-posts-tiles.php:265
4013
+ #: includes/elements/recent-posts-timeline.php:175
4014
+ #: includes/elements/recent-posts-widget.php:157
4015
+ #: includes/elements/recent-products.php:129
4016
  msgid "Menu Order"
4017
  msgstr ""
4018
 
4025
  #: includes/elementor/widgets/recent-posts-tiles.php:309
4026
  #: includes/elementor/widgets/recent-posts-timeline.php:441
4027
  #: includes/elementor/widgets/recent-products.php:359
4028
+ #: includes/elements/latest-posts-slider.php:139
4029
+ #: includes/elements/popular-posts-widget.php:200
4030
+ #: includes/elements/recent-posts-grid-carousel.php:186
4031
+ #: includes/elements/recent-posts-land-style.php:173
4032
+ #: includes/elements/recent-posts-masonry.php:153
4033
+ #: includes/elements/recent-posts-tiles-carousel.php:153
4034
+ #: includes/elements/recent-posts-tiles-carousel.php:238
4035
+ #: includes/elements/recent-posts-tiles.php:183
4036
+ #: includes/elements/recent-posts-tiles.php:268
4037
+ #: includes/elements/recent-posts-timeline.php:178
4038
+ #: includes/elements/recent-posts-widget.php:160
4039
+ #: includes/elements/recent-products.php:132
4040
  msgid "Random"
4041
  msgstr ""
4042
 
4050
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4051
  #: includes/elementor/widgets/recent-posts-timeline.php:453
4052
  #: includes/elementor/widgets/recent-products.php:371
4053
+ #: includes/elements/gallery.php:166
4054
+ #: includes/elements/popular-posts-widget.php:212
4055
+ #: includes/elements/recent-posts-grid-carousel.php:199
4056
+ #: includes/elements/recent-posts-land-style.php:186
4057
+ #: includes/elements/recent-posts-masonry.php:166
4058
+ #: includes/elements/recent-posts-tiles-carousel.php:166
4059
+ #: includes/elements/recent-posts-tiles-carousel.php:251
4060
+ #: includes/elements/recent-posts-tiles.php:196
4061
+ #: includes/elements/recent-posts-tiles.php:281
4062
+ #: includes/elements/recent-posts-timeline.php:191
4063
+ #: includes/elements/recent-posts-widget.php:172
4064
+ #: includes/elements/recent-products.php:145
4065
  msgid "Order"
4066
  msgstr ""
4067
 
4068
  #: includes/elementor/modules/query-control/controls/group-control-query.php:360
4069
+ #: includes/elementor/widgets/gallery.php:286 includes/elements/gallery.php:172
4070
  msgid "ASC"
4071
  msgstr ""
4072
 
4073
  #: includes/elementor/modules/query-control/controls/group-control-query.php:361
4074
+ #: includes/elementor/widgets/gallery.php:287 includes/elements/gallery.php:173
4075
  msgid "DESC"
4076
  msgstr ""
4077
 
4135
  msgstr ""
4136
 
4137
  #: includes/elementor/modules/settings/general/manager.php:47
4138
+ #: includes/general-hooks.php:1425
4139
  msgid "Footer Brand Height"
4140
  msgstr ""
4141
 
4157
  msgstr ""
4158
 
4159
  #: includes/elementor/modules/theme-builder/module.php:131
4160
+ #: includes/general-hooks.php:1787 includes/general-hooks.php:1793
4161
  msgid "404 Page"
4162
  msgstr ""
4163
 
4167
 
4168
  #: includes/elementor/widgets/accordion.php:52
4169
  #: includes/elementor/widgets/theme-elements/menu.php:299
4170
+ #: includes/elements/accordion-widget.php:63 includes/elements/accordion.php:63
4171
+ #: includes/elements/accordion.php:77 includes/elements/accordion.php:94
4172
  msgid "Accordion"
4173
  msgstr ""
4174
 
4187
  #: includes/elementor/widgets/text.php:226
4188
  #: includes/elementor/widgets/text.php:264
4189
  #: includes/elementor/widgets/text.php:905
4190
+ #: includes/elements/accordion-widget.php:74 includes/elements/accordion.php:91
4191
+ #: includes/elements/dropcap.php:81 includes/elements/highlight.php:77
4192
+ #: includes/elements/staff.php:513 includes/elements/tabs.php:90
4193
+ #: includes/elements/testimonial.php:164 includes/elements/text.php:879
4194
  msgid "Content"
4195
  msgstr ""
4196
 
4223
  msgstr ""
4224
 
4225
  #: includes/elementor/widgets/accordion.php:124
4226
+ #: includes/elements/accordion-widget.php:46 includes/elements/accordion.php:46
4227
  msgid "Accordion Title"
4228
  msgstr ""
4229
 
4233
 
4234
  #: includes/elementor/widgets/accordion.php:149
4235
  #: includes/elementor/widgets/theme-elements/menu.php:298
4236
+ #: includes/elements/accordion-widget.php:62 includes/elements/accordion.php:62
4237
  msgid "Toggle"
4238
  msgstr ""
4239
 
4427
  #: includes/elementor/widgets/theme-elements/modern-search.php:444
4428
  #: includes/elementor/widgets/theme-elements/select.php:309
4429
  #: includes/elementor/widgets/theme-elements/select.php:550
4430
+ #: includes/elements/button.php:117 includes/elements/text.php:736
4431
+ #: includes/general-hooks.php:763 includes/general-hooks.php:1175
4432
  msgid "Normal"
4433
  msgstr ""
4434
 
4718
  msgid "Audio"
4719
  msgstr ""
4720
 
4721
+ #: includes/elementor/widgets/audio.php:102 includes/elements/audio.php:56
4722
  msgid "Audio file(MP3 or ogg)"
4723
  msgstr ""
4724
 
4725
  #: includes/elementor/widgets/audio.php:111
4726
+ #: includes/elementor/widgets/video.php:144 includes/elements/audio.php:83
4727
  msgid "AutoPlay"
4728
  msgstr ""
4729
 
4730
+ #: includes/elementor/widgets/audio.php:112 includes/elements/audio.php:84
4731
  msgid "Play the audio file automatically."
4732
  msgstr ""
4733
 
5023
  msgid "Off"
5024
  msgstr ""
5025
 
5026
+ #: includes/elementor/widgets/audio.php:124 includes/elements/audio.php:70
5027
  msgid "Repeat the audio"
5028
  msgstr ""
5029
 
5035
  #: includes/elementor/widgets/tabs.php:149
5036
  #: includes/elementor/widgets/text.php:1064
5037
  #: includes/elementor/widgets/theme-elements/menu.php:616
5038
+ #: includes/elements/audio.php:96
5039
  msgid "Skin"
5040
  msgstr ""
5041
 
5042
+ #: includes/elementor/widgets/audio.php:151 includes/elements/audio.php:97
5043
  msgid "The skin of audio element."
5044
  msgstr ""
5045
 
5050
 
5051
  #: includes/elementor/widgets/before-after.php:96
5052
  #: includes/elementor/widgets/touch-slider.php:98
5053
+ #: includes/elements/gallery.php:55 includes/elements/touch-slider.php:56
5054
  #: public/templates/vcomposer/auxin_vc_extendes.php:42
5055
  msgid "Images"
5056
  msgstr ""
5057
 
5058
  #: includes/elementor/widgets/before-after.php:103
5059
+ #: includes/elements/before-after.php:55
5060
  msgid "Before image"
5061
  msgstr ""
5062
 
5063
  #: includes/elementor/widgets/before-after.php:122
5064
+ #: includes/elements/before-after.php:68
5065
  msgid "After image"
5066
  msgstr ""
5067
 
5070
  #: includes/elementor/widgets/custom-list.php:664
5071
  #: includes/elementor/widgets/divider.php:102
5072
  #: includes/elementor/widgets/svg.php:154
5073
+ #: includes/elementor/widgets/video.php:183 includes/elements/code.php:92
5074
+ #: includes/elements/gallery.php:115
5075
+ #: includes/elements/recent-posts-tiles-carousel.php:293
5076
+ #: includes/elements/recent-posts-tiles-carousel.php:341
5077
+ #: includes/elements/recent-posts-tiles-carousel.php:363
5078
+ #: includes/elements/recent-posts-tiles.php:323
5079
+ #: includes/elements/recent-posts-tiles.php:371
5080
+ #: includes/elements/tab-widget.php:55 includes/elements/tabs.php:55
5081
+ #: includes/elements/touch-slider.php:105
5082
+ #: includes/elements/touch-slider.php:118
5083
+ #: includes/elements/touch-slider.php:131
5084
+ #: includes/elements/touch-slider.php:144
5085
+ #: includes/elements/touch-slider.php:160
5086
+ #: includes/elements/touch-slider.php:173
5087
+ #: includes/elements/touch-slider.php:186 includes/elements/video.php:88
5088
  #: includes/elements/video.php:102 includes/elements/video.php:168
5089
  msgid "Style"
5090
  msgstr ""
5098
  #: includes/elementor/widgets/recent-posts-tiles.php:361
5099
  #: includes/elementor/widgets/recent-posts-timeline.php:493
5100
  #: includes/elementor/widgets/recent-products.php:411
5101
+ #: includes/elements/before-after.php:82
5102
+ #: includes/elements/latest-posts-slider.php:115
5103
+ #: includes/elements/recent-posts-grid-carousel.php:259
5104
+ #: includes/elements/recent-posts-land-style.php:246
5105
+ #: includes/elements/recent-posts-masonry.php:226
5106
+ #: includes/elements/recent-posts-tiles-carousel.php:269
5107
+ #: includes/elements/recent-posts-tiles.php:299
5108
+ #: includes/elements/recent-posts-timeline.php:251
5109
+ #: includes/elements/recent-products.php:205
5110
  msgid "Start offset"
5111
  msgstr ""
5112
 
5136
  #: includes/elementor/widgets/theme-elements/logo.php:222
5137
  #: includes/elementor/widgets/theme-elements/search.php:289
5138
  #: includes/elementor/widgets/video.php:191
5139
+ #: includes/elements/before-after.php:114 includes/elements/image.php:108
5140
+ #: includes/elements/staff.php:123 includes/elements/video.php:78
5141
  msgid "Width"
5142
  msgstr ""
5143
 
5152
  #: includes/elementor/widgets/theme-elements/modern-search.php:434
5153
  #: includes/elementor/widgets/theme-elements/search.php:120
5154
  #: includes/elementor/widgets/theme-elements/search.php:381
5155
+ #: includes/elements/button.php:16 includes/elements/button.php:46
5156
+ #: includes/elements/button.php:376 includes/elements/text.php:645
5157
+ #: includes/elements/text.php:662 includes/elements/text.php:686
5158
+ #: includes/elements/text.php:702 includes/elements/text.php:732
5159
+ #: includes/elements/text.php:762 includes/elements/text.php:778
5160
+ #: includes/elements/text.php:794 includes/elements/text.php:819
5161
+ #: includes/elements/text.php:837 includes/elements/text.php:854
5162
+ #: includes/elements/text.php:875 includes/general-hooks.php:671
5163
+ #: includes/general-hooks.php:1083
5164
  msgid "Button"
5165
  msgstr ""
5166
 
5167
  #: includes/elementor/widgets/button.php:107
5168
+ #: includes/elementor/widgets/text.php:299 includes/elements/button.php:42
5169
+ #: includes/elements/text.php:649
5170
  msgid "Button label"
5171
  msgstr ""
5172
 
5173
  #: includes/elementor/widgets/button.php:117
5174
+ #: includes/elementor/widgets/text.php:323 includes/elements/text.php:842
5175
  msgid "If you want to link your button."
5176
  msgstr ""
5177
 
5188
  msgid "Wrapper"
5189
  msgstr ""
5190
 
5191
+ #: includes/elementor/widgets/button.php:156 includes/elements/button.php:56
5192
+ #: includes/elements/text.php:666
5193
  msgid "Button size"
5194
  msgstr ""
5195
 
5196
  #: includes/elementor/widgets/button.php:160
5197
  #: includes/elementor/widgets/modern-button.php:318
5198
+ #: includes/elementor/widgets/text.php:1043 includes/elements/button.php:62
5199
+ #: includes/elements/text.php:672 includes/general-hooks.php:695
5200
+ #: includes/general-hooks.php:1107
5201
  msgid "Exlarge"
5202
  msgstr ""
5203
 
5204
  #: includes/elementor/widgets/button.php:164
5205
  #: includes/elementor/widgets/divider.php:147
5206
  #: includes/elementor/widgets/modern-button.php:322
5207
+ #: includes/elementor/widgets/text.php:1047 includes/elements/button.php:66
5208
+ #: includes/elements/divider.php:90 includes/elements/text.php:676
5209
+ #: includes/general-hooks.php:699 includes/general-hooks.php:1111
5210
  msgid "Tiny"
5211
  msgstr ""
5212
 
5213
+ #: includes/elementor/widgets/button.php:172 includes/elements/button.php:131
5214
+ #: includes/elements/text.php:750
5215
  msgid "Uppercase label"
5216
  msgstr ""
5217
 
5218
+ #: includes/elementor/widgets/button.php:184 includes/elements/button.php:77
5219
  msgid "Button shape"
5220
  msgstr ""
5221
 
5222
  #: includes/elementor/widgets/button.php:188
5223
+ #: includes/elementor/widgets/text.php:1368 includes/elements/button.php:90
5224
+ #: includes/elements/text.php:706
5225
  msgid "Box"
5226
  msgstr ""
5227
 
5228
  #: includes/elementor/widgets/button.php:192
5229
  #: includes/elementor/widgets/modern-button.php:305
5230
+ #: includes/elementor/widgets/text.php:1372 includes/elements/button.php:94
5231
+ #: includes/elements/text.php:710 includes/general-hooks.php:730
5232
+ #: includes/general-hooks.php:1142
5233
  msgid "Round"
5234
  msgstr ""
5235
 
5236
  #: includes/elementor/widgets/button.php:196
5237
  #: includes/elementor/widgets/modern-button.php:306
5238
+ #: includes/elementor/widgets/text.php:1376 includes/elements/button.php:98
5239
+ #: includes/elements/text.php:714 includes/general-hooks.php:734
5240
+ #: includes/general-hooks.php:1146
5241
  msgid "Curve"
5242
  msgstr ""
5243
 
5244
+ #: includes/elementor/widgets/button.php:207 includes/elements/button.php:104
5245
+ #: includes/elements/text.php:720
5246
  msgid "Button style"
5247
  msgstr ""
5248
 
5249
  #: includes/elementor/widgets/button.php:215
5250
+ #: includes/elementor/widgets/text.php:1396 includes/elements/button.php:121
5251
+ #: includes/elements/text.php:740 includes/general-hooks.php:767
5252
+ #: includes/general-hooks.php:1179
5253
  msgid "3D"
5254
  msgstr ""
5255
 
5256
  #: includes/elementor/widgets/button.php:219
5257
  #: includes/elementor/widgets/modern-button.php:292
5258
+ #: includes/elementor/widgets/text.php:1400 includes/elements/button.php:125
5259
+ #: includes/elements/text.php:744 includes/general-hooks.php:771
5260
+ #: includes/general-hooks.php:1183
5261
  msgid "Outline"
5262
  msgstr ""
5263
 
5335
  #: includes/elementor/widgets/theme-elements/search.php:178
5336
  #: includes/elementor/widgets/theme-elements/select.php:139
5337
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:108
5338
+ #: includes/elements/custom-list.php:72 includes/elements/text.php:372
5339
+ #: includes/elements/text.php:384 includes/general-hooks.php:238
5340
+ #: includes/general-hooks.php:256 includes/general-hooks.php:273
5341
+ #: includes/general-hooks.php:289 includes/general-hooks.php:305
5342
+ #: includes/general-hooks.php:320
5343
  msgid "Icon"
5344
  msgstr ""
5345
 
5346
  #: includes/elementor/widgets/button.php:365
5347
+ #: includes/elementor/widgets/text.php:311 includes/elements/button.php:157
5348
+ #: includes/elements/text.php:782
5349
  msgid "Icon for button"
5350
  msgstr ""
5351
 
5352
  #: includes/elementor/widgets/button.php:373
5353
+ #: includes/elementor/widgets/text.php:1145 includes/elements/button.php:170
5354
+ #: includes/elements/text.php:798 includes/general-hooks.php:374
5355
  msgid "Icon alignment"
5356
  msgstr ""
5357
 
5358
  #: includes/elementor/widgets/button.php:380
5359
  #: includes/elementor/widgets/modern-button.php:814
5360
+ #: includes/elementor/widgets/text.php:1152 includes/elements/button.php:190
5361
+ #: includes/elements/text.php:807 includes/general-hooks.php:856
5362
+ #: includes/general-hooks.php:1268
5363
  msgid "Over"
5364
  msgstr ""
5365
 
5366
  #: includes/elementor/widgets/button.php:381
5367
+ #: includes/elementor/widgets/text.php:1153 includes/elements/button.php:194
5368
+ #: includes/elements/text.php:808 includes/general-hooks.php:860
5369
+ #: includes/general-hooks.php:1272
5370
  msgid "Animate from Left"
5371
  msgstr ""
5372
 
5373
  #: includes/elementor/widgets/button.php:382
5374
+ #: includes/elementor/widgets/text.php:1154 includes/elements/text.php:809
5375
  msgid "Animate from Right"
5376
  msgstr ""
5377
 
5402
  #: includes/elementor/widgets/theme-elements/current-time.php:163
5403
  #: includes/elementor/widgets/theme-elements/modern-search.php:118
5404
  #: includes/elementor/widgets/theme-elements/modern-search.php:342
5405
+ #: includes/elements/custom-list.php:56 includes/elements/image.php:301
5406
  msgid "Text"
5407
  msgstr ""
5408
 
5460
 
5461
  #: includes/elementor/widgets/carousel-navigation.php:104
5462
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:269
5463
+ #: includes/elements/recent-posts-grid-carousel.php:683
5464
  msgid "Long Arrow"
5465
  msgstr ""
5466
 
5474
  #: includes/elementor/widgets/recent-posts-masonry.php:611
5475
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5476
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5477
+ #: includes/elements/recent-posts-grid-carousel.php:414
5478
+ #: includes/elements/recent-posts-land-style.php:334
5479
+ #: includes/elements/recent-posts-masonry.php:314
5480
+ #: includes/elements/recent-posts-tiles.php:161
5481
+ #: includes/elements/recent-posts-timeline.php:156
5482
  msgid "Next Button"
5483
  msgstr ""
5484
 
5521
  #: includes/elementor/widgets/theme-elements/modern-search.php:264
5522
  #: includes/elementor/widgets/theme-elements/modern-search.php:311
5523
  #: includes/elementor/widgets/theme-elements/search.php:213
5524
+ #: includes/elements/image.php:86
5525
  msgid "Size"
5526
  msgstr ""
5527
 
5694
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:231
5695
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:201
5696
  #: includes/elements/contact-box.php:258 includes/elements/gmap.php:154
5697
+ #: includes/elements/recent-posts-grid-carousel.php:633
5698
+ #: includes/elements/recent-posts-tiles-carousel.php:424
5699
  msgid "Navigation control"
5700
  msgstr ""
5701
 
5725
  msgstr ""
5726
 
5727
  #: includes/elementor/widgets/contact-form.php:108
5728
+ #: includes/elements/contact-form.php:71
5729
  msgid ""
5730
  "Specifies contact form element's type. Whether to use built-in form or "
5731
  "Contact Form 7."
5732
  msgstr ""
5733
 
5734
  #: includes/elementor/widgets/contact-form.php:113
5735
+ #: includes/elements/contact-form.php:75
5736
  msgid "Phlox Contact Form"
5737
  msgstr ""
5738
 
5745
  msgstr ""
5746
 
5747
  #: includes/elementor/widgets/contact-form.php:137
5748
+ #: includes/elements/contact-form.php:57
5749
  msgid "Email address of message's recipient"
5750
  msgstr ""
5751
 
5840
  #: includes/elementor/widgets/theme-elements/search.php:201
5841
  #: includes/elementor/widgets/theme-elements/search.php:404
5842
  #: includes/elementor/widgets/touch-slider.php:303
5843
+ #: includes/general-hooks.php:1561
5844
  msgid "Background Color"
5845
  msgstr ""
5846
 
5872
  #: includes/elementor/widgets/recent-posts-tiles.php:117
5873
  #: includes/elementor/widgets/recent-posts-timeline.php:117
5874
  #: includes/elementor/widgets/recent-products.php:129
5875
+ #: includes/elementor/widgets/staff.php:842 includes/elements/gallery.php:227
5876
+ #: includes/elements/gallery.php:249 includes/elements/gallery.php:269
5877
+ #: includes/elements/recent-posts-grid-carousel.php:488
5878
+ #: includes/elements/recent-posts-grid-carousel.php:507
5879
+ #: includes/elements/recent-posts-grid-carousel.php:524
5880
+ #: includes/elements/recent-posts-masonry.php:370
5881
+ #: includes/elements/recent-posts-masonry.php:389
5882
+ #: includes/elements/recent-posts-masonry.php:406
5883
+ #: includes/elements/recent-posts-timeline.php:288
5884
+ #: includes/elements/recent-posts-timeline.php:308
5885
  msgid "Layout"
5886
  msgstr ""
5887
 
5893
  #: includes/elementor/widgets/custom-list.php:386
5894
  #: includes/elementor/widgets/staff.php:770
5895
  #: includes/elementor/widgets/theme-elements/menu.php:161
5896
+ #: includes/elements/socials-list.php:83 includes/elements/socials-list.php:220
5897
+ #: includes/elements/staff.php:485
5898
  msgid "Vertical"
5899
  msgstr ""
5900
 
5901
  #: includes/elementor/widgets/custom-list.php:387
5902
  #: includes/elementor/widgets/staff.php:771
5903
  #: includes/elementor/widgets/theme-elements/menu.php:160
5904
+ #: includes/elements/socials-list.php:82 includes/elements/socials-list.php:219
5905
+ #: includes/elements/staff.php:486
5906
  msgid "Horizontal"
5907
  msgstr ""
5908
 
5919
  msgstr ""
5920
 
5921
  #: includes/elementor/widgets/custom-list.php:539
5922
+ #: includes/elements/custom-list.php:16 includes/elements/custom-list.php:58
5923
+ #: includes/elements/custom-list.php:74 includes/elements/custom-list.php:90
5924
+ #: includes/elements/custom-list.php:106 includes/elements/custom-list.php:122
5925
+ #: includes/elements/custom-list.php:138
5926
  msgid "List"
5927
  msgstr ""
5928
 
5931
  msgstr ""
5932
 
5933
  #: includes/elementor/widgets/custom-list.php:565
5934
+ #: includes/elements/custom-list.php:152
5935
  msgid "Display Connector"
5936
  msgstr ""
5937
 
5938
  #: includes/elementor/widgets/custom-list.php:581
5939
  #: includes/elementor/widgets/custom-list.php:667
5940
+ #: includes/elementor/widgets/divider.php:111 includes/elements/divider.php:60
5941
  msgid "Solid"
5942
  msgstr ""
5943
 
5953
 
5954
  #: includes/elementor/widgets/custom-list.php:584
5955
  #: includes/elementor/widgets/custom-list.php:670
5956
+ #: includes/elementor/widgets/divider.php:115 includes/elements/divider.php:64
5957
  msgid "Dashed"
5958
  msgstr ""
5959
 
5969
 
5970
  #: includes/elementor/widgets/custom-list.php:651
5971
  #: includes/elementor/widgets/heading-modern.php:189
5972
+ #: includes/elements/custom-list.php:170
5973
  msgid "Display Divider"
5974
  msgstr ""
5975
 
5979
  msgstr ""
5980
 
5981
  #: includes/elementor/widgets/custom-list.php:1001
5982
+ #: includes/elements/custom-list.php:59 includes/elements/custom-list.php:62
5983
+ #: includes/elements/custom-list.php:75 includes/elements/custom-list.php:91
5984
+ #: includes/elements/custom-list.php:94 includes/elements/custom-list.php:107
5985
+ #: includes/elements/custom-list.php:123 includes/elements/custom-list.php:139
5986
  msgid "List Item"
5987
  msgstr ""
5988
 
6003
  msgid "Divider"
6004
  msgstr ""
6005
 
6006
+ #: includes/elementor/widgets/divider.php:107 includes/elements/divider.php:56
6007
  msgid "White Space"
6008
  msgstr ""
6009
 
6012
  #: includes/elementor/widgets/staff.php:200
6013
  #: includes/elementor/widgets/text.php:461
6014
  #: includes/elementor/widgets/text.php:656
6015
+ #: includes/elements/about-widget.php:120 includes/elements/divider.php:68
6016
+ #: includes/elements/dropcap.php:71 includes/elements/staff.php:167
6017
+ #: includes/elements/text.php:537 includes/elements/text.php:579
6018
+ #: includes/general-hooks.php:351
6019
  msgid "Circle"
6020
  msgstr ""
6021
 
6022
+ #: includes/elementor/widgets/divider.php:123 includes/elements/divider.php:72
6023
  msgid "Diamond"
6024
  msgstr ""
6025
 
6026
+ #: includes/elementor/widgets/divider.php:127 includes/elements/divider.php:76
6027
  msgid "Vertical Line"
6028
  msgstr ""
6029
 
6030
+ #: includes/elementor/widgets/divider.php:139 includes/elements/divider.php:83
6031
  msgid "Specifies the size of divider."
6032
  msgstr ""
6033
 
6034
  #: includes/elementor/widgets/divider.php:144
6035
+ #: includes/elements/before-after.php:105
6036
+ #: includes/elements/instagram-feed.php:98
6037
  msgid "Full"
6038
  msgstr ""
6039
 
6056
  #: includes/elementor/widgets/theme-elements/select.php:227
6057
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:191
6058
  #: includes/elementor/widgets/theme-elements/site-title.php:184
6059
+ #: includes/elements/image.php:144
6060
  msgid "Alignment"
6061
  msgstr ""
6062
 
6076
  msgid "Gap bottom"
6077
  msgstr ""
6078
 
6079
+ #: includes/elementor/widgets/divider.php:387 includes/elements/divider.php:105
6080
  msgid "Divider color"
6081
  msgstr ""
6082
 
6097
  msgid "Add Images"
6098
  msgstr ""
6099
 
6100
+ #: includes/elementor/widgets/gallery.php:113 includes/elements/gallery.php:70
6101
  msgid "Gallery layout"
6102
  msgstr ""
6103
 
6104
  #: includes/elementor/widgets/gallery.php:117
6105
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:153
6106
+ #: includes/elements/gallery.php:77
6107
+ #: includes/elements/recent-posts-grid-carousel.php:536
6108
  #: public/templates/vcomposer/auxin_vc_extendes.php:35
6109
  msgid "Grid"
6110
  msgstr ""
6111
 
6112
+ #: includes/elementor/widgets/gallery.php:118 includes/elements/gallery.php:81
6113
  #: public/templates/vcomposer/auxin_vc_extendes.php:32
6114
  msgid "Masonry"
6115
  msgstr ""
6116
 
6117
+ #: includes/elementor/widgets/gallery.php:119 includes/elements/gallery.php:85
6118
  msgid "Tiles"
6119
  msgstr ""
6120
 
6126
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:134
6127
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:220
6128
  #: includes/elementor/widgets/recent-posts-tiles.php:134
6129
+ #: includes/elements/gallery.php:123
6130
+ #: includes/elements/recent-posts-tiles-carousel.php:301
6131
+ #: includes/elements/recent-posts-tiles-carousel.php:367
6132
+ #: includes/elements/recent-posts-tiles.php:331
6133
  msgid "Pattern 1"
6134
  msgstr ""
6135
 
6137
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:138
6138
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:224
6139
  #: includes/elementor/widgets/recent-posts-tiles.php:138
6140
+ #: includes/elements/gallery.php:127
6141
+ #: includes/elements/recent-posts-tiles-carousel.php:305
6142
+ #: includes/elements/recent-posts-tiles-carousel.php:371
6143
+ #: includes/elements/recent-posts-tiles.php:335
6144
  msgid "Pattern 2"
6145
  msgstr ""
6146
 
6147
  #: includes/elementor/widgets/gallery.php:134
6148
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:142
6149
  #: includes/elementor/widgets/recent-posts-tiles.php:142
6150
+ #: includes/elements/gallery.php:131
6151
+ #: includes/elements/recent-posts-tiles-carousel.php:309
6152
+ #: includes/elements/recent-posts-tiles.php:339
6153
  msgid "Pattern 3"
6154
  msgstr ""
6155
 
6156
  #: includes/elementor/widgets/gallery.php:135
6157
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:146
6158
  #: includes/elementor/widgets/recent-posts-tiles.php:146
6159
+ #: includes/elements/gallery.php:135
6160
+ #: includes/elements/recent-posts-tiles-carousel.php:313
6161
+ #: includes/elements/recent-posts-tiles.php:343
6162
  msgid "Pattern 4"
6163
  msgstr ""
6164
 
6165
  #: includes/elementor/widgets/gallery.php:136
6166
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:150
6167
  #: includes/elementor/widgets/recent-posts-tiles.php:150
6168
+ #: includes/elements/gallery.php:139
6169
+ #: includes/elements/recent-posts-tiles-carousel.php:317
6170
+ #: includes/elements/recent-posts-tiles.php:347
6171
  msgid "Pattern 5"
6172
  msgstr ""
6173
 
6174
  #: includes/elementor/widgets/gallery.php:137
6175
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:154
6176
  #: includes/elementor/widgets/recent-posts-tiles.php:154
6177
+ #: includes/elements/gallery.php:143
6178
+ #: includes/elements/recent-posts-tiles-carousel.php:321
6179
+ #: includes/elements/recent-posts-tiles.php:351
6180
  msgid "Pattern 6"
6181
  msgstr ""
6182
 
6183
  #: includes/elementor/widgets/gallery.php:138
6184
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:158
6185
  #: includes/elementor/widgets/recent-posts-tiles.php:158
6186
+ #: includes/elements/gallery.php:147
6187
+ #: includes/elements/recent-posts-tiles-carousel.php:325
6188
+ #: includes/elements/recent-posts-tiles.php:355
6189
  msgid "Pattern 7"
6190
  msgstr ""
6191
 
6194
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:128
6195
  #: includes/elementor/widgets/recent-posts-masonry.php:128
6196
  #: includes/elementor/widgets/recent-products.php:137
6197
+ #: includes/elements/instagram-feed.php:109
6198
  msgid "Columns"
6199
  msgstr ""
6200
 
6207
  #: includes/elementor/widgets/recent-posts-land-style.php:548
6208
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6209
  #: includes/elementor/widgets/recent-products.php:490
6210
+ #: includes/elements/gallery.php:291
6211
+ #: includes/elements/recent-posts-grid-carousel.php:112
6212
+ #: includes/elements/recent-posts-land-style.php:99
6213
+ #: includes/elements/recent-posts-timeline.php:292
6214
+ #: includes/elements/recent-products.php:85
6215
  msgid "Image aspect ratio"
6216
  msgstr ""
6217
 
6224
  msgid "Media File"
6225
  msgstr ""
6226
 
6227
+ #: includes/elementor/widgets/gallery.php:217 includes/elements/gallery.php:322
6228
  msgid "Attachment Page"
6229
  msgstr ""
6230
 
6231
+ #: includes/elementor/widgets/gallery.php:218 includes/elements/flickr.php:150
6232
+ #: includes/elements/gallery.php:320
6233
  msgid "Lightbox"
6234
  msgstr ""
6235
 
6236
+ #: includes/elementor/widgets/gallery.php:227 includes/elements/flickr.php:199
6237
  msgid "Pagination"
6238
  msgstr ""
6239
 
6240
+ #: includes/elementor/widgets/gallery.php:238 includes/elements/gallery.php:347
6241
  msgid "Enable lazyload"
6242
  msgstr ""
6243
 
6244
+ #: includes/elementor/widgets/gallery.php:252 includes/elements/gallery.php:363
6245
  msgid "Images per page"
6246
  msgstr ""
6247
 
6249
  msgid "Order by query"
6250
  msgstr ""
6251
 
6252
+ #: includes/elementor/widgets/gallery.php:298 includes/elements/gallery.php:187
6253
  msgid "Order images by"
6254
  msgstr ""
6255
 
6418
  msgstr ""
6419
 
6420
  #: includes/elementor/widgets/icon.php:141
6421
+ #: includes/elements/about-widget.php:121 includes/elements/dropcap.php:59
6422
+ #: includes/general-hooks.php:352
6423
  msgid "Square"
6424
  msgstr ""
6425
 
6473
  #: includes/elementor/widgets/text.php:118
6474
  #: includes/elementor/widgets/text.php:140
6475
  #: includes/elementor/widgets/theme-elements/logo.php:214
6476
+ #: includes/elements/about-widget.php:99 includes/elements/image.php:15
6477
+ #: includes/elements/image.php:56 includes/elements/text.php:373
6478
+ #: includes/elements/text.php:402
6479
  msgid "Image"
6480
  msgstr ""
6481
 
6496
  msgid "Ribbon"
6497
  msgstr ""
6498
 
6499
+ #: includes/elementor/widgets/image.php:186 includes/elements/image.php:287
6500
  msgid "Diplay Ribbon"
6501
  msgstr ""
6502
 
6503
+ #: includes/elementor/widgets/image.php:210 includes/elements/image.php:319
6504
  msgid "Ribbon Style"
6505
  msgstr ""
6506
 
6507
+ #: includes/elementor/widgets/image.php:214 includes/elements/image.php:324
6508
+ #: includes/elements/staff.php:198 includes/elements/text.php:95
6509
  msgid "Simple"
6510
  msgstr ""
6511
 
6512
+ #: includes/elementor/widgets/image.php:215 includes/elements/image.php:325
6513
  msgid "Corner"
6514
  msgstr ""
6515
 
6516
+ #: includes/elementor/widgets/image.php:216 includes/elements/image.php:326
6517
  msgid "Cross"
6518
  msgstr ""
6519
 
6520
+ #: includes/elementor/widgets/image.php:227 includes/elements/image.php:340
6521
  msgid "Ribbon Position"
6522
  msgstr ""
6523
 
6524
+ #: includes/elementor/widgets/image.php:231 includes/elements/image.php:345
6525
  msgid "Top Left"
6526
  msgstr ""
6527
 
6528
+ #: includes/elementor/widgets/image.php:232 includes/elements/image.php:346
6529
  msgid "Top Right"
6530
  msgstr ""
6531
 
6532
+ #: includes/elementor/widgets/image.php:233 includes/elements/image.php:347
6533
  msgid "Bottom Left"
6534
  msgstr ""
6535
 
6536
+ #: includes/elementor/widgets/image.php:234 includes/elements/image.php:348
6537
  msgid "Bottom Right"
6538
  msgstr ""
6539
 
6543
 
6544
  #: includes/elementor/widgets/image.php:278
6545
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:101
6546
+ #: includes/general-hooks.php:1935
6547
  msgid "Settings"
6548
  msgstr ""
6549
 
6551
  msgid "Open in lightbox"
6552
  msgstr ""
6553
 
6554
+ #: includes/elementor/widgets/image.php:298 includes/elements/image.php:162
6555
  msgid "Iconic button"
6556
  msgstr ""
6557
 
6558
+ #: includes/elementor/widgets/image.php:303 includes/elements/image.php:169
6559
  msgid "Plus"
6560
  msgstr ""
6561
 
6596
  msgid "Placeholder color while loading image"
6597
  msgstr ""
6598
 
6599
+ #: includes/elementor/widgets/image.php:382 includes/elements/image.php:262
6600
  msgid "Tilt Effect"
6601
  msgstr ""
6602
 
6603
+ #: includes/elementor/widgets/image.php:383 includes/elements/image.php:263
6604
  msgid "Adds tilt effect to the image."
6605
  msgstr ""
6606
 
6607
+ #: includes/elementor/widgets/image.php:396 includes/elements/image.php:274
6608
  msgid "Colorized Shadow"
6609
  msgstr ""
6610
 
6611
+ #: includes/elementor/widgets/image.php:397 includes/elements/image.php:275
6612
  msgid ""
6613
  "Adds colorized shadow to the image. Note: This feature is not available "
6614
  "when image hover is active."
6745
  #: includes/elementor/widgets/recent-posts-tiles.php:250
6746
  #: includes/elementor/widgets/recent-posts-timeline.php:382
6747
  #: includes/elementor/widgets/recent-products.php:327
6748
+ #: includes/elements/popular-posts-widget.php:64
6749
+ #: includes/elements/recent-posts-grid-carousel.php:98
6750
+ #: includes/elements/recent-posts-land-style.php:85
6751
+ #: includes/elements/recent-posts-masonry.php:85
6752
+ #: includes/elements/recent-posts-tiles.php:84
6753
+ #: includes/elements/recent-posts-timeline.php:79
6754
+ #: includes/elements/recent-posts-widget.php:70
6755
  msgid "Number of posts to show"
6756
  msgstr ""
6757
 
6763
  #: includes/elementor/widgets/recent-posts-tiles.php:231
6764
  #: includes/elementor/widgets/recent-posts-timeline.php:363
6765
  #: includes/elementor/widgets/recent-products.php:308
6766
+ #: includes/elements/latest-posts-slider.php:69
6767
+ #: includes/elements/latest-posts-slider.php:83
6768
+ #: includes/elements/latest-posts-slider.php:97
6769
+ #: includes/elements/latest-posts-slider.php:111
6770
+ #: includes/elements/latest-posts-slider.php:125
6771
+ #: includes/elements/latest-posts-slider.php:149
6772
+ #: includes/elements/latest-posts-slider.php:167
6773
+ #: includes/elements/latest-posts-slider.php:237
6774
+ #: includes/elements/recent-posts-grid-carousel.php:94
6775
+ #: includes/elements/recent-posts-grid-carousel.php:108
6776
+ #: includes/elements/recent-posts-grid-carousel.php:141
6777
+ #: includes/elements/recent-posts-grid-carousel.php:154
6778
+ #: includes/elements/recent-posts-grid-carousel.php:195
6779
+ #: includes/elements/recent-posts-grid-carousel.php:213
6780
+ #: includes/elements/recent-posts-grid-carousel.php:227
6781
+ #: includes/elements/recent-posts-grid-carousel.php:241
6782
+ #: includes/elements/recent-posts-grid-carousel.php:255
6783
+ #: includes/elements/recent-posts-grid-carousel.php:269
6784
+ #: includes/elements/recent-posts-land-style.php:81
6785
+ #: includes/elements/recent-posts-land-style.php:95
6786
+ #: includes/elements/recent-posts-land-style.php:128
6787
+ #: includes/elements/recent-posts-land-style.php:141
6788
+ #: includes/elements/recent-posts-land-style.php:157
6789
+ #: includes/elements/recent-posts-land-style.php:182
6790
+ #: includes/elements/recent-posts-land-style.php:200
6791
+ #: includes/elements/recent-posts-land-style.php:214
6792
+ #: includes/elements/recent-posts-land-style.php:228
6793
+ #: includes/elements/recent-posts-land-style.php:242
6794
+ #: includes/elements/recent-posts-land-style.php:256
6795
+ #: includes/elements/recent-posts-masonry.php:81
6796
+ #: includes/elements/recent-posts-masonry.php:95
6797
+ #: includes/elements/recent-posts-masonry.php:108
6798
+ #: includes/elements/recent-posts-masonry.php:121
6799
+ #: includes/elements/recent-posts-masonry.php:162
6800
+ #: includes/elements/recent-posts-masonry.php:180
6801
+ #: includes/elements/recent-posts-masonry.php:194
6802
+ #: includes/elements/recent-posts-masonry.php:208
6803
+ #: includes/elements/recent-posts-masonry.php:222
6804
+ #: includes/elements/recent-posts-masonry.php:236
6805
+ #: includes/elements/recent-posts-tiles-carousel.php:67
6806
+ #: includes/elements/recent-posts-tiles-carousel.php:81
6807
+ #: includes/elements/recent-posts-tiles-carousel.php:95
6808
+ #: includes/elements/recent-posts-tiles-carousel.php:108
6809
+ #: includes/elements/recent-posts-tiles-carousel.php:121
6810
+ #: includes/elements/recent-posts-tiles-carousel.php:137
6811
+ #: includes/elements/recent-posts-tiles-carousel.php:162
6812
+ #: includes/elements/recent-posts-tiles-carousel.php:180
6813
+ #: includes/elements/recent-posts-tiles-carousel.php:194
6814
+ #: includes/elements/recent-posts-tiles-carousel.php:208
6815
+ #: includes/elements/recent-posts-tiles-carousel.php:222
6816
+ #: includes/elements/recent-posts-tiles-carousel.php:247
6817
+ #: includes/elements/recent-posts-tiles-carousel.php:265
6818
+ #: includes/elements/recent-posts-tiles-carousel.php:279
6819
+ #: includes/elements/recent-posts-tiles.php:80
6820
+ #: includes/elements/recent-posts-tiles.php:94
6821
+ #: includes/elements/recent-posts-tiles.php:107
6822
+ #: includes/elements/recent-posts-tiles.php:120
6823
+ #: includes/elements/recent-posts-tiles.php:136
6824
+ #: includes/elements/recent-posts-tiles.php:192
6825
+ #: includes/elements/recent-posts-tiles.php:210
6826
+ #: includes/elements/recent-posts-tiles.php:224
6827
+ #: includes/elements/recent-posts-tiles.php:238
6828
+ #: includes/elements/recent-posts-tiles.php:252
6829
+ #: includes/elements/recent-posts-tiles.php:277
6830
+ #: includes/elements/recent-posts-tiles.php:295
6831
+ #: includes/elements/recent-posts-tiles.php:309
6832
+ #: includes/elements/recent-posts-timeline.php:75
6833
+ #: includes/elements/recent-posts-timeline.php:89
6834
+ #: includes/elements/recent-posts-timeline.php:102
6835
+ #: includes/elements/recent-posts-timeline.php:115
6836
+ #: includes/elements/recent-posts-timeline.php:131
6837
+ #: includes/elements/recent-posts-timeline.php:187
6838
+ #: includes/elements/recent-posts-timeline.php:205
6839
+ #: includes/elements/recent-posts-timeline.php:219
6840
+ #: includes/elements/recent-posts-timeline.php:233
6841
+ #: includes/elements/recent-posts-timeline.php:247
6842
+ #: includes/elements/recent-posts-timeline.php:261
6843
  msgid "Query"
6844
  msgstr ""
6845
 
6881
  #: includes/elementor/widgets/recent-posts-tiles.php:238
6882
  #: includes/elementor/widgets/recent-posts-timeline.php:370
6883
  #: includes/elementor/widgets/recent-products.php:315
6884
+ #: includes/elements/popular-posts-widget.php:235
6885
+ #: includes/elements/recent-posts-grid-carousel.php:83
6886
+ #: includes/elements/recent-posts-land-style.php:70
6887
+ #: includes/elements/recent-posts-masonry.php:70
6888
+ #: includes/elements/recent-posts-tiles-carousel.php:56
6889
+ #: includes/elements/recent-posts-tiles.php:69
6890
+ #: includes/elements/recent-posts-timeline.php:64
6891
+ #: includes/elements/recent-posts-widget.php:190
6892
+ #: includes/elements/recent-products.php:69
6893
  msgid "Categories"
6894
  msgstr ""
6895
 
6911
  #: includes/elementor/widgets/recent-posts-tiles.php:301
6912
  #: includes/elementor/widgets/recent-posts-timeline.php:433
6913
  #: includes/elementor/widgets/recent-products.php:351
6914
+ #: includes/elements/latest-posts-slider.php:129
6915
+ #: includes/elements/popular-posts-widget.php:188
6916
+ #: includes/elements/recent-posts-grid-carousel.php:174
6917
+ #: includes/elements/recent-posts-land-style.php:161
6918
+ #: includes/elements/recent-posts-masonry.php:141
6919
+ #: includes/elements/recent-posts-tiles-carousel.php:141
6920
+ #: includes/elements/recent-posts-tiles-carousel.php:226
6921
+ #: includes/elements/recent-posts-tiles.php:171
6922
+ #: includes/elements/recent-posts-tiles.php:256
6923
+ #: includes/elements/recent-posts-timeline.php:166
6924
+ #: includes/elements/recent-posts-widget.php:148
6925
+ #: includes/elements/recent-products.php:120
6926
  msgid "Order by"
6927
  msgstr ""
6928
 
6934
  #: includes/elementor/widgets/recent-posts-tiles.php:310
6935
  #: includes/elementor/widgets/recent-posts-timeline.php:442
6936
  #: includes/elementor/widgets/recent-products.php:360
6937
+ #: includes/elements/latest-posts-slider.php:140
6938
+ #: includes/elements/popular-posts-widget.php:201
6939
+ #: includes/elements/recent-posts-grid-carousel.php:187
6940
+ #: includes/elements/recent-posts-land-style.php:174
6941
+ #: includes/elements/recent-posts-masonry.php:154
6942
+ #: includes/elements/recent-posts-tiles-carousel.php:154
6943
+ #: includes/elements/recent-posts-tiles-carousel.php:239
6944
+ #: includes/elements/recent-posts-tiles.php:184
6945
+ #: includes/elements/recent-posts-tiles.php:269
6946
+ #: includes/elements/recent-posts-timeline.php:179
6947
+ #: includes/elements/recent-posts-widget.php:161
6948
+ #: includes/elements/recent-products.php:133
6949
+ msgid "Comments"
6950
+ msgstr ""
6951
+
6952
+ #: includes/elementor/widgets/products-grid.php:243
6953
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
6954
+ #: includes/elementor/widgets/recent-posts-land-style.php:432
6955
+ #: includes/elementor/widgets/recent-posts-masonry.php:527
6956
+ #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
6957
+ #: includes/elementor/widgets/recent-posts-tiles.php:311
6958
+ #: includes/elementor/widgets/recent-posts-timeline.php:443
6959
+ #: includes/elementor/widgets/recent-products.php:361
6960
  #: includes/elements/latest-posts-slider.php:141
6961
  #: includes/elements/popular-posts-widget.php:202
6962
  #: includes/elements/recent-posts-grid-carousel.php:188
6969
  #: includes/elements/recent-posts-timeline.php:180
6970
  #: includes/elements/recent-posts-widget.php:162
6971
  #: includes/elements/recent-products.php:134
6972
+ msgid "Date Modified"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6973
  msgstr ""
6974
 
6975
  #: includes/elementor/widgets/products-grid.php:245
6980
  #: includes/elementor/widgets/recent-posts-tiles.php:313
6981
  #: includes/elementor/widgets/recent-posts-timeline.php:445
6982
  #: includes/elementor/widgets/recent-products.php:363
6983
+ #: includes/elements/recent-posts-grid-carousel.php:190
6984
+ #: includes/elements/recent-posts-land-style.php:177
6985
+ #: includes/elements/recent-posts-masonry.php:157
6986
+ #: includes/elements/recent-posts-tiles-carousel.php:157
6987
+ #: includes/elements/recent-posts-tiles-carousel.php:242
6988
+ #: includes/elements/recent-posts-tiles.php:187
6989
+ #: includes/elements/recent-posts-tiles.php:272
6990
+ #: includes/elements/recent-posts-timeline.php:182
6991
+ #: includes/elements/recent-products.php:136
6992
  msgid "Inserted Post IDs"
6993
  msgstr ""
6994
 
7000
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7001
  #: includes/elementor/widgets/recent-posts-timeline.php:457
7002
  #: includes/elementor/widgets/recent-products.php:375
7003
+ #: includes/elements/latest-posts-slider.php:159
7004
+ #: includes/elements/popular-posts-widget.php:220
7005
+ #: includes/elements/recent-posts-grid-carousel.php:207
7006
+ #: includes/elements/recent-posts-land-style.php:194
7007
+ #: includes/elements/recent-posts-masonry.php:174
7008
+ #: includes/elements/recent-posts-tiles-carousel.php:174
7009
+ #: includes/elements/recent-posts-tiles-carousel.php:259
7010
+ #: includes/elements/recent-posts-tiles.php:204
7011
+ #: includes/elements/recent-posts-tiles.php:289
7012
+ #: includes/elements/recent-posts-timeline.php:199
7013
+ #: includes/elements/recent-posts-widget.php:180
7014
+ #: includes/elements/recent-products.php:153
7015
+ msgid "Descending"
7016
+ msgstr ""
7017
+
7018
+ #: includes/elementor/widgets/products-grid.php:258
7019
+ #: includes/elementor/widgets/recent-posts-grid-carousel.php:816
7020
+ #: includes/elementor/widgets/recent-posts-land-style.php:447
7021
+ #: includes/elementor/widgets/recent-posts-masonry.php:542
7022
+ #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7023
+ #: includes/elementor/widgets/recent-posts-tiles.php:326
7024
+ #: includes/elementor/widgets/recent-posts-timeline.php:458
7025
+ #: includes/elementor/widgets/recent-products.php:376
7026
  #: includes/elements/latest-posts-slider.php:160
7027
  #: includes/elements/popular-posts-widget.php:221
7028
  #: includes/elements/recent-posts-grid-carousel.php:208
7035
  #: includes/elements/recent-posts-timeline.php:200
7036
  #: includes/elements/recent-posts-widget.php:181
7037
  #: includes/elements/recent-products.php:154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7038
  msgid "Ascending"
7039
  msgstr ""
7040
 
7041
  #: includes/elementor/widgets/products-grid.php:266
7042
  #: includes/elementor/widgets/recent-products.php:384
7043
+ #: includes/elements/recent-products.php:163
7044
  msgid "Only products"
7045
  msgstr ""
7046
 
7047
  #: includes/elementor/widgets/products-grid.php:267
7048
  #: includes/elementor/widgets/recent-products.php:385
7049
+ #: includes/elements/recent-products.php:164
7050
  msgid ""
7051
  "If you intend to display ONLY specific products, you should specify the "
7052
  "products here. You have to insert the Products IDs that are separated by "
7055
 
7056
  #: includes/elementor/widgets/products-grid.php:275
7057
  #: includes/elementor/widgets/recent-products.php:393
7058
+ #: includes/elements/recent-products.php:177
7059
  msgid "Include products"
7060
  msgstr ""
7061
 
7062
  #: includes/elementor/widgets/products-grid.php:276
7063
  #: includes/elementor/widgets/recent-products.php:394
7064
+ #: includes/elements/recent-products.php:178
7065
  msgid ""
7066
  "If you intend to include additional products, you should specify the "
7067
  "products here. You have to insert the Products IDs that are separated by "
7070
 
7071
  #: includes/elementor/widgets/products-grid.php:284
7072
  #: includes/elementor/widgets/recent-products.php:402
7073
+ #: includes/elements/recent-products.php:191
7074
  msgid "Exclude products"
7075
  msgstr ""
7076
 
7077
  #: includes/elementor/widgets/products-grid.php:285
7078
  #: includes/elementor/widgets/recent-products.php:403
7079
+ #: includes/elements/recent-products.php:192
7080
  msgid ""
7081
  "If you intend to exclude specific products from result, you should specify "
7082
  "the products here. You have to insert the Products IDs that are separated "
7084
  msgstr ""
7085
 
7086
  #: includes/elementor/widgets/products-grid.php:294
7087
+ #: includes/elements/recent-products.php:206
7088
  msgid "Number of products to displace or pass over."
7089
  msgstr ""
7090
 
7166
  msgid "Type your description here"
7167
  msgstr ""
7168
 
7169
+ #: includes/elementor/widgets/quote.php:156 includes/elements/quote.php:102
7170
  msgid "Text alignment"
7171
  msgstr ""
7172
 
7174
  msgid "Quote Symbol"
7175
  msgstr ""
7176
 
7177
+ #: includes/elementor/widgets/quote.php:219 includes/elements/quote.php:141
7178
  msgid "Insert quote symbol"
7179
  msgstr ""
7180
 
7192
 
7193
  #: includes/elementor/widgets/quote.php:322
7194
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:200
7195
+ #: includes/elements/instagram-feed.php:223
7196
+ #: includes/elements/recent-posts-grid-carousel.php:578
7197
  msgid "Background color"
7198
  msgstr ""
7199
 
7290
  msgstr ""
7291
 
7292
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:149
7293
+ #: includes/elements/recent-posts-grid-carousel.php:528
7294
  msgid "Display items as"
7295
  msgstr ""
7296
 
7297
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:154
7298
+ #: includes/elements/recent-posts-grid-carousel.php:537
7299
  msgid "Grid - Table Style"
7300
  msgstr ""
7301
 
7302
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:155
7303
+ #: includes/elements/recent-posts-grid-carousel.php:538
7304
  msgid "Grid - Modern Style"
7305
  msgstr ""
7306
 
7309
  msgstr ""
7310
 
7311
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:157
7312
+ #: includes/elements/recent-posts-grid-carousel.php:539
7313
  msgid "Carousel - Modern Style"
7314
  msgstr ""
7315
 
7316
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:158
7317
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:193
7318
+ #: includes/elements/recent-posts-grid-carousel.php:540
7319
+ #: includes/elements/recent-posts-grid-carousel.php:629
7320
+ #: includes/elements/recent-posts-grid-carousel.php:651
7321
+ #: includes/elements/recent-posts-grid-carousel.php:671
7322
+ #: includes/elements/recent-posts-grid-carousel.php:691
7323
+ #: includes/elements/recent-posts-grid-carousel.php:706
7324
+ #: includes/elements/recent-posts-grid-carousel.php:722
7325
+ #: includes/elements/recent-posts-grid-carousel.php:739
7326
+ #: includes/elements/recent-posts-tiles-carousel.php:420
7327
+ #: includes/elements/recent-posts-tiles-carousel.php:442
7328
+ #: includes/elements/recent-posts-tiles-carousel.php:457
7329
+ #: includes/elements/recent-posts-tiles-carousel.php:473
7330
+ #: includes/elements/recent-posts-tiles-carousel.php:490
7331
  msgid "Carousel"
7332
  msgstr ""
7333
 
7334
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:166
7335
+ #: includes/elements/recent-posts-grid-carousel.php:594
7336
  msgid "Column space"
7337
  msgstr ""
7338
 
7339
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:167
7340
+ #: includes/elements/recent-posts-grid-carousel.php:595
7341
  msgid "Specifies horizontal space between items (pixel)."
7342
  msgstr ""
7343
 
7344
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:179
7345
  #: includes/elementor/widgets/recent-posts-masonry.php:149
7346
+ #: includes/elements/recent-posts-grid-carousel.php:549
7347
  msgid "Content layout"
7348
  msgstr ""
7349
 
7350
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:183
7351
  #: includes/elementor/widgets/recent-posts-masonry.php:153
7352
+ #: includes/elements/recent-posts-grid-carousel.php:557
7353
  msgid "Full Content"
7354
  msgstr ""
7355
 
7356
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:184
7357
  #: includes/elementor/widgets/recent-posts-masonry.php:154
7358
+ #: includes/elements/recent-posts-grid-carousel.php:558
7359
  msgid "Boxed Content"
7360
  msgstr ""
7361
 
7362
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:195
7363
+ #: includes/elements/recent-posts-grid-carousel.php:570
7364
  msgid "Mouse Over Effect"
7365
  msgstr ""
7366
 
7367
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:201
7368
+ #: includes/elements/recent-posts-grid-carousel.php:579
7369
  msgid "Cover image"
7370
  msgstr ""
7371
 
7372
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:202
7373
+ #: includes/elements/recent-posts-grid-carousel.php:580
7374
  msgid "Cover image or background color"
7375
  msgstr ""
7376
 
7377
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:203
7378
+ #: includes/elements/recent-posts-grid-carousel.php:581
7379
  msgid "Nothing"
7380
  msgstr ""
7381
 
7382
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:214
7383
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:237
7384
+ #: includes/elements/recent-posts-grid-carousel.php:611
7385
+ #: includes/elements/recent-posts-tiles-carousel.php:402
7386
  msgid "Navigation type"
7387
  msgstr ""
7388
 
7389
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:218
7390
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:241
7391
+ #: includes/elements/recent-posts-grid-carousel.php:619
7392
+ #: includes/elements/recent-posts-tiles-carousel.php:410
7393
  msgid "Move per column"
7394
  msgstr ""
7395
 
7396
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:219
7397
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:242
7398
+ #: includes/elements/recent-posts-grid-carousel.php:620
7399
+ #: includes/elements/recent-posts-tiles-carousel.php:411
7400
  msgid "Move per page"
7401
  msgstr ""
7402
 
7403
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:220
7404
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:243
7405
+ #: includes/elements/recent-posts-grid-carousel.php:621
7406
+ #: includes/elements/recent-posts-tiles-carousel.php:412
7407
  msgid "Smooth scroll"
7408
  msgstr ""
7409
 
7410
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:236
7411
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:206
7412
+ #: includes/elements/recent-posts-grid-carousel.php:641
7413
+ #: includes/elements/recent-posts-tiles-carousel.php:432
7414
  msgid "Arrows"
7415
  msgstr ""
7416
 
7417
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:237
7418
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:207
7419
+ #: includes/elements/recent-posts-grid-carousel.php:642
7420
+ #: includes/elements/recent-posts-tiles-carousel.php:433
7421
  msgid "Bullets"
7422
  msgstr ""
7423
 
7424
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:248
7425
+ #: includes/elements/recent-posts-grid-carousel.php:655
7426
  msgid "Control Position"
7427
  msgstr ""
7428
 
7429
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:253
7430
+ #: includes/elements/recent-posts-grid-carousel.php:663
7431
  msgid "Side"
7432
  msgstr ""
7433
 
7434
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:264
7435
+ #: includes/elements/recent-posts-grid-carousel.php:675
7436
  msgid "Control Skin"
7437
  msgstr ""
7438
 
7439
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:268
7440
+ #: includes/elements/recent-posts-grid-carousel.php:682
7441
  msgid "boxed"
7442
  msgstr ""
7443
 
7444
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:280
7445
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:251
7446
  #: includes/elementor/widgets/touch-slider.php:140
7447
+ #: includes/elements/recent-posts-grid-carousel.php:695
7448
+ #: includes/elements/recent-posts-tiles-carousel.php:446
7449
  msgid "Loop navigation"
7450
  msgstr ""
7451
 
7452
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:295
7453
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:263
7454
+ #: includes/elements/recent-posts-grid-carousel.php:710
7455
+ #: includes/elements/recent-posts-tiles-carousel.php:461
7456
  msgid "Autoplay carousel"
7457
  msgstr ""
7458
 
7459
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:310
7460
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:275
7461
  #: includes/elementor/widgets/touch-slider.php:164
7462
+ #: includes/elements/recent-posts-grid-carousel.php:726
7463
+ #: includes/elements/recent-posts-tiles-carousel.php:477
7464
  msgid "Autoplay delay"
7465
  msgstr ""
7466
 
7467
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:311
7468
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:276
7469
  #: includes/elementor/widgets/touch-slider.php:165
7470
+ #: includes/elements/recent-posts-grid-carousel.php:727
7471
+ #: includes/elements/recent-posts-tiles-carousel.php:478
7472
  msgid "Specifies the delay between auto-forwarding in seconds."
7473
  msgstr ""
7474
 
7489
  #: includes/elementor/widgets/recent-posts-masonry.php:176
7490
  #: includes/elementor/widgets/recent-posts-timeline.php:163
7491
  #: includes/elementor/widgets/recent-products.php:209
7492
+ #: includes/elements/recent-posts-grid-carousel.php:273
7493
+ #: includes/elements/recent-posts-land-style.php:260
7494
+ #: includes/elements/recent-posts-masonry.php:240
7495
+ #: includes/elements/recent-posts-timeline.php:312
7496
  msgid "Display post media (image, video, etc)"
7497
  msgstr ""
7498
 
7510
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:299
7511
  #: includes/elementor/widgets/recent-posts-tiles.php:201
7512
  #: includes/elementor/widgets/recent-posts-timeline.php:234
7513
+ #: includes/elements/recent-posts-grid-carousel.php:287
7514
+ #: includes/elements/recent-posts-land-style.php:274
7515
+ #: includes/elements/recent-posts-masonry.php:254
7516
+ #: includes/elements/recent-posts-timeline.php:326
7517
  msgid "Display post title"
7518
  msgstr ""
7519
 
7526
  #: includes/elementor/widgets/recent-posts-masonry.php:259
7527
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:311
7528
  #: includes/elementor/widgets/recent-posts-tiles.php:213
7529
+ #: includes/elements/recent-posts-grid-carousel.php:300
7530
  msgid "Display post info"
7531
  msgstr ""
7532
 
7536
 
7537
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:471
7538
  #: includes/elementor/widgets/recent-posts-masonry.php:271
7539
+ #: includes/elements/recent-posts-grid-carousel.php:324
7540
  msgid "Post info position"
7541
  msgstr ""
7542
 
7545
  #: includes/elementor/widgets/recent-posts-masonry.php:287
7546
  #: includes/elementor/widgets/recent-products.php:278
7547
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
7548
+ #: includes/elements/recent-posts-grid-carousel.php:345
7549
+ #: includes/elements/recent-products.php:260
7550
  msgid "Display Categories"
7551
  msgstr ""
7552
 
7563
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:528
7564
  #: includes/elementor/widgets/recent-posts-land-style.php:249
7565
  #: includes/elementor/widgets/recent-posts-masonry.php:315
7566
+ #: includes/elements/recent-posts-grid-carousel.php:362
7567
  msgid "Display Date"
7568
  msgstr ""
7569
 
7583
 
7584
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:556
7585
  #: includes/elementor/widgets/recent-posts-masonry.php:330
7586
+ #: includes/elements/recent-posts-grid-carousel.php:312
7587
  msgid "Display post content"
7588
  msgstr ""
7589
 
7596
  #: includes/elementor/widgets/recent-posts-land-style.php:276
7597
  #: includes/elementor/widgets/recent-posts-masonry.php:342
7598
  #: includes/elementor/widgets/recent-posts-timeline.php:258
7599
+ #: includes/elements/recent-posts-grid-carousel.php:379
7600
+ #: includes/elements/recent-posts-land-style.php:299
7601
+ #: includes/elements/recent-posts-masonry.php:279
7602
  msgid "Display like button"
7603
  msgstr ""
7604
 
7606
  #: includes/elementor/widgets/recent-posts-land-style.php:288
7607
  #: includes/elementor/widgets/recent-posts-masonry.php:366
7608
  #: includes/elementor/widgets/recent-posts-timeline.php:282
7609
+ #: includes/elements/popular-posts-widget.php:145
7610
+ #: includes/elements/recent-posts-timeline.php:351
7611
+ #: includes/elements/recent-posts-widget.php:105
7612
  msgid "Display excerpt"
7613
  msgstr ""
7614
 
7616
  #: includes/elementor/widgets/recent-posts-land-style.php:289
7617
  #: includes/elementor/widgets/recent-posts-masonry.php:367
7618
  #: includes/elementor/widgets/recent-posts-timeline.php:283
7619
+ #: includes/elements/popular-posts-widget.php:146
7620
+ #: includes/elements/recent-posts-timeline.php:352
7621
+ #: includes/elements/recent-posts-widget.php:106
7622
  msgid "Enable it to display post summary instead of full content."
7623
  msgstr ""
7624
 
7626
  #: includes/elementor/widgets/recent-posts-land-style.php:301
7627
  #: includes/elementor/widgets/recent-posts-masonry.php:379
7628
  #: includes/elementor/widgets/recent-posts-timeline.php:295
7629
+ #: includes/elements/popular-posts-widget.php:174
7630
+ #: includes/elements/recent-posts-grid-carousel.php:424
7631
+ #: includes/elements/recent-posts-land-style.php:344
7632
+ #: includes/elements/recent-posts-masonry.php:324
7633
+ #: includes/elements/recent-posts-timeline.php:366
7634
+ #: includes/elements/recent-posts-widget.php:134
7635
  msgid "Excerpt length"
7636
  msgstr ""
7637
 
7639
  #: includes/elementor/widgets/recent-posts-land-style.php:302
7640
  #: includes/elementor/widgets/recent-posts-masonry.php:380
7641
  #: includes/elementor/widgets/recent-posts-timeline.php:296
7642
+ #: includes/elements/recent-posts-grid-carousel.php:425
7643
+ #: includes/elements/recent-posts-land-style.php:345
7644
+ #: includes/elements/recent-posts-masonry.php:325
7645
+ #: includes/elements/recent-posts-timeline.php:367
7646
  msgid "Specify summary content in character."
7647
  msgstr ""
7648
 
7650
  #: includes/elementor/widgets/recent-posts-land-style.php:314
7651
  #: includes/elementor/widgets/recent-posts-masonry.php:392
7652
  #: includes/elementor/widgets/recent-posts-timeline.php:308
7653
+ #: includes/elements/recent-posts-grid-carousel.php:438
7654
+ #: includes/elements/recent-posts-land-style.php:362
7655
+ #: includes/elements/recent-posts-masonry.php:338
7656
+ #: includes/elements/recent-posts-timeline.php:383
7657
  msgid "Display author or read more"
7658
  msgstr ""
7659
 
7661
  #: includes/elementor/widgets/recent-posts-land-style.php:316
7662
  #: includes/elementor/widgets/recent-posts-masonry.php:394
7663
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7664
+ #: includes/elements/recent-posts-grid-carousel.php:439
7665
+ #: includes/elements/recent-posts-land-style.php:363
7666
+ #: includes/elements/recent-posts-masonry.php:339
7667
+ #: includes/elements/recent-posts-timeline.php:384
7668
  msgid "Specifies whether to show author or read more on each post."
7669
  msgstr ""
7670
 
7675
  #: includes/elementor/widgets/recent-posts-masonry.php:1221
7676
  #: includes/elementor/widgets/recent-posts-timeline.php:314
7677
  #: includes/elementor/widgets/text.php:301
7678
+ #: includes/elements/recent-posts-grid-carousel.php:446
7679
+ #: includes/elements/recent-posts-land-style.php:370
7680
+ #: includes/elements/recent-posts-masonry.php:346
7681
+ #: includes/elements/recent-posts-timeline.php:391
7682
  msgid "Read More"
7683
  msgstr ""
7684
 
7711
  #: includes/elementor/widgets/recent-posts-tiles.php:239
7712
  #: includes/elementor/widgets/recent-posts-timeline.php:371
7713
  #: includes/elementor/widgets/recent-products.php:316
7714
+ #: includes/elements/recent-posts-grid-carousel.php:84
7715
+ #: includes/elements/recent-posts-land-style.php:71
7716
+ #: includes/elements/recent-posts-masonry.php:71
7717
+ #: includes/elements/recent-posts-tiles-carousel.php:57
7718
+ #: includes/elements/recent-posts-tiles.php:70
7719
+ #: includes/elements/recent-posts-timeline.php:65
7720
+ #: includes/elements/recent-posts-widget.php:191
7721
+ #: includes/elements/recent-products.php:70
7722
  msgid "Specifies a category that you want to show posts from it."
7723
  msgstr ""
7724
 
7729
  #: includes/elementor/widgets/recent-posts-tiles.php:262
7730
  #: includes/elementor/widgets/recent-posts-timeline.php:394
7731
  #: includes/elementor/widgets/recent-products.php:339
7732
+ #: includes/elements/recent-posts-grid-carousel.php:132
7733
+ #: includes/elements/recent-posts-land-style.php:119
7734
+ #: includes/elements/recent-posts-masonry.php:99
7735
+ #: includes/elements/recent-posts-tiles-carousel.php:99
7736
+ #: includes/elements/recent-posts-tiles.php:98
7737
+ #: includes/elements/recent-posts-timeline.php:93
7738
+ #: includes/elements/recent-products.php:107
7739
  msgid "Exclude posts without media"
7740
  msgstr ""
7741
 
7742
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:734
7743
+ #: includes/elements/recent-posts-timeline.php:106
7744
  msgid "Exclude all custom post formats"
7745
  msgstr ""
7746
 
7773
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7774
  #: includes/elementor/widgets/recent-posts-tiles.php:286
7775
  #: includes/elementor/widgets/recent-posts-timeline.php:418
7776
+ #: includes/elements/recent-posts-grid-carousel.php:158
7777
+ #: includes/elements/recent-posts-land-style.php:145
7778
+ #: includes/elements/recent-posts-masonry.php:125
7779
+ #: includes/elements/recent-posts-tiles-carousel.php:125
7780
+ #: includes/elements/recent-posts-tiles.php:124
7781
+ #: includes/elements/recent-posts-timeline.php:119
7782
  msgid "Exclude quote and link post formats"
7783
  msgstr ""
7784
 
7788
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7789
  #: includes/elementor/widgets/recent-posts-tiles.php:334
7790
  #: includes/elementor/widgets/recent-posts-timeline.php:466
7791
+ #: includes/elements/recent-posts-grid-carousel.php:217
7792
+ #: includes/elements/recent-posts-land-style.php:204
7793
+ #: includes/elements/recent-posts-masonry.php:184
7794
+ #: includes/elements/recent-posts-tiles-carousel.php:184
7795
+ #: includes/elements/recent-posts-tiles.php:214
7796
+ #: includes/elements/recent-posts-timeline.php:209
7797
  msgid "Only posts"
7798
  msgstr ""
7799
 
7803
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7804
  #: includes/elementor/widgets/recent-posts-tiles.php:335
7805
  #: includes/elementor/widgets/recent-posts-timeline.php:467
7806
+ #: includes/elements/recent-posts-grid-carousel.php:218
7807
+ #: includes/elements/recent-posts-land-style.php:205
7808
+ #: includes/elements/recent-posts-masonry.php:185
7809
+ #: includes/elements/recent-posts-tiles-carousel.php:185
7810
+ #: includes/elements/recent-posts-tiles.php:215
7811
+ #: includes/elements/recent-posts-timeline.php:210
7812
  msgid ""
7813
  "If you intend to display ONLY specific posts, you should specify the posts "
7814
  "here. You have to insert the post IDs that are separated by comma (eg. "
7821
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7822
  #: includes/elementor/widgets/recent-posts-tiles.php:343
7823
  #: includes/elementor/widgets/recent-posts-timeline.php:475
7824
+ #: includes/elements/latest-posts-slider.php:101
7825
+ #: includes/elements/recent-posts-grid-carousel.php:231
7826
+ #: includes/elements/recent-posts-land-style.php:218
7827
+ #: includes/elements/recent-posts-masonry.php:198
7828
+ #: includes/elements/recent-posts-tiles-carousel.php:198
7829
+ #: includes/elements/recent-posts-tiles.php:228
7830
+ #: includes/elements/recent-posts-timeline.php:223
7831
+ #: includes/general-hooks.php:1875
7832
  msgid "Include posts"
7833
  msgstr ""
7834
 
7838
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7839
  #: includes/elementor/widgets/recent-posts-tiles.php:344
7840
  #: includes/elementor/widgets/recent-posts-timeline.php:476
7841
+ #: includes/elements/recent-posts-grid-carousel.php:232
7842
+ #: includes/elements/recent-posts-land-style.php:219
7843
+ #: includes/elements/recent-posts-masonry.php:199
7844
+ #: includes/elements/recent-posts-tiles-carousel.php:199
7845
+ #: includes/elements/recent-posts-tiles.php:229
7846
+ #: includes/elements/recent-posts-timeline.php:224
7847
  msgid ""
7848
  "If you intend to include additional posts, you should specify the posts "
7849
  "here. You have to insert the Post IDs that are separated by comma (eg. "
7856
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7857
  #: includes/elementor/widgets/recent-posts-tiles.php:352
7858
  #: includes/elementor/widgets/recent-posts-timeline.php:484
7859
+ #: includes/elements/latest-posts-slider.php:87
7860
+ #: includes/elements/recent-posts-grid-carousel.php:245
7861
+ #: includes/elements/recent-posts-land-style.php:232
7862
+ #: includes/elements/recent-posts-masonry.php:212
7863
+ #: includes/elements/recent-posts-tiles-carousel.php:212
7864
+ #: includes/elements/recent-posts-tiles.php:242
7865
+ #: includes/elements/recent-posts-timeline.php:237
7866
  msgid "Exclude posts"
7867
  msgstr ""
7868
 
7872
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7873
  #: includes/elementor/widgets/recent-posts-tiles.php:353
7874
  #: includes/elementor/widgets/recent-posts-timeline.php:485
7875
+ #: includes/elements/recent-posts-grid-carousel.php:246
7876
+ #: includes/elements/recent-posts-land-style.php:233
7877
+ #: includes/elements/recent-posts-masonry.php:213
7878
+ #: includes/elements/recent-posts-tiles-carousel.php:213
7879
+ #: includes/elements/recent-posts-tiles.php:243
7880
+ #: includes/elements/recent-posts-timeline.php:238
7881
  msgid ""
7882
  "If you intend to exclude specific posts from result, you should specify the "
7883
  "posts here. You have to insert the Post IDs that are separated by comma "
7891
  #: includes/elementor/widgets/recent-posts-tiles.php:362
7892
  #: includes/elementor/widgets/recent-posts-timeline.php:494
7893
  #: includes/elementor/widgets/recent-products.php:412
7894
+ #: includes/elements/latest-posts-slider.php:116
7895
+ #: includes/elements/recent-posts-grid-carousel.php:260
7896
+ #: includes/elements/recent-posts-land-style.php:247
7897
+ #: includes/elements/recent-posts-masonry.php:227
7898
+ #: includes/elements/recent-posts-tiles-carousel.php:270
7899
+ #: includes/elements/recent-posts-tiles.php:300
7900
+ #: includes/elements/recent-posts-timeline.php:252
7901
  msgid "Number of post to displace or pass over."
7902
  msgstr ""
7903
 
7914
  #: includes/elementor/widgets/recent-posts-masonry.php:599
7915
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7916
  #: includes/elementor/widgets/recent-posts-timeline.php:515
7917
+ #: includes/elements/recent-posts-grid-carousel.php:393
7918
+ #: includes/elements/recent-posts-land-style.php:313
7919
+ #: includes/elements/recent-posts-masonry.php:293
7920
+ #: includes/elements/recent-posts-tiles.php:140
7921
+ #: includes/elements/recent-posts-timeline.php:135
7922
  msgid "Load More Type"
7923
  msgstr ""
7924
 
7927
  #: includes/elementor/widgets/recent-posts-masonry.php:607
7928
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7929
  #: includes/elementor/widgets/recent-posts-timeline.php:523
7930
+ #: includes/elements/recent-posts-grid-carousel.php:410
7931
+ #: includes/elements/recent-posts-land-style.php:330
7932
+ #: includes/elements/recent-posts-masonry.php:310
7933
+ #: includes/elements/recent-posts-tiles.php:157
7934
+ #: includes/elements/recent-posts-timeline.php:152
7935
  msgid "Infinite Scroll"
7936
  msgstr ""
7937
 
7940
  #: includes/elementor/widgets/recent-posts-masonry.php:615
7941
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7942
  #: includes/elementor/widgets/recent-posts-timeline.php:531
7943
+ #: includes/elements/recent-posts-grid-carousel.php:418
7944
+ #: includes/elements/recent-posts-land-style.php:338
7945
+ #: includes/elements/recent-posts-masonry.php:318
7946
+ #: includes/elements/recent-posts-tiles.php:165
7947
+ #: includes/elements/recent-posts-timeline.php:160
7948
  msgid "Next Prev"
7949
  msgstr ""
7950
 
7952
  #: includes/elementor/widgets/recent-posts-land-style.php:552
7953
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7954
  #: includes/elementor/widgets/recent-products.php:494
7955
+ #: includes/elements/gallery.php:299
7956
+ #: includes/elements/recent-posts-grid-carousel.php:120
7957
+ #: includes/elements/recent-posts-land-style.php:107
7958
+ #: includes/elements/recent-posts-timeline.php:300
7959
+ #: includes/elements/recent-products.php:93
7960
  msgid "Horizontal 4:3"
7961
  msgstr ""
7962
 
7964
  #: includes/elementor/widgets/recent-posts-land-style.php:553
7965
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7966
  #: includes/elementor/widgets/recent-products.php:495
7967
+ #: includes/elements/gallery.php:300
7968
+ #: includes/elements/recent-posts-grid-carousel.php:121
7969
+ #: includes/elements/recent-posts-land-style.php:108
7970
+ #: includes/elements/recent-posts-timeline.php:301
7971
+ #: includes/elements/recent-products.php:94
7972
  msgid "Horizontal 16:9"
7973
  msgstr ""
7974
 
7976
  #: includes/elementor/widgets/recent-posts-land-style.php:554
7977
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7978
  #: includes/elementor/widgets/recent-products.php:496
7979
+ #: includes/elements/gallery.php:301
7980
+ #: includes/elements/recent-posts-grid-carousel.php:122
7981
+ #: includes/elements/recent-posts-land-style.php:109
7982
+ #: includes/elements/recent-posts-timeline.php:302
7983
+ #: includes/elements/recent-products.php:95
7984
  msgid "Square 1:1"
7985
  msgstr ""
7986
 
7988
  #: includes/elementor/widgets/recent-posts-land-style.php:555
7989
  #: includes/elementor/widgets/recent-posts-timeline.php:566
7990
  #: includes/elementor/widgets/recent-products.php:497
7991
+ #: includes/elements/gallery.php:302
7992
+ #: includes/elements/recent-posts-grid-carousel.php:123
7993
+ #: includes/elements/recent-posts-land-style.php:110
7994
+ #: includes/elements/recent-posts-timeline.php:303
7995
+ #: includes/elements/recent-products.php:96
7996
  msgid "Vertical 3:4"
7997
  msgstr ""
7998
 
8063
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
8064
  #: includes/elementor/widgets/recent-posts-tiles.php:274
8065
  #: includes/elementor/widgets/recent-posts-timeline.php:406
8066
+ #: includes/elements/recent-posts-grid-carousel.php:145
8067
+ #: includes/elements/recent-posts-land-style.php:132
8068
+ #: includes/elements/recent-posts-masonry.php:112
8069
+ #: includes/elements/recent-posts-tiles-carousel.php:112
8070
+ #: includes/elements/recent-posts-tiles.php:111
8071
  msgid "Exclude custom post formats"
8072
  msgstr ""
8073
 
8091
 
8092
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:125
8093
  #: includes/elementor/widgets/recent-posts-tiles.php:125
8094
+ #: includes/elements/gallery.php:102
8095
+ #: includes/elements/recent-posts-tiles-carousel.php:283
8096
+ #: includes/elements/recent-posts-tiles.php:313
8097
  msgid "Post Tile styles"
8098
  msgstr ""
8099
 
8100
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:168
8101
  #: includes/elementor/widgets/recent-posts-tiles.php:168
8102
+ #: includes/elements/recent-posts-tiles-carousel.php:331
8103
+ #: includes/elements/recent-posts-tiles.php:361
8104
  msgid "Post tile style"
8105
  msgstr ""
8106
 
8107
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:173
8108
  #: includes/elementor/widgets/recent-posts-tiles.php:173
8109
+ #: includes/elements/recent-posts-tiles.php:375
8110
  msgid "Standard"
8111
  msgstr ""
8112
 
8113
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:215
8114
+ #: includes/elements/recent-posts-tiles-carousel.php:350
8115
  msgid "Button Navigation Style"
8116
  msgstr ""
8117
 
8124
  msgstr ""
8125
 
8126
  #: includes/elementor/widgets/recent-posts-timeline.php:125
8127
+ #: includes/elements/recent-posts-timeline.php:265
8128
  msgid "Timeline aignment"
8129
  msgstr ""
8130
 
8131
  #: includes/elementor/widgets/recent-posts-timeline.php:126
8132
+ #: includes/elements/recent-posts-timeline.php:266
8133
  msgid "Specifies the alignment of timeline element."
8134
  msgstr ""
8135
 
8136
  #: includes/elementor/widgets/recent-posts-timeline.php:246
8137
+ #: includes/elements/recent-posts-land-style.php:287
8138
+ #: includes/elements/recent-posts-masonry.php:267
8139
+ #: includes/elements/recent-posts-timeline.php:339
8140
  msgid "Display post meta"
8141
  msgstr ""
8142
 
8143
  #: includes/elementor/widgets/recent-products.php:185
8144
+ #: includes/elements/recent-products.php:219
8145
  msgid "Display products price"
8146
  msgstr ""
8147
 
8148
  #: includes/elementor/widgets/recent-products.php:197
8149
+ #: includes/elements/recent-products.php:233
8150
  msgid "Display sale badge"
8151
  msgstr ""
8152
 
8153
  #: includes/elementor/widgets/recent-products.php:266
8154
+ #: includes/elements/recent-products.php:247
8155
  msgid "Display product title"
8156
  msgstr ""
8157
 
8230
  msgid "Staff"
8231
  msgstr ""
8232
 
8233
+ #: includes/elementor/widgets/staff.php:107 includes/elements/staff.php:42
8234
  msgid "Staff Name"
8235
  msgstr ""
8236
 
8237
  #: includes/elementor/widgets/staff.php:108
8238
+ #: includes/elementor/widgets/text.php:234 includes/elements/text.php:42
8239
  msgid "Text title, leave it empty if you don`t need title."
8240
  msgstr ""
8241
 
8242
+ #: includes/elementor/widgets/staff.php:117 includes/elements/staff.php:56
8243
  msgid "Staff Occupation"
8244
  msgstr ""
8245
 
8246
+ #: includes/elementor/widgets/staff.php:126 includes/elements/staff.php:72
8247
  msgid "Staff Page Link"
8248
  msgstr ""
8249
 
8250
  #: includes/elementor/widgets/staff.php:141
8251
+ #: includes/elementor/widgets/text.php:265 includes/elements/staff.php:514
8252
+ #: includes/elements/testimonial.php:165 includes/elements/text.php:880
8253
  msgid "Enter a text as a text content."
8254
  msgstr ""
8255
 
8256
+ #: includes/elementor/widgets/staff.php:149 includes/elements/staff.php:500
8257
  msgid "Maximum Words"
8258
  msgstr ""
8259
 
8260
+ #: includes/elementor/widgets/staff.php:150 includes/elements/staff.php:501
8261
  msgid "Limit the number of words in the Content"
8262
  msgstr ""
8263
 
8264
  #: includes/elementor/widgets/staff.php:196
8265
+ #: includes/elementor/widgets/text.php:648 includes/elements/staff.php:160
8266
+ #: includes/elements/text.php:569
8267
  msgid "Image shape"
8268
  msgstr ""
8269
 
8270
  #: includes/elementor/widgets/staff.php:204
8271
  #: includes/elementor/widgets/text.php:465
8272
+ #: includes/elementor/widgets/text.php:660 includes/elements/staff.php:171
8273
+ #: includes/elements/text.php:541 includes/elements/text.php:583
8274
  msgid "Semi-circle"
8275
  msgstr ""
8276
 
8277
  #: includes/elementor/widgets/staff.php:208
8278
  #: includes/elementor/widgets/text.php:469
8279
+ #: includes/elementor/widgets/text.php:664 includes/elements/staff.php:175
8280
+ #: includes/elements/text.php:545 includes/elements/text.php:587
8281
  msgid "Round Rectangle"
8282
  msgstr ""
8283
 
8284
  #: includes/elementor/widgets/staff.php:212
8285
  #: includes/elementor/widgets/text.php:477
8286
+ #: includes/elementor/widgets/text.php:668 includes/elements/staff.php:179
8287
+ #: includes/elements/text.php:553 includes/elements/text.php:591
8288
  msgid "Rectangle"
8289
  msgstr ""
8290
 
8292
  msgid "Social"
8293
  msgstr ""
8294
 
8295
+ #: includes/elementor/widgets/staff.php:275 includes/elements/staff.php:315
8296
  msgid "Enable Socials"
8297
  msgstr ""
8298
 
8299
  #: includes/elementor/widgets/staff.php:286
8300
+ #: includes/elements/socials-list.php:231 includes/elements/staff.php:328
8301
  msgid "Twitter Address"
8302
  msgstr ""
8303
 
8304
  #: includes/elementor/widgets/staff.php:302
8305
+ #: includes/elements/socials-list.php:255 includes/elements/staff.php:360
8306
  msgid "Facebook Address"
8307
  msgstr ""
8308
 
8309
+ #: includes/elementor/widgets/staff.php:318 includes/elements/staff.php:376
8310
  msgid "Google Plus Address"
8311
  msgstr ""
8312
 
8313
  #: includes/elementor/widgets/staff.php:334
8314
+ #: includes/elements/socials-list.php:267 includes/elements/staff.php:392
8315
  msgid "Flickr Address"
8316
  msgstr ""
8317
 
8318
+ #: includes/elementor/widgets/staff.php:350 includes/elements/staff.php:408
8319
  msgid "Delicious Address"
8320
  msgstr ""
8321
 
8322
  #: includes/elementor/widgets/staff.php:366
8323
+ #: includes/elements/socials-list.php:291 includes/elements/staff.php:424
8324
  msgid "Pinterest Address"
8325
  msgstr ""
8326
 
8327
+ #: includes/elementor/widgets/staff.php:382 includes/elements/staff.php:440
8328
  msgid "GitHub Address"
8329
  msgstr ""
8330
 
8331
  #: includes/elementor/widgets/staff.php:398
8332
+ #: includes/elements/socials-list.php:315
8333
  msgid "Instagram Address"
8334
  msgstr ""
8335
 
8336
  #: includes/elementor/widgets/staff.php:414
8337
+ #: includes/elements/socials-list.php:279
8338
  msgid "Dribbble Address"
8339
  msgstr ""
8340
 
8351
  #: includes/elementor/widgets/staff.php:575
8352
  #: includes/elementor/widgets/text.php:243
8353
  #: includes/elementor/widgets/text.php:792
8354
+ #: includes/elements/recent-posts-grid-carousel.php:69
8355
+ #: includes/elements/recent-products.php:55 includes/elements/text.php:57
8356
  msgid "Subtitle"
8357
  msgstr ""
8358
 
8359
  #: includes/elementor/widgets/staff.php:699
8360
+ #: includes/elements/socials-list.php:15 includes/elements/socials-list.php:152
8361
+ #: includes/elements/socials-list.php:239
8362
+ #: includes/elements/socials-list.php:251
8363
+ #: includes/elements/socials-list.php:263
8364
+ #: includes/elements/socials-list.php:275
8365
+ #: includes/elements/socials-list.php:287
8366
+ #: includes/elements/socials-list.php:299
8367
+ #: includes/elements/socials-list.php:311
8368
+ #: includes/elements/socials-list.php:323
8369
+ #: includes/elements/socials-list.php:335
8370
+ #: includes/elements/socials-list.php:347 includes/elements/staff.php:324
8371
+ #: includes/elements/staff.php:340 includes/elements/staff.php:356
8372
+ #: includes/elements/staff.php:372 includes/elements/staff.php:388
8373
+ #: includes/elements/staff.php:404 includes/elements/staff.php:420
8374
+ #: includes/elements/staff.php:436 includes/elements/staff.php:452
8375
+ #: includes/elements/staff.php:475 includes/elements/staff.php:496
8376
  msgid "Socials"
8377
  msgstr ""
8378
 
8379
+ #: includes/elementor/widgets/staff.php:766 includes/elements/staff.php:479
8380
  msgid "Icon Direction"
8381
  msgstr ""
8382
 
8383
+ #: includes/elementor/widgets/staff.php:783 includes/elements/staff.php:456
8384
  msgid "Socials Icon size"
8385
  msgstr ""
8386
 
8387
+ #: includes/elementor/widgets/staff.php:790 includes/elements/staff.php:465
8388
+ #: includes/elements/text.php:470
8389
  msgid "X-Large"
8390
  msgstr ""
8391
 
8393
  #: includes/elementor/widgets/text.php:1445
8394
  #: includes/elementor/widgets/theme-elements/menu.php:324
8395
  #: includes/elementor/widgets/theme-elements/menu.php:1341
8396
+ #: includes/elements/text.php:116
8397
  msgid "Text Align"
8398
  msgstr ""
8399
 
8421
 
8422
  #: includes/elementor/widgets/tabs.php:52
8423
  #: includes/elementor/widgets/tabs.php:184 includes/elements/tab-widget.php:15
8424
+ #: includes/elements/tabs.php:15 includes/elements/tabs.php:76
8425
+ #: includes/elements/tabs.php:94
8426
  msgid "Tabs"
8427
  msgstr ""
8428
 
8450
  msgid "Tab Content"
8451
  msgstr ""
8452
 
8453
+ #: includes/elementor/widgets/tabs.php:152 includes/elements/tab-widget.php:63
8454
+ #: includes/elements/tabs.php:63
8455
  msgid "Bordered"
8456
  msgstr ""
8457
 
8458
+ #: includes/elementor/widgets/tabs.php:153 includes/elements/tab-widget.php:64
8459
+ #: includes/elements/tabs.php:64
8460
  msgid "No border"
8461
  msgstr ""
8462
 
8489
  msgstr ""
8490
 
8491
  #: includes/elementor/widgets/testimonial.php:152
8492
+ #: includes/elements/popular-posts-widget.php:130
8493
+ #: includes/elements/recent-posts-widget.php:90
8494
  msgid "Display image"
8495
  msgstr ""
8496
 
8497
  #: includes/elementor/widgets/testimonial.php:163
8498
+ #: includes/elements/testimonial.php:146
8499
  msgid "Customer Image"
8500
  msgstr ""
8501
 
8502
  #: includes/elementor/widgets/testimonial.php:200
8503
+ #: includes/elements/testimonial.php:82
8504
  msgid "Customer Name"
8505
  msgstr ""
8506
 
8507
  #: includes/elementor/widgets/testimonial.php:210
8508
+ #: includes/elements/testimonial.php:110
8509
  msgid "Customer Occupation"
8510
  msgstr ""
8511
 
8512
  #: includes/elementor/widgets/testimonial.php:220
8513
+ #: includes/elements/testimonial.php:96
8514
  msgid "Customer Link"
8515
  msgstr ""
8516
 
8517
  #: includes/elementor/widgets/testimonial.php:233
8518
+ #: includes/elements/testimonial.php:124
8519
  msgid "Customer Rating"
8520
  msgstr ""
8521
 
8552
 
8553
  #: includes/elementor/widgets/text.php:129
8554
  #: includes/elementor/widgets/theme-elements/search.php:132
8555
+ #: includes/elements/text.php:385
8556
  msgid "Please choose an icon from the list."
8557
  msgstr ""
8558
 
8559
+ #: includes/elementor/widgets/text.php:251 includes/elements/text.php:73
8560
  msgid "Title Link"
8561
  msgstr ""
8562
 
8563
+ #: includes/elementor/widgets/text.php:286 includes/elements/text.php:635
8564
  msgid "Display button"
8565
  msgstr ""
8566
 
8567
+ #: includes/elementor/widgets/text.php:287 includes/elements/text.php:636
8568
  msgid "Display a button in text widget"
8569
  msgstr ""
8570
 
8581
  msgid "Border"
8582
  msgstr ""
8583
 
8584
+ #: includes/elementor/widgets/text.php:456 includes/elements/text.php:531
8585
  msgid "Icon background shape"
8586
  msgstr ""
8587
 
8588
+ #: includes/elementor/widgets/text.php:473 includes/elements/text.php:549
8589
  msgid "Cross Rectangle"
8590
  msgstr ""
8591
 
8592
  #: includes/elementor/widgets/text.php:524
8593
  #: includes/elementor/widgets/text.php:583
8594
  #: includes/elementor/widgets/theme-elements/search.php:233
8595
+ #: includes/elements/text.php:443
8596
  msgid "Icon color"
8597
  msgstr ""
8598
 
8599
  #: includes/elementor/widgets/text.php:539
8600
+ #: includes/elementor/widgets/text.php:598 includes/elements/text.php:484
8601
  msgid "Icon background color"
8602
  msgstr ""
8603
 
8604
+ #: includes/elementor/widgets/text.php:652 includes/elements/text.php:575
8605
  msgid "Default Aspect"
8606
  msgstr ""
8607
 
8625
  msgid "Shape Style"
8626
  msgstr ""
8627
 
8628
+ #: includes/elementor/widgets/text.php:1387 includes/general-hooks.php:756
8629
+ #: includes/general-hooks.php:1168
8630
  msgid "Button Style"
8631
  msgstr ""
8632
 
8634
  msgid "Overlay"
8635
  msgstr ""
8636
 
8637
+ #: includes/elementor/widgets/text.php:1588 includes/elements/text.php:894
8638
  msgid "Footer Shape"
8639
  msgstr ""
8640
 
8641
+ #: includes/elementor/widgets/text.php:1597 includes/elements/text.php:905
8642
  msgid "Wave"
8643
  msgstr ""
8644
 
8645
+ #: includes/elementor/widgets/text.php:1601 includes/elements/text.php:909
8646
  msgid "Tail"
8647
  msgstr ""
8648
 
8649
+ #: includes/elementor/widgets/text.php:1612 includes/elements/button.php:211
8650
+ #: includes/elements/text.php:823
8651
  msgid "Color of button"
8652
  msgstr ""
8653
 
8888
  msgstr ""
8889
 
8890
  #: includes/elementor/widgets/theme-elements/menu.php:625
8891
+ #: includes/elements/dropcap.php:55
8892
  msgid "Classic"
8893
  msgstr ""
8894
 
9118
  msgstr ""
9119
 
9120
  #: includes/elementor/widgets/theme-elements/select.php:163
9121
+ #: includes/elements/code.php:72
9122
  msgid "Language"
9123
  msgstr ""
9124
 
9358
  msgstr ""
9359
 
9360
  #: includes/elementor/widgets/touch-slider.php:127
9361
+ #: includes/elements/latest-posts-slider.php:298
9362
+ #: includes/elements/touch-slider.php:96
9363
  msgid "Arrow navigation"
9364
  msgstr ""
9365
 
9366
  #: includes/elementor/widgets/touch-slider.php:152
9367
+ #: includes/elements/latest-posts-slider.php:337
9368
+ #: includes/elements/touch-slider.php:135
9369
  msgid "Slideshow"
9370
  msgstr ""
9371
 
9372
  #: includes/elementor/widgets/touch-slider.php:177
9373
+ #: includes/elements/touch-slider.php:164
9374
  msgid "Display image title"
9375
  msgstr ""
9376
 
9377
  #: includes/elementor/widgets/touch-slider.php:189
9378
+ #: includes/elements/touch-slider.php:177
9379
  msgid "Display image caption"
9380
  msgstr ""
9381
 
9384
  msgstr ""
9385
 
9386
  #: includes/elementor/widgets/touch-slider.php:215
9387
+ #: includes/elements/latest-posts-slider.php:272
9388
+ #: includes/elements/touch-slider.php:70
9389
  msgid "Slider image width"
9390
  msgstr ""
9391
 
9392
  #: includes/elementor/widgets/touch-slider.php:235
9393
+ #: includes/elements/latest-posts-slider.php:285
9394
+ #: includes/elements/touch-slider.php:83
9395
  msgid "Slider image height"
9396
  msgstr ""
9397
 
9398
  #: includes/elementor/widgets/touch-slider.php:255
9399
+ #: includes/elements/latest-posts-slider.php:311
9400
+ #: includes/elements/touch-slider.php:109
9401
  msgid "Space between slides"
9402
  msgstr ""
9403
 
9462
  msgid "It adds an about author element."
9463
  msgstr ""
9464
 
9465
+ #: includes/elements/about-widget.php:58
9466
  msgid "The name which appears in about widget."
9467
  msgstr ""
9468
 
9469
+ #: includes/elements/about-widget.php:71 includes/general-hooks.php:2406
9470
  msgid "Skills"
9471
  msgstr ""
9472
 
9473
+ #: includes/elements/about-widget.php:72
9474
  msgid "It appears below the name."
9475
  msgstr ""
9476
 
9477
+ #: includes/elements/about-widget.php:84
9478
  msgid "Info"
9479
  msgstr ""
9480
 
9481
+ #: includes/elements/about-widget.php:85
9482
  msgid "Biographical info or any other content."
9483
  msgstr ""
9484
 
9485
+ #: includes/elements/about-widget.php:100
9486
  msgid "It appears above the name."
9487
  msgstr ""
9488
 
9489
+ #: includes/elements/about-widget.php:114
9490
  msgid "Image style"
9491
  msgstr ""
9492
 
9493
+ #: includes/elements/about-widget.php:132
9494
  msgid "Align center texts"
9495
  msgstr ""
9496
 
9497
+ #: includes/elements/about-widget.php:147
9498
  msgid "Show socials below the info"
9499
  msgstr ""
9500
 
9501
+ #: includes/elements/about-widget.php:162
9502
+ #: includes/elements/accordion-widget.php:91
9503
+ #: includes/elements/accordion.php:109 includes/elements/audio.php:124
9504
+ #: includes/elements/before-after.php:140 includes/elements/button.php:258
9505
+ #: includes/elements/code.php:120 includes/elements/contact-box.php:311
9506
+ #: includes/elements/contact-form.php:104 includes/elements/custom-list.php:188
9507
+ #: includes/elements/divider.php:150 includes/elements/dropcap.php:95
9508
+ #: includes/elements/facebook.php:161 includes/elements/gallery.php:381
9509
+ #: includes/elements/gmap.php:197 includes/elements/highlight.php:93
9510
+ #: includes/elements/image.php:363 includes/elements/instagram-feed.php:283
9511
+ #: includes/elements/latest-items.php:249
9512
+ #: includes/elements/latest-posts-slider.php:366
9513
+ #: includes/elements/popular-posts-widget.php:260
9514
+ #: includes/elements/quote.php:155
9515
+ #: includes/elements/recent-posts-grid-carousel.php:743
9516
+ #: includes/elements/recent-posts-land-style.php:380
9517
+ #: includes/elements/recent-posts-masonry.php:410
9518
+ #: includes/elements/recent-posts-tiles-carousel.php:494
9519
+ #: includes/elements/recent-posts-tiles.php:410
9520
+ #: includes/elements/recent-posts-timeline.php:401
9521
+ #: includes/elements/recent-posts-widget.php:220
9522
+ #: includes/elements/recent-products.php:345 includes/elements/search.php:54
9523
+ #: includes/elements/tab-widget.php:160 includes/elements/tabs.php:108
9524
+ #: includes/elements/text.php:935 includes/elements/video.php:172
9525
+ #: public/templates/vcomposer/auxin_vc_extendes.php:73
9526
+ msgid "Extra class name"
9527
+ msgstr ""
9528
+
9529
  #: includes/elements/about-widget.php:163
9530
+ #: includes/elements/accordion-widget.php:92
9531
+ #: includes/elements/accordion.php:110 includes/elements/audio.php:125
9532
  #: includes/elements/before-after.php:141 includes/elements/button.php:259
9533
+ #: includes/elements/code.php:121 includes/elements/contact-box.php:312
9534
+ #: includes/elements/contact-form.php:105 includes/elements/custom-list.php:189
9535
+ #: includes/elements/dropcap.php:96 includes/elements/facebook.php:162
9536
+ #: includes/elements/gallery.php:382 includes/elements/gmap.php:198
9537
+ #: includes/elements/highlight.php:94 includes/elements/image.php:364
9538
+ #: includes/elements/instagram-feed.php:284
9539
+ #: includes/elements/latest-items.php:250
9540
  #: includes/elements/latest-posts-slider.php:367
9541
  #: includes/elements/popular-posts-widget.php:261
9542
  #: includes/elements/quote.php:156
9548
  #: includes/elements/recent-posts-timeline.php:402
9549
  #: includes/elements/recent-posts-widget.php:221
9550
  #: includes/elements/recent-products.php:346 includes/elements/search.php:55
9551
+ #: includes/elements/tab-widget.php:161 includes/elements/tabs.php:109
9552
+ #: includes/elements/text.php:936 includes/elements/video.php:173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9553
  msgid ""
9554
  "If you wish to style particular content element differently, then use this "
9555
  "field to add a class name and then refer to it in your css file."
9563
  msgid "Collapsible content"
9564
  msgstr ""
9565
 
9566
+ #: includes/elements/accordion-widget.php:43 includes/elements/accordion.php:43
9567
  msgid "Accordion title, leave it empty if you don`t need title."
9568
  msgstr ""
9569
 
9570
+ #: includes/elements/accordion-widget.php:57 includes/elements/accordion.php:57
9571
  msgid "Whether to show only 1 element opens at a time or multiple."
9572
  msgstr ""
9573
 
9574
+ #: includes/elements/accordion-widget.php:75 includes/elements/accordion.php:92
9575
  msgid "Enter your accordion item content."
9576
  msgstr ""
9577
 
9579
  msgid "Accordion "
9580
  msgstr ""
9581
 
9582
+ #: includes/elements/accordion.php:74
9583
  msgid "Accordion label"
9584
  msgstr ""
9585
 
9586
+ #: includes/elements/accordion.php:75
9587
  msgid "Enter your accordion item label."
9588
  msgstr ""
9589
 
9590
+ #: includes/elements/accordion.php:78 includes/elements/accordion.php:95
9591
  msgid "Accordion Section"
9592
  msgstr ""
9593
 
9599
  msgid "It adds an audio player element."
9600
  msgstr ""
9601
 
9602
+ #: includes/elements/audio.php:43
9603
  msgid "Audio title, leave it empty if you don`t need title."
9604
  msgstr ""
9605
 
9606
+ #: includes/elements/audio.php:120 includes/elements/audio.php:135
9607
+ #: includes/elements/button.php:86 includes/elements/button.php:113
9608
+ #: includes/elements/button.php:222
9609
  msgid "Appearance"
9610
  msgstr ""
9611
 
9613
  msgid "Before after comparison slider."
9614
  msgstr ""
9615
 
9616
+ #: includes/elements/before-after.php:42
9617
  msgid "Element title, leave it empty if you don`t need title."
9618
  msgstr ""
9619
 
9620
+ #: includes/elements/before-after.php:83
9621
  msgid "How much of the before image is visible when the page loads, between 0 to 1."
9622
  msgstr ""
9623
 
9624
+ #: includes/elements/before-after.php:96
9625
  #: public/templates/vcomposer/auxin_vc_extendes.php:49
9626
  msgid "Image size"
9627
  msgstr ""
9630
  msgid "It adds a button element."
9631
  msgstr ""
9632
 
9633
+ #: includes/elements/button.php:43 includes/elements/text.php:650
9634
  msgid "The label of button."
9635
  msgstr ""
9636
 
9637
+ #: includes/elements/button.php:144 includes/elements/text.php:766
9638
  msgid "Darken the label"
9639
  msgstr ""
9640
 
9641
+ #: includes/elements/button.php:145
9642
  msgid "Darken label of button."
9643
  msgstr ""
9644
 
9645
+ #: includes/elements/button.php:198 includes/general-hooks.php:864
9646
+ #: includes/general-hooks.php:1276
9647
  msgid "Animate from Righ"
9648
  msgstr ""
9649
 
9650
+ #: includes/elements/button.php:226 includes/general-hooks.php:932
9651
+ #: includes/general-hooks.php:1344
9652
  msgid "Button Link"
9653
  msgstr ""
9654
 
9655
+ #: includes/elements/button.php:240 includes/elements/text.php:858
9656
  msgid "Open link in"
9657
  msgstr ""
9658
 
9659
+ #: includes/elements/button.php:246 includes/elements/text.php:864
9660
+ #: includes/general-hooks.php:961 includes/general-hooks.php:1373
9661
  msgid "Current page"
9662
  msgstr ""
9663
 
9664
+ #: includes/elements/button.php:247 includes/elements/text.php:865
9665
+ #: includes/general-hooks.php:962 includes/general-hooks.php:1374
9666
  msgid "New page"
9667
  msgstr ""
9668
 
9669
+ #: includes/elements/code.php:16 includes/elements/code.php:57
9670
  msgid "Code"
9671
  msgstr ""
9672
 
9674
  msgid "It adds a code element."
9675
  msgstr ""
9676
 
9677
+ #: includes/elements/code.php:43
9678
  msgid "Code title, leave it empty if you don`t need title."
9679
  msgstr ""
9680
 
9681
+ #: includes/elements/code.php:78
9682
  msgid "JavaScript"
9683
  msgstr ""
9684
 
9685
+ #: includes/elements/code.php:79
9686
  msgid "HTML"
9687
  msgstr ""
9688
 
9689
+ #: includes/elements/code.php:80
9690
  msgid "XML"
9691
  msgstr ""
9692
 
9693
+ #: includes/elements/code.php:93
9694
  msgid "Specifies the theme for code element."
9695
  msgstr ""
9696
 
9697
+ #: includes/elements/code.php:99
9698
  msgid "AndroidStudio"
9699
  msgstr ""
9700
 
9701
+ #: includes/elements/code.php:100
9702
  msgid "Atom Dark"
9703
  msgstr ""
9704
 
9705
+ #: includes/elements/code.php:101
9706
  msgid "Atom Light"
9707
  msgstr ""
9708
 
9709
+ #: includes/elements/code.php:102
9710
  msgid "Github"
9711
  msgstr ""
9712
 
9713
+ #: includes/elements/code.php:103
9714
  msgid "Google Code"
9715
  msgstr ""
9716
 
9717
+ #: includes/elements/code.php:104
9718
  msgid "RailsCasts"
9719
  msgstr ""
9720
 
9721
+ #: includes/elements/code.php:105
9722
  msgid "Solarized Light"
9723
  msgstr ""
9724
 
9725
+ #: includes/elements/code.php:106
9726
  msgid "Tomorrow Night"
9727
  msgstr ""
9728
 
9729
+ #: includes/elements/code.php:107
9730
  msgid "Tomorrow"
9731
  msgstr ""
9732
 
9733
+ #: includes/elements/code.php:108
9734
  msgid "VisualStudio"
9735
  msgstr ""
9736
 
9737
+ #: includes/elements/code.php:109
9738
  msgid "ZenBurn"
9739
  msgstr ""
9740
 
9774
  msgid "It adds a contact form element."
9775
  msgstr ""
9776
 
9777
+ #: includes/elements/contact-form.php:43
9778
  msgid "Contact form title, leave it empty if you don`t need title."
9779
  msgstr ""
9780
 
9781
+ #: includes/elements/contact-form.php:70
9782
  msgid "Contact form type"
9783
  msgstr ""
9784
 
9785
+ #: includes/elements/contact-form.php:76
9786
  msgid "Contact Form 7 plugin"
9787
  msgstr ""
9788
 
9789
+ #: includes/elements/contact-form.php:87
9790
  msgid "Contact form 7 shortcode"
9791
  msgstr ""
9792
 
9793
+ #: includes/elements/contact-form.php:88
9794
  msgid "Put one of your Contact form 7 shortcodes that you created."
9795
  msgstr ""
9796
 
9797
+ #: includes/elements/contact-form.php:154
9798
  msgid "Please enter your name."
9799
  msgstr ""
9800
 
9801
+ #: includes/elements/contact-form.php:161
9802
  msgid "Please enter your email address."
9803
  msgstr ""
9804
 
9805
+ #: includes/elements/contact-form.php:164
9806
  msgid "You entered an invalid email address."
9807
  msgstr ""
9808
 
9809
+ #: includes/elements/contact-form.php:175
9810
  msgid "Please enter a message."
9811
  msgstr ""
9812
 
9813
+ #: includes/elements/contact-form.php:212
9814
  msgid "sorry, some problems occured with your form submission:"
9815
  msgstr ""
9816
 
9817
+ #: includes/elements/contact-form.php:230
9818
  msgid "Thanks for your Message. Your message sent successfully."
9819
  msgstr ""
9820
 
9822
  msgid "Icon List"
9823
  msgstr ""
9824
 
9825
+ #: includes/elements/custom-list.php:43
9826
  msgid "leave it empty if you don`t need title."
9827
  msgstr ""
9828
 
9829
+ #: includes/elements/custom-list.php:88
9830
  msgid "Text Tag"
9831
  msgstr ""
9832
 
9833
+ #: includes/elements/custom-list.php:120
9834
  msgid "Text Seconday"
9835
  msgstr ""
9836
 
9837
+ #: includes/elements/custom-list.php:153
9838
  msgid "Whether to display a line that connects two texts in each list item."
9839
  msgstr ""
9840
 
9841
+ #: includes/elements/custom-list.php:171
9842
  msgid "Whether to display a divider between list items or not."
9843
  msgstr ""
9844
 
9846
  msgid "Horizontal separator"
9847
  msgstr ""
9848
 
9849
+ #: includes/elements/divider.php:42 includes/elements/highlight.php:41
9850
  msgid "Divider style"
9851
  msgstr ""
9852
 
9853
+ #: includes/elements/divider.php:82
9854
  msgid "Divider size"
9855
  msgstr ""
9856
 
9857
+ #: includes/elements/divider.php:122
9858
  msgid "Margin top (px)"
9859
  msgstr ""
9860
 
9861
+ #: includes/elements/divider.php:123
9862
  msgid "Adds space above the divider in pixels."
9863
  msgstr ""
9864
 
9865
+ #: includes/elements/divider.php:136
9866
  msgid "Margin bottom (px)"
9867
  msgstr ""
9868
 
9869
+ #: includes/elements/divider.php:137
9870
  msgid "Adds space below the divider in pixels."
9871
  msgstr ""
9872
 
9873
+ #: includes/elements/divider.php:151
9874
  msgid ""
9875
  "If you wish to style particular content element differently, then use this "
9876
  "field to add a class name and then refer to it in your css file. you can "
9885
  msgid "Big styled character at the beginning of paragraph"
9886
  msgstr ""
9887
 
9888
+ #: includes/elements/dropcap.php:41
9889
  msgid "Dropcap style"
9890
  msgstr ""
9891
 
9892
+ #: includes/elements/dropcap.php:63 includes/general-hooks.php:355
9893
  msgid "Outline Square"
9894
  msgstr ""
9895
 
9896
+ #: includes/elements/dropcap.php:67
9897
  msgid "Round Square"
9898
  msgstr ""
9899
 
9900
+ #: includes/elements/dropcap.php:75 includes/general-hooks.php:354
9901
  msgid "Outline Circle"
9902
  msgstr ""
9903
 
9904
+ #: includes/elements/dropcap.php:82
9905
  msgid "Enter a text to show as dropcap text."
9906
  msgstr ""
9907
 
9913
  msgid "It uses Custom Facebook Feed plugin."
9914
  msgstr ""
9915
 
9916
+ #: includes/elements/facebook.php:42
9917
  msgid "Page ID"
9918
  msgstr ""
9919
 
9920
+ #: includes/elements/facebook.php:43
9921
  msgid ""
9922
  "ID of your Facebook Page or Group. Use %sthis tool%s to help you in finding "
9923
  "this."
9924
  msgstr ""
9925
 
9926
+ #: includes/elements/facebook.php:57
9927
  msgid "Page type"
9928
  msgstr ""
9929
 
9930
+ #: includes/elements/facebook.php:58
9931
  msgid "Specifies whether to display posts from a page or group."
9932
  msgstr ""
9933
 
9934
+ #: includes/elements/facebook.php:62 includes/general-functions.php:1621
9935
  msgid "Page"
9936
  msgstr ""
9937
 
9938
+ #: includes/elements/facebook.php:63
9939
  msgid "Group"
9940
  msgstr ""
9941
 
9942
+ #: includes/elements/facebook.php:75
9943
  msgid "Number of posts"
9944
  msgstr ""
9945
 
9946
+ #: includes/elements/facebook.php:76
9947
  msgid "The number of posts you wish to display."
9948
  msgstr ""
9949
 
9950
+ #: includes/elements/facebook.php:90
9951
  msgid "Display posts by others"
9952
  msgstr ""
9953
 
9954
+ #: includes/elements/facebook.php:91
9955
  msgid ""
9956
  "Specifies to display posts by only the page owner, anyone who posts on your "
9957
  "page, or only others who post on your page."
9958
  msgstr ""
9959
 
9960
+ #: includes/elements/facebook.php:95
9961
  msgid "Only the page owner"
9962
  msgstr ""
9963
 
9964
+ #: includes/elements/facebook.php:96
9965
  msgid "Page owner and other people"
9966
  msgstr ""
9967
 
9968
+ #: includes/elements/facebook.php:97
9969
  msgid "Only other people"
9970
  msgstr ""
9971
 
9972
+ #: includes/elements/facebook.php:109
9973
  msgid "Post text length"
9974
  msgstr ""
9975
 
9976
+ #: includes/elements/facebook.php:110
9977
  msgid "The maximum character length of the post text."
9978
  msgstr ""
9979
 
9980
+ #: includes/elements/facebook.php:122
9981
  msgid "Display post author"
9982
  msgstr ""
9983
 
9984
+ #: includes/elements/facebook.php:123
9985
  msgid "Enable it to display name and avatar of the post author."
9986
  msgstr ""
9987
 
9988
+ #: includes/elements/facebook.php:135
9989
  msgid "Display the feed header"
9990
  msgstr ""
9991
 
9992
+ #: includes/elements/facebook.php:136
9993
  msgid "Enable it to display a customizable header at the top of the feed."
9994
  msgstr ""
9995
 
9996
+ #: includes/elements/facebook.php:148
9997
  msgid "Ajax"
9998
  msgstr ""
9999
 
10000
+ #: includes/elements/facebook.php:149
10001
  msgid "Enable it for being loaded via Ajax."
10002
  msgstr ""
10003
 
10004
+ #: includes/elements/facebook.php:172
10005
  msgid "Extras"
10006
  msgstr ""
10007
 
10013
  msgid "It uses Flickr Justified Gallery plugin."
10014
  msgstr ""
10015
 
10016
+ #: includes/elements/flickr.php:42
10017
  msgid "User ID"
10018
  msgstr ""
10019
 
10020
+ #: includes/elements/flickr.php:43
10021
  msgid ""
10022
  "Displays the photostream of the specified user, no matter what is the "
10023
  "default user ID in the settings. Remember that you can use %sidgettr%s to "
10024
  "retrieve the user_id."
10025
  msgstr ""
10026
 
10027
+ #: includes/elements/flickr.php:57
10028
  msgid "Flickr image type"
10029
  msgstr ""
10030
 
10031
+ #: includes/elements/flickr.php:62
10032
  msgid "Photostream"
10033
  msgstr ""
10034
 
10035
+ #: includes/elements/flickr.php:63
10036
  msgid "Galleries"
10037
  msgstr ""
10038
 
10039
+ #: includes/elements/flickr.php:64
10040
  msgid "Album"
10041
  msgstr ""
10042
 
10043
+ #: includes/elements/flickr.php:65 includes/elements/flickr.php:114
10044
  msgid "Group pools"
10045
  msgstr ""
10046
 
10047
+ #: includes/elements/flickr.php:66 includes/elements/flickr.php:132
10048
  msgid "Tags"
10049
  msgstr ""
10050
 
10051
+ #: includes/elements/flickr.php:78
10052
  msgid "Gallery ID"
10053
  msgstr ""
10054
 
10055
+ #: includes/elements/flickr.php:79
10056
  msgid ""
10057
  "To show the photos of a particular gallery, you need to know its id. For "
10058
  "example, the id of the gallery located in the URL: "
10060
  "72157636382842016"
10061
  msgstr ""
10062
 
10063
+ #: includes/elements/flickr.php:96
10064
  msgid "Album ID"
10065
  msgstr ""
10066
 
10067
+ #: includes/elements/flickr.php:97
10068
  msgid ""
10069
  "To show the photos of a particular photo set (also called \"album\"), you "
10070
  "need to know its photoset_id. For example, the photoset_id of the photo set "
10073
  "72157629228993613"
10074
  msgstr ""
10075
 
10076
+ #: includes/elements/flickr.php:115
10077
  msgid ""
10078
  "Display photos of a particular group pool, you need to know the group id, "
10079
  "that you can retrieve using %sidgettr%s."
10080
  msgstr ""
10081
 
10082
+ #: includes/elements/flickr.php:133
10083
  msgid ""
10084
  "Display photos that have some particular tags, Seprate words with , for "
10085
  "example: cat, square, nikon"
10086
  msgstr ""
10087
 
10088
+ #: includes/elements/flickr.php:151
10089
  msgid ""
10090
  "In case of using Colorbox or Swipebox, you need to enable it on Flickr "
10091
  "Justified Gallery plugin settings."
10092
  msgstr ""
10093
 
10094
+ #: includes/elements/flickr.php:156
10095
  msgid "Colorbox"
10096
  msgstr ""
10097
 
10098
+ #: includes/elements/flickr.php:157
10099
  msgid "Swipebox"
10100
  msgstr ""
10101
 
10102
+ #: includes/elements/flickr.php:169
10103
  msgid "Images height"
10104
  msgstr ""
10105
 
10106
+ #: includes/elements/flickr.php:170
10107
  msgid "You can use the this option to set images height in px."
10108
  msgstr ""
10109
 
10110
+ #: includes/elements/flickr.php:184
10111
  msgid "Max number of photos"
10112
  msgstr ""
10113
 
10114
+ #: includes/elements/flickr.php:185
10115
  msgid ""
10116
  "Maximum number of photos. Please note if pagination option is activaited "
10117
  "then this options is used as maximum number of photos per page."
10118
  msgstr ""
10119
 
10120
+ #: includes/elements/flickr.php:205
10121
  msgid "Previous and Next"
10122
  msgstr ""
10123
 
10124
+ #: includes/elements/flickr.php:206
10125
  msgid "Page Numbers"
10126
  msgstr ""
10127
 
10128
+ #: includes/elements/flickr.php:218
10129
  msgid "Fixed height"
10130
  msgstr ""
10131
 
10132
+ #: includes/elements/flickr.php:219
10133
  msgid "Each row has the same height, but the images will be cut more."
10134
  msgstr ""
10135
 
10136
+ #: includes/elements/flickr.php:231
10137
  msgid "Randomize images order"
10138
  msgstr ""
10139
 
10140
+ #: includes/elements/flickr.php:244
10141
  msgid "Margin between the images"
10142
  msgstr ""
10143
 
10144
+ #: includes/elements/flickr.php:245
10145
  msgid "Specifies the space between images."
10146
  msgstr ""
10147
 
10149
  msgid "Filterable and grid gallery with lightbox"
10150
  msgstr ""
10151
 
10152
+ #: includes/elements/gallery.php:153
10153
  msgid "Order images by query"
10154
  msgstr ""
10155
 
10156
+ #: includes/elements/gallery.php:167
10157
  msgid "Order images ascending or descending"
10158
  msgstr ""
10159
 
10160
+ #: includes/elements/gallery.php:210
10161
+ #: includes/elements/recent-posts-grid-carousel.php:474
10162
+ #: includes/elements/recent-posts-masonry.php:356
10163
+ #: includes/elements/recent-products.php:273
10164
  msgid "Number of columns"
10165
  msgstr ""
10166
 
10167
+ #: includes/elements/gallery.php:231
10168
+ #: includes/elements/recent-posts-grid-carousel.php:492
10169
+ #: includes/elements/recent-posts-masonry.php:374
10170
+ #: includes/elements/recent-products.php:291
10171
  msgid "Number of columns in tablet size"
10172
  msgstr ""
10173
 
10174
+ #: includes/elements/gallery.php:253
10175
+ #: includes/elements/recent-posts-grid-carousel.php:511
10176
+ #: includes/elements/recent-posts-masonry.php:393
10177
+ #: includes/elements/recent-products.php:310
10178
  msgid "Number of columns in phone size"
10179
  msgstr ""
10180
 
10181
+ #: includes/elements/gallery.php:273
10182
  msgid "Space"
10183
  msgstr ""
10184
 
10185
+ #: includes/elements/gallery.php:274
10186
  msgid "Space between gallery items in pixel."
10187
  msgstr ""
10188
 
10189
+ #: includes/elements/gallery.php:314
10190
  msgid "Link images to"
10191
  msgstr ""
10192
 
10193
+ #: includes/elements/gallery.php:323
10194
  msgid "File"
10195
  msgstr ""
10196
 
10197
+ #: includes/elements/gallery.php:334
10198
  msgid "Enable pagination"
10199
  msgstr ""
10200
 
10201
+ #: includes/elements/gallery.php:348
10202
  msgid "Only load images that are in visible page"
10203
  msgstr ""
10204
 
10320
  msgid "Highlight"
10321
  msgstr ""
10322
 
10323
+ #: includes/elements/highlight.php:42
10324
  msgid "The style of divider."
10325
  msgstr ""
10326
 
10327
+ #: includes/elements/highlight.php:55
10328
  msgid "Red"
10329
  msgstr ""
10330
 
10331
+ #: includes/elements/highlight.php:60
10332
  msgid "Blue"
10333
  msgstr ""
10334
 
10335
+ #: includes/elements/highlight.php:65
10336
  msgid "Yellow"
10337
  msgstr ""
10338
 
10339
+ #: includes/elements/highlight.php:70
10340
  msgid "Green"
10341
  msgstr ""
10342
 
10343
+ #: includes/elements/highlight.php:78
10344
  msgid "Enter the text to be highlighted."
10345
  msgstr ""
10346
 
10348
  msgid "Image with lightbox option"
10349
  msgstr ""
10350
 
10351
+ #: includes/elements/image.php:42
10352
  msgid "Image title, leave it empty if you don`t need title."
10353
  msgstr ""
10354
 
10355
+ #: includes/elements/image.php:71
10356
  msgid "Image hover"
10357
  msgstr ""
10358
 
10359
+ #: includes/elements/image.php:87
10360
  msgid "Choose a pre-defined or custom image size."
10361
  msgstr ""
10362
 
10363
+ #: includes/elements/image.php:92
10364
  msgid "Original"
10365
  msgstr ""
10366
 
10367
+ #: includes/elements/image.php:93
10368
  msgid "Large (%sx%s)"
10369
  msgstr ""
10370
 
10371
+ #: includes/elements/image.php:94
10372
  msgid "Medium Large (%sx%s)"
10373
  msgstr ""
10374
 
10375
+ #: includes/elements/image.php:95
10376
  msgid "Medium (%sx%s)"
10377
  msgstr ""
10378
 
10379
+ #: includes/elements/image.php:96
10380
  msgid "Thumbnail (%sx%s)"
10381
  msgstr ""
10382
 
10383
+ #: includes/elements/image.php:145
10384
  msgid "Image alignment in content."
10385
  msgstr ""
10386
 
10387
+ #: includes/elements/image.php:181
10388
  msgid "Open large image in lightbox"
10389
  msgstr ""
10390
 
10391
+ #: includes/elements/image.php:195
10392
  msgid "Preload the image"
10393
  msgstr ""
10394
 
10395
+ #: includes/elements/image.php:209
10396
  msgid "Preview preloading"
10397
  msgstr ""
10398
 
10399
+ #: includes/elements/image.php:223
10400
  msgid "Link URL"
10401
  msgstr ""
10402
 
10403
+ #: includes/elements/image.php:241
10404
  msgid "Target"
10405
  msgstr ""
10406
 
10407
+ #: includes/elements/image.php:242
10408
  msgid "Open in new page or this page."
10409
  msgstr ""
10410
 
10411
+ #: includes/elements/image.php:247
10412
  msgid "Self"
10413
  msgstr ""
10414
 
10415
+ #: includes/elements/image.php:248 includes/general-functions.php:1996
10416
  msgid "Blank"
10417
  msgstr ""
10418
 
10419
+ #: includes/elements/image.php:270 includes/elements/image.php:282
10420
  msgid "Effects"
10421
  msgstr ""
10422
 
10428
  msgid "It adds an instagram feed element."
10429
  msgstr ""
10430
 
10431
+ #: includes/elements/instagram-feed.php:42
10432
  msgid "A title for instagram element"
10433
  msgstr ""
10434
 
10435
+ #: includes/elements/instagram-feed.php:55
10436
  msgid "Instagram user ID"
10437
  msgstr ""
10438
 
10439
+ #: includes/elements/instagram-feed.php:57
10440
  msgid ""
10441
  "Instagram User ID. Separate multiple IDs by commas. You can find the User "
10442
  "ID with %sthis tool%s."
10443
  msgstr ""
10444
 
10445
+ #: includes/elements/instagram-feed.php:74
10446
  msgid "Number of photo"
10447
  msgstr ""
10448
 
10449
+ #: includes/elements/instagram-feed.php:75
10450
  msgid "Number of photos to display initially. Maximum is 33."
10451
  msgstr ""
10452
 
10453
+ #: includes/elements/instagram-feed.php:89
10454
  msgid "Resolution/size of the photos. "
10455
  msgstr ""
10456
 
10457
+ #: includes/elements/instagram-feed.php:95 includes/general-hooks.php:1601
10458
  msgid "Auto"
10459
  msgstr ""
10460
 
10461
+ #: includes/elements/instagram-feed.php:96
10462
  msgid "Thumb"
10463
  msgstr ""
10464
 
10465
+ #: includes/elements/instagram-feed.php:110
10466
  msgid "Number of columns in the feed. 1 - 10."
10467
  msgstr ""
10468
 
10469
+ #: includes/elements/instagram-feed.php:124
10470
  msgid "Spacing around the photos"
10471
  msgstr ""
10472
 
10473
+ #: includes/elements/instagram-feed.php:139
10474
  msgid "Unit of the spacing."
10475
  msgstr ""
10476
 
10477
+ #: includes/elements/instagram-feed.php:145
10478
+ #: includes/elements/instagram-feed.php:211
10479
  msgid "Percentage (%)"
10480
  msgstr ""
10481
 
10482
+ #: includes/elements/instagram-feed.php:146
10483
+ #: includes/elements/instagram-feed.php:212
10484
  msgid "Pixels (px)"
10485
  msgstr ""
10486
 
10487
+ #: includes/elements/instagram-feed.php:191
10488
  msgid "The height of the feed"
10489
  msgstr ""
10490
 
10491
+ #: includes/elements/instagram-feed.php:205
10492
  msgid "Unit of the height."
10493
  msgstr ""
10494
 
10495
+ #: includes/elements/instagram-feed.php:238
10496
  msgid "Show header"
10497
  msgstr ""
10498
 
10499
+ #: includes/elements/instagram-feed.php:239
10500
  msgid "Whether to show the feed header."
10501
  msgstr ""
10502
 
10503
+ #: includes/elements/instagram-feed.php:253
10504
  msgid "Show follow button"
10505
  msgstr ""
10506
 
10507
+ #: includes/elements/instagram-feed.php:254
10508
  msgid "Whether to show the Follow on Instagram button."
10509
  msgstr ""
10510
 
10511
+ #: includes/elements/instagram-feed.php:268
10512
  msgid "Show load more button"
10513
  msgstr ""
10514
 
10515
+ #: includes/elements/instagram-feed.php:269
10516
  msgid " Whether to show the load more button."
10517
  msgstr ""
10518
 
10529
  msgstr ""
10530
 
10531
  #: includes/elements/latest-items.php:40
10532
+ #: includes/elements/sample-element.php:65
10533
  msgid "If you choose Callout a big box appears around the content"
10534
  msgstr ""
10535
 
10649
  msgid "Slider for latest posts."
10650
  msgstr ""
10651
 
10652
+ #: includes/elements/latest-posts-slider.php:42
10653
  msgid "Latest post slider title, leave it empty if you don`t need title."
10654
  msgstr ""
10655
 
10656
+ #: includes/elements/latest-posts-slider.php:55
10657
  msgid "Create slides from"
10658
  msgstr ""
10659
 
10660
+ #: includes/elements/latest-posts-slider.php:61
10661
  msgid "Posts"
10662
  msgstr ""
10663
 
10664
+ #: includes/elements/latest-posts-slider.php:62
10665
  msgid "Pages"
10666
  msgstr ""
10667
 
10668
+ #: includes/elements/latest-posts-slider.php:73
10669
  msgid "Slides number"
10670
  msgstr ""
10671
 
10672
+ #: includes/elements/latest-posts-slider.php:74
10673
  msgid "Specifies maximum number of slides in slider."
10674
  msgstr ""
10675
 
10676
+ #: includes/elements/latest-posts-slider.php:88
10677
+ #: includes/elements/latest-posts-slider.php:102
10678
  msgid "Post IDs separated by comma (eg. 53,34,87,25)."
10679
  msgstr ""
10680
 
10681
+ #: includes/elements/latest-posts-slider.php:153
10682
  msgid "Order direction"
10683
  msgstr ""
10684
 
10685
+ #: includes/elements/latest-posts-slider.php:171
10686
  msgid "Slider skin"
10687
  msgstr ""
10688
 
10689
+ #: includes/elements/latest-posts-slider.php:177
10690
  msgid "Light and boxed"
10691
  msgstr ""
10692
 
10693
+ #: includes/elements/latest-posts-slider.php:178
10694
  msgid "Dark and boxed"
10695
  msgstr ""
10696
 
10697
+ #: includes/elements/latest-posts-slider.php:179
10698
  msgid "Light overlay"
10699
  msgstr ""
10700
 
10701
+ #: includes/elements/latest-posts-slider.php:180
10702
  msgid "Dark overlay"
10703
  msgstr ""
10704
 
10705
+ #: includes/elements/latest-posts-slider.php:191
10706
+ #: includes/elements/recent-posts-tiles-carousel.php:377
10707
+ #: includes/elements/recent-posts-tiles.php:385
10708
  msgid "Insert post title"
10709
  msgstr ""
10710
 
10711
+ #: includes/elements/latest-posts-slider.php:204
10712
+ #: includes/elements/recent-posts-tiles-carousel.php:390
10713
+ #: includes/elements/recent-posts-tiles.php:398
10714
  msgid "Insert post meta"
10715
  msgstr ""
10716
 
10717
+ #: includes/elements/latest-posts-slider.php:221
10718
  msgid "Grab the image from"
10719
  msgstr ""
10720
 
10721
+ #: includes/elements/latest-posts-slider.php:227
10722
  msgid "Auto select"
10723
  msgstr ""
10724
 
10725
+ #: includes/elements/latest-posts-slider.php:228
10726
  msgid "Featured image"
10727
  msgstr ""
10728
 
10729
+ #: includes/elements/latest-posts-slider.php:229
10730
  msgid "First image in post"
10731
  msgstr ""
10732
 
10733
+ #: includes/elements/latest-posts-slider.php:230
10734
  msgid "Custom image"
10735
  msgstr ""
10736
 
10737
+ #: includes/elements/latest-posts-slider.php:241
10738
  msgid "Background image"
10739
  msgstr ""
10740
 
10741
+ #: includes/elements/latest-posts-slider.php:257
10742
  msgid "Exclude posts without image"
10743
  msgstr ""
10744
 
10745
+ #: includes/elements/latest-posts-slider.php:324
10746
+ #: includes/elements/touch-slider.php:122
10747
  msgid "Looped navigation"
10748
  msgstr ""
10749
 
10750
+ #: includes/elements/latest-posts-slider.php:350
10751
+ #: includes/elements/touch-slider.php:148
10752
  msgid "Slideshow delay in seconds"
10753
  msgstr ""
10754
 
10755
+ #: includes/elements/latest-posts-slider.php:521
10756
  msgid "View all posts in "
10757
  msgstr ""
10758
 
10764
  msgid "Shows popular and most commented posts with thumbnail."
10765
  msgstr ""
10766
 
10767
+ #: includes/elements/popular-posts-widget.php:85
10768
  msgid "Display popular tab"
10769
  msgstr ""
10770
 
10771
+ #: includes/elements/popular-posts-widget.php:86
10772
  msgid "Enable it to display the most popular posts."
10773
  msgstr ""
10774
 
10775
+ #: includes/elements/popular-posts-widget.php:100
10776
  msgid "Display recent tab"
10777
  msgstr ""
10778
 
10779
+ #: includes/elements/popular-posts-widget.php:101
10780
  msgid "Enable it to display the most recent posts."
10781
  msgstr ""
10782
 
10783
+ #: includes/elements/popular-posts-widget.php:115
10784
  msgid "Display comment tab"
10785
  msgstr ""
10786
 
10787
+ #: includes/elements/popular-posts-widget.php:116
10788
  msgid "Enable it to display the most commented posts."
10789
  msgstr ""
10790
 
10791
+ #: includes/elements/popular-posts-widget.php:131
10792
+ #: includes/elements/recent-posts-widget.php:91
10793
  msgid "Enable it to display images as well."
10794
  msgstr ""
10795
 
10796
+ #: includes/elements/popular-posts-widget.php:160
10797
+ #: includes/elements/recent-posts-widget.php:120
10798
  msgid "Display post date"
10799
  msgstr ""
10800
 
10801
+ #: includes/elements/popular-posts-widget.php:175
10802
+ #: includes/elements/recent-posts-widget.php:135
10803
  msgid "Specify summary content in character"
10804
  msgstr ""
10805
 
10806
+ #: includes/elements/popular-posts-widget.php:236
10807
  msgid "specify a categories that you want."
10808
  msgstr ""
10809
 
10810
+ #: includes/elements/popular-posts-widget.php:386
10811
  msgid "Popular"
10812
  msgstr ""
10813
 
10814
+ #: includes/elements/popular-posts-widget.php:388
10815
  msgid "Comment"
10816
  msgstr ""
10817
 
10819
  msgid "Blockquote and introduction paragraph"
10820
  msgstr ""
10821
 
10822
+ #: includes/elements/quote.php:40
10823
  msgid "Quote text"
10824
  msgstr ""
10825
 
10826
+ #: includes/elements/quote.php:41
10827
  msgid "Enter a text as a quote."
10828
  msgstr ""
10829
 
10830
+ #: includes/elements/quote.php:54
10831
  msgid "Blockqoute style"
10832
  msgstr ""
10833
 
10834
+ #: includes/elements/quote.php:61
10835
  msgid "Quote Normal"
10836
  msgstr ""
10837
 
10838
+ #: includes/elements/quote.php:65
10839
  msgid "Blockquote Normal"
10840
  msgstr ""
10841
 
10842
+ #: includes/elements/quote.php:69
10843
  msgid "Blockquote Bordered"
10844
  msgstr ""
10845
 
10846
+ #: includes/elements/quote.php:73
10847
  msgid "Intro"
10848
  msgstr ""
10849
 
10850
+ #: includes/elements/quote.php:77
10851
  msgid "Intro Hero"
10852
  msgstr ""
10853
 
10854
+ #: includes/elements/quote.php:81
10855
  msgid "Intro with Splitter"
10856
  msgstr ""
10857
 
10858
+ #: includes/elements/quote.php:85
10859
  msgid "Pullquote Normal"
10860
  msgstr ""
10861
 
10862
+ #: includes/elements/quote.php:89
10863
  msgid "Pullquote Colorized"
10864
  msgstr ""
10865
 
10871
  msgid "It adds recent posts in grid or carousel mode."
10872
  msgstr ""
10873
 
10874
+ #: includes/elements/recent-posts-grid-carousel.php:56
10875
+ #: includes/elements/recent-posts-land-style.php:56
10876
+ #: includes/elements/recent-posts-masonry.php:56
10877
+ #: includes/elements/recent-posts-tiles-carousel.php:43
10878
+ #: includes/elements/recent-posts-tiles.php:56
10879
+ #: includes/elements/recent-posts-timeline.php:50
10880
  msgid "Recent post title, leave it empty if you don`t need title."
10881
  msgstr ""
10882
 
10883
+ #: includes/elements/recent-posts-grid-carousel.php:70
10884
  msgid "Recent posts subtitle, leave it empty if you don`t need title."
10885
  msgstr ""
10886
 
10887
+ #: includes/elements/recent-posts-grid-carousel.php:380
10888
+ #: includes/elements/recent-posts-land-style.php:300
10889
+ #: includes/elements/recent-posts-masonry.php:280
10890
  msgid ""
10891
  "Enable it to display %s like button%s on gride template blog. Please note "
10892
  "WP Ulike plugin needs to be activaited to use this option."
10893
  msgstr ""
10894
 
10895
+ #: includes/elements/recent-posts-grid-carousel.php:457
10896
  msgid "Meta Info position"
10897
  msgstr ""
10898
 
10899
+ #: includes/elements/recent-posts-grid-carousel.php:550
10900
  msgid "Specifies the style of content for each post column."
10901
  msgstr ""
10902
 
10924
  msgid "It adds recent posts in tiles carousel mode."
10925
  msgstr ""
10926
 
10927
+ #: includes/elements/recent-posts-tiles-carousel.php:71
10928
  msgid "Number of posts to show in per page"
10929
  msgstr ""
10930
 
10931
+ #: includes/elements/recent-posts-tiles-carousel.php:85
10932
  msgid "Number of Pages"
10933
  msgstr ""
10934
 
10935
+ #: includes/elements/recent-posts-tiles-carousel.php:346
10936
  msgid "Light Overlay"
10937
  msgstr ""
10938
 
10964
  msgid "a Widget for Display Your Store's Products"
10965
  msgstr ""
10966
 
10967
+ #: includes/elements/recent-products.php:42
10968
  msgid "Recent products title, leave it empty if you don`t need title."
10969
  msgstr ""
10970
 
10971
+ #: includes/elements/recent-products.php:56
10972
  msgid "Recent products subtitle, leave it empty if you don`t need title."
10973
  msgstr ""
10974
 
10975
+ #: includes/elements/recent-products.php:97
10976
  msgid "Vertical 10:15"
10977
  msgstr ""
10978
 
10984
  msgid "The element description"
10985
  msgstr ""
10986
 
10987
+ #: includes/elements/sample-element.php:51
10988
  msgid "Description for this element"
10989
  msgstr ""
10990
 
10992
  msgid "Fancy search field"
10993
  msgstr ""
10994
 
10995
+ #: includes/elements/search.php:41
10996
  msgid "Search title, leave it empty if you don`t need title."
10997
  msgstr ""
10998
 
11002
  "customizer."
11003
  msgstr ""
11004
 
11005
+ #: includes/elements/socials-list.php:42 includes/elements/socials-list.php:179
11006
  msgid "Socials title, leave it empty if you don`t need title."
11007
  msgstr ""
11008
 
11009
+ #: includes/elements/socials-list.php:56 includes/elements/socials-list.php:193
11010
  msgid "Size of social icons"
11011
  msgstr ""
11012
 
11013
+ #: includes/elements/socials-list.php:65 includes/elements/socials-list.php:202
11014
  msgid "Extra large"
11015
  msgstr ""
11016
 
11017
+ #: includes/elements/socials-list.php:76 includes/elements/socials-list.php:213
11018
  msgid "Directon of socials list"
11019
  msgstr ""
11020
 
11021
+ #: includes/elements/socials-list.php:155
11022
  msgid "It shows the website socials icons."
11023
  msgstr ""
11024
 
11025
+ #: includes/elements/socials-list.php:243 includes/elements/staff.php:344
11026
  msgid "Linkedin Address"
11027
  msgstr ""
11028
 
11029
+ #: includes/elements/socials-list.php:303
11030
  msgid "Youtube Address"
11031
  msgstr ""
11032
 
11033
+ #: includes/elements/socials-list.php:327
11034
  msgid "Telegram Address"
11035
  msgstr ""
11036
 
11037
+ #: includes/elements/socials-list.php:339
11038
  msgid "VK Address"
11039
  msgstr ""
11040
 
11046
  msgid "You can display your Staffs as a customized widget,"
11047
  msgstr ""
11048
 
11049
+ #: includes/elements/staff.php:43
11050
  msgid "Staff Name, leave it empty if you don`t need title."
11051
  msgstr ""
11052
 
11053
+ #: includes/elements/staff.php:52 includes/elements/staff.php:83
11054
+ #: includes/elements/staff.php:98 includes/elements/staff.php:118
11055
+ #: includes/elements/staff.php:137 includes/elements/staff.php:155
11056
+ #: includes/elements/staff.php:187
11057
  msgid "Staff Details"
11058
  msgstr ""
11059
 
11060
+ #: includes/elements/staff.php:57
11061
  msgid "Staff Occupation, leave it empty if you don`t need title."
11062
  msgstr ""
11063
 
11064
+ #: includes/elements/staff.php:73
11065
  msgid "leave it empty if you don`t need to add a page."
11066
  msgstr ""
11067
 
11068
+ #: includes/elements/staff.php:87
11069
  msgid "Staff Image"
11070
  msgstr ""
11071
 
11072
+ #: includes/elements/staff.php:102 includes/elements/text.php:420
11073
  msgid "Image Size"
11074
  msgstr ""
11075
 
11076
+ #: includes/elements/staff.php:108 includes/elements/text.php:426
11077
  msgid "Orginal Size"
11078
  msgstr ""
11079
 
11080
+ #: includes/elements/staff.php:191
11081
  msgid "Wrapper style"
11082
  msgstr ""
11083
 
11084
+ #: includes/elements/staff.php:202 includes/elements/text.php:99
11085
  msgid "Outlined"
11086
  msgstr ""
11087
 
11088
+ #: includes/elements/staff.php:218
11089
  msgid "Layout Style"
11090
  msgstr ""
11091
 
11092
+ #: includes/elements/staff.php:250
11093
  msgid "Layout Border Color"
11094
  msgstr ""
11095
 
11096
+ #: includes/elements/staff.php:251
11097
  msgid "Choose a border color for this layout."
11098
  msgstr ""
11099
 
11100
+ #: includes/elements/staff.php:268
11101
  msgid "Text align"
11102
  msgstr ""
11103
 
11104
+ #: includes/elements/staff.php:296
11105
  msgid "Text color scheme"
11106
  msgstr ""
11107
 
11108
+ #: includes/elements/staff.php:302
11109
  msgid "Inherit"
11110
  msgstr ""
11111
 
11113
  msgid "It adds tabs element."
11114
  msgstr ""
11115
 
11116
+ #: includes/elements/tab-widget.php:42 includes/elements/tabs.php:42
11117
  msgid "Tabs title, leave it empty if you don`t need title."
11118
  msgstr ""
11119
 
11120
+ #: includes/elements/tab-widget.php:56 includes/elements/tabs.php:56
11121
  msgid "Choose between bordered style and no border."
11122
  msgstr ""
11123
 
11124
+ #: includes/elements/tab-widget.php:73
11125
  msgid "First Tab Label"
11126
  msgstr ""
11127
 
11128
+ #: includes/elements/tab-widget.php:74 includes/elements/tab-widget.php:103
11129
+ #: includes/elements/tab-widget.php:132 includes/elements/tabs.php:74
11130
  msgid "Enter your tab item label."
11131
  msgstr ""
11132
 
11133
+ #: includes/elements/tab-widget.php:87
11134
  msgid "First Tab Content"
11135
  msgstr ""
11136
 
11137
+ #: includes/elements/tab-widget.php:88 includes/elements/tab-widget.php:117
11138
+ #: includes/elements/tab-widget.php:146 includes/elements/tabs.php:91
11139
  msgid "Enter your tab item content."
11140
  msgstr ""
11141
 
11142
+ #: includes/elements/tab-widget.php:102
11143
  msgid "Second Tab Label"
11144
  msgstr ""
11145
 
11146
+ #: includes/elements/tab-widget.php:116
11147
  msgid "Second Tab Content"
11148
  msgstr ""
11149
 
11150
+ #: includes/elements/tab-widget.php:131
11151
  msgid "Third Tab Label"
11152
  msgstr ""
11153
 
11154
+ #: includes/elements/tab-widget.php:145
11155
  msgid "Third Tab Content"
11156
  msgstr ""
11157
 
11158
+ #: includes/elements/tabs.php:73
11159
  msgid "Tab label"
11160
  msgstr ""
11161
 
11162
+ #: includes/elements/tabs.php:77
11163
  msgid "Tabs Section"
11164
  msgstr ""
11165
 
11166
+ #: includes/elements/tabs.php:93
11167
  msgid "Tabs section"
11168
  msgstr ""
11169
 
11175
  msgid "Testimonial Element"
11176
  msgstr ""
11177
 
11178
+ #: includes/elements/testimonial.php:42
11179
  msgid "Testimonial Templates"
11180
  msgstr ""
11181
 
11182
+ #: includes/elements/testimonial.php:56
11183
  msgid "Default Template"
11184
  msgstr ""
11185
 
11186
+ #: includes/elements/testimonial.php:60
11187
  msgid "Default Template With Image"
11188
  msgstr ""
11189
 
11190
+ #: includes/elements/testimonial.php:64
11191
  msgid "Bordered On Content"
11192
  msgstr ""
11193
 
11194
+ #: includes/elements/testimonial.php:68
11195
  msgid "Quotation Mark on Top of the Content"
11196
  msgstr ""
11197
 
11198
+ #: includes/elements/testimonial.php:72
11199
  msgid "Show Info on Top of Content"
11200
  msgstr ""
11201
 
11202
+ #: includes/elements/testimonial.php:76
11203
  msgid "Show Image on Top of the Content"
11204
  msgstr ""
11205
 
11206
+ #: includes/elements/testimonial.php:83
11207
  msgid "Customer Name, leave it empty if you don`t need title."
11208
  msgstr ""
11209
 
11210
+ #: includes/elements/testimonial.php:97
11211
  msgid "Customer Link, leave it empty if you don`t need it"
11212
  msgstr ""
11213
 
11214
+ #: includes/elements/testimonial.php:111
11215
  msgid "Customer Occupation, leave it empty if you don`t need it."
11216
  msgstr ""
11217
 
11218
+ #: includes/elements/testimonial.php:125
11219
  msgid "Customer Rating, Set it to \"None\" if you don`t need it."
11220
  msgstr ""
11221
 
11223
  msgid "Iconic text block."
11224
  msgstr ""
11225
 
11226
+ #: includes/elements/text.php:88
11227
  msgid "Wrapper Style"
11228
  msgstr ""
11229
 
11230
+ #: includes/elements/text.php:112 includes/elements/text.php:140
11231
+ #: includes/elements/text.php:168 includes/elements/text.php:187
11232
+ #: includes/elements/text.php:206 includes/elements/text.php:225
11233
+ #: includes/elements/text.php:243 includes/elements/text.php:265
11234
+ #: includes/elements/text.php:283 includes/elements/text.php:301
11235
+ #: includes/elements/text.php:319 includes/elements/text.php:338
11236
+ #: includes/elements/text.php:360 includes/elements/text.php:918
11237
+ #: includes/elements/text.php:932
11238
  msgid "Wrapper Layout"
11239
  msgstr ""
11240
 
11241
+ #: includes/elements/text.php:144
11242
  msgid "Text Align on Small Screens"
11243
  msgstr ""
11244
 
11245
+ #: includes/elements/text.php:172
11246
  msgid "Text Color Scheme"
11247
  msgstr ""
11248
 
11249
+ #: includes/elements/text.php:192
11250
  msgid "Wrapper Background Type"
11251
  msgstr ""
11252
 
11253
+ #: includes/elements/text.php:198 includes/elements/text.php:293
11254
  msgid "Single Color"
11255
  msgstr ""
11256
 
11257
+ #: includes/elements/text.php:199 includes/elements/text.php:294
11258
+ #: includes/general-hooks.php:1578
11259
  msgid "Background Image"
11260
  msgstr ""
11261
 
11262
+ #: includes/elements/text.php:211
11263
  msgid "Wrapper Background Color"
11264
  msgstr ""
11265
 
11266
+ #: includes/elements/text.php:229
11267
  msgid "Wrapper Background image"
11268
  msgstr ""
11269
 
11270
+ #: includes/elements/text.php:247
11271
  msgid "Wrapper Background Image Display"
11272
  msgstr ""
11273
 
11274
+ #: includes/elements/text.php:252 includes/elements/text.php:347
11275
+ #: includes/general-hooks.php:1609
11276
  msgid "Cover"
11277
  msgstr ""
11278
 
11279
+ #: includes/elements/text.php:253 includes/elements/text.php:348
11280
  msgid "Tiled Image"
11281
  msgstr ""
11282
 
11283
+ #: includes/elements/text.php:254 includes/elements/text.php:349
11284
  msgid "Centered, with original size"
11285
  msgstr ""
11286
 
11287
+ #: includes/elements/text.php:255 includes/elements/text.php:350
11288
+ #: includes/general-hooks.php:1742
11289
  msgid "Fixed"
11290
  msgstr ""
11291
 
11292
+ #: includes/elements/text.php:269
11293
  msgid "Wrapper Background Overlay"
11294
  msgstr ""
11295
 
11296
+ #: includes/elements/text.php:287
11297
  msgid "Header Background Type"
11298
  msgstr ""
11299
 
11300
+ #: includes/elements/text.php:305
11301
  msgid "Header Background color"
11302
  msgstr ""
11303
 
11304
+ #: includes/elements/text.php:324
11305
  msgid "Header Background image"
11306
  msgstr ""
11307
 
11308
+ #: includes/elements/text.php:342
11309
  msgid "Header Background Image Display"
11310
  msgstr ""
11311
 
11312
+ #: includes/elements/text.php:364
11313
  msgid "Icon or image"
11314
  msgstr ""
11315
 
11316
+ #: includes/elements/text.php:365
11317
  msgid "Please choose an icon from avaialable icons."
11318
  msgstr ""
11319
 
11320
+ #: includes/elements/text.php:366
11321
  msgid "Display Icon or Image"
11322
  msgstr ""
11323
 
11324
+ #: includes/elements/text.php:380 includes/elements/text.php:398
11325
+ #: includes/elements/text.php:416 includes/elements/text.php:439
11326
+ #: includes/elements/text.php:457 includes/elements/text.php:480
11327
+ #: includes/elements/text.php:498 includes/elements/text.php:527
11328
+ #: includes/elements/text.php:565 includes/elements/text.php:603
11329
+ #: includes/elements/text.php:631
11330
  msgid "Icon & Image"
11331
  msgstr ""
11332
 
11333
+ #: includes/elements/text.php:444
11334
  msgid "Choose a color for icon."
11335
  msgstr ""
11336
 
11337
+ #: includes/elements/text.php:461
11338
  msgid "Icon size"
11339
  msgstr ""
11340
 
11341
+ #: includes/elements/text.php:485
11342
  msgid "Choose a color for background of icon."
11343
  msgstr ""
11344
 
11345
+ #: includes/elements/text.php:502
11346
  msgid "Icon/Image outline color"
11347
  msgstr ""
11348
 
11349
+ #: includes/elements/text.php:503
11350
  msgid "Choose a color for the border around the icon or image."
11351
  msgstr ""
11352
 
11353
+ #: includes/elements/text.php:517
11354
  msgid "Icon/Image outline width"
11355
  msgstr ""
11356
 
11357
+ #: includes/elements/text.php:518
11358
  msgid "Choose a width for the border around the icon or image."
11359
  msgstr ""
11360
 
11361
+ #: includes/elements/text.php:607
11362
  msgid "Image or icon position"
11363
  msgstr ""
11364
 
11365
+ #: includes/elements/text.php:690
11366
  msgid "Button shape style"
11367
  msgstr ""
11368
 
11369
+ #: includes/elements/text.php:767
11370
  msgid "Darken label of button while mouse over it."
11371
  msgstr ""
11372
 
11373
+ #: includes/elements/text.php:922
11374
  msgid "Footer Shape color"
11375
  msgstr ""
11376
 
11377
+ #: includes/elements/text.php:923
11378
  msgid "Select color for shape"
11379
  msgstr ""
11380
 
11386
  msgid "Responsive image slider with touch swipe feature."
11387
  msgstr ""
11388
 
11389
+ #: includes/elements/touch-slider.php:43
11390
  msgid "The slider title, leave it empty if you don`t need title."
11391
  msgstr ""
11392
 
11454
  msgid "LOADING"
11455
  msgstr ""
11456
 
11457
+ #: includes/general-functions.php:1997
11458
  msgid "Blurred placeholder image"
11459
  msgstr ""
11460
 
11461
+ #: includes/general-functions.php:1998
11462
  msgid "In-progress box animation"
11463
  msgstr ""
11464
 
11465
+ #: includes/general-functions.php:1999
11466
  msgid "Loading spinner (blue)"
11467
  msgstr ""
11468
 
11469
+ #: includes/general-functions.php:2000
11470
  msgid "Loading spinner (light)"
11471
  msgstr ""
11472
 
11473
+ #: includes/general-functions.php:2001
11474
  msgid "Loading spinner (dark)"
11475
  msgstr ""
11476
 
11477
+ #: includes/general-functions.php:2228
11478
  #. translators: %s: Search term.
11479
  msgid "Search Results for: %s"
11480
  msgstr ""
11481
 
11482
+ #: includes/general-functions.php:2232
11483
  #. translators: %s is the page number.
11484
  msgid "&nbsp;&ndash; Page %s"
11485
  msgstr ""
11486
 
11487
+ #: includes/general-functions.php:2239
11488
  #. translators: Category archive title. 1: Category name
11489
  msgid "Category: %s"
11490
  msgstr ""
11491
 
11492
+ #: includes/general-functions.php:2245
11493
  #. translators: Tag archive title. 1: Tag name
11494
  msgid "Tag: %s"
11495
  msgstr ""
11496
 
11497
+ #: includes/general-functions.php:2252
11498
  #. translators: Author archive title. 1: Author name
11499
  msgid "Author: %s"
11500
  msgstr ""
11501
 
11502
+ #: includes/general-functions.php:2259
11503
  #. translators: Yearly archive title. 1: Year
11504
  msgid "Year: %s"
11505
  msgstr ""
11506
 
11507
+ #: includes/general-functions.php:2266
11508
  #. translators: Monthly archive title. 1: Month name and year
11509
  msgid "Month: %s"
11510
  msgstr ""
11511
 
11512
+ #: includes/general-functions.php:2273
11513
  #. translators: Daily archive title. 1: Date
11514
  msgid "Day: %s"
11515
  msgstr ""
11516
 
11517
+ #: includes/general-functions.php:2300
11518
  #. translators: Post type archive title. 1: Post type name
11519
  msgid "Archives: %s"
11520
  msgstr ""
11521
 
11522
+ #: includes/general-functions.php:2308
11523
  #. translators: Taxonomy term archive title. 1: Taxonomy singular name, 2:
11524
  #. Current taxonomy term
11525
  msgid "%1$s: %2$s"
11526
  msgstr ""
11527
 
11528
+ #: includes/general-functions.php:2311
11529
  msgid "Page Not Found"
11530
  msgstr ""
11531
 
11532
+ #: includes/general-functions.php:2490
11533
  msgid "Select Page"
11534
  msgstr ""
11535
 
11536
+ #: includes/general-hooks.php:218
11537
  msgid "Auxin Icons"
11538
  msgstr ""
11539
 
11540
+ #: includes/general-hooks.php:223
11541
  msgid "Icon library"
11542
  msgstr ""
11543
 
11544
+ #: includes/general-hooks.php:225
11545
  msgid "Font Awesome"
11546
  msgstr ""
11547
 
11548
+ #: includes/general-hooks.php:226
11549
  msgid "Open Iconic"
11550
  msgstr ""
11551
 
11552
+ #: includes/general-hooks.php:227
11553
  msgid "Typicons"
11554
  msgstr ""
11555
 
11556
+ #: includes/general-hooks.php:228
11557
  msgid "Entypo"
11558
  msgstr ""
11559
 
11560
+ #: includes/general-hooks.php:229
11561
  msgid "Linecons"
11562
  msgstr ""
11563
 
11564
+ #: includes/general-hooks.php:230
11565
  msgid "Auxin"
11566
  msgstr ""
11567
 
11568
+ #: includes/general-hooks.php:234
11569
  msgid "Select icon library."
11570
  msgstr ""
11571
 
11572
+ #: includes/general-hooks.php:252 includes/general-hooks.php:269
11573
+ #: includes/general-hooks.php:285 includes/general-hooks.php:301
11574
+ #: includes/general-hooks.php:332
11575
  msgid "Select icon from library."
11576
  msgstr ""
11577
 
11578
+ #: includes/general-hooks.php:337
11579
  msgid "Custom color"
11580
  msgstr ""
11581
 
11582
+ #: includes/general-hooks.php:339
11583
  msgid "Select custom icon color."
11584
  msgstr ""
11585
 
11586
+ #: includes/general-hooks.php:347
11587
  msgid "Background shape"
11588
  msgstr ""
11589
 
11590
+ #: includes/general-hooks.php:353
11591
  msgid "Rounded"
11592
  msgstr ""
11593
 
11594
+ #: includes/general-hooks.php:356
11595
  msgid "Outline Rounded"
11596
  msgstr ""
11597
 
11598
+ #: includes/general-hooks.php:358
11599
  msgid "Select background shape and style for icon."
11600
  msgstr ""
11601
 
11602
+ #: includes/general-hooks.php:363
11603
  msgid "Custom background color"
11604
  msgstr ""
11605
 
11606
+ #: includes/general-hooks.php:365
11607
  msgid "Select custom icon background color."
11608
  msgstr ""
11609
 
11610
+ #: includes/general-hooks.php:381
11611
  msgid "Select icon alignment."
11612
  msgstr ""
11613
 
11614
+ #: includes/general-hooks.php:397 includes/general-hooks.php:398
11615
  msgid "Arrow"
11616
  msgstr ""
11617
 
11618
+ #: includes/general-hooks.php:399
11619
  msgid "Back"
11620
  msgstr ""
11621
 
11622
+ #: includes/general-hooks.php:455
11623
  msgid "Custom JS Code"
11624
  msgstr ""
11625
 
11626
+ #: includes/general-hooks.php:456
11627
  msgid "Your Custom Javascript"
11628
  msgstr ""
11629
 
11630
+ #: includes/general-hooks.php:460
11631
  msgid "Custom Javascript in Head"
11632
  msgstr ""
11633
 
11634
+ #: includes/general-hooks.php:461 includes/general-hooks.php:475
11635
  msgid "You can add your custom javascript code here.%s DO NOT use %s tag."
11636
  msgstr ""
11637
 
11638
+ #: includes/general-hooks.php:462 includes/general-hooks.php:476
11639
  msgid ""
11640
  "In order to save your custom javascript code, you are expected to execute "
11641
  "the code prior to saving."
11642
  msgstr ""
11643
 
11644
+ #: includes/general-hooks.php:468 includes/general-hooks.php:482
11645
  msgid "Execute"
11646
  msgstr ""
11647
 
11648
+ #: includes/general-hooks.php:474
11649
  msgid "Custom Javascript in Footer"
11650
  msgstr ""
11651
 
11652
+ #: includes/general-hooks.php:493 includes/general-hooks.php:494
11653
  msgid "Google API Keys & SEO"
11654
  msgstr ""
11655
 
11656
+ #: includes/general-hooks.php:499
11657
  msgid "Built in SEO"
11658
  msgstr ""
11659
 
11660
+ #: includes/general-hooks.php:500
11661
  msgid ""
11662
  "In case of using SEO plugins like \"WordPress SEO by Yoast\" or \"All in "
11663
  "One SEO Pack\" you can disable built-in SEO for maximum compatibility."
11664
  msgstr ""
11665
 
11666
+ #: includes/general-hooks.php:510
11667
  msgid "Google Analytics Code"
11668
  msgstr ""
11669
 
11670
+ #: includes/general-hooks.php:511
11671
  msgid "You can %s set up Analytics tracking %s and add the tracking ID here."
11672
  msgstr ""
11673
 
11674
+ #: includes/general-hooks.php:525
11675
  msgid "Google Maps API Key"
11676
  msgstr ""
11677
 
11678
+ #: includes/general-hooks.php:527
11679
  msgid ""
11680
  "In order to use google maps on your website, you have to %s create an api "
11681
  "key %s and insert it in this field."
11682
  msgstr ""
11683
 
11684
+ #: includes/general-hooks.php:541
11685
  msgid "Google Marketing Code"
11686
  msgstr ""
11687
 
11688
+ #: includes/general-hooks.php:542
11689
  msgid "You can add your Google marketing code here.%s DO NOT use %s tag."
11690
  msgstr ""
11691
 
11692
+ #: includes/general-hooks.php:559
11693
  msgid "Logo 2 (optional)"
11694
  msgstr ""
11695
 
11696
+ #: includes/general-hooks.php:560
11697
  msgid "The secondary logo which appears when the header becomes sticky (optional)."
11698
  msgstr ""
11699
 
11700
+ #: includes/general-hooks.php:576
11701
  msgid "Header Button 1"
11702
  msgstr ""
11703
 
11704
+ #: includes/general-hooks.php:577
11705
  msgid "Setting for Header Button 1"
11706
  msgstr ""
11707
 
11708
+ #: includes/general-hooks.php:599
11709
  msgid "Display Header Button 1"
11710
  msgstr ""
11711
 
11712
+ #: includes/general-hooks.php:600 includes/general-hooks.php:1012
11713
  msgid "Enable this option to display a button in header."
11714
  msgstr ""
11715
 
11716
+ #: includes/general-hooks.php:620
11717
  msgid "Hide Button 1 on Tablet"
11718
  msgstr ""
11719
 
11720
+ #: includes/general-hooks.php:621 includes/general-hooks.php:644
11721
  msgid "Enable it to hide header button 1 on tablet devices."
11722
  msgstr ""
11723
 
11724
+ #: includes/general-hooks.php:643
11725
  msgid "Hide Button 1 on Mobile"
11726
  msgstr ""
11727
 
11728
+ #: includes/general-hooks.php:666 includes/general-hooks.php:1078
11729
  msgid "Button Label"
11730
  msgstr ""
11731
 
11732
+ #: includes/general-hooks.php:667 includes/general-hooks.php:1079
11733
  msgid "Specifies the label of button."
11734
  msgstr ""
11735
 
11736
+ #: includes/general-hooks.php:689 includes/general-hooks.php:1101
11737
  msgid "Button Size"
11738
  msgstr ""
11739
 
11740
+ #: includes/general-hooks.php:719 includes/general-hooks.php:1131
11741
  msgid "Button Shape"
11742
  msgstr ""
11743
 
11744
+ #: includes/general-hooks.php:726 includes/general-hooks.php:1138
11745
  msgid "Sharp"
11746
  msgstr ""
11747
 
11748
+ #: includes/general-hooks.php:793 includes/general-hooks.php:1205
11749
  msgid "Button Typography"
11750
  msgstr ""
11751
 
11752
+ #: includes/general-hooks.php:815 includes/general-hooks.php:1227
11753
  msgid "Icon for Button"
11754
  msgstr ""
11755
 
11756
+ #: includes/general-hooks.php:837 includes/general-hooks.php:1249
11757
  msgid "Icon Alignment"
11758
  msgstr ""
11759
 
11760
+ #: includes/general-hooks.php:886 includes/general-hooks.php:1298
11761
  msgid "Color of Button"
11762
  msgstr ""
11763
 
11764
+ #: includes/general-hooks.php:909 includes/general-hooks.php:1321
11765
  msgid "Color of Button on Sticky"
11766
  msgstr ""
11767
 
11768
+ #: includes/general-hooks.php:910 includes/general-hooks.php:1322
11769
  msgid "Specifies the color of the button when the header sticky is enabled."
11770
  msgstr ""
11771
 
11772
+ #: includes/general-hooks.php:955 includes/general-hooks.php:1367
11773
  msgid "Open Link in"
11774
  msgstr ""
11775
 
11776
+ #: includes/general-hooks.php:988
11777
  msgid "Header Button 2"
11778
  msgstr ""
11779
 
11780
+ #: includes/general-hooks.php:989
11781
  msgid "Setting for Header Button 2"
11782
  msgstr ""
11783
 
11784
+ #: includes/general-hooks.php:1011
11785
  msgid "Display Header Button 2"
11786
  msgstr ""
11787
 
11788
+ #: includes/general-hooks.php:1032
11789
  msgid "Hide Button 2 on Tablet"
11790
  msgstr ""
11791
 
11792
+ #: includes/general-hooks.php:1033 includes/general-hooks.php:1056
11793
  msgid "Enable it to hide header button 2 on tablet devices."
11794
  msgstr ""
11795
 
11796
+ #: includes/general-hooks.php:1055
11797
  msgid "Hide Button 2 on Mobile"
11798
  msgstr ""
11799
 
11800
+ #: includes/general-hooks.php:1426
11801
  msgid "Specifies maximum height of logo in footer."
11802
  msgstr ""
11803
 
11804
+ #: includes/general-hooks.php:1463
11805
  msgid "Preview login page"
11806
  msgstr ""
11807
 
11808
+ #: includes/general-hooks.php:1470
11809
  msgid "Login Skin"
11810
  msgstr ""
11811
 
11812
+ #: includes/general-hooks.php:1471
11813
  msgid "Specifies a skin for login page of your website."
11814
  msgstr ""
11815
 
11816
+ #: includes/general-hooks.php:1481
11817
  msgid "Clean white"
11818
  msgstr ""
11819
 
11820
+ #: includes/general-hooks.php:1485
11821
  msgid "Simple white"
11822
  msgstr ""
11823
 
11824
+ #: includes/general-hooks.php:1489
11825
  msgid "Simple gray"
11826
  msgstr ""
11827
 
11828
+ #: includes/general-hooks.php:1499
11829
  msgid "Login message"
11830
  msgstr ""
11831
 
11832
+ #: includes/general-hooks.php:1500
11833
  msgid "Enter a text to display above the login form."
11834
  msgstr ""
11835
 
11836
+ #: includes/general-hooks.php:1512
11837
  msgid "Login Page Logo"
11838
  msgstr ""
11839
 
11840
+ #: includes/general-hooks.php:1513
11841
  msgid ""
11842
  "Specifies a logo to display on login page.(width of logo image could be up "
11843
  "to 320px)"
11844
  msgstr ""
11845
 
11846
+ #: includes/general-hooks.php:1524
11847
  msgid "Logo Width"
11848
  msgstr ""
11849
 
11850
+ #: includes/general-hooks.php:1525
11851
  msgid "Specifies width of logo image in pixel."
11852
  msgstr ""
11853
 
11854
+ #: includes/general-hooks.php:1536
11855
  msgid "Logo Height"
11856
  msgstr ""
11857
 
11858
+ #: includes/general-hooks.php:1537
11859
  msgid "Specifies height of logo image in pixel."
11860
  msgstr ""
11861
 
11862
+ #: includes/general-hooks.php:1549
11863
  msgid "Enable Background"
11864
  msgstr ""
11865
 
11866
+ #: includes/general-hooks.php:1550
11867
  msgid "Enable it to display custom background on login page."
11868
  msgstr ""
11869
 
11870
+ #: includes/general-hooks.php:1562
11871
  msgid "Specifies background color of website."
11872
  msgstr ""
11873
 
11874
+ #: includes/general-hooks.php:1579
11875
  msgid "You can upload custom image for background of login page"
11876
  msgstr ""
11877
 
11878
+ #: includes/general-hooks.php:1594
11879
  msgid "Background Size"
11880
  msgstr ""
11881
 
11882
+ #: includes/general-hooks.php:1595
11883
  msgid "Specifies background size on login page."
11884
  msgstr ""
11885
 
11886
+ #: includes/general-hooks.php:1605
11887
  msgid "Contain"
11888
  msgstr ""
11889
 
11890
+ #: includes/general-hooks.php:1624
11891
  msgid "Background Pattern"
11892
  msgstr ""
11893
 
11894
+ #: includes/general-hooks.php:1625
11895
  msgid ""
11896
  "You can select one of these patterns as login background image. %s Some of "
11897
  "these can be used as a pattern over your background image."
11898
  msgstr ""
11899
 
11900
+ #: includes/general-hooks.php:1641
11901
  msgid "Background Repeat"
11902
  msgstr ""
11903
 
11904
+ #: includes/general-hooks.php:1642
11905
  msgid "Specifies how background image repeats."
11906
  msgstr ""
11907
 
11908
+ #: includes/general-hooks.php:1647
11909
  msgid "No repeat"
11910
  msgstr ""
11911
 
11912
+ #: includes/general-hooks.php:1651
11913
  msgid "Repeat horizontally and vertically"
11914
  msgstr ""
11915
 
11916
+ #: includes/general-hooks.php:1655
11917
  msgid "Repeat horizontally"
11918
  msgstr ""
11919
 
11920
+ #: includes/general-hooks.php:1659
11921
  msgid "Repeat vertically"
11922
  msgstr ""
11923
 
11924
+ #: includes/general-hooks.php:1675
11925
  msgid "Background Position"
11926
  msgstr ""
11927
 
11928
+ #: includes/general-hooks.php:1676
11929
  msgid "Specifies background image position."
11930
  msgstr ""
11931
 
11932
+ #: includes/general-hooks.php:1681
11933
  msgid "Left top"
11934
  msgstr ""
11935
 
11936
+ #: includes/general-hooks.php:1685
11937
  msgid "Center top"
11938
  msgstr ""
11939
 
11940
+ #: includes/general-hooks.php:1689
11941
  msgid "Right top"
11942
  msgstr ""
11943
 
11944
+ #: includes/general-hooks.php:1694
11945
  msgid "Left center"
11946
  msgstr ""
11947
 
11948
+ #: includes/general-hooks.php:1698
11949
  msgid "Center center"
11950
  msgstr ""
11951
 
11952
+ #: includes/general-hooks.php:1702
11953
  msgid "Right center"
11954
  msgstr ""
11955
 
11956
+ #: includes/general-hooks.php:1707
11957
  msgid "Left bottom"
11958
  msgstr ""
11959
 
11960
+ #: includes/general-hooks.php:1711
11961
  msgid "Center bottom"
11962
  msgstr ""
11963
 
11964
+ #: includes/general-hooks.php:1715
11965
  msgid "Right bottom"
11966
  msgstr ""
11967
 
11968
+ #: includes/general-hooks.php:1731
11969
  msgid "Background Attachment"
11970
  msgstr ""
11971
 
11972
+ #: includes/general-hooks.php:1732
11973
  msgid ""
11974
  "Specifies whether the background is fixed or scrollable as user scrolls the "
11975
  "page."
11976
  msgstr ""
11977
 
11978
+ #: includes/general-hooks.php:1738
11979
  msgid "Scroll"
11980
  msgstr ""
11981
 
11982
+ #: includes/general-hooks.php:1759
11983
  msgid "Custom CSS class name"
11984
  msgstr ""
11985
 
11986
+ #: includes/general-hooks.php:1760
11987
  msgid ""
11988
  "In this field you can define custom CSS class name for login page.\n"
11989
  " This class name will be added to body classes in "
11990
  "login page and is useful for advance custom styling purposes."
11991
  msgstr ""
11992
 
11993
+ #: includes/general-hooks.php:1771
11994
  msgid "Login Style"
11995
  msgstr ""
11996
 
11997
+ #: includes/general-hooks.php:1772
11998
  msgid "Custom Css style for login page"
11999
  msgstr ""
12000
 
12001
+ #: includes/general-hooks.php:1788
12002
  msgid "404 Page Options"
12003
  msgstr ""
12004
 
12005
+ #: includes/general-hooks.php:1794
12006
  msgid "Specifies a page to display on 404."
12007
  msgstr ""
12008
 
12009
+ #: includes/general-hooks.php:1809 includes/general-hooks.php:1826
12010
  msgid "Maintenance or Comingsoon Page"
12011
  msgstr ""
12012
 
12013
+ #: includes/general-hooks.php:1810
12014
  msgid "Maintenance or Comingsoon Page Options"
12015
  msgstr ""
12016
 
12017
+ #: includes/general-hooks.php:1815
12018
  msgid "Enable Maintenance or Comingsoon Mode"
12019
  msgstr ""
12020
 
12021
+ #: includes/general-hooks.php:1816
12022
  msgid "With this option you can manually enable Maintenance or Comingsoon mode"
12023
  msgstr ""
12024
 
12025
+ #: includes/general-hooks.php:1827
12026
  msgid ""
12027
  "In This Case You Can Set Your Specifc Page for Maintenance or Comingsoon "
12028
  "Mode"
12029
  msgstr ""
12030
 
12031
+ #: includes/general-hooks.php:1846
12032
  msgid "Search Results"
12033
  msgstr ""
12034
 
12035
+ #: includes/general-hooks.php:1847
12036
  msgid "Search Results Options"
12037
  msgstr ""
12038
 
12039
+ #: includes/general-hooks.php:1853
12040
  msgid "Exclude Posts Types"
12041
  msgstr ""
12042
 
12043
+ #: includes/general-hooks.php:1854
12044
  msgid "The post types which should be excluded from search results."
12045
  msgstr ""
12046
 
12047
+ #: includes/general-hooks.php:1864
12048
  msgid "Exclude Posts Without Featured Image"
12049
  msgstr ""
12050
 
12051
+ #: includes/general-hooks.php:1865
12052
  msgid "Exclude posts without featured image in search results."
12053
  msgstr ""
12054
 
12055
+ #: includes/general-hooks.php:1876
12056
  msgid ""
12057
  "If you intend to include additional posts, you should specify the posts "
12058
  "here.<br>You have to insert the Post IDs that are separated by camma (eg. "
12059
  "53,34,87,25)"
12060
  msgstr ""
12061
 
12062
+ #: includes/general-hooks.php:1890
12063
  msgid "Import/Export"
12064
  msgstr ""
12065
 
12066
+ #: includes/general-hooks.php:1891
12067
  msgid "Import or Export options"
12068
  msgstr ""
12069
 
12070
+ #: includes/general-hooks.php:1898
12071
  msgid "Export Data"
12072
  msgstr ""
12073
 
12074
+ #: includes/general-hooks.php:1899
12075
  msgid "Your theme options code which you can import later."
12076
  msgstr ""
12077
 
12078
+ #: includes/general-hooks.php:1909
12079
  msgid "Import Data"
12080
  msgstr ""
12081
 
12082
+ #: includes/general-hooks.php:1910
12083
  msgid "Paste the exported theme options code to import into theme."
12084
  msgstr ""
12085
 
12086
+ #: includes/general-hooks.php:1925
12087
  msgid "White Label"
12088
  msgstr ""
12089
 
12090
+ #: includes/general-hooks.php:1926
12091
  msgid "White Label Settings"
12092
  msgstr ""
12093
 
12094
+ #: includes/general-hooks.php:1936
12095
  msgid "Change PHLOX labels."
12096
  msgstr ""
12097
 
12098
+ #: includes/general-hooks.php:1940
12099
  msgid "Theme Name"
12100
  msgstr ""
12101
 
12102
+ #: includes/general-hooks.php:1951
12103
  msgid "Theme Author Name"
12104
  msgstr ""
12105
 
12106
+ #: includes/general-hooks.php:1960
12107
  msgid "Theme Author URL"
12108
  msgstr ""
12109
 
12110
+ #: includes/general-hooks.php:1969
12111
  msgid "Theme Description"
12112
  msgstr ""
12113
 
12114
+ #: includes/general-hooks.php:1978
12115
  msgid "Theme Screenshot (1200x900)"
12116
  msgstr ""
12117
 
12118
+ #: includes/general-hooks.php:1991
12119
  msgid "Displays"
12120
  msgstr ""
12121
 
12122
+ #: includes/general-hooks.php:1992
12123
  msgid "Change PHLOX admin views."
12124
  msgstr ""
12125
 
12126
+ #: includes/general-hooks.php:1996
12127
  msgid "Hide Notifications"
12128
  msgstr ""
12129
 
12130
+ #: includes/general-hooks.php:2007
12131
  msgid "Hide Theme Badge"
12132
  msgstr ""
12133
 
12134
+ #: includes/general-hooks.php:2018
12135
  msgid "Hide Phlox Menu"
12136
  msgstr ""
12137
 
12138
+ #: includes/general-hooks.php:2029
12139
  msgid "Hide Dashboard Section"
12140
  msgstr ""
12141
 
12142
+ #: includes/general-hooks.php:2047
12143
  msgid "Hide Customization Section"
12144
  msgstr ""
12145
 
12146
+ #: includes/general-hooks.php:2065
12147
  msgid "Hide Demo Importer Section"
12148
  msgstr ""
12149
 
12150
+ #: includes/general-hooks.php:2083
12151
  msgid "Hide Template Kits Section"
12152
  msgstr ""
12153
 
12154
+ #: includes/general-hooks.php:2101
12155
  msgid "Hide Plugins Section"
12156
  msgstr ""
12157
 
12158
+ #: includes/general-hooks.php:2119
12159
  msgid "Hide Tutorials Section"
12160
  msgstr ""
12161
 
12162
+ #: includes/general-hooks.php:2137
12163
  msgid "Hide Feedback Section"
12164
  msgstr ""
12165
 
12166
+ #: includes/general-hooks.php:2399
12167
  msgid "Twitter"
12168
  msgstr ""
12169
 
12170
+ #: includes/general-hooks.php:2400
12171
  msgid "Facebook"
12172
  msgstr ""
12173
 
12174
+ #: includes/general-hooks.php:2401
12175
  msgid "Google Plus"
12176
  msgstr ""
12177
 
12178
+ #: includes/general-hooks.php:2402
12179
  msgid "Flickr"
12180
  msgstr ""
12181
 
12182
+ #: includes/general-hooks.php:2403
12183
  msgid "Delicious"
12184
  msgstr ""
12185
 
12186
+ #: includes/general-hooks.php:2404
12187
  msgid "Pinterest"
12188
  msgstr ""
12189
 
12190
+ #: includes/general-hooks.php:2405
12191
  msgid "GitHub"
12192
  msgstr ""
12193
 
12194
+ #: includes/general-hooks.php:2571
12195
  msgid "Page Options"
12196
  msgstr ""
12197
 
12198
+ #: includes/general-hooks.php:2579
12199
  msgid "Post Options"
12200
  msgstr ""
12201
 
12202
+ #: includes/general-hooks.php:3025
12203
  msgid "Page %s"
12204
  msgstr ""
12205
 
12206
+ #: includes/general-hooks.php:3598
12207
  msgid "current "
12208
  msgstr ""
12209
 
12210
+ #: includes/general-hooks.php:3628
12211
  msgid "Edit Header & Footer"
12212
  msgstr ""
12213
 
12382
  msgid "http://averta.net"
12383
  msgstr ""
12384
 
12385
+ #: includes/general-functions.php:2255
12386
  msgctxt "yearly archives date format"
12387
  msgid "Y"
12388
  msgstr ""
12389
 
12390
+ #: includes/general-functions.php:2262
12391
  msgctxt "monthly archives date format"
12392
  msgid "F Y"
12393
  msgstr ""
12394
 
12395
+ #: includes/general-functions.php:2269
12396
  msgctxt "daily archives date format"
12397
  msgid "F j, Y"
12398
  msgstr ""
12399
 
12400
+ #: includes/general-functions.php:2277
12401
  msgctxt "post format archive title"
12402
  msgid "Asides"
12403
  msgstr ""
12404
 
12405
+ #: includes/general-functions.php:2279
12406
  msgctxt "post format archive title"
12407
  msgid "Galleries"
12408
  msgstr ""
12409
 
12410
+ #: includes/general-functions.php:2281
12411
  msgctxt "post format archive title"
12412
  msgid "Images"
12413
  msgstr ""
12414
 
12415
+ #: includes/general-functions.php:2283
12416
  msgctxt "post format archive title"
12417
  msgid "Videos"
12418
  msgstr ""
12419
 
12420
+ #: includes/general-functions.php:2285
12421
  msgctxt "post format archive title"
12422
  msgid "Quotes"
12423
  msgstr ""
12424
 
12425
+ #: includes/general-functions.php:2287
12426
  msgctxt "post format archive title"
12427
  msgid "Links"
12428
  msgstr ""
12429
 
12430
+ #: includes/general-functions.php:2289
12431
  msgctxt "post format archive title"
12432
  msgid "Statuses"
12433
  msgstr ""
12434
 
12435
+ #: includes/general-functions.php:2291
12436
  msgctxt "post format archive title"
12437
  msgid "Audio"
12438
  msgstr ""
12439
 
12440
+ #: includes/general-functions.php:2293
12441
  msgctxt "post format archive title"
12442
  msgid "Chats"
12443
  msgstr ""
12444
 
12445
+ #: includes/general-hooks.php:3046
12446
  #. translators: playlist item title
12447
  msgctxt "playlist item title"
12448
  msgid "&#8220;%s&#8221;"
12449
  msgstr ""
12450
 
12451
+ #: includes/general-hooks.php:3071 includes/general-hooks.php:3076
12452
  #. translators: playlist item title
12453
  msgctxt "playlist item title"
12454
  msgid "%s"
phpcs.xml ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Example Project" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
3
+
4
+ <description>A custom set of rules to check for a WPized WordPress project</description>
5
+
6
+
7
+ <!-- Exclude the Composer Vendor directory. -->
8
+ <exclude-pattern>/vendor/*</exclude-pattern>
9
+
10
+ <!-- Exclude the Node Modules directory. -->
11
+ <exclude-pattern>/node_modules/*</exclude-pattern>
12
+
13
+ <!-- Exclude the build directory. -->
14
+ <exclude-pattern>/build/*</exclude-pattern>
15
+
16
+ <!-- Exclude minified Javascript files. -->
17
+ <exclude-pattern>*.min.js</exclude-pattern>
18
+
19
+ <!-- ... -->
20
+ <arg value="ps"/>
21
+ <arg name="colors"/>
22
+ <arg name="parallel" value="100"/>
23
+ <arg name="extensions" value="php"/>
24
+ <!-- ... -->
25
+
26
+
27
+ <!-- Include the WordPress-Extra standard. -->
28
+ <rule ref="WordPress-Extra">
29
+ <!--
30
+ We may want a middle ground though. The best way to do this is add the
31
+ entire ruleset, then rule by rule, remove ones that don't suit a project.
32
+ We can do this by running `phpcs` with the '-s' flag, which allows us to
33
+ see the names of the sniffs reporting errors.
34
+ Once we know the sniff names, we can opt to exclude sniffs which don't
35
+ suit our project like so.
36
+
37
+ The below two examples just show how you can exclude rules.
38
+ They are not intended as advice about which sniffs to exclude.
39
+ -->
40
+
41
+ <!--
42
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing"/>
43
+ <exclude name="WordPress.Security.EscapeOutput"/>
44
+ -->
45
+ <exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
46
+ <exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect" />
47
+ <exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
48
+ <exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact" />
49
+ <exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.SpaceBeforeBrace" />
50
+ <exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword" />
51
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterStructureOpen" />
52
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis" />
53
+ <exclude name="Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma" />
54
+ <exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed" />
55
+ <exclude name="PEAR.Functions.FunctionCallSignature.SpaceAfterOpenBracket" />
56
+ <exclude name="PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket" />
57
+ <exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine" />
58
+ <exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis" />
59
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterCloseParenthesis" />
60
+ <exclude name="Generic.Arrays.DisallowLongArraySyntax.Found" />
61
+ <exclude name="Squiz.Strings.ConcatenationSpacing.PaddingFound" />
62
+ <exclude name="Generic.WhiteSpace.ArbitraryParenthesesSpacing.SpaceBeforeClose" />
63
+ <exclude name="WordPress.Arrays.ArrayDeclarationSpacing.NoSpaceAfterArrayOpener" />
64
+ <exclude name="WordPress.WhiteSpace.OperatorSpacing.NoSpaceAfter" />
65
+ <exclude name="WordPress.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed" />
66
+ <exclude name="WordPress.Arrays.CommaAfterArrayItem.NoComma" />
67
+ <exclude name="WordPress.WP.I18n.NonSingularStringLiteralDomain" />
68
+ <exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines" />
69
+ <exclude name="Squiz.Strings.DoubleQuoteUsage.NotRequired" />
70
+ <exclude name="Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma" />
71
+ <exclude name="WordPress.Arrays.ArrayDeclarationSpacing.SpaceBeforeArrayCloser" />
72
+ <exclude name="Generic.Files.EndFileNewline.NotFound" />
73
+ <exclude name="WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound" />
74
+ <exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket" />
75
+ <exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
76
+ <exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine" />
77
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis" />
78
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeCloseParenthesis" />
79
+ <exclude name="PEAR.Functions.FunctionCallSignature.MultipleArguments" />
80
+ <exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions.NoSpacesAroundArrayKeys" />
81
+ <exclude name="WordPress.Arrays.ArrayDeclarationSpacing.NoSpaceBeforeArrayCloser" />
82
+ <exclude name="WordPress.Classes.ClassInstantiation.MissingParenthesis" />
83
+ <exclude name="WordPress.Arrays.ArrayIndentation.ItemNotAligned" />
84
+ <exclude name="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma" />
85
+ <exclude name="WordPress.Arrays.CommaAfterArrayItem.SpaceBeforeComma" />
86
+ <exclude name="WordPress.Arrays.ArrayDeclarationSpacing.ArrayItemNoNewLine" />
87
+ <exclude name="WordPress.PHP.DontExtract.extract_extract" />
88
+ <exclude name="WordPress.Arrays.ArrayIndentation.MultiLineArrayItemNotAligned" />
89
+
90
+ <exclude name="Squiz.PHP.DisallowMultipleAssignments.FoundInControlStructure" />
91
+ <exclude name="WordPress.PHP.YodaConditions.NotYoda" />
92
+ </rule>
93
+
94
+ <!-- Let's also check that everything is properly documented. -->
95
+ <!-- <rule ref="WordPress-Docs"/> -->
96
+
97
+ <!-- Add in some extra rules from other standards. -->
98
+ <!-- <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
99
+ <rule ref="Generic.Commenting.Todo"/> -->
100
+
101
+ <!-- Check for PHP cross-version compatibility. -->
102
+ <!--
103
+ To enable this, the PHPCompatibilityWP standard needs
104
+ to be installed.
105
+ See the readme for installation instructions:
106
+ https://github.com/PHPCompatibility/PHPCompatibilityWP
107
+ For more information, also see:
108
+ https://github.com/PHPCompatibility/PHPCompatibility
109
+ -->
110
+ <!--
111
+ <config name="testVersion" value="5.2-"/>
112
+ <rule ref="PHPCompatibilityWP"/>
113
+ -->
114
+
115
+ <!--
116
+ To get the optimal benefits of using WPCS, we should add a couple of
117
+ custom properties.
118
+ Adjust the values of these properties to fit our needs.
119
+
120
+ For information on additional custom properties available, check out
121
+ the wiki:
122
+ https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
123
+ -->
124
+ <config name="minimum_supported_wp_version" value="4.6"/>
125
+
126
+ <rule ref="WordPress.NamingConventions.PrefixAllGlobals">
127
+ <properties>
128
+ <property name="prefixes" type="array">
129
+ <element value="auxin"/>
130
+ <element value="auxels"/>
131
+ </property>
132
+ </properties>
133
+ </rule>
134
+
135
+ <!-- ... -->
136
+ <!-- Allow short array syntax -->
137
+ <rule ref="Generic.Arrays.DisallowShortArraySyntax.Found">
138
+ <severity>0</severity>
139
+ </rule>
140
+ <!-- ... -->
141
+ </ruleset>
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.9.8 (2022-06)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.9.12 (2022-07)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
public/class-auxels.php CHANGED
@@ -304,7 +304,7 @@ class AUXELS {
304
  WHERE archived = '0' AND spam = '0'
305
  AND deleted = '0'";
306
 
307
- return $wpdb->get_col( $sql );
308
 
309
  }
310
  /**
@@ -335,7 +335,7 @@ class AUXELS {
335
 
336
  $locale = apply_filters( 'plugin_locale', get_locale(), 'auxin-elements' );
337
  load_textdomain( 'auxin-elements', trailingslashit( WP_LANG_DIR ) . 'auxin-elements' . '/' . 'auxin-elements' . '-' . $locale . '.mo' );
338
- load_plugin_textdomain( 'auxin-elements', FALSE, basename( AUXELS_DIR ) . '/languages/' );
339
  }
340
 
341
  }
304
  WHERE archived = '0' AND spam = '0'
305
  AND deleted = '0'";
306
 
307
+ return $wpdb->get_col( $sql ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
308
 
309
  }
310
  /**
335
 
336
  $locale = apply_filters( 'plugin_locale', get_locale(), 'auxin-elements' );
337
  load_textdomain( 'auxin-elements', trailingslashit( WP_LANG_DIR ) . 'auxin-elements' . '/' . 'auxin-elements' . '-' . $locale . '.mo' );
338
+ load_plugin_textdomain( 'auxin-elements', false, basename( AUXELS_DIR ) . '/languages/' );
339
  }
340
 
341
  }
public/includes/class-auxels-frontend-assets.php CHANGED
@@ -35,7 +35,7 @@ class AUXELS_Frontend_Assets {
35
  wp_deregister_script( 'wts-isotope' );
36
 
37
  if( $google_map_api_key = auxin_get_option( 'auxin_google_map_api_key') ){
38
- wp_enqueue_script( 'mapapi', esc_url( set_url_scheme( 'http://maps.googleapis.com/maps/api/js?v=3&key='. $google_map_api_key ) ) , null, null, TRUE );
39
  }
40
 
41
  //wp_enqueue_style( AUXELS_SLUG .'-main', AUXELS_PUB_URL . '/assets/css/main.css', array(), AUXELS_VERSION );
35
  wp_deregister_script( 'wts-isotope' );
36
 
37
  if( $google_map_api_key = auxin_get_option( 'auxin_google_map_api_key') ){
38
+ wp_enqueue_script( 'mapapi', esc_url( set_url_scheme( 'http://maps.googleapis.com/maps/api/js?v=3&key='. $google_map_api_key ) ) , null, null, true );
39
  }
40
 
41
  //wp_enqueue_style( AUXELS_SLUG .'-main', AUXELS_PUB_URL . '/assets/css/main.css', array(), AUXELS_VERSION );
public/includes/frontend-ajax.php CHANGED
@@ -135,7 +135,7 @@ function auxels_remove_product_from_cart() {
135
 
136
  try {
137
 
138
- $nonce = $_POST['verify_nonce'];
139
  $id = absint( $_POST['product_id'] );
140
  $cart_item_key = sanitize_text_field( $_POST['cart_item_key'] );
141
 
135
 
136
  try {
137
 
138
+ $nonce = sanitize_text_field( $_POST['verify_nonce'] );
139
  $id = absint( $_POST['product_id'] );
140
  $cart_item_key = sanitize_text_field( $_POST['cart_item_key'] );
141
 
public/templates/vcomposer/vc_raw_html.php CHANGED
@@ -35,4 +35,4 @@ $output = '
35
  </div>
36
  ';
37
 
38
- echo $output;
35
  </div>
36
  ';
37
 
38
+ echo wp_kses_post( $output );
public/templates/vcomposer/vc_row.php CHANGED
@@ -210,4 +210,4 @@ $output .= $row_wrapper_inner_end; // @auxin
210
  $output .= '</div>';
211
  $output .= $after_output;
212
 
213
- echo $output;
210
  $output .= '</div>';
211
  $output .= $after_output;
212
 
213
+ echo wp_kses_post( $output );
public/templates/woocommerce/recent-products.php CHANGED
@@ -28,7 +28,7 @@ if ( empty( $product ) || ! $product->is_visible() ) {
28
  }
29
 
30
  if ( auxin_is_true( $show_media ) ) {
31
- echo $the_media;
32
  }
33
 
34
  if ( auxin_is_true( $display_title ) ) {
28
  }
29
 
30
  if ( auxin_is_true( $show_media ) ) {
31
+ echo wp_kses_post( $the_media );
32
  }
33
 
34
  if ( auxin_is_true( $display_title ) ) {