HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables) - Version 1.4.1

Version Description

Download this release

Release Info

Developer devitemsllc
Plugin Icon 128x128 HT Mega – Addons for Elementor Page Builder ( Elementor Addons, Post Grid, Post Slider, Post Carousel, Mega Menu, Elementor Widgets, Elementor Templates, Accordion, Forms, Tables)
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4.0 to 1.4.1

admin/assets/js/template_library_manager.js CHANGED
@@ -1,4 +1,4 @@
1
- jQuery(document).ready(function($) {
2
  "use strict";
3
 
4
  const
@@ -481,7 +481,7 @@ jQuery(document).ready(function($) {
481
  },
482
  success:function(data) {
483
  $(".htwptmessage").show();
484
- var tmediturl = HTTM.adminURL+"/post.php?post="+ data.id +"&action=elementor";
485
  $('.htwpt-edit').html('<a href="'+ tmediturl +'" target="_blank">'+ data.edittxt +'</a>');
486
  },
487
  complete:function(data){
1
+ ;jQuery(document).ready(function($) {
2
  "use strict";
3
 
4
  const
481
  },
482
  success:function(data) {
483
  $(".htwptmessage").show();
484
+ var tmediturl = HTTM.adminURL+"post.php?post="+ data.id +"&action=elementor";
485
  $('.htwpt-edit').html('<a href="'+ tmediturl +'" target="_blank">'+ data.edittxt +'</a>');
486
  },
487
  complete:function(data){
admin/include/template-library.php CHANGED
@@ -50,6 +50,22 @@ class HTMega_Template_Library{
50
  self::$templateapi = $templateapi;
51
  }
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  // Plugins Library Register
54
  function admin_menu() {
55
  add_submenu_page(
@@ -75,7 +91,7 @@ class HTMega_Template_Library{
75
  global $wp_version;
76
  $body_args = apply_filters( 'htmegatemplates/api/get_templates/body_args', self::$api_args );
77
  $request = wp_remote_get(
78
- self::$endpoint,
79
  [
80
  'timeout' => $force_update ? 25 : 10,
81
  'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url(),
@@ -145,7 +161,7 @@ class HTMega_Template_Library{
145
  $template_title = $_REQUEST['httitle'];
146
  $page_title = $_REQUEST['pagetitle'];
147
 
148
- $templateurl = sprintf( self::$templateapi, $template_id );
149
  $response_data = $this->templates_get_content_remote_request( $templateurl );
150
  $defaulttitle = ucfirst( $template_parentid ) .' -> '.$template_title;
151
 
50
  self::$templateapi = $templateapi;
51
  }
52
 
53
+ // Get Endpoint
54
+ public static function get_api_endpoint(){
55
+ if( is_plugin_active('htmega-pro/htmega_pro.php') && function_exists('htmega_pro_template_endpoint') ){
56
+ self::$endpoint = htmega_pro_template_endpoint();
57
+ }
58
+ return self::$endpoint;
59
+ }
60
+
61
+ // Get Template API
62
+ public static function get_api_templateapi(){
63
+ if( is_plugin_active('htmega-pro/htmega_pro.php') && function_exists('htmega_pro_template_url') ){
64
+ self::$templateapi = htmega_pro_template_url();
65
+ }
66
+ return self::$templateapi;
67
+ }
68
+
69
  // Plugins Library Register
70
  function admin_menu() {
71
  add_submenu_page(
91
  global $wp_version;
92
  $body_args = apply_filters( 'htmegatemplates/api/get_templates/body_args', self::$api_args );
93
  $request = wp_remote_get(
94
+ self::get_api_endpoint(),
95
  [
96
  'timeout' => $force_update ? 25 : 10,
97
  'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url(),
161
  $template_title = $_REQUEST['httitle'];
162
  $page_title = $_REQUEST['pagetitle'];
163
 
164
+ $templateurl = sprintf( self::get_api_templateapi(), $template_id );
165
  $response_data = $this->templates_get_content_remote_request( $templateurl );
166
  $defaulttitle = ucfirst( $template_parentid ) .' -> '.$template_title;
167
 
admin/json/layoutinfofree.json CHANGED
@@ -405,8 +405,8 @@
405
  "id": "cleaning_servicepage",
406
  "shareId": "cleaning service",
407
  "title": "Service Page",
408
- "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/cleaning-service.png",
409
- "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/cleaning-service.png",
410
  "author": "HasThemes",
411
  "url": "#",
412
  "demoUrl": "http://demo.wphash.com/ht-cleaning/service/",
@@ -3811,7 +3811,7 @@
3811
  },
3812
  {
3813
  "id": "accordion_style_1",
3814
- "shareId": "blocks",
3815
  "title": "Accordion Style 1 (Icon Left )",
3816
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_1.png",
3817
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_1.png",
@@ -3834,7 +3834,7 @@
3834
  },
3835
  {
3836
  "id": "accordion_style_2",
3837
- "shareId": "blocks",
3838
  "title": "Accordion Style 1 (Icon Right )",
3839
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_2.png",
3840
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_2.png",
@@ -3857,7 +3857,7 @@
3857
  },
3858
  {
3859
  "id": "accordion_style_3",
3860
- "shareId": "blocks",
3861
  "title": "Accordion Style 1 ( Elementor Template )",
3862
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_3.png",
3863
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_3.png",
@@ -3880,7 +3880,7 @@
3880
  },
3881
  {
3882
  "id": "accordion_style_4",
3883
- "shareId": "blocks",
3884
  "title": "Accordion Style 1 ( Round Shape)",
3885
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_4.png",
3886
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_4.png",
@@ -3903,7 +3903,7 @@
3903
  },
3904
  {
3905
  "id": "accordion_style_5",
3906
- "shareId": "blocks",
3907
  "title": "Accordion Style 1 (Transparent)",
3908
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_5.png",
3909
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_5.png",
@@ -3926,7 +3926,7 @@
3926
  },
3927
  {
3928
  "id": "accordion_style_6",
3929
- "shareId": "blocks",
3930
  "title": "Accordion Style 1 (Box Shadow)",
3931
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_6.png",
3932
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_6.png",
@@ -3949,7 +3949,7 @@
3949
  },
3950
  {
3951
  "id": "accordion_style_7",
3952
- "shareId": "blocks",
3953
  "title": "Accordion Image Gallery - Style 2",
3954
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_7.png",
3955
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_7.png",
@@ -3972,7 +3972,7 @@
3972
  },
3973
  {
3974
  "id": "accordion_style_8",
3975
- "shareId": "blocks",
3976
  "title": "Image Accordion (Vertical) - Style 3",
3977
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_8.png",
3978
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_8.png",
@@ -3995,7 +3995,7 @@
3995
  },
3996
  {
3997
  "id": "accordion_style_9",
3998
- "shareId": "blocks",
3999
  "title": "Image Accordion (Horizontal) - Style 4",
4000
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_9.png",
4001
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_9.png",
@@ -4018,7 +4018,7 @@
4018
  },
4019
  {
4020
  "id": "animated_heading_style_1",
4021
- "shareId": "blocks",
4022
  "title": "Animated Heading Style One",
4023
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_1.png",
4024
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_1.png",
@@ -4041,7 +4041,7 @@
4041
  },
4042
  {
4043
  "id": "animated_heading_style_2",
4044
- "shareId": "blocks",
4045
  "title": "Animated Heading Style Two",
4046
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_2.png",
4047
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_2.png",
@@ -4064,7 +4064,7 @@
4064
  },
4065
  {
4066
  "id": "animated_heading_style_3",
4067
- "shareId": "blocks",
4068
  "title": "Animated Heading Style Three",
4069
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_3.png",
4070
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_3.png",
@@ -4087,7 +4087,7 @@
4087
  },
4088
  {
4089
  "id": "animated_heading_style_4",
4090
- "shareId": "blocks",
4091
  "title": "Animated Heading Style Four",
4092
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_4.png",
4093
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_4.png",
@@ -4110,7 +4110,7 @@
4110
  },
4111
  {
4112
  "id": "animated_heading_style_5",
4113
- "shareId": "blocks",
4114
  "title": "Animated Heading Style Five",
4115
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_5.png",
4116
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_5.png",
@@ -4133,7 +4133,7 @@
4133
  },
4134
  {
4135
  "id": "animated_heading_style_6",
4136
- "shareId": "blocks",
4137
  "title": "Animated Heading Style Six",
4138
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_6.png",
4139
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_6.png",
@@ -4156,7 +4156,7 @@
4156
  },
4157
  {
4158
  "id": "animated_heading_style_7",
4159
- "shareId": "blocks",
4160
  "title": "Animated Heading Style Seven",
4161
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_7.png",
4162
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_7.png",
@@ -4179,7 +4179,7 @@
4179
  },
4180
  {
4181
  "id": "banner_style_1",
4182
- "shareId": "blocks",
4183
  "title": "Banner Default Style",
4184
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_1.png",
4185
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_1.png",
@@ -4202,7 +4202,7 @@
4202
  },
4203
  {
4204
  "id": "banner_style_2",
4205
- "shareId": "blocks",
4206
  "title": "Banner Style Two",
4207
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_2.png",
4208
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_2.png",
@@ -4225,7 +4225,7 @@
4225
  },
4226
  {
4227
  "id": "banner_style_3",
4228
- "shareId": "blocks",
4229
  "title": "Banner Style Three",
4230
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_3.png",
4231
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_3.png",
@@ -4248,7 +4248,7 @@
4248
  },
4249
  {
4250
  "id": "banner_style_4",
4251
- "shareId": "blocks",
4252
  "title": "Banner Style Four",
4253
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_4.png",
4254
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_4.png",
@@ -4271,7 +4271,7 @@
4271
  },
4272
  {
4273
  "id": "blockquote_style_1",
4274
- "shareId": "blocks",
4275
  "title": "Blockquote Style One",
4276
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_1.png",
4277
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_1.png",
@@ -4294,7 +4294,7 @@
4294
  },
4295
  {
4296
  "id": "blockquote_style_2",
4297
- "shareId": "blocks",
4298
  "title": "Blockquote Style Two",
4299
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_2.png",
4300
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_2.png",
@@ -4317,7 +4317,7 @@
4317
  },
4318
  {
4319
  "id": "blockquote_style_3",
4320
- "shareId": "blocks",
4321
  "title": "Blockquote Style Three",
4322
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_3.png",
4323
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_3.png",
@@ -4340,7 +4340,7 @@
4340
  },
4341
  {
4342
  "id": "blockquote_style_4",
4343
- "shareId": "blocks",
4344
  "title": "Blockquote Style Four",
4345
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_4.png",
4346
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_4.png",
@@ -4363,7 +4363,7 @@
4363
  },
4364
  {
4365
  "id": "blockquote_style_5",
4366
- "shareId": "blocks",
4367
  "title": "Blockquote Style Five",
4368
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_5.png",
4369
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_5.png",
@@ -4386,7 +4386,7 @@
4386
  },
4387
  {
4388
  "id": "brand_style_1",
4389
- "shareId": "blocks",
4390
  "title": "Brands Style One",
4391
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_1.png",
4392
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_1.png",
@@ -4409,7 +4409,7 @@
4409
  },
4410
  {
4411
  "id": "brand_style_2",
4412
- "shareId": "blocks",
4413
  "title": "Brands Style Two",
4414
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_2.png",
4415
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_2.png",
@@ -4432,7 +4432,7 @@
4432
  },
4433
  {
4434
  "id": "brand_style_3",
4435
- "shareId": "blocks",
4436
  "title": "Brands Style Three",
4437
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_3.png",
4438
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_3.png",
@@ -4455,7 +4455,7 @@
4455
  },
4456
  {
4457
  "id": "brand_style_4",
4458
- "shareId": "blocks",
4459
  "title": "Brands Style Four",
4460
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_4.png",
4461
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_4.png",
@@ -4478,7 +4478,7 @@
4478
  },
4479
  {
4480
  "id": "brand_style_5",
4481
- "shareId": "blocks",
4482
  "title": "Brands Style Five",
4483
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_5.png",
4484
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_5.png",
@@ -4501,7 +4501,7 @@
4501
  },
4502
  {
4503
  "id": "brand_style_6",
4504
- "shareId": "blocks",
4505
  "title": "Brands Style Six",
4506
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_6.png",
4507
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_6.png",
@@ -4524,7 +4524,7 @@
4524
  },
4525
  {
4526
  "id": "brand_style_7",
4527
- "shareId": "blocks",
4528
  "title": "Brands Style Seven",
4529
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_7.png",
4530
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_7.png",
@@ -4547,7 +4547,7 @@
4547
  },
4548
  {
4549
  "id": "business_hours_style_1",
4550
- "shareId": "blocks",
4551
  "title": "Business Hours Style One",
4552
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_1.png",
4553
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_1.png",
@@ -4570,7 +4570,7 @@
4570
  },
4571
  {
4572
  "id": "business_hours_style_2",
4573
- "shareId": "blocks",
4574
  "title": "Business Hours Style Two",
4575
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_2.png",
4576
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_2.png",
@@ -4593,7 +4593,7 @@
4593
  },
4594
  {
4595
  "id": "business_hours_style_3",
4596
- "shareId": "blocks",
4597
  "title": "Business Hours Style Three",
4598
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_3.png",
4599
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_3.png",
@@ -4616,7 +4616,7 @@
4616
  },
4617
  {
4618
  "id": "business_hours_style_4",
4619
- "shareId": "blocks",
4620
  "title": "Business Hours Style Four",
4621
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_4.png",
4622
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_4.png",
@@ -4639,7 +4639,7 @@
4639
  },
4640
  {
4641
  "id": "business_hours_style_5",
4642
- "shareId": "blocks",
4643
  "title": "Business Hours Style Five",
4644
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_5.png",
4645
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_5.png",
@@ -4662,7 +4662,7 @@
4662
  },
4663
  {
4664
  "id": "button_style_1",
4665
- "shareId": "blocks",
4666
  "title": "Button Style One",
4667
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_1.png",
4668
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_1.png",
@@ -4685,7 +4685,7 @@
4685
  },
4686
  {
4687
  "id": "button_style_2",
4688
- "shareId": "blocks",
4689
  "title": "Button Style Two",
4690
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_2.png",
4691
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_2.png",
@@ -4708,7 +4708,7 @@
4708
  },
4709
  {
4710
  "id": "button_style_3",
4711
- "shareId": "blocks",
4712
  "title": "Button Style Three",
4713
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_3.png",
4714
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_3.png",
@@ -4731,7 +4731,7 @@
4731
  },
4732
  {
4733
  "id": "button_style_4",
4734
- "shareId": "blocks",
4735
  "title": "Button Style Four",
4736
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_4.png",
4737
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_4.png",
@@ -4754,7 +4754,7 @@
4754
  },
4755
  {
4756
  "id": "button_style_5",
4757
- "shareId": "blocks",
4758
  "title": "Button Style Five",
4759
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_5.png",
4760
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_5.png",
@@ -4777,7 +4777,7 @@
4777
  },
4778
  {
4779
  "id": "button_style_6",
4780
- "shareId": "blocks",
4781
  "title": "Button Style Six",
4782
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_6.png",
4783
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_6.png",
@@ -4800,7 +4800,7 @@
4800
  },
4801
  {
4802
  "id": "button_style_7",
4803
- "shareId": "blocks",
4804
  "title": "Button Style Seven",
4805
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_7.png",
4806
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_7.png",
@@ -4823,7 +4823,7 @@
4823
  },
4824
  {
4825
  "id": "button_style_8",
4826
- "shareId": "blocks",
4827
  "title": "Button Style Eight",
4828
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_8.png",
4829
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_8.png",
@@ -4846,7 +4846,7 @@
4846
  },
4847
  {
4848
  "id": "call_to_action_style_1",
4849
- "shareId": "blocks",
4850
  "title": "Call to Action Style One",
4851
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_1.png",
4852
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_1.png",
@@ -4869,7 +4869,7 @@
4869
  },
4870
  {
4871
  "id": "call_to_action_style_2",
4872
- "shareId": "blocks",
4873
  "title": "Call to Action Style Two",
4874
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_2.png",
4875
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_2.png",
@@ -4892,7 +4892,7 @@
4892
  },
4893
  {
4894
  "id": "call_to_action_style_3",
4895
- "shareId": "blocks",
4896
  "title": "Call to Action Style Three",
4897
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_3.png",
4898
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_3.png",
@@ -4915,7 +4915,7 @@
4915
  },
4916
  {
4917
  "id": "call_to_action_style_4",
4918
- "shareId": "blocks",
4919
  "title": "Call to Action Style Four",
4920
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_4.png",
4921
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_4.png",
@@ -4938,7 +4938,7 @@
4938
  },
4939
  {
4940
  "id": "call_to_action_style_5",
4941
- "shareId": "blocks",
4942
  "title": "Call to Action Style Five",
4943
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_5.png",
4944
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_5.png",
@@ -4961,7 +4961,7 @@
4961
  },
4962
  {
4963
  "id": "call_to_action_style_6",
4964
- "shareId": "blocks",
4965
  "title": "Call to Action Style Six",
4966
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_6.png",
4967
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_6.png",
@@ -4984,7 +4984,7 @@
4984
  },
4985
  {
4986
  "id": "call_to_action_style_7",
4987
- "shareId": "blocks",
4988
  "title": "Call to Action Style Seven",
4989
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_7.png",
4990
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_7.png",
@@ -5007,7 +5007,7 @@
5007
  },
5008
  {
5009
  "id": "contact_form_style_1",
5010
- "shareId": "blocks",
5011
  "title": "Contact form Style One",
5012
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_1.png",
5013
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_1.png",
@@ -5030,7 +5030,7 @@
5030
  },
5031
  {
5032
  "id": "contact_form_style_2",
5033
- "shareId": "blocks",
5034
  "title": "Contact form Style Two",
5035
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_2.png",
5036
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_2.png",
@@ -5053,7 +5053,7 @@
5053
  },
5054
  {
5055
  "id": "contact_form_style_3",
5056
- "shareId": "blocks",
5057
  "title": "Contact form Style Three",
5058
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_3.png",
5059
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_3.png",
@@ -5076,7 +5076,7 @@
5076
  },
5077
  {
5078
  "id": "contact_form_style_4",
5079
- "shareId": "blocks",
5080
  "title": "Contact form Style Four",
5081
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_4.png",
5082
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_4.png",
@@ -5099,7 +5099,7 @@
5099
  },
5100
  {
5101
  "id": "contact_form_style_5",
5102
- "shareId": "blocks",
5103
  "title": "Contact form Style Five",
5104
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_5.png",
5105
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_5.png",
@@ -5122,7 +5122,7 @@
5122
  },
5123
  {
5124
  "id": "contact_form_style_6",
5125
- "shareId": "blocks",
5126
  "title": "Contact form Style Six",
5127
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_6.png",
5128
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_6.png",
@@ -5145,7 +5145,7 @@
5145
  },
5146
  {
5147
  "id": "contact_form_style_7",
5148
- "shareId": "blocks",
5149
  "title": "Contact form Style Seven",
5150
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_7.png",
5151
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_7.png",
@@ -5168,7 +5168,7 @@
5168
  },
5169
  {
5170
  "id": "countdown_style_1",
5171
- "shareId": "blocks",
5172
  "title": "Countdown Style One",
5173
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_1.png",
5174
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_1.png",
@@ -5191,7 +5191,7 @@
5191
  },
5192
  {
5193
  "id": "countdown_style_2",
5194
- "shareId": "blocks",
5195
  "title": "Countdown Style Two",
5196
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_2.png",
5197
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_2.png",
@@ -5214,7 +5214,7 @@
5214
  },
5215
  {
5216
  "id": "countdown_style_3",
5217
- "shareId": "blocks",
5218
  "title": "Countdown Style Three",
5219
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_3.png",
5220
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_3.png",
@@ -5237,7 +5237,7 @@
5237
  },
5238
  {
5239
  "id": "countdown_style_4",
5240
- "shareId": "blocks",
5241
  "title": "Countdown Style Four",
5242
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_4.png",
5243
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_4.png",
@@ -5260,7 +5260,7 @@
5260
  },
5261
  {
5262
  "id": "countdown_style_5",
5263
- "shareId": "blocks",
5264
  "title": "Countdown Style Five",
5265
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_5.png",
5266
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_5.png",
@@ -5283,7 +5283,7 @@
5283
  },
5284
  {
5285
  "id": "countdown_style_6",
5286
- "shareId": "blocks",
5287
  "title": "Countdown Style Six",
5288
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_6.png",
5289
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_6.png",
@@ -5306,7 +5306,7 @@
5306
  },
5307
  {
5308
  "id": "countdown_style_7",
5309
- "shareId": "blocks",
5310
  "title": "Countdown Style Seven",
5311
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_7.png",
5312
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_7.png",
@@ -5329,7 +5329,7 @@
5329
  },
5330
  {
5331
  "id": "counter_style_1",
5332
- "shareId": "blocks",
5333
  "title": "Counter Style One",
5334
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_1.png",
5335
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_1.png",
@@ -5337,7 +5337,7 @@
5337
  "url": "#",
5338
  "demoUrl": "http://demo.wphash.com/htmega/element-counter/",
5339
  "category": "blocks",
5340
- "tags": ["counter","blocks"],
5341
  "isPro": "1",
5342
  "tmpType": "pro",
5343
  "builder": ["elementor"],
@@ -5352,7 +5352,7 @@
5352
  },
5353
  {
5354
  "id": "counter_style_2",
5355
- "shareId": "blocks",
5356
  "title": "Counter Style Two",
5357
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_2.png",
5358
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_2.png",
@@ -5375,7 +5375,7 @@
5375
  },
5376
  {
5377
  "id": "counter_style_3",
5378
- "shareId": "blocks",
5379
  "title": "Counter Style Three",
5380
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_3.png",
5381
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_3.png",
@@ -5398,7 +5398,7 @@
5398
  },
5399
  {
5400
  "id": "counter_style_4",
5401
- "shareId": "blocks",
5402
  "title": "Counter Style Four",
5403
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_4.png",
5404
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_4.png",
@@ -5421,7 +5421,7 @@
5421
  },
5422
  {
5423
  "id": "counter_style_5",
5424
- "shareId": "blocks",
5425
  "title": "Counter Style Five",
5426
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_5.png",
5427
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_5.png",
@@ -5444,7 +5444,7 @@
5444
  },
5445
  {
5446
  "id": "counter_style_6",
5447
- "shareId": "blocks",
5448
  "title": "Counter Style Six",
5449
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_6.png",
5450
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_6.png",
@@ -5467,7 +5467,7 @@
5467
  },
5468
  {
5469
  "id": "custom_carousel_style_1",
5470
- "shareId": "blocks",
5471
  "title": "Custom Carousel Style One",
5472
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_1.png",
5473
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_1.png",
@@ -5490,7 +5490,7 @@
5490
  },
5491
  {
5492
  "id": "custom_carousel_style_2",
5493
- "shareId": "blocks",
5494
  "title": "Custom Carousel Style Two",
5495
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_2.png",
5496
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_2.png",
@@ -5513,7 +5513,7 @@
5513
  },
5514
  {
5515
  "id": "custom_carousel_style_3",
5516
- "shareId": "blocks",
5517
  "title": "Custom Carousel Style Three",
5518
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_3.png",
5519
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_3.png",
@@ -5536,7 +5536,7 @@
5536
  },
5537
  {
5538
  "id": "custom_carousel_style_4",
5539
- "shareId": "blocks",
5540
  "title": "Custom Carousel Style Four",
5541
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_4.png",
5542
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_4.png",
@@ -5559,7 +5559,7 @@
5559
  },
5560
  {
5561
  "id": "custom_carousel_style_5",
5562
- "shareId": "blocks",
5563
  "title": "Custom Carousel Style Five",
5564
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_5.png",
5565
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_5.png",
@@ -5582,7 +5582,7 @@
5582
  },
5583
  {
5584
  "id": "custom_carousel_style_6",
5585
- "shareId": "blocks",
5586
  "title": "Custom Carousel Style Six",
5587
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_6.png",
5588
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_6.png",
@@ -5605,7 +5605,7 @@
5605
  },
5606
  {
5607
  "id": "custom_carousel_style_7",
5608
- "shareId": "blocks",
5609
  "title": "Custom Carousel Style Seven",
5610
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_7.png",
5611
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_7.png",
@@ -5628,7 +5628,7 @@
5628
  },
5629
  {
5630
  "id": "data_table_style_1",
5631
- "shareId": "blocks",
5632
  "title": "Data Table Style One",
5633
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_1.png",
5634
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_1.png",
@@ -5651,7 +5651,7 @@
5651
  },
5652
  {
5653
  "id": "data_table_style_2",
5654
- "shareId": "blocks",
5655
  "title": "Data Table Style Two",
5656
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_2.png",
5657
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_2.png",
@@ -5674,7 +5674,7 @@
5674
  },
5675
  {
5676
  "id": "data_table_style_3",
5677
- "shareId": "blocks",
5678
  "title": "Data Table Style Three",
5679
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_3.png",
5680
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_3.png",
@@ -5697,7 +5697,7 @@
5697
  },
5698
  {
5699
  "id": "double_button_style_1",
5700
- "shareId": "blocks",
5701
  "title": "Double Button Style One",
5702
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_1.png",
5703
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_1.png",
@@ -5720,7 +5720,7 @@
5720
  },
5721
  {
5722
  "id": "double_button_style_2",
5723
- "shareId": "blocks",
5724
  "title": "Double Button Style Two",
5725
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_2.png",
5726
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_2.png",
@@ -5743,7 +5743,7 @@
5743
  },
5744
  {
5745
  "id": "double_button_style_3",
5746
- "shareId": "blocks",
5747
  "title": "Double Button Style Three",
5748
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_3.png",
5749
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_3.png",
@@ -5766,7 +5766,7 @@
5766
  },
5767
  {
5768
  "id": "double_button_style_4",
5769
- "shareId": "blocks",
5770
  "title": "Double Button Style Four",
5771
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_4.png",
5772
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_4.png",
@@ -5789,7 +5789,7 @@
5789
  },
5790
  {
5791
  "id": "double_button_style_5",
5792
- "shareId": "blocks",
5793
  "title": "Double Button Style Five",
5794
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_5.png",
5795
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_5.png",
@@ -5812,7 +5812,7 @@
5812
  },
5813
  {
5814
  "id": "dropcaps_style_1",
5815
- "shareId": "blocks",
5816
  "title": "Dropcaps Style One",
5817
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_1.png",
5818
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_1.png",
@@ -5835,7 +5835,7 @@
5835
  },
5836
  {
5837
  "id": "dropcaps_style_2",
5838
- "shareId": "blocks",
5839
  "title": "Dropcaps Style Two",
5840
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_2.png",
5841
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_2.png",
@@ -5858,7 +5858,7 @@
5858
  },
5859
  {
5860
  "id": "dropcaps_style_3",
5861
- "shareId": "blocks",
5862
  "title": "Dropcaps Style Three",
5863
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_3.png",
5864
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_3.png",
@@ -5881,7 +5881,7 @@
5881
  },
5882
  {
5883
  "id": "dropcaps_style_4",
5884
- "shareId": "blocks",
5885
  "title": "Dropcaps Style Four",
5886
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_4.png",
5887
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_4.png",
@@ -5904,7 +5904,7 @@
5904
  },
5905
  {
5906
  "id": "dropcaps_style_5",
5907
- "shareId": "blocks",
5908
  "title": "Dropcaps Style Five",
5909
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_5.png",
5910
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_5.png",
@@ -5927,7 +5927,7 @@
5927
  },
5928
  {
5929
  "id": "faq_style_1",
5930
- "shareId": "blocks",
5931
  "title": "Faq Style One",
5932
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_1.png",
5933
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_1.png",
@@ -5950,7 +5950,7 @@
5950
  },
5951
  {
5952
  "id": "faq_style_2",
5953
- "shareId": "blocks",
5954
  "title": "Faq Style Two",
5955
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_2.png",
5956
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_2.png",
@@ -5973,7 +5973,7 @@
5973
  },
5974
  {
5975
  "id": "faq_style_3",
5976
- "shareId": "blocks",
5977
  "title": "Faq Style Three",
5978
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_3.png",
5979
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_3.png",
@@ -5996,7 +5996,7 @@
5996
  },
5997
  {
5998
  "id": "faq_style_4",
5999
- "shareId": "blocks",
6000
  "title": "Faq Style Four",
6001
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_4.png",
6002
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_4.png",
@@ -6019,7 +6019,7 @@
6019
  },
6020
  {
6021
  "id": "faq_style_5",
6022
- "shareId": "blocks",
6023
  "title": "Faq Style Five",
6024
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_5.png",
6025
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_5.png",
@@ -6042,7 +6042,7 @@
6042
  },
6043
  {
6044
  "id": "flipbox_style_1",
6045
- "shareId": "blocks",
6046
  "title": "Flipbox Style One",
6047
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_1.png",
6048
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_1.png",
@@ -6065,7 +6065,7 @@
6065
  },
6066
  {
6067
  "id": "flipbox_style_2",
6068
- "shareId": "blocks",
6069
  "title": "Flipbox Style Two",
6070
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_2.png",
6071
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_2.png",
@@ -6088,7 +6088,7 @@
6088
  },
6089
  {
6090
  "id": "flipbox_style_3",
6091
- "shareId": "blocks",
6092
  "title": "Flipbox Style Three",
6093
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_3.png",
6094
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_3.png",
@@ -6111,7 +6111,7 @@
6111
  },
6112
  {
6113
  "id": "flipbox_style_4",
6114
- "shareId": "blocks",
6115
  "title": "Flipbox Style Four",
6116
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_4.png",
6117
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_4.png",
@@ -6134,7 +6134,7 @@
6134
  },
6135
  {
6136
  "id": "flipbox_style_5",
6137
- "shareId": "blocks",
6138
  "title": "Flipbox Style Five",
6139
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_5.png",
6140
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_5.png",
@@ -6157,7 +6157,7 @@
6157
  },
6158
  {
6159
  "id": "google_map_style_1",
6160
- "shareId": "blocks",
6161
  "title": "Google Map Style One",
6162
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_1.png",
6163
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_1.png",
@@ -6180,7 +6180,7 @@
6180
  },
6181
  {
6182
  "id": "google_map_style_2",
6183
- "shareId": "blocks",
6184
  "title": "Google Map Style Two",
6185
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_2.png",
6186
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_2.png",
@@ -6203,7 +6203,7 @@
6203
  },
6204
  {
6205
  "id": "google_map_style_3",
6206
- "shareId": "blocks",
6207
  "title": "Google Map Style Three",
6208
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_3.png",
6209
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_3.png",
@@ -6226,7 +6226,7 @@
6226
  },
6227
  {
6228
  "id": "google_map_style_4",
6229
- "shareId": "blocks",
6230
  "title": "Google Map Style Four",
6231
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_4.png",
6232
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_4.png",
@@ -6249,7 +6249,7 @@
6249
  },
6250
  {
6251
  "id": "google_map_style_5",
6252
- "shareId": "blocks",
6253
  "title": "Google Map Style Five",
6254
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_5.png",
6255
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_5.png",
@@ -6272,7 +6272,7 @@
6272
  },
6273
  {
6274
  "id": "google_map_style_6",
6275
- "shareId": "blocks",
6276
  "title": "Google Map Style Six",
6277
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_6.png",
6278
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_6.png",
@@ -6295,7 +6295,7 @@
6295
  },
6296
  {
6297
  "id": "google_map_style_7",
6298
- "shareId": "blocks",
6299
  "title": "Google Map Style Seven",
6300
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_7.png",
6301
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_7.png",
@@ -6318,7 +6318,7 @@
6318
  },
6319
  {
6320
  "id": "heading_style_1",
6321
- "shareId": "blocks",
6322
  "title": "Heading Style One",
6323
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_1.png",
6324
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_1.png",
@@ -6341,7 +6341,7 @@
6341
  },
6342
  {
6343
  "id": "heading_style_2",
6344
- "shareId": "blocks",
6345
  "title": "Heading Style Two",
6346
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_2.png",
6347
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_2.png",
@@ -6364,7 +6364,7 @@
6364
  },
6365
  {
6366
  "id": "heading_style_3",
6367
- "shareId": "blocks",
6368
  "title": "Heading Style Three",
6369
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_3.png",
6370
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_3.png",
@@ -6387,7 +6387,7 @@
6387
  },
6388
  {
6389
  "id": "heading_style_4",
6390
- "shareId": "blocks",
6391
  "title": "Heading Style Four",
6392
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_4.png",
6393
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_4.png",
@@ -6410,7 +6410,7 @@
6410
  },
6411
  {
6412
  "id": "heading_style_5",
6413
- "shareId": "blocks",
6414
  "title": "Heading Style Five",
6415
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_5.png",
6416
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_5.png",
@@ -6433,7 +6433,7 @@
6433
  },
6434
  {
6435
  "id": "heading_style_6",
6436
- "shareId": "blocks",
6437
  "title": "Heading Style Six",
6438
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_6.png",
6439
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_6.png",
@@ -6456,7 +6456,7 @@
6456
  },
6457
  {
6458
  "id": "heading_style_7",
6459
- "shareId": "blocks",
6460
  "title": "Heading Style Seven",
6461
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_7.png",
6462
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_7.png",
@@ -6479,7 +6479,7 @@
6479
  },
6480
  {
6481
  "id": "image_comparison_style_1",
6482
- "shareId": "blocks",
6483
  "title": "Image Comparison Style One",
6484
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_1.png",
6485
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_1.png",
@@ -6502,7 +6502,7 @@
6502
  },
6503
  {
6504
  "id": "image_comparison_style_2",
6505
- "shareId": "blocks",
6506
  "title": "Image Comparison Style Two",
6507
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_2.png",
6508
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_2.png",
@@ -6525,7 +6525,7 @@
6525
  },
6526
  {
6527
  "id": "image_comparison_style_3",
6528
- "shareId": "blocks",
6529
  "title": "Image Comparison Style Three",
6530
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_3.png",
6531
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_3.png",
@@ -6548,7 +6548,7 @@
6548
  },
6549
  {
6550
  "id": "image_comparison_style_4",
6551
- "shareId": "blocks",
6552
  "title": "Image Comparison Style Four",
6553
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_4.png",
6554
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_4.png",
@@ -6571,7 +6571,7 @@
6571
  },
6572
  {
6573
  "id": "image_comparison_style_5",
6574
- "shareId": "blocks",
6575
  "title": "Image Comparison Style Five",
6576
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_5.png",
6577
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_5.png",
@@ -6594,7 +6594,7 @@
6594
  },
6595
  {
6596
  "id": "image_justify_style_1",
6597
- "shareId": "blocks",
6598
  "title": "Image Justify Style One",
6599
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_1.png",
6600
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_1.png",
@@ -6617,7 +6617,7 @@
6617
  },
6618
  {
6619
  "id": "image_justify_style_2",
6620
- "shareId": "blocks",
6621
  "title": "Image Justify Style Two",
6622
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_2.png",
6623
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_2.png",
@@ -6640,7 +6640,7 @@
6640
  },
6641
  {
6642
  "id": "image_justify_style_3",
6643
- "shareId": "blocks",
6644
  "title": "Image Justify Style Three",
6645
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_3.png",
6646
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_3.png",
@@ -6663,7 +6663,7 @@
6663
  },
6664
  {
6665
  "id": "image_justify_style_4",
6666
- "shareId": "blocks",
6667
  "title": "Image Justify Style Four",
6668
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_4.png",
6669
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_4.png",
@@ -6686,7 +6686,7 @@
6686
  },
6687
  {
6688
  "id": "image_magnifier_style_1",
6689
- "shareId": "blocks",
6690
  "title": "Image Magnifier Style One",
6691
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_1.png",
6692
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_1.png",
@@ -6709,7 +6709,7 @@
6709
  },
6710
  {
6711
  "id": "image_magnifier_style_2",
6712
- "shareId": "blocks",
6713
  "title": "Image Magnifier Style Two",
6714
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_2.png",
6715
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_2.png",
@@ -6732,7 +6732,7 @@
6732
  },
6733
  {
6734
  "id": "image_magnifier_style_3",
6735
- "shareId": "blocks",
6736
  "title": "Image Magnifier Style Three",
6737
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_3.png",
6738
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_3.png",
@@ -6755,7 +6755,7 @@
6755
  },
6756
  {
6757
  "id": "image_marker_style_1",
6758
- "shareId": "blocks",
6759
  "title": "Image Marker Style One",
6760
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_1.png",
6761
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_1.png",
@@ -6778,7 +6778,7 @@
6778
  },
6779
  {
6780
  "id": "image_marker_style_2",
6781
- "shareId": "blocks",
6782
  "title": "Image Marker Style Two",
6783
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_2.png",
6784
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_2.png",
@@ -6801,7 +6801,7 @@
6801
  },
6802
  {
6803
  "id": "image_marker_style_3",
6804
- "shareId": "blocks",
6805
  "title": "Image Marker Style Three",
6806
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_3.png",
6807
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_3.png",
@@ -6824,7 +6824,7 @@
6824
  },
6825
  {
6826
  "id": "image_marker_style_4",
6827
- "shareId": "blocks",
6828
  "title": "Image Marker Style Four",
6829
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_4.png",
6830
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_4.png",
@@ -6847,7 +6847,7 @@
6847
  },
6848
  {
6849
  "id": "image_marker_style_5",
6850
- "shareId": "blocks",
6851
  "title": "Image Marker Style Five",
6852
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_5.png",
6853
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_5.png",
@@ -6870,7 +6870,7 @@
6870
  },
6871
  {
6872
  "id": "image_masonry_style_1",
6873
- "shareId": "blocks",
6874
  "title": "Image Masonry Style One",
6875
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_1.png",
6876
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_1.png",
@@ -6893,7 +6893,7 @@
6893
  },
6894
  {
6895
  "id": "image_masonry_style_2",
6896
- "shareId": "blocks",
6897
  "title": "Image Masonry Style Two",
6898
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_2.png",
6899
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_2.png",
@@ -6916,7 +6916,7 @@
6916
  },
6917
  {
6918
  "id": "image_masonry_style_3",
6919
- "shareId": "blocks",
6920
  "title": "Image Masonry Style Three",
6921
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_3.png",
6922
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_3.png",
@@ -6939,7 +6939,7 @@
6939
  },
6940
  {
6941
  "id": "image_masonry_style_4",
6942
- "shareId": "blocks",
6943
  "title": "Image Masonry Style Four",
6944
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_4.png",
6945
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_4.png",
@@ -6962,7 +6962,7 @@
6962
  },
6963
  {
6964
  "id": "image_masonry_style_5",
6965
- "shareId": "blocks",
6966
  "title": "Image Masonry Style Five",
6967
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_5.png",
6968
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_5.png",
@@ -6985,7 +6985,7 @@
6985
  },
6986
  {
6987
  "id": "inline_menu_style_1",
6988
- "shareId": "blocks",
6989
  "title": "Inline Menu Style One",
6990
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_1.png",
6991
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_1.png",
@@ -7008,7 +7008,7 @@
7008
  },
7009
  {
7010
  "id": "inline_menu_style_2",
7011
- "shareId": "blocks",
7012
  "title": "Inline Menu Style Two",
7013
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_2.png",
7014
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_2.png",
@@ -7031,7 +7031,7 @@
7031
  },
7032
  {
7033
  "id": "inline_menu_style_3",
7034
- "shareId": "blocks",
7035
  "title": "Inline Menu Style Three",
7036
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_3.png",
7037
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_3.png",
@@ -7054,7 +7054,7 @@
7054
  },
7055
  {
7056
  "id": "inline_menu_style_4",
7057
- "shareId": "blocks",
7058
  "title": "Inline Menu Style Four",
7059
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_4.png",
7060
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_4.png",
@@ -7077,7 +7077,7 @@
7077
  },
7078
  {
7079
  "id": "inline_menu_style_5",
7080
- "shareId": "blocks",
7081
  "title": "Inline Menu Style Five",
7082
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_5.png",
7083
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_5.png",
@@ -7100,7 +7100,7 @@
7100
  },
7101
  {
7102
  "id": "inline_menu_style_6",
7103
- "shareId": "blocks",
7104
  "title": "Inline Menu Style Six",
7105
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_6.png",
7106
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_6.png",
@@ -7123,7 +7123,7 @@
7123
  },
7124
  {
7125
  "id": "inline_menu_style_7",
7126
- "shareId": "blocks",
7127
  "title": "Inline Menu Style Seven",
7128
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_7.png",
7129
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_7.png",
@@ -7146,7 +7146,7 @@
7146
  },
7147
  {
7148
  "id": "instagram_feed_style_1",
7149
- "shareId": "blocks",
7150
  "title": "Instagram Feed Style One (Third party)",
7151
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_feed_style_1.png",
7152
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_feed_style_1.png",
@@ -7169,7 +7169,7 @@
7169
  },
7170
  {
7171
  "id": "instagram_style_1",
7172
- "shareId": "blocks",
7173
  "title": "Instagram Style One",
7174
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_1.png",
7175
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_1.png",
@@ -7192,7 +7192,7 @@
7192
  },
7193
  {
7194
  "id": "instagram_style_2",
7195
- "shareId": "blocks",
7196
  "title": "Instagram Style Two",
7197
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_2.png",
7198
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_2.png",
@@ -7215,7 +7215,7 @@
7215
  },
7216
  {
7217
  "id": "instagram_style_3",
7218
- "shareId": "blocks",
7219
  "title": "Instagram Style Three",
7220
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_3.png",
7221
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_3.png",
@@ -7238,7 +7238,7 @@
7238
  },
7239
  {
7240
  "id": "instagram_style_4",
7241
- "shareId": "blocks",
7242
  "title": "Instagram Style Four",
7243
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_4.png",
7244
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_4.png",
@@ -7261,7 +7261,7 @@
7261
  },
7262
  {
7263
  "id": "instagram_style_5",
7264
- "shareId": "blocks",
7265
  "title": "Instagram Style Five",
7266
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_5.png",
7267
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_5.png",
@@ -7284,7 +7284,7 @@
7284
  },
7285
  {
7286
  "id": "light_box_style_1",
7287
- "shareId": "blocks",
7288
  "title": "Light Box Style One",
7289
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_1.png",
7290
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_1.png",
@@ -7307,7 +7307,7 @@
7307
  },
7308
  {
7309
  "id": "light_box_style_2",
7310
- "shareId": "blocks",
7311
  "title": "Light Box Style Two",
7312
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_2.png",
7313
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_2.png",
@@ -7330,7 +7330,7 @@
7330
  },
7331
  {
7332
  "id": "light_box_style_3",
7333
- "shareId": "blocks",
7334
  "title": "Light Box Style Three",
7335
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_3.png",
7336
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_3.png",
@@ -7353,7 +7353,7 @@
7353
  },
7354
  {
7355
  "id": "light_box_style_4",
7356
- "shareId": "blocks",
7357
  "title": "Light Box Style Four",
7358
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_4.png",
7359
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_4.png",
@@ -7376,7 +7376,7 @@
7376
  },
7377
  {
7378
  "id": "modal_style_1",
7379
- "shareId": "blocks",
7380
  "title": "Modal Style One",
7381
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/modal_style_1.png",
7382
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/modal_style_1.png",
@@ -7399,7 +7399,7 @@
7399
  },
7400
  {
7401
  "id": "modal_style_2",
7402
- "shareId": "blocks",
7403
  "title": "Modal Style Two",
7404
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/modal_style_2.png",
7405
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/modal_style_2.png",
@@ -7422,7 +7422,7 @@
7422
  },
7423
  {
7424
  "id": "news_ticker_style_1",
7425
- "shareId": "blocks",
7426
  "title": "News Ticker Style One",
7427
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_1.png",
7428
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_1.png",
@@ -7445,7 +7445,7 @@
7445
  },
7446
  {
7447
  "id": "news_ticker_style_2",
7448
- "shareId": "blocks",
7449
  "title": "News Ticker Style Two",
7450
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_2.png",
7451
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_2.png",
@@ -7468,7 +7468,7 @@
7468
  },
7469
  {
7470
  "id": "news_ticker_style_3",
7471
- "shareId": "blocks",
7472
  "title": "News Ticker Style Three",
7473
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_3.png",
7474
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_3.png",
@@ -7491,7 +7491,7 @@
7491
  },
7492
  {
7493
  "id": "news_ticker_style_4",
7494
- "shareId": "blocks",
7495
  "title": "News Ticker Style Four",
7496
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_4.png",
7497
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_4.png",
@@ -7514,7 +7514,7 @@
7514
  },
7515
  {
7516
  "id": "news_ticker_style_5",
7517
- "shareId": "blocks",
7518
  "title": "News Ticker Style Five",
7519
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_5.png",
7520
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_5.png",
@@ -7537,7 +7537,7 @@
7537
  },
7538
  {
7539
  "id": "news_ticker_style_6",
7540
- "shareId": "blocks",
7541
  "title": "News Ticker Style Six",
7542
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_6.png",
7543
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_6.png",
@@ -7560,7 +7560,7 @@
7560
  },
7561
  {
7562
  "id": "news_ticker_style_7",
7563
- "shareId": "blocks",
7564
  "title": "News Ticker Style Seven",
7565
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_7.png",
7566
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_7.png",
@@ -7583,7 +7583,7 @@
7583
  },
7584
  {
7585
  "id": "notification_style_1",
7586
- "shareId": "blocks",
7587
  "title": "Notification Style One",
7588
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/notification_style_1.png",
7589
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/notification_style_1.png",
@@ -7606,7 +7606,7 @@
7606
  },
7607
  {
7608
  "id": "notification_style_2",
7609
- "shareId": "blocks",
7610
  "title": "Notification Style Two",
7611
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/notification_style_2.png",
7612
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/notification_style_2.png",
@@ -7629,7 +7629,7 @@
7629
  },
7630
  {
7631
  "id": "offcanvas_style_1",
7632
- "shareId": "blocks",
7633
  "title": "Off canvas Style One",
7634
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_1.png",
7635
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_1.png",
@@ -7652,7 +7652,7 @@
7652
  },
7653
  {
7654
  "id": "offcanvas_style_2",
7655
- "shareId": "blocks",
7656
  "title": "Off canvas Style Two",
7657
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_2.png",
7658
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_2.png",
@@ -7675,7 +7675,7 @@
7675
  },
7676
  {
7677
  "id": "offcanvas_style_3",
7678
- "shareId": "blocks",
7679
  "title": "Off canvas Style Three",
7680
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_3.png",
7681
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_3.png",
@@ -7698,7 +7698,7 @@
7698
  },
7699
  {
7700
  "id": "offcanvas_style_4",
7701
- "shareId": "blocks",
7702
  "title": "Off canvas Style Four",
7703
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_4.png",
7704
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_4.png",
@@ -7721,7 +7721,7 @@
7721
  },
7722
  {
7723
  "id": "page_not_found_content_styel_1",
7724
- "shareId": "blocks",
7725
  "title": "Page Not Found Content Style One",
7726
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_1.png",
7727
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_1.png",
@@ -7744,7 +7744,7 @@
7744
  },
7745
  {
7746
  "id": "page_not_found_content_styel_2",
7747
- "shareId": "blocks",
7748
  "title": "Page Not Found Content Style Two",
7749
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_2.png",
7750
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_2.png",
@@ -7767,7 +7767,7 @@
7767
  },
7768
  {
7769
  "id": "page_not_found_content_styel_3",
7770
- "shareId": "blocks",
7771
  "title": "Page Not Found Content Style Three",
7772
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_3.png",
7773
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_3.png",
@@ -7790,7 +7790,7 @@
7790
  },
7791
  {
7792
  "id": "page_not_found_content_styel_4",
7793
- "shareId": "blocks",
7794
  "title": "Page Not Found Content Style Four",
7795
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_4.png",
7796
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_4.png",
@@ -7813,7 +7813,7 @@
7813
  },
7814
  {
7815
  "id": "panel_slider_style_1",
7816
- "shareId": "blocks",
7817
  "title": "Panel Slider Style One",
7818
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_1.png",
7819
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_1.png",
@@ -7836,7 +7836,7 @@
7836
  },
7837
  {
7838
  "id": "panel_slider_style_2",
7839
- "shareId": "blocks",
7840
  "title": "Panel Slider Style Two",
7841
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_2.png",
7842
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_2.png",
@@ -7859,7 +7859,7 @@
7859
  },
7860
  {
7861
  "id": "panel_slider_style_3",
7862
- "shareId": "blocks",
7863
  "title": "Panel Slider Style Three",
7864
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_3.png",
7865
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_3.png",
@@ -7882,7 +7882,7 @@
7882
  },
7883
  {
7884
  "id": "panel_slider_style_4",
7885
- "shareId": "blocks",
7886
  "title": "Panel Slider Style Four",
7887
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_4.png",
7888
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_4.png",
@@ -7905,7 +7905,7 @@
7905
  },
7906
  {
7907
  "id": "popover_style_1",
7908
- "shareId": "blocks",
7909
  "title": "Popover Style One",
7910
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_1.png",
7911
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_1.png",
@@ -7928,7 +7928,7 @@
7928
  },
7929
  {
7930
  "id": "popover_style_2",
7931
- "shareId": "blocks",
7932
  "title": "Popover Style Two",
7933
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_2.png",
7934
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_2.png",
@@ -7951,7 +7951,7 @@
7951
  },
7952
  {
7953
  "id": "popover_style_3",
7954
- "shareId": "blocks",
7955
  "title": "Popover Style Three",
7956
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_3.png",
7957
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_3.png",
@@ -7974,7 +7974,7 @@
7974
  },
7975
  {
7976
  "id": "pos_slider_style_1",
7977
- "shareId": "blocks",
7978
  "title": "Post Slider Style One",
7979
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_1.png",
7980
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_1.png",
@@ -7997,7 +7997,7 @@
7997
  },
7998
  {
7999
  "id": "pos_slider_style_2",
8000
- "shareId": "blocks",
8001
  "title": "Post Slider Style Two",
8002
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_2.png",
8003
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_2.png",
@@ -8020,7 +8020,7 @@
8020
  },
8021
  {
8022
  "id": "pos_slider_style_3",
8023
- "shareId": "blocks",
8024
  "title": "Post Slider Style Three",
8025
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_3.png",
8026
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_3.png",
@@ -8043,7 +8043,7 @@
8043
  },
8044
  {
8045
  "id": "pos_slider_style_4",
8046
- "shareId": "blocks",
8047
  "title": "Post Slider Style Four",
8048
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_4.png",
8049
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_4.png",
@@ -8066,7 +8066,7 @@
8066
  },
8067
  {
8068
  "id": "pos_slider_style_5",
8069
- "shareId": "blocks",
8070
  "title": "Post Slider Style Five",
8071
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_5.png",
8072
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_5.png",
@@ -8089,7 +8089,7 @@
8089
  },
8090
  {
8091
  "id": "post_carosul_style_1",
8092
- "shareId": "blocks",
8093
  "title": "Post Carousel Style One",
8094
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_1.png",
8095
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_1.png",
@@ -8112,7 +8112,7 @@
8112
  },
8113
  {
8114
  "id": "post_carosul_style_2",
8115
- "shareId": "blocks",
8116
  "title": "Post Carousel Style Two",
8117
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_2.png",
8118
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_2.png",
@@ -8135,7 +8135,7 @@
8135
  },
8136
  {
8137
  "id": "post_carosul_style_3",
8138
- "shareId": "blocks",
8139
  "title": "Post Carousel Style Three",
8140
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_3.png",
8141
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_3.png",
@@ -8158,7 +8158,7 @@
8158
  },
8159
  {
8160
  "id": "post_carosul_style_4",
8161
- "shareId": "blocks",
8162
  "title": "Post Carousel Style Four",
8163
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_4.png",
8164
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_4.png",
@@ -8181,7 +8181,7 @@
8181
  },
8182
  {
8183
  "id": "post_carosul_style_5",
8184
- "shareId": "blocks",
8185
  "title": "Post Carousel Style Five",
8186
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_5.png",
8187
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_5.png",
@@ -8204,7 +8204,7 @@
8204
  },
8205
  {
8206
  "id": "post_grid_style_1",
8207
- "shareId": "blocks",
8208
  "title": "Post Grid Style One",
8209
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_1.png",
8210
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_1.png",
@@ -8227,7 +8227,7 @@
8227
  },
8228
  {
8229
  "id": "post_grid_style_2",
8230
- "shareId": "blocks",
8231
  "title": "Post Grid Style Two",
8232
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_2.png",
8233
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_2.png",
@@ -8250,7 +8250,7 @@
8250
  },
8251
  {
8252
  "id": "post_grid_style_3",
8253
- "shareId": "blocks",
8254
  "title": "Post Grid Style Three",
8255
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_3.png",
8256
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_3.png",
@@ -8273,7 +8273,7 @@
8273
  },
8274
  {
8275
  "id": "post_grid_style_4",
8276
- "shareId": "blocks",
8277
  "title": "Post Grid Style Four",
8278
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_4.png",
8279
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_4.png",
@@ -8296,7 +8296,7 @@
8296
  },
8297
  {
8298
  "id": "post_grid_style_5",
8299
- "shareId": "blocks",
8300
  "title": "Post Grid Style Five",
8301
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_5.png",
8302
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_5.png",
@@ -8319,7 +8319,7 @@
8319
  },
8320
  {
8321
  "id": "post_grid_tab_style_1",
8322
- "shareId": "blocks",
8323
  "title": "Post Grid Tab Style One",
8324
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_1.png",
8325
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_1.png",
@@ -8342,7 +8342,7 @@
8342
  },
8343
  {
8344
  "id": "post_grid_tab_style_2",
8345
- "shareId": "blocks",
8346
  "title": "Post Grid Tab Style Two",
8347
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_2.png",
8348
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_2.png",
@@ -8365,7 +8365,7 @@
8365
  },
8366
  {
8367
  "id": "post_grid_tab_style_3",
8368
- "shareId": "blocks",
8369
  "title": "Post Grid Tab Style Three",
8370
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_3.png",
8371
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_3.png",
@@ -8388,7 +8388,7 @@
8388
  },
8389
  {
8390
  "id": "post_grid_tab_style_4",
8391
- "shareId": "blocks",
8392
  "title": "Post Grid Tab Style Four",
8393
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_4.png",
8394
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_4.png",
@@ -8411,7 +8411,7 @@
8411
  },
8412
  {
8413
  "id": "post_grid_tab_style_5",
8414
- "shareId": "blocks",
8415
  "title": "Post Grid Tab Style Five",
8416
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_5.png",
8417
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_5.png",
@@ -8434,7 +8434,7 @@
8434
  },
8435
  {
8436
  "id": "pricing_list_view_style_1",
8437
- "shareId": "blocks",
8438
  "title": "Pricing List View Style One",
8439
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_1.png",
8440
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_1.png",
@@ -8457,7 +8457,7 @@
8457
  },
8458
  {
8459
  "id": "pricing_list_view_style_2",
8460
- "shareId": "blocks",
8461
  "title": "Pricing List View Style Two",
8462
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_2.png",
8463
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_2.png",
@@ -8480,7 +8480,7 @@
8480
  },
8481
  {
8482
  "id": "pricing_list_view_style_3",
8483
- "shareId": "blocks",
8484
  "title": "Pricing List View Style Three",
8485
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_3.png",
8486
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_3.png",
@@ -8503,7 +8503,7 @@
8503
  },
8504
  {
8505
  "id": "pricing_table_style_1",
8506
- "shareId": "blocks",
8507
  "title": "Pricing Table Style One",
8508
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_1.png",
8509
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_1.png",
@@ -8526,7 +8526,7 @@
8526
  },
8527
  {
8528
  "id": "pricing_table_style_2",
8529
- "shareId": "blocks",
8530
  "title": "Pricing Table Style Two",
8531
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_2.png",
8532
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_2.png",
@@ -8549,7 +8549,7 @@
8549
  },
8550
  {
8551
  "id": "pricing_table_style_3",
8552
- "shareId": "blocks",
8553
  "title": "Pricing Table Style Three",
8554
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_3.png",
8555
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_3.png",
@@ -8572,7 +8572,7 @@
8572
  },
8573
  {
8574
  "id": "pricing_table_style_4",
8575
- "shareId": "blocks",
8576
  "title": "Pricing Table Style Four",
8577
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_4.png",
8578
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_4.png",
@@ -8595,7 +8595,7 @@
8595
  },
8596
  {
8597
  "id": "pricing_table_style_5",
8598
- "shareId": "blocks",
8599
  "title": "Pricing Table Style Five",
8600
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_5.png",
8601
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_5.png",
@@ -8618,7 +8618,7 @@
8618
  },
8619
  {
8620
  "id": "pricing_table_style_6",
8621
- "shareId": "blocks",
8622
  "title": "Pricing Table Style Six",
8623
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_6.png",
8624
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_6.png",
@@ -8641,7 +8641,7 @@
8641
  },
8642
  {
8643
  "id": "pricing_table_style_7",
8644
- "shareId": "blocks",
8645
  "title": "Pricing Table Style Seven",
8646
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_7.png",
8647
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_7.png",
@@ -8664,7 +8664,7 @@
8664
  },
8665
  {
8666
  "id": "progress_bar_style_1",
8667
- "shareId": "blocks",
8668
  "title": "Progress Bar Style One",
8669
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_1.png",
8670
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_1.png",
@@ -8687,7 +8687,7 @@
8687
  },
8688
  {
8689
  "id": "progress_bar_style_2",
8690
- "shareId": "blocks",
8691
  "title": "Progress Bar Style Two",
8692
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_2.png",
8693
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_2.png",
@@ -8710,7 +8710,7 @@
8710
  },
8711
  {
8712
  "id": "progress_bar_style_3",
8713
- "shareId": "blocks",
8714
  "title": "Progress Bar Style Three",
8715
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_3.png",
8716
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_3.png",
@@ -8733,7 +8733,7 @@
8733
  },
8734
  {
8735
  "id": "progress_bar_style_4",
8736
- "shareId": "blocks",
8737
  "title": "Progress Bar Style Four",
8738
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_4.png",
8739
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_4.png",
@@ -8756,7 +8756,7 @@
8756
  },
8757
  {
8758
  "id": "progress_bar_style_5",
8759
- "shareId": "blocks",
8760
  "title": "Progress Bar Style Five",
8761
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_5.png",
8762
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_5.png",
@@ -8779,7 +8779,7 @@
8779
  },
8780
  {
8781
  "id": "progress_bar_style_6",
8782
- "shareId": "blocks",
8783
  "title": "Progress Bar Style Six",
8784
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_6.png",
8785
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_6.png",
@@ -8802,7 +8802,7 @@
8802
  },
8803
  {
8804
  "id": "progress_bar_style_7",
8805
- "shareId": "blocks",
8806
  "title": "Progress Bar Style Seven",
8807
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_7.png",
8808
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_7.png",
@@ -8825,7 +8825,7 @@
8825
  },
8826
  {
8827
  "id": "progress_bar_style_8",
8828
- "shareId": "blocks",
8829
  "title": "Progress Bar Style Eight",
8830
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_8.png",
8831
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_8.png",
@@ -8848,7 +8848,7 @@
8848
  },
8849
  {
8850
  "id": "progress_bar_style_9",
8851
- "shareId": "blocks",
8852
  "title": "Progress Bar Style Nine",
8853
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_9.png",
8854
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_9.png",
@@ -8871,7 +8871,7 @@
8871
  },
8872
  {
8873
  "id": "progress_bar_style_10",
8874
- "shareId": "blocks",
8875
  "title": "Progress Bar Style Ten",
8876
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_10.png",
8877
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_10.png",
@@ -8894,7 +8894,7 @@
8894
  },
8895
  {
8896
  "id": "progress_bar_style_11",
8897
- "shareId": "blocks",
8898
  "title": "Progress Bar Style Eleven",
8899
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_11.png",
8900
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_11.png",
@@ -8917,7 +8917,7 @@
8917
  },
8918
  {
8919
  "id": "scroll_image_style_1",
8920
- "shareId": "blocks",
8921
  "title": "Scroll Image Style One",
8922
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_image_style_1.png",
8923
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_image_style_1.png",
@@ -8940,7 +8940,7 @@
8940
  },
8941
  {
8942
  "id": "scroll_image_style_2",
8943
- "shareId": "blocks",
8944
  "title": "Scroll Image Style Two",
8945
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_image_style_2.png",
8946
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_image_style_2.png",
@@ -8963,7 +8963,7 @@
8963
  },
8964
  {
8965
  "id": "scroll_navigation_style_1",
8966
- "shareId": "blocks",
8967
  "title": "Scroll Navigation Style One",
8968
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_navigation_style_1.png",
8969
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_navigation_style_1.png",
@@ -8971,7 +8971,7 @@
8971
  "url": "#",
8972
  "demoUrl": "http://demo.wphash.com/htmega/element-scroll-navigation/",
8973
  "category": "blocks",
8974
- "tags": "Scroll Navigation",
8975
  "isPro": "1",
8976
  "tmpType": "pro",
8977
  "builder": ["elementor"],
@@ -8986,7 +8986,7 @@
8986
  },
8987
  {
8988
  "id": "search_form_style_1",
8989
- "shareId": "blocks",
8990
  "title": "Search Form Style One",
8991
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_1.png",
8992
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_1.png",
@@ -9009,7 +9009,7 @@
9009
  },
9010
  {
9011
  "id": "search_form_style_2",
9012
- "shareId": "blocks",
9013
  "title": "Search Form Style Two",
9014
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_2.png",
9015
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_2.png",
@@ -9032,7 +9032,7 @@
9032
  },
9033
  {
9034
  "id": "search_form_style_3",
9035
- "shareId": "blocks",
9036
  "title": "Search Form Style Three",
9037
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_3.png",
9038
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_3.png",
@@ -9055,7 +9055,7 @@
9055
  },
9056
  {
9057
  "id": "search_form_style_4",
9058
- "shareId": "blocks",
9059
  "title": "Search Form Style Four",
9060
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_4.png",
9061
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_4.png",
@@ -9078,7 +9078,7 @@
9078
  },
9079
  {
9080
  "id": "search_form_style_5",
9081
- "shareId": "blocks",
9082
  "title": "Search Form Style Five",
9083
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_5.png",
9084
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_5.png",
@@ -9101,7 +9101,7 @@
9101
  },
9102
  {
9103
  "id": "services_style_1",
9104
- "shareId": "blocks",
9105
  "title": "Services Style One",
9106
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_1.png",
9107
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_1.png",
@@ -9124,7 +9124,7 @@
9124
  },
9125
  {
9126
  "id": "services_style_2",
9127
- "shareId": "blocks",
9128
  "title": "Services Style Two",
9129
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_2.png",
9130
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_2.png",
@@ -9147,7 +9147,7 @@
9147
  },
9148
  {
9149
  "id": "services_style_3",
9150
- "shareId": "blocks",
9151
  "title": "Services Style Three",
9152
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_3.png",
9153
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_3.png",
@@ -9170,7 +9170,7 @@
9170
  },
9171
  {
9172
  "id": "services_style_4",
9173
- "shareId": "blocks",
9174
  "title": "Services Style Four",
9175
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_4.png",
9176
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_4.png",
@@ -9193,7 +9193,7 @@
9193
  },
9194
  {
9195
  "id": "services_style_5",
9196
- "shareId": "blocks",
9197
  "title": "Services Style Five",
9198
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_5.png",
9199
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_5.png",
@@ -9216,7 +9216,7 @@
9216
  },
9217
  {
9218
  "id": "services_style_6",
9219
- "shareId": "blocks",
9220
  "title": "Services Style Six",
9221
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_6.png",
9222
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_6.png",
@@ -9239,7 +9239,7 @@
9239
  },
9240
  {
9241
  "id": "services_style_7",
9242
- "shareId": "blocks",
9243
  "title": "Services Style Seven",
9244
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_7.png",
9245
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_7.png",
@@ -9262,7 +9262,7 @@
9262
  },
9263
  {
9264
  "id": "single_post_style_1",
9265
- "shareId": "blocks",
9266
  "title": "Single Post Style One",
9267
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_1.png",
9268
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_1.png",
@@ -9285,7 +9285,7 @@
9285
  },
9286
  {
9287
  "id": "single_post_style_2",
9288
- "shareId": "blocks",
9289
  "title": "Single Post Style Two",
9290
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_2.png",
9291
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_2.png",
@@ -9308,7 +9308,7 @@
9308
  },
9309
  {
9310
  "id": "single_post_style_3",
9311
- "shareId": "blocks",
9312
  "title": "Single Post Style Three",
9313
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_3.png",
9314
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_3.png",
@@ -9331,7 +9331,7 @@
9331
  },
9332
  {
9333
  "id": "single_post_style_4",
9334
- "shareId": "blocks",
9335
  "title": "Single Post Style Four",
9336
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_4.png",
9337
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_4.png",
@@ -9354,7 +9354,7 @@
9354
  },
9355
  {
9356
  "id": "single_post_style_5",
9357
- "shareId": "blocks",
9358
  "title": "Single Post Style Five",
9359
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_5.png",
9360
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_5.png",
@@ -9377,7 +9377,7 @@
9377
  },
9378
  {
9379
  "id": "social_share_style_1",
9380
- "shareId": "blocks",
9381
  "title": "Social Share Style One",
9382
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_1.png",
9383
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_1.png",
@@ -9400,7 +9400,7 @@
9400
  },
9401
  {
9402
  "id": "social_share_style_2",
9403
- "shareId": "blocks",
9404
  "title": "Social Share Style Two",
9405
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_2.png",
9406
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_2.png",
@@ -9423,7 +9423,7 @@
9423
  },
9424
  {
9425
  "id": "social_share_style_3",
9426
- "shareId": "blocks",
9427
  "title": "Social Share Style Three",
9428
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_3.png",
9429
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_3.png",
@@ -9446,7 +9446,7 @@
9446
  },
9447
  {
9448
  "id": "social_share_style_4",
9449
- "shareId": "blocks",
9450
  "title": "Social Share Style Four",
9451
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_4.png",
9452
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_4.png",
@@ -9469,7 +9469,7 @@
9469
  },
9470
  {
9471
  "id": "social_share_style_5",
9472
- "shareId": "blocks",
9473
  "title": "Social Share Style Five",
9474
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_5.png",
9475
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_5.png",
@@ -9492,7 +9492,7 @@
9492
  },
9493
  {
9494
  "id": "social_share_style_6",
9495
- "shareId": "blocks",
9496
  "title": "Social Share Style Six",
9497
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_6.png",
9498
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_6.png",
@@ -9515,7 +9515,7 @@
9515
  },
9516
  {
9517
  "id": "social_share_style_7",
9518
- "shareId": "blocks",
9519
  "title": "Social Share Style Seven",
9520
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_7.png",
9521
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_7.png",
@@ -9538,7 +9538,7 @@
9538
  },
9539
  {
9540
  "id": "social_share_style_8",
9541
- "shareId": "blocks",
9542
  "title": "Social Share Style Eight",
9543
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_8.png",
9544
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_8.png",
@@ -9561,7 +9561,7 @@
9561
  },
9562
  {
9563
  "id": "social_share_style_9",
9564
- "shareId": "blocks",
9565
  "title": "Social Share Style Nine",
9566
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_9.png",
9567
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_9.png",
@@ -9584,7 +9584,7 @@
9584
  },
9585
  {
9586
  "id": "subscribe_style_1",
9587
- "shareId": "blocks",
9588
  "title": "Subscribe Style One",
9589
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_1.png",
9590
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_1.png",
@@ -9607,7 +9607,7 @@
9607
  },
9608
  {
9609
  "id": "subscribe_style_2",
9610
- "shareId": "blocks",
9611
  "title": "Subscribe Style Two",
9612
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_2.png",
9613
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_2.png",
@@ -9630,7 +9630,7 @@
9630
  },
9631
  {
9632
  "id": "subscribe_style_3",
9633
- "shareId": "blocks",
9634
  "title": "Subscribe Style Three",
9635
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_3.png",
9636
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_3.png",
@@ -9653,7 +9653,7 @@
9653
  },
9654
  {
9655
  "id": "subscribe_style_4",
9656
- "shareId": "blocks",
9657
  "title": "Subscribe Style Four",
9658
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_4.png",
9659
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_4.png",
@@ -9676,7 +9676,7 @@
9676
  },
9677
  {
9678
  "id": "subscribe_style_5",
9679
- "shareId": "blocks",
9680
  "title": "Subscribe Style Five",
9681
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_5.png",
9682
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_5.png",
@@ -9699,7 +9699,7 @@
9699
  },
9700
  {
9701
  "id": "switcher_style_1",
9702
- "shareId": "blocks",
9703
  "title": "Switcher Style One",
9704
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_1.png",
9705
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_1.png",
@@ -9722,7 +9722,7 @@
9722
  },
9723
  {
9724
  "id": "switcher_style_2",
9725
- "shareId": "blocks",
9726
  "title": "Switcher Style Two",
9727
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_2.png",
9728
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_2.png",
@@ -9745,7 +9745,7 @@
9745
  },
9746
  {
9747
  "id": "switcher_style_3",
9748
- "shareId": "blocks",
9749
  "title": "Switcher Style Three",
9750
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_3.png",
9751
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_3.png",
@@ -9768,7 +9768,7 @@
9768
  },
9769
  {
9770
  "id": "tab_style_1",
9771
- "shareId": "blocks",
9772
  "title": "Tab Style One",
9773
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_1.png",
9774
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_1.png",
@@ -9791,7 +9791,7 @@
9791
  },
9792
  {
9793
  "id": "tab_style_2",
9794
- "shareId": "blocks",
9795
  "title": "Tab Style Two",
9796
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_2.png",
9797
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_2.png",
@@ -9814,7 +9814,7 @@
9814
  },
9815
  {
9816
  "id": "tab_style_3",
9817
- "shareId": "blocks",
9818
  "title": "Tab Style Three",
9819
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_3.png",
9820
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_3.png",
@@ -9837,7 +9837,7 @@
9837
  },
9838
  {
9839
  "id": "tab_style_4",
9840
- "shareId": "blocks",
9841
  "title": "Tab Style Four",
9842
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_4.png",
9843
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_4.png",
@@ -9860,7 +9860,7 @@
9860
  },
9861
  {
9862
  "id": "tab_style_5",
9863
- "shareId": "blocks",
9864
  "title": "Tab Style Five",
9865
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_5.png",
9866
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_5.png",
@@ -9883,7 +9883,7 @@
9883
  },
9884
  {
9885
  "id": "team_member_style_1",
9886
- "shareId": "blocks",
9887
  "title": "Team Member Style One",
9888
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_1.png",
9889
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_1.png",
@@ -9906,7 +9906,7 @@
9906
  },
9907
  {
9908
  "id": "team_member_style_2",
9909
- "shareId": "blocks",
9910
  "title": "Team Member Style Two",
9911
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_2.png",
9912
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_2.png",
@@ -9929,7 +9929,7 @@
9929
  },
9930
  {
9931
  "id": "team_member_style_3",
9932
- "shareId": "blocks",
9933
  "title": "Team Member Style Three",
9934
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_3.png",
9935
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_3.png",
@@ -9952,7 +9952,7 @@
9952
  },
9953
  {
9954
  "id": "team_member_style_4",
9955
- "shareId": "blocks",
9956
  "title": "Team Member Style Four",
9957
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_4.png",
9958
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_4.png",
@@ -9975,7 +9975,7 @@
9975
  },
9976
  {
9977
  "id": "team_member_style_5",
9978
- "shareId": "blocks",
9979
  "title": "Team Member Style Five",
9980
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_5.png",
9981
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_5.png",
@@ -9998,7 +9998,7 @@
9998
  },
9999
  {
10000
  "id": "team_member_style_6",
10001
- "shareId": "blocks",
10002
  "title": "Team Member Style Six",
10003
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_6.png",
10004
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_6.png",
@@ -10021,7 +10021,7 @@
10021
  },
10022
  {
10023
  "id": "team_member_style_7",
10024
- "shareId": "blocks",
10025
  "title": "Team Member Style Seven",
10026
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_7.png",
10027
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_7.png",
@@ -10044,7 +10044,7 @@
10044
  },
10045
  {
10046
  "id": "team_member_style_8",
10047
- "shareId": "blocks",
10048
  "title": "Team Member Style Eight",
10049
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_8.png",
10050
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_8.png",
@@ -10067,7 +10067,7 @@
10067
  },
10068
  {
10069
  "id": "testimonial_carosel_style_1",
10070
- "shareId": "blocks",
10071
  "title": "Testimonial Carousel Style One",
10072
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_1.png",
10073
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_1.png",
@@ -10090,7 +10090,7 @@
10090
  },
10091
  {
10092
  "id": "testimonial_carosel_style_2",
10093
- "shareId": "blocks",
10094
  "title": "Testimonial Carousel Style Two",
10095
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_2.png",
10096
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_2.png",
@@ -10113,7 +10113,7 @@
10113
  },
10114
  {
10115
  "id": "testimonial_carosel_style_3",
10116
- "shareId": "blocks",
10117
  "title": "Testimonial Carousel Style Three",
10118
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_3.png",
10119
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_3.png",
@@ -10136,7 +10136,7 @@
10136
  },
10137
  {
10138
  "id": "testimonial_carosel_style_4",
10139
- "shareId": "blocks",
10140
  "title": "Testimonial Carousel Style Four",
10141
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_4.png",
10142
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_4.png",
@@ -10159,7 +10159,7 @@
10159
  },
10160
  {
10161
  "id": "testimonial_carosel_style_5",
10162
- "shareId": "blocks",
10163
  "title": "Testimonial Carousel Style Five",
10164
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_5.png",
10165
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_5.png",
@@ -10182,7 +10182,7 @@
10182
  },
10183
  {
10184
  "id": "testimonial_carosel_style_6",
10185
- "shareId": "blocks",
10186
  "title": "Testimonial Carousel Style Six",
10187
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_6.png",
10188
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_6.png",
@@ -10205,7 +10205,7 @@
10205
  },
10206
  {
10207
  "id": "testimonial_carosel_style_7",
10208
- "shareId": "blocks",
10209
  "title": "Testimonial Carousel Style Seven",
10210
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_7.png",
10211
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_7.png",
@@ -10228,7 +10228,7 @@
10228
  },
10229
  {
10230
  "id": "testimonial_carosel_style_8",
10231
- "shareId": "blocks",
10232
  "title": "Testimonial Carousel Style Eight",
10233
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_8.png",
10234
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_8.png",
@@ -10251,7 +10251,7 @@
10251
  },
10252
  {
10253
  "id": "testimonial_carosel_style_9",
10254
- "shareId": "blocks",
10255
  "title": "Testimonial Carousel Style Nine",
10256
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_9.png",
10257
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_9.png",
@@ -10274,7 +10274,7 @@
10274
  },
10275
  {
10276
  "id": "testimonial_grid_style_1",
10277
- "shareId": "blocks",
10278
  "title": "Testimonial Grid Style One",
10279
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_1.png",
10280
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_1.png",
@@ -10297,7 +10297,7 @@
10297
  },
10298
  {
10299
  "id": "testimonial_grid_style_2",
10300
- "shareId": "blocks",
10301
  "title": "Testimonial Grid Style Two",
10302
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_2.png",
10303
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_2.png",
@@ -10320,7 +10320,7 @@
10320
  },
10321
  {
10322
  "id": "testimonial_grid_style_3",
10323
- "shareId": "blocks",
10324
  "title": "Testimonial Grid Style Three",
10325
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_3.png",
10326
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_3.png",
@@ -10343,7 +10343,7 @@
10343
  },
10344
  {
10345
  "id": "testimonial_grid_style_4",
10346
- "shareId": "blocks",
10347
  "title": "Testimonial Grid Style Four",
10348
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_4.png",
10349
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_4.png",
@@ -10366,7 +10366,7 @@
10366
  },
10367
  {
10368
  "id": "testimonial_grid_style_5",
10369
- "shareId": "blocks",
10370
  "title": "Testimonial Grid Style Five",
10371
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_5.png",
10372
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_5.png",
@@ -10389,7 +10389,7 @@
10389
  },
10390
  {
10391
  "id": "thumbnails_gallery_style_1",
10392
- "shareId": "blocks",
10393
  "title": "Thumbnails Gallery Style One",
10394
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_1.png",
10395
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_1.png",
@@ -10412,7 +10412,7 @@
10412
  },
10413
  {
10414
  "id": "thumbnails_gallery_style_2",
10415
- "shareId": "blocks",
10416
  "title": "Thumbnails Gallery Style Two",
10417
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_2.png",
10418
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_2.png",
@@ -10435,7 +10435,7 @@
10435
  },
10436
  {
10437
  "id": "thumbnails_gallery_style_3",
10438
- "shareId": "blocks",
10439
  "title": "Thumbnails Gallery Style Three",
10440
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_3.png",
10441
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_3.png",
@@ -10458,7 +10458,7 @@
10458
  },
10459
  {
10460
  "id": "thumbnails_gallery_style_4",
10461
- "shareId": "blocks",
10462
  "title": "Thumbnails Gallery Style Four",
10463
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_4.png",
10464
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_4.png",
@@ -10481,7 +10481,7 @@
10481
  },
10482
  {
10483
  "id": "toggle_style_1",
10484
- "shareId": "blocks",
10485
  "title": "Toggle Style One",
10486
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_1.png",
10487
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_1.png",
@@ -10504,7 +10504,7 @@
10504
  },
10505
  {
10506
  "id": "toggle_style_2",
10507
- "shareId": "blocks",
10508
  "title": "Toggle Style Two",
10509
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_2.png",
10510
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_2.png",
@@ -10527,7 +10527,7 @@
10527
  },
10528
  {
10529
  "id": "toggle_style_3",
10530
- "shareId": "blocks",
10531
  "title": "Toggle Style Three",
10532
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_3.png",
10533
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_3.png",
@@ -10550,7 +10550,7 @@
10550
  },
10551
  {
10552
  "id": "tooltip_style_1",
10553
- "shareId": "blocks",
10554
  "title": "Tooltip",
10555
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tooltip_style_1.png",
10556
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tooltip_style_1.png",
@@ -10573,7 +10573,7 @@
10573
  },
10574
  {
10575
  "id": "twitter_feed_style_1",
10576
- "shareId": "blocks",
10577
  "title": "Twitter Feed Style One",
10578
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_1.png",
10579
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_1.png",
@@ -10596,7 +10596,7 @@
10596
  },
10597
  {
10598
  "id": "twitter_feed_style_2",
10599
- "shareId": "blocks",
10600
  "title": "Twitter Feed Style Two",
10601
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_2.png",
10602
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_2.png",
@@ -10619,7 +10619,7 @@
10619
  },
10620
  {
10621
  "id": "twitter_feed_style_3",
10622
- "shareId": "blocks",
10623
  "title": "Twitter Feed Style Three",
10624
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_3.png",
10625
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_3.png",
@@ -10642,7 +10642,7 @@
10642
  },
10643
  {
10644
  "id": "twitter_feed_style_4",
10645
- "shareId": "blocks",
10646
  "title": "Twitter Feed Style Four",
10647
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_4.png",
10648
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_4.png",
@@ -10665,7 +10665,7 @@
10665
  },
10666
  {
10667
  "id": "twitter_feed_style_5",
10668
- "shareId": "blocks",
10669
  "title": "Twitter Feed Style Five",
10670
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_5.png",
10671
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_5.png",
@@ -10688,7 +10688,7 @@
10688
  },
10689
  {
10690
  "id": "user_login_form_style_1",
10691
- "shareId": "blocks",
10692
  "title": "User Login Form Style One",
10693
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_1.png",
10694
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_1.png",
@@ -10711,7 +10711,7 @@
10711
  },
10712
  {
10713
  "id": "user_login_form_style_2",
10714
- "shareId": "blocks",
10715
  "title": "User Login Form Style Two",
10716
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_2.png",
10717
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_2.png",
@@ -10734,7 +10734,7 @@
10734
  },
10735
  {
10736
  "id": "user_login_form_style_3",
10737
- "shareId": "blocks",
10738
  "title": "User Login Form Style Three",
10739
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_3.png",
10740
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_3.png",
@@ -10757,7 +10757,7 @@
10757
  },
10758
  {
10759
  "id": "user_login_form_style_4",
10760
- "shareId": "blocks",
10761
  "title": "User Login Form Style Four",
10762
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_4.png",
10763
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_4.png",
@@ -10780,7 +10780,7 @@
10780
  },
10781
  {
10782
  "id": "user_login_form_style_5",
10783
- "shareId": "blocks",
10784
  "title": "User Login Form Style Five",
10785
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_5.png",
10786
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_5.png",
@@ -10803,7 +10803,7 @@
10803
  },
10804
  {
10805
  "id": "user_register_style_1",
10806
- "shareId": "blocks",
10807
  "title": "User Register Form Style One",
10808
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_1.png",
10809
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_1.png",
@@ -10826,7 +10826,7 @@
10826
  },
10827
  {
10828
  "id": "user_register_style_2",
10829
- "shareId": "blocks",
10830
  "title": "User Register Form Style Two",
10831
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_2.png",
10832
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_2.png",
@@ -10849,7 +10849,7 @@
10849
  },
10850
  {
10851
  "id": "user_register_style_3",
10852
- "shareId": "blocks",
10853
  "title": "User Register Form Style Three",
10854
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_3.png",
10855
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_3.png",
@@ -10872,7 +10872,7 @@
10872
  },
10873
  {
10874
  "id": "user_register_style_4",
10875
- "shareId": "blocks",
10876
  "title": "User Register Form Style Four",
10877
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_4.png",
10878
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_4.png",
@@ -10895,7 +10895,7 @@
10895
  },
10896
  {
10897
  "id": "user_register_style_5",
10898
- "shareId": "blocks",
10899
  "title": "User Register Form Style Five",
10900
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_5.png",
10901
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_5.png",
@@ -10918,7 +10918,7 @@
10918
  },
10919
  {
10920
  "id": "vertical_timeline_style_1",
10921
- "shareId": "blocks",
10922
  "title": "Vertical Timeline Style One",
10923
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_1.png",
10924
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_1.png",
@@ -10941,7 +10941,7 @@
10941
  },
10942
  {
10943
  "id": "vertical_timeline_style_2",
10944
- "shareId": "blocks",
10945
  "title": "Vertical Timeline Style Two",
10946
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_2.png",
10947
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_2.png",
@@ -10964,7 +10964,7 @@
10964
  },
10965
  {
10966
  "id": "vertical_timeline_style_3",
10967
- "shareId": "blocks",
10968
  "title": "Vertical Timeline Style Three",
10969
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_3.png",
10970
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_3.png",
@@ -10987,7 +10987,7 @@
10987
  },
10988
  {
10989
  "id": "video_player_style_1",
10990
- "shareId": "blocks",
10991
  "title": "Video Player Style One",
10992
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_1.png",
10993
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_1.png",
@@ -11010,7 +11010,7 @@
11010
  },
11011
  {
11012
  "id": "video_player_style_2",
11013
- "shareId": "blocks",
11014
  "title": "Video Player Style Two",
11015
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_2.png",
11016
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_2.png",
@@ -11033,7 +11033,7 @@
11033
  },
11034
  {
11035
  "id": "video_player_style_3",
11036
- "shareId": "blocks",
11037
  "title": "Video Player Style Three",
11038
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_3.png",
11039
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_3.png",
@@ -11056,7 +11056,7 @@
11056
  },
11057
  {
11058
  "id": "video_player_style_4",
11059
- "shareId": "blocks",
11060
  "title": "Video Player Style Four",
11061
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_4.png",
11062
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_4.png",
@@ -11079,7 +11079,7 @@
11079
  },
11080
  {
11081
  "id": "weather_style_1",
11082
- "shareId": "blocks",
11083
  "title": "Weather Style One",
11084
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/weather_style_1.png",
11085
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/weather_style_1.png",
@@ -11102,7 +11102,7 @@
11102
  },
11103
  {
11104
  "id": "woocommerce_add_to_cart_button",
11105
- "shareId": "blocks",
11106
  "title": "WooCommerce Add To Cart",
11107
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_add_to_cart_button.png",
11108
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_add_to_cart_button.png",
@@ -11125,7 +11125,7 @@
11125
  },
11126
  {
11127
  "id": "woocommerce_cart_page",
11128
- "shareId": "blocks",
11129
  "title": "WooCommerce Cart Page",
11130
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_cart_page.png",
11131
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_cart_page.png",
@@ -11148,7 +11148,7 @@
11148
  },
11149
  {
11150
  "id": "woocommerce_category",
11151
- "shareId": "blocks",
11152
  "title": "WooCommerce Category Page",
11153
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_category.png",
11154
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_category.png",
@@ -11171,7 +11171,7 @@
11171
  },
11172
  {
11173
  "id": "woocommerce_checkout_page",
11174
- "shareId": "blocks",
11175
  "title": "WooCommerce Checkout Page",
11176
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_checkout_page.png",
11177
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_checkout_page.png",
@@ -11194,7 +11194,7 @@
11194
  },
11195
  {
11196
  "id": "working_process_style_1",
11197
- "shareId": "blocks",
11198
  "title": "Working Progress Style One",
11199
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_1.png",
11200
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_1.png",
@@ -11217,7 +11217,7 @@
11217
  },
11218
  {
11219
  "id": "working_process_style_2",
11220
- "shareId": "blocks",
11221
  "title": "Working Progress Style Two",
11222
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_2.png",
11223
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_2.png",
@@ -11240,7 +11240,7 @@
11240
  },
11241
  {
11242
  "id": "working_process_style_3",
11243
- "shareId": "blocks",
11244
  "title": "Working Progress Style Three",
11245
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_3.png",
11246
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_3.png",
@@ -11263,7 +11263,7 @@
11263
  },
11264
  {
11265
  "id": "working_process_style_4",
11266
- "shareId": "blocks",
11267
  "title": "Working Progress Style Four",
11268
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_4.png",
11269
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_4.png",
@@ -11286,7 +11286,7 @@
11286
  },
11287
  {
11288
  "id": "mega-menu-layout-1",
11289
- "shareId": "mega menu",
11290
  "title": "Menu Layout One",
11291
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_1.png",
11292
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_1.png",
@@ -11307,7 +11307,7 @@
11307
  },
11308
  {
11309
  "id": "mega-menu-layout-2",
11310
- "shareId": "mega menu",
11311
  "title": "Menu Layout Two",
11312
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_2.png",
11313
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_2.png",
@@ -11328,7 +11328,7 @@
11328
  },
11329
  {
11330
  "id": "mega-menu-layout-3",
11331
- "shareId": "mega menu",
11332
  "title": "Menu Layout Three",
11333
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_3.png",
11334
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_3.png",
@@ -11349,7 +11349,7 @@
11349
  },
11350
  {
11351
  "id": "mega-menu-layout-4",
11352
- "shareId": "mega menu",
11353
  "title": "Menu Layout Four",
11354
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_4.png",
11355
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_4.png",
@@ -11370,7 +11370,7 @@
11370
  },
11371
  {
11372
  "id": "mega-menu-layout-5",
11373
- "shareId": "mega menu",
11374
  "title": "Menu Layout Five",
11375
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_5.png",
11376
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_5.png",
@@ -11391,7 +11391,7 @@
11391
  },
11392
  {
11393
  "id": "mega-menu-layout-6",
11394
- "shareId": "mega menu",
11395
  "title": "Menu Layout Six",
11396
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_6.png",
11397
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_6.png",
@@ -11414,7 +11414,7 @@
11414
  },
11415
  {
11416
  "id": "mega-menu-layout-7",
11417
- "shareId": "mega menu",
11418
  "title": "Menu Layout Seven",
11419
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_7.png",
11420
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_7.png",
@@ -11437,7 +11437,7 @@
11437
  },
11438
  {
11439
  "id": "mega-menu-layout-8",
11440
- "shareId": "mega menu",
11441
  "title": "Menu Layout Eight",
11442
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_8.png",
11443
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_8.png",
@@ -11460,7 +11460,7 @@
11460
  },
11461
  {
11462
  "id": "mega-menu-layout-9",
11463
- "shareId": "mega menu",
11464
  "title": "Menu Layout Nine",
11465
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_9.png",
11466
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_9.png",
@@ -11483,7 +11483,7 @@
11483
  },
11484
  {
11485
  "id": "mega-menu-layout-10",
11486
- "shareId": "mega menu",
11487
  "title": "Menu Layout Ten",
11488
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_10.png",
11489
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_10.png",
405
  "id": "cleaning_servicepage",
406
  "shareId": "cleaning service",
407
  "title": "Service Page",
408
+ "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/cleaning-servicepage.png",
409
+ "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/cleaning-servicepage.png",
410
  "author": "HasThemes",
411
  "url": "#",
412
  "demoUrl": "http://demo.wphash.com/ht-cleaning/service/",
3811
  },
3812
  {
3813
  "id": "accordion_style_1",
3814
+ "shareId": "accordion",
3815
  "title": "Accordion Style 1 (Icon Left )",
3816
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_1.png",
3817
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_1.png",
3834
  },
3835
  {
3836
  "id": "accordion_style_2",
3837
+ "shareId": "accordion",
3838
  "title": "Accordion Style 1 (Icon Right )",
3839
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_2.png",
3840
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_2.png",
3857
  },
3858
  {
3859
  "id": "accordion_style_3",
3860
+ "shareId": "accordion",
3861
  "title": "Accordion Style 1 ( Elementor Template )",
3862
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_3.png",
3863
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_3.png",
3880
  },
3881
  {
3882
  "id": "accordion_style_4",
3883
+ "shareId": "accordion",
3884
  "title": "Accordion Style 1 ( Round Shape)",
3885
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_4.png",
3886
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_4.png",
3903
  },
3904
  {
3905
  "id": "accordion_style_5",
3906
+ "shareId": "accordion",
3907
  "title": "Accordion Style 1 (Transparent)",
3908
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_5.png",
3909
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_5.png",
3926
  },
3927
  {
3928
  "id": "accordion_style_6",
3929
+ "shareId": "accordion",
3930
  "title": "Accordion Style 1 (Box Shadow)",
3931
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_6.png",
3932
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_6.png",
3949
  },
3950
  {
3951
  "id": "accordion_style_7",
3952
+ "shareId": "accordion",
3953
  "title": "Accordion Image Gallery - Style 2",
3954
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_7.png",
3955
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_7.png",
3972
  },
3973
  {
3974
  "id": "accordion_style_8",
3975
+ "shareId": "accordion",
3976
  "title": "Image Accordion (Vertical) - Style 3",
3977
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_8.png",
3978
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_8.png",
3995
  },
3996
  {
3997
  "id": "accordion_style_9",
3998
+ "shareId": "accordion",
3999
  "title": "Image Accordion (Horizontal) - Style 4",
4000
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/accordion_style_9.png",
4001
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/accordion_style_9.png",
4018
  },
4019
  {
4020
  "id": "animated_heading_style_1",
4021
+ "shareId": "animated-heading",
4022
  "title": "Animated Heading Style One",
4023
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_1.png",
4024
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_1.png",
4041
  },
4042
  {
4043
  "id": "animated_heading_style_2",
4044
+ "shareId": "animated-heading",
4045
  "title": "Animated Heading Style Two",
4046
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_2.png",
4047
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_2.png",
4064
  },
4065
  {
4066
  "id": "animated_heading_style_3",
4067
+ "shareId": "animated-heading",
4068
  "title": "Animated Heading Style Three",
4069
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_3.png",
4070
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_3.png",
4087
  },
4088
  {
4089
  "id": "animated_heading_style_4",
4090
+ "shareId": "animated-heading",
4091
  "title": "Animated Heading Style Four",
4092
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_4.png",
4093
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_4.png",
4110
  },
4111
  {
4112
  "id": "animated_heading_style_5",
4113
+ "shareId": "animated-heading",
4114
  "title": "Animated Heading Style Five",
4115
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_5.png",
4116
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_5.png",
4133
  },
4134
  {
4135
  "id": "animated_heading_style_6",
4136
+ "shareId": "animated-heading",
4137
  "title": "Animated Heading Style Six",
4138
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_6.png",
4139
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_6.png",
4156
  },
4157
  {
4158
  "id": "animated_heading_style_7",
4159
+ "shareId": "animated-heading",
4160
  "title": "Animated Heading Style Seven",
4161
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/animated_heading_style_7.png",
4162
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/animated_heading_style_7.png",
4179
  },
4180
  {
4181
  "id": "banner_style_1",
4182
+ "shareId": "banner",
4183
  "title": "Banner Default Style",
4184
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_1.png",
4185
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_1.png",
4202
  },
4203
  {
4204
  "id": "banner_style_2",
4205
+ "shareId": "banner",
4206
  "title": "Banner Style Two",
4207
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_2.png",
4208
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_2.png",
4225
  },
4226
  {
4227
  "id": "banner_style_3",
4228
+ "shareId": "banner",
4229
  "title": "Banner Style Three",
4230
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_3.png",
4231
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_3.png",
4248
  },
4249
  {
4250
  "id": "banner_style_4",
4251
+ "shareId": "banner",
4252
  "title": "Banner Style Four",
4253
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/banner_style_4.png",
4254
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/banner_style_4.png",
4271
  },
4272
  {
4273
  "id": "blockquote_style_1",
4274
+ "shareId": "blockquote",
4275
  "title": "Blockquote Style One",
4276
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_1.png",
4277
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_1.png",
4294
  },
4295
  {
4296
  "id": "blockquote_style_2",
4297
+ "shareId": "blockquote",
4298
  "title": "Blockquote Style Two",
4299
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_2.png",
4300
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_2.png",
4317
  },
4318
  {
4319
  "id": "blockquote_style_3",
4320
+ "shareId": "blockquote",
4321
  "title": "Blockquote Style Three",
4322
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_3.png",
4323
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_3.png",
4340
  },
4341
  {
4342
  "id": "blockquote_style_4",
4343
+ "shareId": "blockquote",
4344
  "title": "Blockquote Style Four",
4345
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_4.png",
4346
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_4.png",
4363
  },
4364
  {
4365
  "id": "blockquote_style_5",
4366
+ "shareId": "blockquote",
4367
  "title": "Blockquote Style Five",
4368
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/blockquote_style_5.png",
4369
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/blockquote_style_5.png",
4386
  },
4387
  {
4388
  "id": "brand_style_1",
4389
+ "shareId": "brands",
4390
  "title": "Brands Style One",
4391
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_1.png",
4392
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_1.png",
4409
  },
4410
  {
4411
  "id": "brand_style_2",
4412
+ "shareId": "brands",
4413
  "title": "Brands Style Two",
4414
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_2.png",
4415
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_2.png",
4432
  },
4433
  {
4434
  "id": "brand_style_3",
4435
+ "shareId": "brands",
4436
  "title": "Brands Style Three",
4437
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_3.png",
4438
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_3.png",
4455
  },
4456
  {
4457
  "id": "brand_style_4",
4458
+ "shareId": "brands",
4459
  "title": "Brands Style Four",
4460
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_4.png",
4461
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_4.png",
4478
  },
4479
  {
4480
  "id": "brand_style_5",
4481
+ "shareId": "brands",
4482
  "title": "Brands Style Five",
4483
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_5.png",
4484
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_5.png",
4501
  },
4502
  {
4503
  "id": "brand_style_6",
4504
+ "shareId": "brands",
4505
  "title": "Brands Style Six",
4506
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_6.png",
4507
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_6.png",
4524
  },
4525
  {
4526
  "id": "brand_style_7",
4527
+ "shareId": "brands",
4528
  "title": "Brands Style Seven",
4529
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/brand_style_7.png",
4530
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/brand_style_7.png",
4547
  },
4548
  {
4549
  "id": "business_hours_style_1",
4550
+ "shareId": "business-hours",
4551
  "title": "Business Hours Style One",
4552
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_1.png",
4553
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_1.png",
4570
  },
4571
  {
4572
  "id": "business_hours_style_2",
4573
+ "shareId": "business-hours",
4574
  "title": "Business Hours Style Two",
4575
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_2.png",
4576
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_2.png",
4593
  },
4594
  {
4595
  "id": "business_hours_style_3",
4596
+ "shareId": "business-hours",
4597
  "title": "Business Hours Style Three",
4598
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_3.png",
4599
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_3.png",
4616
  },
4617
  {
4618
  "id": "business_hours_style_4",
4619
+ "shareId": "business-hours",
4620
  "title": "Business Hours Style Four",
4621
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_4.png",
4622
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_4.png",
4639
  },
4640
  {
4641
  "id": "business_hours_style_5",
4642
+ "shareId": "business-hours",
4643
  "title": "Business Hours Style Five",
4644
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/business_hours_style_5.png",
4645
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/business_hours_style_5.png",
4662
  },
4663
  {
4664
  "id": "button_style_1",
4665
+ "shareId": "button",
4666
  "title": "Button Style One",
4667
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_1.png",
4668
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_1.png",
4685
  },
4686
  {
4687
  "id": "button_style_2",
4688
+ "shareId": "button",
4689
  "title": "Button Style Two",
4690
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_2.png",
4691
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_2.png",
4708
  },
4709
  {
4710
  "id": "button_style_3",
4711
+ "shareId": "button",
4712
  "title": "Button Style Three",
4713
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_3.png",
4714
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_3.png",
4731
  },
4732
  {
4733
  "id": "button_style_4",
4734
+ "shareId": "button",
4735
  "title": "Button Style Four",
4736
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_4.png",
4737
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_4.png",
4754
  },
4755
  {
4756
  "id": "button_style_5",
4757
+ "shareId": "button",
4758
  "title": "Button Style Five",
4759
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_5.png",
4760
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_5.png",
4777
  },
4778
  {
4779
  "id": "button_style_6",
4780
+ "shareId": "button",
4781
  "title": "Button Style Six",
4782
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_6.png",
4783
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_6.png",
4800
  },
4801
  {
4802
  "id": "button_style_7",
4803
+ "shareId": "button",
4804
  "title": "Button Style Seven",
4805
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_7.png",
4806
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_7.png",
4823
  },
4824
  {
4825
  "id": "button_style_8",
4826
+ "shareId": "button",
4827
  "title": "Button Style Eight",
4828
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/button_style_8.png",
4829
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/button_style_8.png",
4846
  },
4847
  {
4848
  "id": "call_to_action_style_1",
4849
+ "shareId": "call-to-action",
4850
  "title": "Call to Action Style One",
4851
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_1.png",
4852
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_1.png",
4869
  },
4870
  {
4871
  "id": "call_to_action_style_2",
4872
+ "shareId": "call-to-action",
4873
  "title": "Call to Action Style Two",
4874
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_2.png",
4875
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_2.png",
4892
  },
4893
  {
4894
  "id": "call_to_action_style_3",
4895
+ "shareId": "call-to-action",
4896
  "title": "Call to Action Style Three",
4897
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_3.png",
4898
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_3.png",
4915
  },
4916
  {
4917
  "id": "call_to_action_style_4",
4918
+ "shareId": "call-to-action",
4919
  "title": "Call to Action Style Four",
4920
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_4.png",
4921
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_4.png",
4938
  },
4939
  {
4940
  "id": "call_to_action_style_5",
4941
+ "shareId": "call-to-action",
4942
  "title": "Call to Action Style Five",
4943
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_5.png",
4944
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_5.png",
4961
  },
4962
  {
4963
  "id": "call_to_action_style_6",
4964
+ "shareId": "call-to-action",
4965
  "title": "Call to Action Style Six",
4966
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_6.png",
4967
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_6.png",
4984
  },
4985
  {
4986
  "id": "call_to_action_style_7",
4987
+ "shareId": "call-to-action",
4988
  "title": "Call to Action Style Seven",
4989
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/call_to_action_style_7.png",
4990
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/call_to_action_style_7.png",
5007
  },
5008
  {
5009
  "id": "contact_form_style_1",
5010
+ "shareId": "contact-form",
5011
  "title": "Contact form Style One",
5012
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_1.png",
5013
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_1.png",
5030
  },
5031
  {
5032
  "id": "contact_form_style_2",
5033
+ "shareId": "contact-form",
5034
  "title": "Contact form Style Two",
5035
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_2.png",
5036
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_2.png",
5053
  },
5054
  {
5055
  "id": "contact_form_style_3",
5056
+ "shareId": "contact-form",
5057
  "title": "Contact form Style Three",
5058
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_3.png",
5059
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_3.png",
5076
  },
5077
  {
5078
  "id": "contact_form_style_4",
5079
+ "shareId": "contact-form",
5080
  "title": "Contact form Style Four",
5081
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_4.png",
5082
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_4.png",
5099
  },
5100
  {
5101
  "id": "contact_form_style_5",
5102
+ "shareId": "contact-form",
5103
  "title": "Contact form Style Five",
5104
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_5.png",
5105
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_5.png",
5122
  },
5123
  {
5124
  "id": "contact_form_style_6",
5125
+ "shareId": "contact-form",
5126
  "title": "Contact form Style Six",
5127
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_6.png",
5128
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_6.png",
5145
  },
5146
  {
5147
  "id": "contact_form_style_7",
5148
+ "shareId": "contact-form",
5149
  "title": "Contact form Style Seven",
5150
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/contact_form_style_7.png",
5151
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/contact_form_style_7.png",
5168
  },
5169
  {
5170
  "id": "countdown_style_1",
5171
+ "shareId": "countdown",
5172
  "title": "Countdown Style One",
5173
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_1.png",
5174
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_1.png",
5191
  },
5192
  {
5193
  "id": "countdown_style_2",
5194
+ "shareId": "countdown",
5195
  "title": "Countdown Style Two",
5196
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_2.png",
5197
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_2.png",
5214
  },
5215
  {
5216
  "id": "countdown_style_3",
5217
+ "shareId": "countdown",
5218
  "title": "Countdown Style Three",
5219
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_3.png",
5220
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_3.png",
5237
  },
5238
  {
5239
  "id": "countdown_style_4",
5240
+ "shareId": "countdown",
5241
  "title": "Countdown Style Four",
5242
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_4.png",
5243
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_4.png",
5260
  },
5261
  {
5262
  "id": "countdown_style_5",
5263
+ "shareId": "countdown",
5264
  "title": "Countdown Style Five",
5265
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_5.png",
5266
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_5.png",
5283
  },
5284
  {
5285
  "id": "countdown_style_6",
5286
+ "shareId": "countdown",
5287
  "title": "Countdown Style Six",
5288
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_6.png",
5289
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_6.png",
5306
  },
5307
  {
5308
  "id": "countdown_style_7",
5309
+ "shareId": "countdown",
5310
  "title": "Countdown Style Seven",
5311
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/countdown_style_7.png",
5312
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/countdown_style_7.png",
5329
  },
5330
  {
5331
  "id": "counter_style_1",
5332
+ "shareId": "counter-up",
5333
  "title": "Counter Style One",
5334
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_1.png",
5335
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_1.png",
5337
  "url": "#",
5338
  "demoUrl": "http://demo.wphash.com/htmega/element-counter/",
5339
  "category": "blocks",
5340
+ "tags": ["counter","counter up","blocks"],
5341
  "isPro": "1",
5342
  "tmpType": "pro",
5343
  "builder": ["elementor"],
5352
  },
5353
  {
5354
  "id": "counter_style_2",
5355
+ "shareId": "counter-up",
5356
  "title": "Counter Style Two",
5357
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_2.png",
5358
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_2.png",
5375
  },
5376
  {
5377
  "id": "counter_style_3",
5378
+ "shareId": "counter-up",
5379
  "title": "Counter Style Three",
5380
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_3.png",
5381
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_3.png",
5398
  },
5399
  {
5400
  "id": "counter_style_4",
5401
+ "shareId": "counter-up",
5402
  "title": "Counter Style Four",
5403
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_4.png",
5404
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_4.png",
5421
  },
5422
  {
5423
  "id": "counter_style_5",
5424
+ "shareId": "counter-up",
5425
  "title": "Counter Style Five",
5426
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_5.png",
5427
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_5.png",
5444
  },
5445
  {
5446
  "id": "counter_style_6",
5447
+ "shareId": "counter-up",
5448
  "title": "Counter Style Six",
5449
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/counter_style_6.png",
5450
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/counter_style_6.png",
5467
  },
5468
  {
5469
  "id": "custom_carousel_style_1",
5470
+ "shareId": "custom-carousel",
5471
  "title": "Custom Carousel Style One",
5472
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_1.png",
5473
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_1.png",
5490
  },
5491
  {
5492
  "id": "custom_carousel_style_2",
5493
+ "shareId": "custom-carousel",
5494
  "title": "Custom Carousel Style Two",
5495
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_2.png",
5496
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_2.png",
5513
  },
5514
  {
5515
  "id": "custom_carousel_style_3",
5516
+ "shareId": "custom-carousel",
5517
  "title": "Custom Carousel Style Three",
5518
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_3.png",
5519
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_3.png",
5536
  },
5537
  {
5538
  "id": "custom_carousel_style_4",
5539
+ "shareId": "custom-carousel",
5540
  "title": "Custom Carousel Style Four",
5541
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_4.png",
5542
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_4.png",
5559
  },
5560
  {
5561
  "id": "custom_carousel_style_5",
5562
+ "shareId": "custom-carousel",
5563
  "title": "Custom Carousel Style Five",
5564
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_5.png",
5565
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_5.png",
5582
  },
5583
  {
5584
  "id": "custom_carousel_style_6",
5585
+ "shareId": "custom-carousel",
5586
  "title": "Custom Carousel Style Six",
5587
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_6.png",
5588
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_6.png",
5605
  },
5606
  {
5607
  "id": "custom_carousel_style_7",
5608
+ "shareId": "custom-carousel",
5609
  "title": "Custom Carousel Style Seven",
5610
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/custom_carousel_style_7.png",
5611
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/custom_carousel_style_7.png",
5628
  },
5629
  {
5630
  "id": "data_table_style_1",
5631
+ "shareId": "data-table",
5632
  "title": "Data Table Style One",
5633
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_1.png",
5634
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_1.png",
5651
  },
5652
  {
5653
  "id": "data_table_style_2",
5654
+ "shareId": "data-table",
5655
  "title": "Data Table Style Two",
5656
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_2.png",
5657
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_2.png",
5674
  },
5675
  {
5676
  "id": "data_table_style_3",
5677
+ "shareId": "data-table",
5678
  "title": "Data Table Style Three",
5679
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/data_table_style_3.png",
5680
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/data_table_style_3.png",
5697
  },
5698
  {
5699
  "id": "double_button_style_1",
5700
+ "shareId": "double-button",
5701
  "title": "Double Button Style One",
5702
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_1.png",
5703
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_1.png",
5720
  },
5721
  {
5722
  "id": "double_button_style_2",
5723
+ "shareId": "double-button",
5724
  "title": "Double Button Style Two",
5725
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_2.png",
5726
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_2.png",
5743
  },
5744
  {
5745
  "id": "double_button_style_3",
5746
+ "shareId": "double-button",
5747
  "title": "Double Button Style Three",
5748
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_3.png",
5749
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_3.png",
5766
  },
5767
  {
5768
  "id": "double_button_style_4",
5769
+ "shareId": "double-button",
5770
  "title": "Double Button Style Four",
5771
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_4.png",
5772
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_4.png",
5789
  },
5790
  {
5791
  "id": "double_button_style_5",
5792
+ "shareId": "double-button",
5793
  "title": "Double Button Style Five",
5794
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/double_button_style_5.png",
5795
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/double_button_style_5.png",
5812
  },
5813
  {
5814
  "id": "dropcaps_style_1",
5815
+ "shareId": "dropcaps",
5816
  "title": "Dropcaps Style One",
5817
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_1.png",
5818
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_1.png",
5835
  },
5836
  {
5837
  "id": "dropcaps_style_2",
5838
+ "shareId": "dropcaps",
5839
  "title": "Dropcaps Style Two",
5840
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_2.png",
5841
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_2.png",
5858
  },
5859
  {
5860
  "id": "dropcaps_style_3",
5861
+ "shareId": "dropcaps",
5862
  "title": "Dropcaps Style Three",
5863
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_3.png",
5864
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_3.png",
5881
  },
5882
  {
5883
  "id": "dropcaps_style_4",
5884
+ "shareId": "dropcaps",
5885
  "title": "Dropcaps Style Four",
5886
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_4.png",
5887
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_4.png",
5904
  },
5905
  {
5906
  "id": "dropcaps_style_5",
5907
+ "shareId": "dropcaps",
5908
  "title": "Dropcaps Style Five",
5909
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/dropcaps_style_5.png",
5910
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/dropcaps_style_5.png",
5927
  },
5928
  {
5929
  "id": "faq_style_1",
5930
+ "shareId": "faq",
5931
  "title": "Faq Style One",
5932
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_1.png",
5933
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_1.png",
5950
  },
5951
  {
5952
  "id": "faq_style_2",
5953
+ "shareId": "faq",
5954
  "title": "Faq Style Two",
5955
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_2.png",
5956
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_2.png",
5973
  },
5974
  {
5975
  "id": "faq_style_3",
5976
+ "shareId": "faq",
5977
  "title": "Faq Style Three",
5978
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_3.png",
5979
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_3.png",
5996
  },
5997
  {
5998
  "id": "faq_style_4",
5999
+ "shareId": "faq",
6000
  "title": "Faq Style Four",
6001
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_4.png",
6002
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_4.png",
6019
  },
6020
  {
6021
  "id": "faq_style_5",
6022
+ "shareId": "faq",
6023
  "title": "Faq Style Five",
6024
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/faq_style_5.png",
6025
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/faq_style_5.png",
6042
  },
6043
  {
6044
  "id": "flipbox_style_1",
6045
+ "shareId": "flipbox",
6046
  "title": "Flipbox Style One",
6047
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_1.png",
6048
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_1.png",
6065
  },
6066
  {
6067
  "id": "flipbox_style_2",
6068
+ "shareId": "flipbox",
6069
  "title": "Flipbox Style Two",
6070
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_2.png",
6071
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_2.png",
6088
  },
6089
  {
6090
  "id": "flipbox_style_3",
6091
+ "shareId": "flipbox",
6092
  "title": "Flipbox Style Three",
6093
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_3.png",
6094
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_3.png",
6111
  },
6112
  {
6113
  "id": "flipbox_style_4",
6114
+ "shareId": "flipbox",
6115
  "title": "Flipbox Style Four",
6116
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_4.png",
6117
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_4.png",
6134
  },
6135
  {
6136
  "id": "flipbox_style_5",
6137
+ "shareId": "flipbox",
6138
  "title": "Flipbox Style Five",
6139
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/flipbox_style_5.png",
6140
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/flipbox_style_5.png",
6157
  },
6158
  {
6159
  "id": "google_map_style_1",
6160
+ "shareId": "google-map",
6161
  "title": "Google Map Style One",
6162
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_1.png",
6163
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_1.png",
6180
  },
6181
  {
6182
  "id": "google_map_style_2",
6183
+ "shareId": "google-map",
6184
  "title": "Google Map Style Two",
6185
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_2.png",
6186
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_2.png",
6203
  },
6204
  {
6205
  "id": "google_map_style_3",
6206
+ "shareId": "google-map",
6207
  "title": "Google Map Style Three",
6208
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_3.png",
6209
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_3.png",
6226
  },
6227
  {
6228
  "id": "google_map_style_4",
6229
+ "shareId": "google-map",
6230
  "title": "Google Map Style Four",
6231
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_4.png",
6232
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_4.png",
6249
  },
6250
  {
6251
  "id": "google_map_style_5",
6252
+ "shareId": "google-map",
6253
  "title": "Google Map Style Five",
6254
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_5.png",
6255
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_5.png",
6272
  },
6273
  {
6274
  "id": "google_map_style_6",
6275
+ "shareId": "google-map",
6276
  "title": "Google Map Style Six",
6277
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_6.png",
6278
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_6.png",
6295
  },
6296
  {
6297
  "id": "google_map_style_7",
6298
+ "shareId": "google-map",
6299
  "title": "Google Map Style Seven",
6300
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/google_map_style_7.png",
6301
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/google_map_style_7.png",
6318
  },
6319
  {
6320
  "id": "heading_style_1",
6321
+ "shareId": "heading",
6322
  "title": "Heading Style One",
6323
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_1.png",
6324
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_1.png",
6341
  },
6342
  {
6343
  "id": "heading_style_2",
6344
+ "shareId": "heading",
6345
  "title": "Heading Style Two",
6346
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_2.png",
6347
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_2.png",
6364
  },
6365
  {
6366
  "id": "heading_style_3",
6367
+ "shareId": "heading",
6368
  "title": "Heading Style Three",
6369
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_3.png",
6370
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_3.png",
6387
  },
6388
  {
6389
  "id": "heading_style_4",
6390
+ "shareId": "heading",
6391
  "title": "Heading Style Four",
6392
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_4.png",
6393
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_4.png",
6410
  },
6411
  {
6412
  "id": "heading_style_5",
6413
+ "shareId": "heading",
6414
  "title": "Heading Style Five",
6415
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_5.png",
6416
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_5.png",
6433
  },
6434
  {
6435
  "id": "heading_style_6",
6436
+ "shareId": "heading",
6437
  "title": "Heading Style Six",
6438
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_6.png",
6439
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_6.png",
6456
  },
6457
  {
6458
  "id": "heading_style_7",
6459
+ "shareId": "heading",
6460
  "title": "Heading Style Seven",
6461
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/heading_style_7.png",
6462
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/heading_style_7.png",
6479
  },
6480
  {
6481
  "id": "image_comparison_style_1",
6482
+ "shareId": "image-comparison",
6483
  "title": "Image Comparison Style One",
6484
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_1.png",
6485
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_1.png",
6502
  },
6503
  {
6504
  "id": "image_comparison_style_2",
6505
+ "shareId": "image-comparison",
6506
  "title": "Image Comparison Style Two",
6507
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_2.png",
6508
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_2.png",
6525
  },
6526
  {
6527
  "id": "image_comparison_style_3",
6528
+ "shareId": "image-comparison",
6529
  "title": "Image Comparison Style Three",
6530
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_3.png",
6531
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_3.png",
6548
  },
6549
  {
6550
  "id": "image_comparison_style_4",
6551
+ "shareId": "image-comparison",
6552
  "title": "Image Comparison Style Four",
6553
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_4.png",
6554
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_4.png",
6571
  },
6572
  {
6573
  "id": "image_comparison_style_5",
6574
+ "shareId": "image-comparison",
6575
  "title": "Image Comparison Style Five",
6576
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_comparison_style_5.png",
6577
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_comparison_style_5.png",
6594
  },
6595
  {
6596
  "id": "image_justify_style_1",
6597
+ "shareId": "image-justify",
6598
  "title": "Image Justify Style One",
6599
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_1.png",
6600
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_1.png",
6617
  },
6618
  {
6619
  "id": "image_justify_style_2",
6620
+ "shareId": "image-justify",
6621
  "title": "Image Justify Style Two",
6622
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_2.png",
6623
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_2.png",
6640
  },
6641
  {
6642
  "id": "image_justify_style_3",
6643
+ "shareId": "image-justify",
6644
  "title": "Image Justify Style Three",
6645
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_3.png",
6646
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_3.png",
6663
  },
6664
  {
6665
  "id": "image_justify_style_4",
6666
+ "shareId": "image-justify",
6667
  "title": "Image Justify Style Four",
6668
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_justify_style_4.png",
6669
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_justify_style_4.png",
6686
  },
6687
  {
6688
  "id": "image_magnifier_style_1",
6689
+ "shareId": "image-magnifier",
6690
  "title": "Image Magnifier Style One",
6691
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_1.png",
6692
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_1.png",
6709
  },
6710
  {
6711
  "id": "image_magnifier_style_2",
6712
+ "shareId": "image-magnifier",
6713
  "title": "Image Magnifier Style Two",
6714
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_2.png",
6715
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_2.png",
6732
  },
6733
  {
6734
  "id": "image_magnifier_style_3",
6735
+ "shareId": "image-magnifier",
6736
  "title": "Image Magnifier Style Three",
6737
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_magnifier_style_3.png",
6738
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_magnifier_style_3.png",
6755
  },
6756
  {
6757
  "id": "image_marker_style_1",
6758
+ "shareId": "image-marker",
6759
  "title": "Image Marker Style One",
6760
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_1.png",
6761
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_1.png",
6778
  },
6779
  {
6780
  "id": "image_marker_style_2",
6781
+ "shareId": "image-marker",
6782
  "title": "Image Marker Style Two",
6783
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_2.png",
6784
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_2.png",
6801
  },
6802
  {
6803
  "id": "image_marker_style_3",
6804
+ "shareId": "image-marker",
6805
  "title": "Image Marker Style Three",
6806
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_3.png",
6807
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_3.png",
6824
  },
6825
  {
6826
  "id": "image_marker_style_4",
6827
+ "shareId": "image-marker",
6828
  "title": "Image Marker Style Four",
6829
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_4.png",
6830
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_4.png",
6847
  },
6848
  {
6849
  "id": "image_marker_style_5",
6850
+ "shareId": "image-marker",
6851
  "title": "Image Marker Style Five",
6852
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_marker_style_5.png",
6853
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_marker_style_5.png",
6870
  },
6871
  {
6872
  "id": "image_masonry_style_1",
6873
+ "shareId": "image-masonry",
6874
  "title": "Image Masonry Style One",
6875
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_1.png",
6876
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_1.png",
6893
  },
6894
  {
6895
  "id": "image_masonry_style_2",
6896
+ "shareId": "image-masonry",
6897
  "title": "Image Masonry Style Two",
6898
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_2.png",
6899
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_2.png",
6916
  },
6917
  {
6918
  "id": "image_masonry_style_3",
6919
+ "shareId": "image-masonry",
6920
  "title": "Image Masonry Style Three",
6921
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_3.png",
6922
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_3.png",
6939
  },
6940
  {
6941
  "id": "image_masonry_style_4",
6942
+ "shareId": "image-masonry",
6943
  "title": "Image Masonry Style Four",
6944
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_4.png",
6945
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_4.png",
6962
  },
6963
  {
6964
  "id": "image_masonry_style_5",
6965
+ "shareId": "image-masonry",
6966
  "title": "Image Masonry Style Five",
6967
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/image_masonry_style_5.png",
6968
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/image_masonry_style_5.png",
6985
  },
6986
  {
6987
  "id": "inline_menu_style_1",
6988
+ "shareId": "inline-menu",
6989
  "title": "Inline Menu Style One",
6990
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_1.png",
6991
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_1.png",
7008
  },
7009
  {
7010
  "id": "inline_menu_style_2",
7011
+ "shareId": "inline-menu",
7012
  "title": "Inline Menu Style Two",
7013
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_2.png",
7014
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_2.png",
7031
  },
7032
  {
7033
  "id": "inline_menu_style_3",
7034
+ "shareId": "inline-menu",
7035
  "title": "Inline Menu Style Three",
7036
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_3.png",
7037
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_3.png",
7054
  },
7055
  {
7056
  "id": "inline_menu_style_4",
7057
+ "shareId": "inline-menu",
7058
  "title": "Inline Menu Style Four",
7059
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_4.png",
7060
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_4.png",
7077
  },
7078
  {
7079
  "id": "inline_menu_style_5",
7080
+ "shareId": "inline-menu",
7081
  "title": "Inline Menu Style Five",
7082
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_5.png",
7083
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_5.png",
7100
  },
7101
  {
7102
  "id": "inline_menu_style_6",
7103
+ "shareId": "inline-menu",
7104
  "title": "Inline Menu Style Six",
7105
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_6.png",
7106
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_6.png",
7123
  },
7124
  {
7125
  "id": "inline_menu_style_7",
7126
+ "shareId": "inline-menu",
7127
  "title": "Inline Menu Style Seven",
7128
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/inline_menu_style_7.png",
7129
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/inline_menu_style_7.png",
7146
  },
7147
  {
7148
  "id": "instagram_feed_style_1",
7149
+ "shareId": "instagram",
7150
  "title": "Instagram Feed Style One (Third party)",
7151
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_feed_style_1.png",
7152
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_feed_style_1.png",
7169
  },
7170
  {
7171
  "id": "instagram_style_1",
7172
+ "shareId": "instagram",
7173
  "title": "Instagram Style One",
7174
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_1.png",
7175
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_1.png",
7192
  },
7193
  {
7194
  "id": "instagram_style_2",
7195
+ "shareId": "instagram",
7196
  "title": "Instagram Style Two",
7197
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_2.png",
7198
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_2.png",
7215
  },
7216
  {
7217
  "id": "instagram_style_3",
7218
+ "shareId": "instagram",
7219
  "title": "Instagram Style Three",
7220
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_3.png",
7221
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_3.png",
7238
  },
7239
  {
7240
  "id": "instagram_style_4",
7241
+ "shareId": "instagram",
7242
  "title": "Instagram Style Four",
7243
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_4.png",
7244
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_4.png",
7261
  },
7262
  {
7263
  "id": "instagram_style_5",
7264
+ "shareId": "instagram",
7265
  "title": "Instagram Style Five",
7266
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/instagram_style_5.png",
7267
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/instagram_style_5.png",
7284
  },
7285
  {
7286
  "id": "light_box_style_1",
7287
+ "shareId": "light-box",
7288
  "title": "Light Box Style One",
7289
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_1.png",
7290
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_1.png",
7307
  },
7308
  {
7309
  "id": "light_box_style_2",
7310
+ "shareId": "light-box",
7311
  "title": "Light Box Style Two",
7312
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_2.png",
7313
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_2.png",
7330
  },
7331
  {
7332
  "id": "light_box_style_3",
7333
+ "shareId": "light-box",
7334
  "title": "Light Box Style Three",
7335
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_3.png",
7336
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_3.png",
7353
  },
7354
  {
7355
  "id": "light_box_style_4",
7356
+ "shareId": "light-box",
7357
  "title": "Light Box Style Four",
7358
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/light_box_style_4.png",
7359
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/light_box_style_4.png",
7376
  },
7377
  {
7378
  "id": "modal_style_1",
7379
+ "shareId": "modal",
7380
  "title": "Modal Style One",
7381
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/modal_style_1.png",
7382
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/modal_style_1.png",
7399
  },
7400
  {
7401
  "id": "modal_style_2",
7402
+ "shareId": "modal",
7403
  "title": "Modal Style Two",
7404
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/modal_style_2.png",
7405
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/modal_style_2.png",
7422
  },
7423
  {
7424
  "id": "news_ticker_style_1",
7425
+ "shareId": "news-ticker",
7426
  "title": "News Ticker Style One",
7427
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_1.png",
7428
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_1.png",
7445
  },
7446
  {
7447
  "id": "news_ticker_style_2",
7448
+ "shareId": "news-ticker",
7449
  "title": "News Ticker Style Two",
7450
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_2.png",
7451
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_2.png",
7468
  },
7469
  {
7470
  "id": "news_ticker_style_3",
7471
+ "shareId": "news-ticker",
7472
  "title": "News Ticker Style Three",
7473
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_3.png",
7474
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_3.png",
7491
  },
7492
  {
7493
  "id": "news_ticker_style_4",
7494
+ "shareId": "news-ticker",
7495
  "title": "News Ticker Style Four",
7496
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_4.png",
7497
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_4.png",
7514
  },
7515
  {
7516
  "id": "news_ticker_style_5",
7517
+ "shareId": "news-ticker",
7518
  "title": "News Ticker Style Five",
7519
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_5.png",
7520
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_5.png",
7537
  },
7538
  {
7539
  "id": "news_ticker_style_6",
7540
+ "shareId": "news-ticker",
7541
  "title": "News Ticker Style Six",
7542
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_6.png",
7543
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_6.png",
7560
  },
7561
  {
7562
  "id": "news_ticker_style_7",
7563
+ "shareId": "news-ticker",
7564
  "title": "News Ticker Style Seven",
7565
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/news_ticker_style_7.png",
7566
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/news_ticker_style_7.png",
7583
  },
7584
  {
7585
  "id": "notification_style_1",
7586
+ "shareId": "notification",
7587
  "title": "Notification Style One",
7588
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/notification_style_1.png",
7589
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/notification_style_1.png",
7606
  },
7607
  {
7608
  "id": "notification_style_2",
7609
+ "shareId": "notification",
7610
  "title": "Notification Style Two",
7611
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/notification_style_2.png",
7612
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/notification_style_2.png",
7629
  },
7630
  {
7631
  "id": "offcanvas_style_1",
7632
+ "shareId": "off-canvas",
7633
  "title": "Off canvas Style One",
7634
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_1.png",
7635
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_1.png",
7652
  },
7653
  {
7654
  "id": "offcanvas_style_2",
7655
+ "shareId": "off-canvas",
7656
  "title": "Off canvas Style Two",
7657
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_2.png",
7658
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_2.png",
7675
  },
7676
  {
7677
  "id": "offcanvas_style_3",
7678
+ "shareId": "off-canvas",
7679
  "title": "Off canvas Style Three",
7680
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_3.png",
7681
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_3.png",
7698
  },
7699
  {
7700
  "id": "offcanvas_style_4",
7701
+ "shareId": "off-canvas",
7702
  "title": "Off canvas Style Four",
7703
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/offcanvas_style_4.png",
7704
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/offcanvas_style_4.png",
7721
  },
7722
  {
7723
  "id": "page_not_found_content_styel_1",
7724
+ "shareId": "404",
7725
  "title": "Page Not Found Content Style One",
7726
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_1.png",
7727
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_1.png",
7744
  },
7745
  {
7746
  "id": "page_not_found_content_styel_2",
7747
+ "shareId": "404",
7748
  "title": "Page Not Found Content Style Two",
7749
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_2.png",
7750
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_2.png",
7767
  },
7768
  {
7769
  "id": "page_not_found_content_styel_3",
7770
+ "shareId": "404",
7771
  "title": "Page Not Found Content Style Three",
7772
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_3.png",
7773
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_3.png",
7790
  },
7791
  {
7792
  "id": "page_not_found_content_styel_4",
7793
+ "shareId": "404",
7794
  "title": "Page Not Found Content Style Four",
7795
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/page_not_found_content_styel_4.png",
7796
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/page_not_found_content_styel_4.png",
7813
  },
7814
  {
7815
  "id": "panel_slider_style_1",
7816
+ "shareId": "panel-slider",
7817
  "title": "Panel Slider Style One",
7818
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_1.png",
7819
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_1.png",
7836
  },
7837
  {
7838
  "id": "panel_slider_style_2",
7839
+ "shareId": "panel-slider",
7840
  "title": "Panel Slider Style Two",
7841
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_2.png",
7842
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_2.png",
7859
  },
7860
  {
7861
  "id": "panel_slider_style_3",
7862
+ "shareId": "panel-slider",
7863
  "title": "Panel Slider Style Three",
7864
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_3.png",
7865
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_3.png",
7882
  },
7883
  {
7884
  "id": "panel_slider_style_4",
7885
+ "shareId": "panel-slider",
7886
  "title": "Panel Slider Style Four",
7887
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/panel_slider_style_4.png",
7888
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/panel_slider_style_4.png",
7905
  },
7906
  {
7907
  "id": "popover_style_1",
7908
+ "shareId": "popover",
7909
  "title": "Popover Style One",
7910
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_1.png",
7911
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_1.png",
7928
  },
7929
  {
7930
  "id": "popover_style_2",
7931
+ "shareId": "popover",
7932
  "title": "Popover Style Two",
7933
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_2.png",
7934
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_2.png",
7951
  },
7952
  {
7953
  "id": "popover_style_3",
7954
+ "shareId": "popover",
7955
  "title": "Popover Style Three",
7956
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/popover_style_3.png",
7957
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/popover_style_3.png",
7974
  },
7975
  {
7976
  "id": "pos_slider_style_1",
7977
+ "shareId": "post-slider",
7978
  "title": "Post Slider Style One",
7979
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_1.png",
7980
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_1.png",
7997
  },
7998
  {
7999
  "id": "pos_slider_style_2",
8000
+ "shareId": "post-slider",
8001
  "title": "Post Slider Style Two",
8002
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_2.png",
8003
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_2.png",
8020
  },
8021
  {
8022
  "id": "pos_slider_style_3",
8023
+ "shareId": "post-slider",
8024
  "title": "Post Slider Style Three",
8025
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_3.png",
8026
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_3.png",
8043
  },
8044
  {
8045
  "id": "pos_slider_style_4",
8046
+ "shareId": "post-slider",
8047
  "title": "Post Slider Style Four",
8048
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_4.png",
8049
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_4.png",
8066
  },
8067
  {
8068
  "id": "pos_slider_style_5",
8069
+ "shareId": "post-slider",
8070
  "title": "Post Slider Style Five",
8071
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pos_slider_style_5.png",
8072
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pos_slider_style_5.png",
8089
  },
8090
  {
8091
  "id": "post_carosul_style_1",
8092
+ "shareId": "post-carousel",
8093
  "title": "Post Carousel Style One",
8094
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_1.png",
8095
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_1.png",
8112
  },
8113
  {
8114
  "id": "post_carosul_style_2",
8115
+ "shareId": "post-carousel",
8116
  "title": "Post Carousel Style Two",
8117
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_2.png",
8118
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_2.png",
8135
  },
8136
  {
8137
  "id": "post_carosul_style_3",
8138
+ "shareId": "post-carousel",
8139
  "title": "Post Carousel Style Three",
8140
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_3.png",
8141
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_3.png",
8158
  },
8159
  {
8160
  "id": "post_carosul_style_4",
8161
+ "shareId": "post-carousel",
8162
  "title": "Post Carousel Style Four",
8163
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_4.png",
8164
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_4.png",
8181
  },
8182
  {
8183
  "id": "post_carosul_style_5",
8184
+ "shareId": "post-carousel",
8185
  "title": "Post Carousel Style Five",
8186
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_carosul_style_5.png",
8187
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_carosul_style_5.png",
8204
  },
8205
  {
8206
  "id": "post_grid_style_1",
8207
+ "shareId": "post-grid",
8208
  "title": "Post Grid Style One",
8209
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_1.png",
8210
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_1.png",
8227
  },
8228
  {
8229
  "id": "post_grid_style_2",
8230
+ "shareId": "post-grid",
8231
  "title": "Post Grid Style Two",
8232
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_2.png",
8233
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_2.png",
8250
  },
8251
  {
8252
  "id": "post_grid_style_3",
8253
+ "shareId": "post-grid",
8254
  "title": "Post Grid Style Three",
8255
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_3.png",
8256
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_3.png",
8273
  },
8274
  {
8275
  "id": "post_grid_style_4",
8276
+ "shareId": "post-grid",
8277
  "title": "Post Grid Style Four",
8278
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_4.png",
8279
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_4.png",
8296
  },
8297
  {
8298
  "id": "post_grid_style_5",
8299
+ "shareId": "post-grid",
8300
  "title": "Post Grid Style Five",
8301
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_style_5.png",
8302
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_style_5.png",
8319
  },
8320
  {
8321
  "id": "post_grid_tab_style_1",
8322
+ "shareId": "post-grid-tab",
8323
  "title": "Post Grid Tab Style One",
8324
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_1.png",
8325
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_1.png",
8342
  },
8343
  {
8344
  "id": "post_grid_tab_style_2",
8345
+ "shareId": "post-grid-tab",
8346
  "title": "Post Grid Tab Style Two",
8347
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_2.png",
8348
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_2.png",
8365
  },
8366
  {
8367
  "id": "post_grid_tab_style_3",
8368
+ "shareId": "post-grid-tab",
8369
  "title": "Post Grid Tab Style Three",
8370
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_3.png",
8371
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_3.png",
8388
  },
8389
  {
8390
  "id": "post_grid_tab_style_4",
8391
+ "shareId": "post-grid-tab",
8392
  "title": "Post Grid Tab Style Four",
8393
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_4.png",
8394
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_4.png",
8411
  },
8412
  {
8413
  "id": "post_grid_tab_style_5",
8414
+ "shareId": "post-grid-tab",
8415
  "title": "Post Grid Tab Style Five",
8416
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/post_grid_tab_style_5.png",
8417
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/post_grid_tab_style_5.png",
8434
  },
8435
  {
8436
  "id": "pricing_list_view_style_1",
8437
+ "shareId": "pricing-list",
8438
  "title": "Pricing List View Style One",
8439
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_1.png",
8440
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_1.png",
8457
  },
8458
  {
8459
  "id": "pricing_list_view_style_2",
8460
+ "shareId": "pricing-list",
8461
  "title": "Pricing List View Style Two",
8462
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_2.png",
8463
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_2.png",
8480
  },
8481
  {
8482
  "id": "pricing_list_view_style_3",
8483
+ "shareId": "pricing-list",
8484
  "title": "Pricing List View Style Three",
8485
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_list_view_style_3.png",
8486
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_list_view_style_3.png",
8503
  },
8504
  {
8505
  "id": "pricing_table_style_1",
8506
+ "shareId": "pricing-table",
8507
  "title": "Pricing Table Style One",
8508
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_1.png",
8509
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_1.png",
8526
  },
8527
  {
8528
  "id": "pricing_table_style_2",
8529
+ "shareId": "pricing-table",
8530
  "title": "Pricing Table Style Two",
8531
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_2.png",
8532
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_2.png",
8549
  },
8550
  {
8551
  "id": "pricing_table_style_3",
8552
+ "shareId": "pricing-table",
8553
  "title": "Pricing Table Style Three",
8554
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_3.png",
8555
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_3.png",
8572
  },
8573
  {
8574
  "id": "pricing_table_style_4",
8575
+ "shareId": "pricing-table",
8576
  "title": "Pricing Table Style Four",
8577
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_4.png",
8578
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_4.png",
8595
  },
8596
  {
8597
  "id": "pricing_table_style_5",
8598
+ "shareId": "pricing-table",
8599
  "title": "Pricing Table Style Five",
8600
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_5.png",
8601
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_5.png",
8618
  },
8619
  {
8620
  "id": "pricing_table_style_6",
8621
+ "shareId": "pricing-table",
8622
  "title": "Pricing Table Style Six",
8623
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_6.png",
8624
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_6.png",
8641
  },
8642
  {
8643
  "id": "pricing_table_style_7",
8644
+ "shareId": "pricing-table",
8645
  "title": "Pricing Table Style Seven",
8646
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/pricing_table_style_7.png",
8647
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/pricing_table_style_7.png",
8664
  },
8665
  {
8666
  "id": "progress_bar_style_1",
8667
+ "shareId": "progress-bar",
8668
  "title": "Progress Bar Style One",
8669
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_1.png",
8670
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_1.png",
8687
  },
8688
  {
8689
  "id": "progress_bar_style_2",
8690
+ "shareId": "progress-bar",
8691
  "title": "Progress Bar Style Two",
8692
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_2.png",
8693
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_2.png",
8710
  },
8711
  {
8712
  "id": "progress_bar_style_3",
8713
+ "shareId": "progress-bar",
8714
  "title": "Progress Bar Style Three",
8715
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_3.png",
8716
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_3.png",
8733
  },
8734
  {
8735
  "id": "progress_bar_style_4",
8736
+ "shareId": "progress-bar",
8737
  "title": "Progress Bar Style Four",
8738
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_4.png",
8739
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_4.png",
8756
  },
8757
  {
8758
  "id": "progress_bar_style_5",
8759
+ "shareId": "progress-bar",
8760
  "title": "Progress Bar Style Five",
8761
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_5.png",
8762
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_5.png",
8779
  },
8780
  {
8781
  "id": "progress_bar_style_6",
8782
+ "shareId": "progress-bar",
8783
  "title": "Progress Bar Style Six",
8784
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_6.png",
8785
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_6.png",
8802
  },
8803
  {
8804
  "id": "progress_bar_style_7",
8805
+ "shareId": "progress-bar",
8806
  "title": "Progress Bar Style Seven",
8807
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_7.png",
8808
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_7.png",
8825
  },
8826
  {
8827
  "id": "progress_bar_style_8",
8828
+ "shareId": "progress-bar",
8829
  "title": "Progress Bar Style Eight",
8830
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_8.png",
8831
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_8.png",
8848
  },
8849
  {
8850
  "id": "progress_bar_style_9",
8851
+ "shareId": "progress-bar",
8852
  "title": "Progress Bar Style Nine",
8853
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_9.png",
8854
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_9.png",
8871
  },
8872
  {
8873
  "id": "progress_bar_style_10",
8874
+ "shareId": "progress-bar",
8875
  "title": "Progress Bar Style Ten",
8876
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_10.png",
8877
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_10.png",
8894
  },
8895
  {
8896
  "id": "progress_bar_style_11",
8897
+ "shareId": "progress-bar",
8898
  "title": "Progress Bar Style Eleven",
8899
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/progress_bar_style_11.png",
8900
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/progress_bar_style_11.png",
8917
  },
8918
  {
8919
  "id": "scroll_image_style_1",
8920
+ "shareId": "scroll-image",
8921
  "title": "Scroll Image Style One",
8922
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_image_style_1.png",
8923
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_image_style_1.png",
8940
  },
8941
  {
8942
  "id": "scroll_image_style_2",
8943
+ "shareId": "scroll-image",
8944
  "title": "Scroll Image Style Two",
8945
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_image_style_2.png",
8946
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_image_style_2.png",
8963
  },
8964
  {
8965
  "id": "scroll_navigation_style_1",
8966
+ "shareId": "scroll-navigation",
8967
  "title": "Scroll Navigation Style One",
8968
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/scroll_navigation_style_1.png",
8969
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/scroll_navigation_style_1.png",
8971
  "url": "#",
8972
  "demoUrl": "http://demo.wphash.com/htmega/element-scroll-navigation/",
8973
  "category": "blocks",
8974
+ "tags": ["scroll navigation","scroll","navigation"],
8975
  "isPro": "1",
8976
  "tmpType": "pro",
8977
  "builder": ["elementor"],
8986
  },
8987
  {
8988
  "id": "search_form_style_1",
8989
+ "shareId": "search-form",
8990
  "title": "Search Form Style One",
8991
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_1.png",
8992
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_1.png",
9009
  },
9010
  {
9011
  "id": "search_form_style_2",
9012
+ "shareId": "search-form",
9013
  "title": "Search Form Style Two",
9014
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_2.png",
9015
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_2.png",
9032
  },
9033
  {
9034
  "id": "search_form_style_3",
9035
+ "shareId": "search-form",
9036
  "title": "Search Form Style Three",
9037
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_3.png",
9038
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_3.png",
9055
  },
9056
  {
9057
  "id": "search_form_style_4",
9058
+ "shareId": "search-form",
9059
  "title": "Search Form Style Four",
9060
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_4.png",
9061
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_4.png",
9078
  },
9079
  {
9080
  "id": "search_form_style_5",
9081
+ "shareId": "search-form",
9082
  "title": "Search Form Style Five",
9083
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/search_form_style_5.png",
9084
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/search_form_style_5.png",
9101
  },
9102
  {
9103
  "id": "services_style_1",
9104
+ "shareId": "services",
9105
  "title": "Services Style One",
9106
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_1.png",
9107
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_1.png",
9124
  },
9125
  {
9126
  "id": "services_style_2",
9127
+ "shareId": "services",
9128
  "title": "Services Style Two",
9129
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_2.png",
9130
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_2.png",
9147
  },
9148
  {
9149
  "id": "services_style_3",
9150
+ "shareId": "services",
9151
  "title": "Services Style Three",
9152
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_3.png",
9153
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_3.png",
9170
  },
9171
  {
9172
  "id": "services_style_4",
9173
+ "shareId": "services",
9174
  "title": "Services Style Four",
9175
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_4.png",
9176
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_4.png",
9193
  },
9194
  {
9195
  "id": "services_style_5",
9196
+ "shareId": "services",
9197
  "title": "Services Style Five",
9198
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_5.png",
9199
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_5.png",
9216
  },
9217
  {
9218
  "id": "services_style_6",
9219
+ "shareId": "services",
9220
  "title": "Services Style Six",
9221
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_6.png",
9222
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_6.png",
9239
  },
9240
  {
9241
  "id": "services_style_7",
9242
+ "shareId": "services",
9243
  "title": "Services Style Seven",
9244
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/services_style_7.png",
9245
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/services_style_7.png",
9262
  },
9263
  {
9264
  "id": "single_post_style_1",
9265
+ "shareId": "single-post",
9266
  "title": "Single Post Style One",
9267
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_1.png",
9268
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_1.png",
9285
  },
9286
  {
9287
  "id": "single_post_style_2",
9288
+ "shareId": "single-post",
9289
  "title": "Single Post Style Two",
9290
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_2.png",
9291
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_2.png",
9308
  },
9309
  {
9310
  "id": "single_post_style_3",
9311
+ "shareId": "single-post",
9312
  "title": "Single Post Style Three",
9313
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_3.png",
9314
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_3.png",
9331
  },
9332
  {
9333
  "id": "single_post_style_4",
9334
+ "shareId": "single-post",
9335
  "title": "Single Post Style Four",
9336
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_4.png",
9337
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_4.png",
9354
  },
9355
  {
9356
  "id": "single_post_style_5",
9357
+ "shareId": "single-post",
9358
  "title": "Single Post Style Five",
9359
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/single_post_style_5.png",
9360
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/single_post_style_5.png",
9377
  },
9378
  {
9379
  "id": "social_share_style_1",
9380
+ "shareId": "social-share",
9381
  "title": "Social Share Style One",
9382
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_1.png",
9383
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_1.png",
9400
  },
9401
  {
9402
  "id": "social_share_style_2",
9403
+ "shareId": "social-share",
9404
  "title": "Social Share Style Two",
9405
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_2.png",
9406
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_2.png",
9423
  },
9424
  {
9425
  "id": "social_share_style_3",
9426
+ "shareId": "social-share",
9427
  "title": "Social Share Style Three",
9428
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_3.png",
9429
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_3.png",
9446
  },
9447
  {
9448
  "id": "social_share_style_4",
9449
+ "shareId": "social-share",
9450
  "title": "Social Share Style Four",
9451
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_4.png",
9452
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_4.png",
9469
  },
9470
  {
9471
  "id": "social_share_style_5",
9472
+ "shareId": "social-share",
9473
  "title": "Social Share Style Five",
9474
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_5.png",
9475
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_5.png",
9492
  },
9493
  {
9494
  "id": "social_share_style_6",
9495
+ "shareId": "social-share",
9496
  "title": "Social Share Style Six",
9497
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_6.png",
9498
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_6.png",
9515
  },
9516
  {
9517
  "id": "social_share_style_7",
9518
+ "shareId": "social-share",
9519
  "title": "Social Share Style Seven",
9520
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_7.png",
9521
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_7.png",
9538
  },
9539
  {
9540
  "id": "social_share_style_8",
9541
+ "shareId": "social-share",
9542
  "title": "Social Share Style Eight",
9543
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_8.png",
9544
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_8.png",
9561
  },
9562
  {
9563
  "id": "social_share_style_9",
9564
+ "shareId": "social-share",
9565
  "title": "Social Share Style Nine",
9566
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/social_share_style_9.png",
9567
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/social_share_style_9.png",
9584
  },
9585
  {
9586
  "id": "subscribe_style_1",
9587
+ "shareId": "subscribe",
9588
  "title": "Subscribe Style One",
9589
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_1.png",
9590
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_1.png",
9607
  },
9608
  {
9609
  "id": "subscribe_style_2",
9610
+ "shareId": "subscribe",
9611
  "title": "Subscribe Style Two",
9612
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_2.png",
9613
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_2.png",
9630
  },
9631
  {
9632
  "id": "subscribe_style_3",
9633
+ "shareId": "subscribe",
9634
  "title": "Subscribe Style Three",
9635
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_3.png",
9636
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_3.png",
9653
  },
9654
  {
9655
  "id": "subscribe_style_4",
9656
+ "shareId": "subscribe",
9657
  "title": "Subscribe Style Four",
9658
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_4.png",
9659
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_4.png",
9676
  },
9677
  {
9678
  "id": "subscribe_style_5",
9679
+ "shareId": "subscribe",
9680
  "title": "Subscribe Style Five",
9681
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/subscribe_style_5.png",
9682
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/subscribe_style_5.png",
9699
  },
9700
  {
9701
  "id": "switcher_style_1",
9702
+ "shareId": "switcher",
9703
  "title": "Switcher Style One",
9704
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_1.png",
9705
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_1.png",
9722
  },
9723
  {
9724
  "id": "switcher_style_2",
9725
+ "shareId": "switcher",
9726
  "title": "Switcher Style Two",
9727
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_2.png",
9728
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_2.png",
9745
  },
9746
  {
9747
  "id": "switcher_style_3",
9748
+ "shareId": "switcher",
9749
  "title": "Switcher Style Three",
9750
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/switcher_style_3.png",
9751
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/switcher_style_3.png",
9768
  },
9769
  {
9770
  "id": "tab_style_1",
9771
+ "shareId": "tab",
9772
  "title": "Tab Style One",
9773
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_1.png",
9774
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_1.png",
9791
  },
9792
  {
9793
  "id": "tab_style_2",
9794
+ "shareId": "tab",
9795
  "title": "Tab Style Two",
9796
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_2.png",
9797
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_2.png",
9814
  },
9815
  {
9816
  "id": "tab_style_3",
9817
+ "shareId": "tab",
9818
  "title": "Tab Style Three",
9819
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_3.png",
9820
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_3.png",
9837
  },
9838
  {
9839
  "id": "tab_style_4",
9840
+ "shareId": "tab",
9841
  "title": "Tab Style Four",
9842
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_4.png",
9843
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_4.png",
9860
  },
9861
  {
9862
  "id": "tab_style_5",
9863
+ "shareId": "tab",
9864
  "title": "Tab Style Five",
9865
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tab_style_5.png",
9866
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tab_style_5.png",
9883
  },
9884
  {
9885
  "id": "team_member_style_1",
9886
+ "shareId": "team-member",
9887
  "title": "Team Member Style One",
9888
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_1.png",
9889
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_1.png",
9906
  },
9907
  {
9908
  "id": "team_member_style_2",
9909
+ "shareId": "team-member",
9910
  "title": "Team Member Style Two",
9911
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_2.png",
9912
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_2.png",
9929
  },
9930
  {
9931
  "id": "team_member_style_3",
9932
+ "shareId": "team-member",
9933
  "title": "Team Member Style Three",
9934
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_3.png",
9935
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_3.png",
9952
  },
9953
  {
9954
  "id": "team_member_style_4",
9955
+ "shareId": "team-member",
9956
  "title": "Team Member Style Four",
9957
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_4.png",
9958
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_4.png",
9975
  },
9976
  {
9977
  "id": "team_member_style_5",
9978
+ "shareId": "team-member",
9979
  "title": "Team Member Style Five",
9980
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_5.png",
9981
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_5.png",
9998
  },
9999
  {
10000
  "id": "team_member_style_6",
10001
+ "shareId": "team-member",
10002
  "title": "Team Member Style Six",
10003
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_6.png",
10004
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_6.png",
10021
  },
10022
  {
10023
  "id": "team_member_style_7",
10024
+ "shareId": "team-member",
10025
  "title": "Team Member Style Seven",
10026
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_7.png",
10027
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_7.png",
10044
  },
10045
  {
10046
  "id": "team_member_style_8",
10047
+ "shareId": "team-member",
10048
  "title": "Team Member Style Eight",
10049
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/team_member_style_8.png",
10050
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/team_member_style_8.png",
10067
  },
10068
  {
10069
  "id": "testimonial_carosel_style_1",
10070
+ "shareId": "testimonial-carousel",
10071
  "title": "Testimonial Carousel Style One",
10072
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_1.png",
10073
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_1.png",
10090
  },
10091
  {
10092
  "id": "testimonial_carosel_style_2",
10093
+ "shareId": "testimonial-carousel",
10094
  "title": "Testimonial Carousel Style Two",
10095
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_2.png",
10096
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_2.png",
10113
  },
10114
  {
10115
  "id": "testimonial_carosel_style_3",
10116
+ "shareId": "testimonial-carousel",
10117
  "title": "Testimonial Carousel Style Three",
10118
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_3.png",
10119
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_3.png",
10136
  },
10137
  {
10138
  "id": "testimonial_carosel_style_4",
10139
+ "shareId": "testimonial-carousel",
10140
  "title": "Testimonial Carousel Style Four",
10141
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_4.png",
10142
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_4.png",
10159
  },
10160
  {
10161
  "id": "testimonial_carosel_style_5",
10162
+ "shareId": "testimonial-carousel",
10163
  "title": "Testimonial Carousel Style Five",
10164
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_5.png",
10165
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_5.png",
10182
  },
10183
  {
10184
  "id": "testimonial_carosel_style_6",
10185
+ "shareId": "testimonial-carousel",
10186
  "title": "Testimonial Carousel Style Six",
10187
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_6.png",
10188
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_6.png",
10205
  },
10206
  {
10207
  "id": "testimonial_carosel_style_7",
10208
+ "shareId": "testimonial-carousel",
10209
  "title": "Testimonial Carousel Style Seven",
10210
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_7.png",
10211
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_7.png",
10228
  },
10229
  {
10230
  "id": "testimonial_carosel_style_8",
10231
+ "shareId": "testimonial-carousel",
10232
  "title": "Testimonial Carousel Style Eight",
10233
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_8.png",
10234
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_8.png",
10251
  },
10252
  {
10253
  "id": "testimonial_carosel_style_9",
10254
+ "shareId": "testimonial-carousel",
10255
  "title": "Testimonial Carousel Style Nine",
10256
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_carosel_style_9.png",
10257
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_carosel_style_9.png",
10274
  },
10275
  {
10276
  "id": "testimonial_grid_style_1",
10277
+ "shareId": "testimonial-grid",
10278
  "title": "Testimonial Grid Style One",
10279
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_1.png",
10280
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_1.png",
10297
  },
10298
  {
10299
  "id": "testimonial_grid_style_2",
10300
+ "shareId": "testimonial-grid",
10301
  "title": "Testimonial Grid Style Two",
10302
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_2.png",
10303
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_2.png",
10320
  },
10321
  {
10322
  "id": "testimonial_grid_style_3",
10323
+ "shareId": "testimonial-grid",
10324
  "title": "Testimonial Grid Style Three",
10325
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_3.png",
10326
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_3.png",
10343
  },
10344
  {
10345
  "id": "testimonial_grid_style_4",
10346
+ "shareId": "testimonial-grid",
10347
  "title": "Testimonial Grid Style Four",
10348
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_4.png",
10349
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_4.png",
10366
  },
10367
  {
10368
  "id": "testimonial_grid_style_5",
10369
+ "shareId": "testimonial-grid",
10370
  "title": "Testimonial Grid Style Five",
10371
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/testimonial_grid_style_5.png",
10372
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/testimonial_grid_style_5.png",
10389
  },
10390
  {
10391
  "id": "thumbnails_gallery_style_1",
10392
+ "shareId": "thumbnails-gallery",
10393
  "title": "Thumbnails Gallery Style One",
10394
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_1.png",
10395
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_1.png",
10412
  },
10413
  {
10414
  "id": "thumbnails_gallery_style_2",
10415
+ "shareId": "thumbnails-gallery",
10416
  "title": "Thumbnails Gallery Style Two",
10417
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_2.png",
10418
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_2.png",
10435
  },
10436
  {
10437
  "id": "thumbnails_gallery_style_3",
10438
+ "shareId": "thumbnails-gallery",
10439
  "title": "Thumbnails Gallery Style Three",
10440
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_3.png",
10441
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_3.png",
10458
  },
10459
  {
10460
  "id": "thumbnails_gallery_style_4",
10461
+ "shareId": "thumbnails-gallery",
10462
  "title": "Thumbnails Gallery Style Four",
10463
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/thumbnails_gallery_style_4.png",
10464
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/thumbnails_gallery_style_4.png",
10481
  },
10482
  {
10483
  "id": "toggle_style_1",
10484
+ "shareId": "toggle",
10485
  "title": "Toggle Style One",
10486
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_1.png",
10487
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_1.png",
10504
  },
10505
  {
10506
  "id": "toggle_style_2",
10507
+ "shareId": "toggle",
10508
  "title": "Toggle Style Two",
10509
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_2.png",
10510
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_2.png",
10527
  },
10528
  {
10529
  "id": "toggle_style_3",
10530
+ "shareId": "toggle",
10531
  "title": "Toggle Style Three",
10532
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/toggle_style_3.png",
10533
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/toggle_style_3.png",
10550
  },
10551
  {
10552
  "id": "tooltip_style_1",
10553
+ "shareId": "tooltip",
10554
  "title": "Tooltip",
10555
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/tooltip_style_1.png",
10556
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/tooltip_style_1.png",
10573
  },
10574
  {
10575
  "id": "twitter_feed_style_1",
10576
+ "shareId": "twitter-feed",
10577
  "title": "Twitter Feed Style One",
10578
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_1.png",
10579
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_1.png",
10596
  },
10597
  {
10598
  "id": "twitter_feed_style_2",
10599
+ "shareId": "twitter-feed",
10600
  "title": "Twitter Feed Style Two",
10601
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_2.png",
10602
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_2.png",
10619
  },
10620
  {
10621
  "id": "twitter_feed_style_3",
10622
+ "shareId": "twitter-feed",
10623
  "title": "Twitter Feed Style Three",
10624
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_3.png",
10625
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_3.png",
10642
  },
10643
  {
10644
  "id": "twitter_feed_style_4",
10645
+ "shareId": "twitter-feed",
10646
  "title": "Twitter Feed Style Four",
10647
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_4.png",
10648
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_4.png",
10665
  },
10666
  {
10667
  "id": "twitter_feed_style_5",
10668
+ "shareId": "twitter-feed",
10669
  "title": "Twitter Feed Style Five",
10670
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/twitter_feed_style_5.png",
10671
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/twitter_feed_style_5.png",
10688
  },
10689
  {
10690
  "id": "user_login_form_style_1",
10691
+ "shareId": "user-login-form",
10692
  "title": "User Login Form Style One",
10693
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_1.png",
10694
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_1.png",
10711
  },
10712
  {
10713
  "id": "user_login_form_style_2",
10714
+ "shareId": "user-login-form",
10715
  "title": "User Login Form Style Two",
10716
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_2.png",
10717
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_2.png",
10734
  },
10735
  {
10736
  "id": "user_login_form_style_3",
10737
+ "shareId": "user-login-form",
10738
  "title": "User Login Form Style Three",
10739
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_3.png",
10740
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_3.png",
10757
  },
10758
  {
10759
  "id": "user_login_form_style_4",
10760
+ "shareId": "user-login-form",
10761
  "title": "User Login Form Style Four",
10762
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_4.png",
10763
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_4.png",
10780
  },
10781
  {
10782
  "id": "user_login_form_style_5",
10783
+ "shareId": "user-login-form",
10784
  "title": "User Login Form Style Five",
10785
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_login_form_style_5.png",
10786
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_login_form_style_5.png",
10803
  },
10804
  {
10805
  "id": "user_register_style_1",
10806
+ "shareId": "user-register-form",
10807
  "title": "User Register Form Style One",
10808
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_1.png",
10809
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_1.png",
10826
  },
10827
  {
10828
  "id": "user_register_style_2",
10829
+ "shareId": "user-register-form",
10830
  "title": "User Register Form Style Two",
10831
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_2.png",
10832
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_2.png",
10849
  },
10850
  {
10851
  "id": "user_register_style_3",
10852
+ "shareId": "user-register-form",
10853
  "title": "User Register Form Style Three",
10854
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_3.png",
10855
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_3.png",
10872
  },
10873
  {
10874
  "id": "user_register_style_4",
10875
+ "shareId": "user-register-form",
10876
  "title": "User Register Form Style Four",
10877
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_4.png",
10878
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_4.png",
10895
  },
10896
  {
10897
  "id": "user_register_style_5",
10898
+ "shareId": "user-register-form",
10899
  "title": "User Register Form Style Five",
10900
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/user_register_style_5.png",
10901
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/user_register_style_5.png",
10918
  },
10919
  {
10920
  "id": "vertical_timeline_style_1",
10921
+ "shareId": "vertical-timeline",
10922
  "title": "Vertical Timeline Style One",
10923
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_1.png",
10924
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_1.png",
10941
  },
10942
  {
10943
  "id": "vertical_timeline_style_2",
10944
+ "shareId": "vertical-timeline",
10945
  "title": "Vertical Timeline Style Two",
10946
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_2.png",
10947
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_2.png",
10964
  },
10965
  {
10966
  "id": "vertical_timeline_style_3",
10967
+ "shareId": "vertical-timeline",
10968
  "title": "Vertical Timeline Style Three",
10969
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/vertical_timeline_style_3.png",
10970
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/vertical_timeline_style_3.png",
10987
  },
10988
  {
10989
  "id": "video_player_style_1",
10990
+ "shareId": "video-player",
10991
  "title": "Video Player Style One",
10992
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_1.png",
10993
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_1.png",
11010
  },
11011
  {
11012
  "id": "video_player_style_2",
11013
+ "shareId": "video-player",
11014
  "title": "Video Player Style Two",
11015
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_2.png",
11016
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_2.png",
11033
  },
11034
  {
11035
  "id": "video_player_style_3",
11036
+ "shareId": "video-player",
11037
  "title": "Video Player Style Three",
11038
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_3.png",
11039
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_3.png",
11056
  },
11057
  {
11058
  "id": "video_player_style_4",
11059
+ "shareId": "video-player",
11060
  "title": "Video Player Style Four",
11061
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/video_player_style_4.png",
11062
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/video_player_style_4.png",
11079
  },
11080
  {
11081
  "id": "weather_style_1",
11082
+ "shareId": "weather",
11083
  "title": "Weather Style One",
11084
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/weather_style_1.png",
11085
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/weather_style_1.png",
11102
  },
11103
  {
11104
  "id": "woocommerce_add_to_cart_button",
11105
+ "shareId": "woocommerce",
11106
  "title": "WooCommerce Add To Cart",
11107
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_add_to_cart_button.png",
11108
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_add_to_cart_button.png",
11125
  },
11126
  {
11127
  "id": "woocommerce_cart_page",
11128
+ "shareId": "woocommerce",
11129
  "title": "WooCommerce Cart Page",
11130
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_cart_page.png",
11131
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_cart_page.png",
11148
  },
11149
  {
11150
  "id": "woocommerce_category",
11151
+ "shareId": "woocommerce",
11152
  "title": "WooCommerce Category Page",
11153
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_category.png",
11154
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_category.png",
11171
  },
11172
  {
11173
  "id": "woocommerce_checkout_page",
11174
+ "shareId": "woocommerce",
11175
  "title": "WooCommerce Checkout Page",
11176
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/woocommerce_checkout_page.png",
11177
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/woocommerce_checkout_page.png",
11194
  },
11195
  {
11196
  "id": "working_process_style_1",
11197
+ "shareId": "working-progress",
11198
  "title": "Working Progress Style One",
11199
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_1.png",
11200
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_1.png",
11217
  },
11218
  {
11219
  "id": "working_process_style_2",
11220
+ "shareId": "working-progress",
11221
  "title": "Working Progress Style Two",
11222
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_2.png",
11223
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_2.png",
11240
  },
11241
  {
11242
  "id": "working_process_style_3",
11243
+ "shareId": "working-progress",
11244
  "title": "Working Progress Style Three",
11245
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_3.png",
11246
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_3.png",
11263
  },
11264
  {
11265
  "id": "working_process_style_4",
11266
+ "shareId": "working-progress",
11267
  "title": "Working Progress Style Four",
11268
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/working_process_style_4.png",
11269
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/working_process_style_4.png",
11286
  },
11287
  {
11288
  "id": "mega-menu-layout-1",
11289
+ "shareId": "mega-menu",
11290
  "title": "Menu Layout One",
11291
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_1.png",
11292
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_1.png",
11307
  },
11308
  {
11309
  "id": "mega-menu-layout-2",
11310
+ "shareId": "mega-menu",
11311
  "title": "Menu Layout Two",
11312
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_2.png",
11313
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_2.png",
11328
  },
11329
  {
11330
  "id": "mega-menu-layout-3",
11331
+ "shareId": "mega-menu",
11332
  "title": "Menu Layout Three",
11333
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_3.png",
11334
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_3.png",
11349
  },
11350
  {
11351
  "id": "mega-menu-layout-4",
11352
+ "shareId": "mega-menu",
11353
  "title": "Menu Layout Four",
11354
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_4.png",
11355
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_4.png",
11370
  },
11371
  {
11372
  "id": "mega-menu-layout-5",
11373
+ "shareId": "mega-menu",
11374
  "title": "Menu Layout Five",
11375
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_5.png",
11376
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_5.png",
11391
  },
11392
  {
11393
  "id": "mega-menu-layout-6",
11394
+ "shareId": "mega-menu",
11395
  "title": "Menu Layout Six",
11396
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_6.png",
11397
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_6.png",
11414
  },
11415
  {
11416
  "id": "mega-menu-layout-7",
11417
+ "shareId": "mega-menu",
11418
  "title": "Menu Layout Seven",
11419
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_7.png",
11420
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_7.png",
11437
  },
11438
  {
11439
  "id": "mega-menu-layout-8",
11440
+ "shareId": "mega-menu",
11441
  "title": "Menu Layout Eight",
11442
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_8.png",
11443
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_8.png",
11460
  },
11461
  {
11462
  "id": "mega-menu-layout-9",
11463
+ "shareId": "mega-menu",
11464
  "title": "Menu Layout Nine",
11465
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_9.png",
11466
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_9.png",
11483
  },
11484
  {
11485
  "id": "mega-menu-layout-10",
11486
+ "shareId": "mega-menu",
11487
  "title": "Menu Layout Ten",
11488
  "thumbnail": "https://api.hasthemes.com/api/htmega/v1/layout-img/thumb/menu_layout_10.png",
11489
  "fullimage": "https://api.hasthemes.com/api/htmega/v1/layout-img/full/menu_layout_10.png",
assets/css/htmega-widgets.css CHANGED
@@ -13004,7 +13004,7 @@ a.htmega-downloadbtn {
13004
  color: #fff;
13005
  font-size: 30px;
13006
  height: 50px;
13007
- left: -80px;
13008
  margin: 0;
13009
  padding: 0;
13010
  position: absolute;
@@ -13013,11 +13013,12 @@ a.htmega-downloadbtn {
13013
  transition: all 0.4s ease-in-out 0s;
13014
  width: 50px;
13015
  line-height: 0;
 
13016
  }
13017
 
13018
  .post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
13019
  left: auto;
13020
- right: -80px;
13021
  }
13022
 
13023
  .post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{
13004
  color: #fff;
13005
  font-size: 30px;
13006
  height: 50px;
13007
+ left: -20px;
13008
  margin: 0;
13009
  padding: 0;
13010
  position: absolute;
13013
  transition: all 0.4s ease-in-out 0s;
13014
  width: 50px;
13015
  line-height: 0;
13016
+ z-index: 9999;
13017
  }
13018
 
13019
  .post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
13020
  left: auto;
13021
+ right: -20px;
13022
  }
13023
 
13024
  .post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{
htmega_addons_elementor.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: http://demo.wphash.com/htmega/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
- * Version: 1.4.0
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
@@ -13,7 +13,7 @@
13
  */
14
 
15
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
16
- define( 'HTMEGA_VERSION', '1.4.0' );
17
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
18
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
19
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
5
  * Plugin URI: http://demo.wphash.com/htmega/
6
  * Author: HasThemes
7
  * Author URI: https://hasthemes.com/
8
+ * Version: 1.4.1
9
  * License: GPL2
10
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
  * Text Domain: htmega-addons
13
  */
14
 
15
  if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
16
+ define( 'HTMEGA_VERSION', '1.4.1' );
17
  define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
18
  define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
19
  define( 'HTMEGA_ADDONS_PL_PATH', plugin_dir_path( HTMEGA_ADDONS_PL_ROOT ) );
includes/class.assests.php CHANGED
@@ -387,11 +387,7 @@ if ( !class_exists( 'HTMega_Elementor_Addons_Assests' ) ) {
387
  wp_enqueue_style( 'htmega-widgets' );
388
  wp_enqueue_style( 'font-awesome' );
389
  wp_enqueue_style( 'htmega-animation' );
390
- wp_enqueue_style( 'slick' );
391
- wp_enqueue_style( 'compare-image' );
392
- wp_enqueue_style( 'justify-gallery' );
393
  wp_enqueue_style( 'htmega-keyframes' );
394
- wp_enqueue_style( 'animated-heading' );
395
  wp_enqueue_style( 'htmega-widgets' );
396
 
397
  // JS
387
  wp_enqueue_style( 'htmega-widgets' );
388
  wp_enqueue_style( 'font-awesome' );
389
  wp_enqueue_style( 'htmega-animation' );
 
 
 
390
  wp_enqueue_style( 'htmega-keyframes' );
 
391
  wp_enqueue_style( 'htmega-widgets' );
392
 
393
  // JS
includes/helper-function.php CHANGED
@@ -83,6 +83,7 @@ if( !function_exists('htmega_get_taxonomies') ){
83
  'taxonomy' => $htmega_texonomy,
84
  'hide_empty' => true,
85
  ));
 
86
  if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
87
  foreach ( $terms as $term ) {
88
  $options[ $term->slug ] = $term->name;
83
  'taxonomy' => $htmega_texonomy,
84
  'hide_empty' => true,
85
  ));
86
+ $options = array();
87
  if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
88
  foreach ( $terms as $term ) {
89
  $options[ $term->slug ] = $term->name;
includes/widgets/htmega_animated_heading.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Animated_Heading extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'animated-heading',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'animated-heading',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'animated-heading',
includes/widgets/htmega_carousel.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Carousel extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
includes/widgets/htmega_gallery_justify.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Gallery_Justify extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'justified-gallery',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'justify-gallery',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'justified-gallery',
includes/widgets/htmega_instagram.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Instagram extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
includes/widgets/htmega_news_ticker.php CHANGED
@@ -166,7 +166,7 @@ class HTMega_Elementor_Widget_Newsticker extends Widget_Base {
166
  [
167
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
168
  'type' => Controls_Manager::SELECT2,
169
- 'label_block' => false,
170
  'options' => htmega_get_post_types(),
171
  ]
172
  );
166
  [
167
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
168
  'type' => Controls_Manager::SELECT2,
169
+ 'label_block' => true,
170
  'options' => htmega_get_post_types(),
171
  ]
172
  );
includes/widgets/htmega_panel_slider.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Panel_Slider extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
includes/widgets/htmega_post_carousel.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
@@ -80,7 +86,7 @@ class HTMega_Elementor_Widget_Post_Carousel extends Widget_Base {
80
  [
81
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
82
  'type' => Controls_Manager::SELECT2,
83
- 'label_block' => false,
84
  'options' => htmega_get_post_types(),
85
  ]
86
  );
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
86
  [
87
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
88
  'type' => Controls_Manager::SELECT2,
89
+ 'label_block' => true,
90
  'options' => htmega_get_post_types(),
91
  ]
92
  );
includes/widgets/htmega_post_grid.php CHANGED
@@ -59,7 +59,7 @@ class HTMega_Elementor_Widget_PostGrid extends Widget_Base {
59
  [
60
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
61
  'type' => Controls_Manager::SELECT2,
62
- 'label_block' => false,
63
  'options' => htmega_get_post_types(),
64
  ]
65
  );
59
  [
60
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
61
  'type' => Controls_Manager::SELECT2,
62
+ 'label_block' => true,
63
  'options' => htmega_get_post_types(),
64
  ]
65
  );
includes/widgets/htmega_post_grid_tab.php CHANGED
@@ -67,7 +67,7 @@ class HTMega_Elementor_Widget_Post_Grid_Tab extends Widget_Base {
67
  [
68
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
69
  'type' => Controls_Manager::SELECT2,
70
- 'label_block' => false,
71
  'options' => htmega_get_post_types(),
72
  ]
73
  );
67
  [
68
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
69
  'type' => Controls_Manager::SELECT2,
70
+ 'label_block' => true,
71
  'options' => htmega_get_post_types(),
72
  ]
73
  );
includes/widgets/htmega_post_slider.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
@@ -68,7 +74,7 @@ class HTMega_Elementor_Widget_Post_Slider extends Widget_Base {
68
  [
69
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
70
  'type' => Controls_Manager::SELECT2,
71
- 'label_block' => false,
72
  'options' => htmega_get_post_types(),
73
  ]
74
  );
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
74
  [
75
  'label' => esc_html__( 'Content Sourse', 'htmega-addons' ),
76
  'type' => Controls_Manager::SELECT2,
77
+ 'label_block' => true,
78
  'options' => htmega_get_post_types(),
79
  ]
80
  );
includes/widgets/htmega_services.php CHANGED
@@ -1017,6 +1017,8 @@ class HTMega_Elementor_Widget_Service extends Widget_Base {
1017
  $this->add_render_attribute( 'htmega_service_attr', 'class', 'htmega-service' );
1018
  $this->add_render_attribute( 'htmega_service_attr', 'class', 'htmega-service-style-'. $settings['htmega_service_style'] );
1019
 
 
 
1020
  // Link Generate
1021
  if ( !empty( $settings['service_link']['url'] ) ) {
1022
 
@@ -1029,16 +1031,20 @@ class HTMega_Elementor_Widget_Service extends Widget_Base {
1029
  }
1030
  $this->add_render_attribute( 'url', 'class', 'readmore_btn');
1031
 
1032
- $service_image = '<a href="'.esc_url( $settings['service_link']['url'] ).'">'.Group_Control_Image_Size::get_attachment_image_html( $settings, 'service_imagesize', 'service_image' ).'</a>';
 
 
1033
 
1034
  }else{
1035
- $service_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'service_imagesize', 'service_image' );
 
 
1036
  }
1037
 
1038
  ?>
1039
  <div <?php echo $this->get_render_attribute_string( 'htmega_service_attr' ); ?> >
1040
  <?php
1041
- if( $settings['htmega_service_icon_type'] == 'img' ){
1042
  echo '<div class="thumb">'.$service_image.'</div>';
1043
  }else{
1044
  if( !empty( $settings['service_link']['url'] ) ){
1017
  $this->add_render_attribute( 'htmega_service_attr', 'class', 'htmega-service' );
1018
  $this->add_render_attribute( 'htmega_service_attr', 'class', 'htmega-service-style-'. $settings['htmega_service_style'] );
1019
 
1020
+ $service_image = '';
1021
+
1022
  // Link Generate
1023
  if ( !empty( $settings['service_link']['url'] ) ) {
1024
 
1031
  }
1032
  $this->add_render_attribute( 'url', 'class', 'readmore_btn');
1033
 
1034
+ if( !empty( $settings['service_image']['url'] ) ){
1035
+ $service_image = '<a href="'.esc_url( $settings['service_link']['url'] ).'">'.Group_Control_Image_Size::get_attachment_image_html( $settings, 'service_imagesize', 'service_image' ).'</a>';
1036
+ }
1037
 
1038
  }else{
1039
+ if( !empty( $settings['service_image']['url'] ) ){
1040
+ $service_image = Group_Control_Image_Size::get_attachment_image_html( $settings, 'service_imagesize', 'service_image' );
1041
+ }
1042
  }
1043
 
1044
  ?>
1045
  <div <?php echo $this->get_render_attribute_string( 'htmega_service_attr' ); ?> >
1046
  <?php
1047
+ if( $settings['htmega_service_icon_type'] == 'img' && $service_image !='' ){
1048
  echo '<div class="thumb">'.$service_image.'</div>';
1049
  }else{
1050
  if( !empty( $settings['service_link']['url'] ) ){
includes/widgets/htmega_slider_thumb_gallery.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Slider_Thumb_Gallery extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
includes/widgets/htmega_testimonial.php CHANGED
@@ -21,6 +21,12 @@ class HTMega_Elementor_Widget_Testimonial extends Widget_Base {
21
  return [ 'htmega-addons' ];
22
  }
23
 
 
 
 
 
 
 
24
  public function get_script_depends() {
25
  return [
26
  'slick',
21
  return [ 'htmega-addons' ];
22
  }
23
 
24
+ public function get_style_depends() {
25
+ return [
26
+ 'slick',
27
+ ];
28
+ }
29
+
30
  public function get_script_depends() {
31
  return [
32
  'slick',
includes/widgets/htmega_twitter_feed.php CHANGED
@@ -25,6 +25,12 @@ class HTMega_Elementor_Widget_Twitter_Feed extends Widget_Base {
25
  return [ 'htmega-addons' ];
26
  }
27
 
 
 
 
 
 
 
28
  public function get_script_depends() {
29
  return [
30
  'slick',
25
  return [ 'htmega-addons' ];
26
  }
27
 
28
+ public function get_style_depends() {
29
+ return [
30
+ 'slick',
31
+ ];
32
+ }
33
+
34
  public function get_script_depends() {
35
  return [
36
  'slick',
includes/widgets/htmega_working_process.php CHANGED
@@ -590,6 +590,100 @@ class HTMega_Elementor_Widget_Working_Process extends Widget_Base {
590
 
591
  $this->end_controls_section();
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  }
594
 
595
  protected function render( $instance = [] ) {
590
 
591
  $this->end_controls_section();
592
 
593
+ // Process Icon Style tab section
594
+ $this->start_controls_section(
595
+ 'process_icon_style_section',
596
+ [
597
+ 'label' => __( 'Icon', 'htmega-addons' ),
598
+ 'tab' => Controls_Manager::TAB_STYLE,
599
+ ]
600
+ );
601
+
602
+ $this->add_control(
603
+ 'icon_color',
604
+ [
605
+ 'label' => __( 'Color', 'htmega-addons' ),
606
+ 'type' => Controls_Manager::COLOR,
607
+ 'scheme' => [
608
+ 'type' => Scheme_Color::get_type(),
609
+ 'value' => Scheme_Color::COLOR_1,
610
+ ],
611
+ 'default' => '#555555',
612
+ 'selectors' => [
613
+ '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon' => 'color: {{VALUE}}',
614
+ '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'color: {{VALUE}}',
615
+ ],
616
+ ]
617
+ );
618
+
619
+ $this->add_control(
620
+ 'icon_font_size',
621
+ [
622
+ 'label' => __( 'Font Size', 'htmega-addons' ),
623
+ 'type' => Controls_Manager::SLIDER,
624
+ 'size_units' => [ 'px', '%' ],
625
+ 'range' => [
626
+ 'px' => [
627
+ 'min' => 0,
628
+ 'max' => 1000,
629
+ 'step' => 1,
630
+ ],
631
+ '%' => [
632
+ 'min' => 0,
633
+ 'max' => 100,
634
+ ],
635
+ ],
636
+ 'default' => [
637
+ 'unit' => 'px',
638
+ 'size' => 20,
639
+ ],
640
+ 'selectors' => [
641
+ '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon i' => 'font-size: {{SIZE}}{{UNIT}};',
642
+ ],
643
+ ]
644
+ );
645
+
646
+ $this->add_group_control(
647
+ Group_Control_Border::get_type(),
648
+ [
649
+ 'name' => 'icon_border',
650
+ 'label' => __( 'Border', 'htmega-addons' ),
651
+ 'selector' => '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon',
652
+ ]
653
+ );
654
+
655
+ $this->add_responsive_control(
656
+ 'icon_border_radius',
657
+ [
658
+ 'label' => esc_html__( 'Border Radius', 'htmega-addons' ),
659
+ 'type' => Controls_Manager::DIMENSIONS,
660
+ 'selectors' => [
661
+ '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon' => 'border-radius: {{TOP}}px {{RIGHT}}px {{BOTTOM}}px {{LEFT}}px;',
662
+ ],
663
+ ]
664
+ );
665
+
666
+ $this->add_group_control(
667
+ Group_Control_Background::get_type(),
668
+ [
669
+ 'name' => 'icon_background',
670
+ 'label' => __( 'Background', 'htmega-addons' ),
671
+ 'types' => [ 'classic', 'gradient' ],
672
+ 'selector' => '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon',
673
+ ]
674
+ );
675
+
676
+ $this->add_group_control(
677
+ Group_Control_Box_Shadow::get_type(),
678
+ [
679
+ 'name' => 'icon_box_shadow',
680
+ 'label' => __( 'Box Shadow', 'htmega-addons' ),
681
+ 'selector' => '{{WRAPPER}} .htmega-process-area .htmega-single-process .icon',
682
+ ]
683
+ );
684
+
685
+ $this->end_controls_section();
686
+
687
  }
688
 
689
  protected function render( $instance = [] ) {
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: hasthemes, htplugins, devitemsllc
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
- Tested up to: 5.4
6
- Stable tag: 1.4.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -190,6 +190,13 @@ Visit [HasThemes](https://hasthemes.com/) for more details about HTML, Shopify a
190
 
191
  == Changelog ==
192
 
 
 
 
 
 
 
 
193
  = Version: 1.4.0 - Date: 2020-04-13 =
194
  * Single Post Title Length option added.
195
  * Modal Issue solved for mobile device.
2
  Contributors: hasthemes, htplugins, devitemsllc
3
  Tags: Elementor, Elementor Addons, Elementor Widgets, elementor page builder, Elementor Blocks
4
  Requires at least: 4.7
5
+ Tested up to: 5.4.1
6
+ Stable tag: 1.4.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
190
 
191
  == Changelog ==
192
 
193
+ = Version: 1.4.1 - Date: 2020-05-11 =
194
+ * Working process Icon style Option added.
195
+ * Template library blocks search problem solved.
196
+ * Section Wise Blocks Template added.
197
+ * Template library cache remove for plugin multiple activation.
198
+ * Style dependency added in image justify and image compare.
199
+
200
  = Version: 1.4.0 - Date: 2020-04-13 =
201
  * Single Post Title Length option added.
202
  * Modal Issue solved for mobile device.