PluginProbe ʕ •ᴥ•ʔ
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid / 5.0.3
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid v5.0.3
7.9.3 7.9.2 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.2.0 4.2.1 4.2.2 4.2.3 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 6.0.0 7.0.0 7.0.1 7.0.2 7.1.0 7.2.0 7.2.1 7.2.10 7.2.11 7.2.2 7.2.3 7.2.4 7.2.5 7.2.6 7.2.7 7.2.8 7.2.9 7.3.0 7.3.1 7.4.0 7.4.1 7.4.2 7.4.3 7.5.0 7.6.0 7.6.1 7.7.0 7.7.1 7.7.10 7.7.11 7.7.12 7.7.13 7.7.14 7.7.15 7.7.16 7.7.17 7.7.18 7.7.19 7.7.2 7.7.20 7.7.21 7.7.22 7.7.3 7.7.4 7.7.5 7.7.6 7.7.7 7.7.8 7.7.9 7.8.0 7.8.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.9.0 7.9.1
the-post-grid / app / Controllers / Blocks / BlockController / StyleTabController.php
the-post-grid / app / Controllers / Blocks / BlockController Last commit date
ContentTabController.php 3 years ago SettingsTabController.php 3 years ago StyleTabController.php 3 years ago
StyleTabController.php
2480 lines
1 <?php
2
3 namespace RT\ThePostGrid\Controllers\Blocks\BlockController;
4
5 class StyleTabController {
6 /**
7 * @return mixed|void
8 */
9 public static function get_controller( $prefix = '' ) {
10 $style_attribute = [
11 //Section Title Style
12 'section_title_alignment' => [
13 'type' => 'string',
14 'default' => '',
15 ],
16
17 "section_title_margin" => [
18 "type" => "object",
19 "default" => [
20 'lg' => [
21 "isLinked" => false,
22 "unit" => "px",
23 "value" => ''
24 ]
25 ],
26 'style' => [
27 (object) [
28 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper{{section_title_margin}}'
29 ]
30 ]
31 ],
32
33 // "section_title_padding" => [
34 // "type" => "object",
35 // "default" => [
36 // 'lg' => [
37 // "isLinked" => false,
38 // "unit" => "px",
39 // "value" => ''
40 // ]
41 // ],
42 // 'style' => [
43 // (object) [
44 // 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper{{section_title_margin}}'
45 // ]
46 // ]
47 // ],
48
49 'section_title_typography' => [
50 'type' => 'object',
51 'default' => (object) [
52 'openTypography' => 1,
53 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
54 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
55 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
56 'transform' => '',
57 'weight' => ''
58 ],
59 'style' => [
60 (object) [ 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper .tpg-widget-heading' ]
61 ],
62 ],
63
64 'section_title_color' => [
65 'type' => 'string',
66 'default' => '',
67 'style' => [
68 (object) [
69 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper .tpg-widget-heading {color: {{section_title_color}}; }'
70 ]
71 ]
72 ],
73
74 'section_title_bg_color' => [
75 'type' => 'string',
76 'default' => '',
77 'style' => [
78 (object) [
79 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading, {{RTTPG}} .tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading {background-color: {{section_title_bg_color}}; }
80 {{RTTPG}} .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading::after, {{RTTPG}} .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading::before {border-color: {{section_title_bg_color}} transparent; }'
81 ]
82 ]
83 ],
84
85 'section_title_dot_color' => [
86 'type' => 'string',
87 'default' => '',
88 'style' => [
89 (object) [
90 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading::before {background-color: {{section_title_dot_color}}; }'
91 ]
92 ]
93 ],
94
95 'section_title_line_color' => [
96 'type' => 'string',
97 'default' => '',
98 'style' => [
99 (object) [
100 'selector' => '
101 {{RTTPG}} .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line {border-color: {{section_title_line_color}}; }
102 {{RTTPG}}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide::before, {{RTTPG}}.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide::before {border-bottom-color: {{section_title_line_color}}; }
103 {{RTTPG}}.section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,{{RTTPG}}.section-title-style-style3 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,{{RTTPG}}.section-title-style-style2 .tpg-header-wrapper.carousel, {{RTTPG}}.section-title-style-style3 .tpg-header-wrapper.carousel {border-bottom-color: {{section_title_line_color}}; }
104 {{RTTPG}}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected, {{RTTPG}}.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected {color: {{section_title_line_color}}; }
105 {{RTTPG}}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover, {{RTTPG}}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover {color: {{section_title_line_color}}; }
106 '
107 ]
108 ]
109 ],
110
111 'prefix_text_color' => [
112 'type' => 'string',
113 'default' => '',
114 'style' => [
115 (object) [
116 'selector' => '{{RTTPG}} .selector {color: {{prefix_text_color}}; }'
117 ]
118 ]
119 ],
120
121 'suffix_text_color' => [
122 'type' => 'string',
123 'default' => '',
124 'style' => [
125 (object) [
126 'selector' => '{{RTTPG}} .selector {color: {{suffix_text_color}}; }'
127 ]
128 ]
129 ],
130
131 'cat_tag_description_heading' => [
132 'type' => 'string',
133 'default' => '',
134 ],
135
136 'taxonomy_des_typography' => [
137 'type' => 'object',
138 'default' => (object) [
139 'openTypography' => 1,
140 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
141 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
142 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
143 'transform' => '',
144 'weight' => ''
145 ],
146 'style' => [
147 (object) [ 'selector' => '{{RTTPG}} .tpg-widget-heading-wrapper .tpg-widget-heading' ]
148 ],
149 ],
150
151 'taxonomy_des_alignment' => [
152 'type' => 'object',
153 'default' => [],
154 'style' => [
155 (object) [
156 'selector' => '{{RTTPG}} .selector {text-align: {{taxonomy_des_alignment}}; }'
157 ]
158 ]
159 ],
160
161 'taxonomy_des_color' => [
162 'type' => 'string',
163 'default' => '',
164 'style' => [
165 (object) [
166 'selector' => '{{RTTPG}} .selector {color: {{taxonomy_des_color}}; }'
167 ]
168 ]
169 ],
170
171 "taxonomy_des_dimension" => [
172 "type" => "object",
173 "default" => [
174 'lg' => [
175 "isLinked" => true,
176 "unit" => "px",
177 "value" => ''
178 ]
179 ],
180 'style' => [
181 (object) [
182 'selector' => '{{RTTPG}} .selector{{taxonomy_des_dimension}}'
183 ]
184 ]
185 ],
186
187 // Title Style
188
189 "title_spacing" => [
190 "type" => "object",
191 "default" => [
192 'lg' => [
193 "isLinked" => false,
194 "unit" => "px",
195 "value" => ''
196 ]
197 ],
198 'style' => [
199 (object) [
200 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .entry-title-wrapper{{title_spacing}}'
201 ]
202 ]
203 ],
204
205 "title_padding" => [
206 "type" => "object",
207 "default" => [
208 'lg' => [
209 "isLinked" => true,
210 "unit" => "px",
211 "value" => ''
212 ]
213 ],
214 'style' => [
215 (object) [
216 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title{{title_padding}}'
217 ]
218 ]
219 ],
220
221 'title_typography' => [
222 'type' => 'object',
223 'default' => (object) [
224 'openTypography' => 1,
225 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
226 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
227 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
228 'transform' => '',
229 'weight' => ''
230 ],
231 'style' => [
232 (object) [ 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .entry-title-wrapper .entry-title' ]
233 ],
234 ],
235
236 'title_offset_typography' => [
237 'type' => 'object',
238 'default' => (object) [
239 'openTypography' => 1,
240 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
241 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
242 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
243 'transform' => '',
244 'weight' => ''
245 ],
246 'style' => [
247 (object) [ 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .offset-left .entry-title-wrapper .entry-title' ]
248 ],
249 ],
250
251 'title_border_visibility' => [
252 'type' => 'string',
253 'default' => 'default',
254 ],
255
256 'title_box_hover_tab' => [
257 'type' => 'string',
258 'default' => 'normal',
259 ],
260
261 'title_alignment' => [
262 'type' => 'string',
263 'default' => '',
264 'style' => [
265 (object) [
266 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .entry-title {text-align: {{title_alignment}}; }'
267 ]
268 ]
269 ],
270
271 'title_color' => [
272 'type' => 'string',
273 'default' => '',
274 'style' => [
275 (object) [
276 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .entry-title {color: {{title_color}}; }'
277 ]
278 ]
279 ],
280
281 'title_bg_color' => [
282 'type' => 'string',
283 'default' => '',
284 'style' => [
285 (object) [
286 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .entry-title {background-color: {{title_bg_color}}; }'
287 ]
288 ]
289 ],
290
291 'title_border_color' => [
292 'type' => 'string',
293 'default' => '',
294 'style' => [
295 (object) [
296 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title::before {background-color: {{title_border_color}}; }'
297 ]
298 ]
299 ],
300
301 'title_hover_border_color' => [
302 'type' => 'string',
303 'default' => '',
304 'style' => [
305 (object) [
306 'selector' => '{{RTTPG}} .entry-title {--tpg-primary-color: {{title_hover_border_color}}; }'
307 ]
308 ]
309 ],
310
311 'title_hover_color' => [
312 'type' => 'string',
313 'default' => '',
314 'style' => [
315 (object) [
316 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder .entry-title:hover, {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder .entry-title a:hover {color: {{title_hover_color}} !important; }'
317 ]
318 ]
319 ],
320
321 'title_bg_color_hover' => [
322 'type' => 'string',
323 'default' => '',
324 'style' => [
325 (object) [
326 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .entry-title:hover {background-color: {{title_bg_color_hover}} !important; }'
327 ]
328 ]
329 ],
330
331 'title_color_box_hover' => [
332 'type' => 'string',
333 'default' => '',
334 'style' => [
335 (object) [
336 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .entry-title, {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .entry-title a {color: {{title_color_box_hover}}; }'
337 ]
338 ]
339 ],
340
341 'title_bg_color_box_hover' => [
342 'type' => 'string',
343 'default' => '',
344 'style' => [
345 (object) [
346 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .entry-title {background-color: {{title_bg_color_box_hover}}; }'
347 ]
348 ]
349 ],
350
351 'title_border_color_hover' => [
352 'type' => 'string',
353 'default' => '',
354 'style' => [
355 (object) [
356 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder:hover .entry-title-wrapper .entry-title::before {background-color: {{title_border_color_hover}}; }'
357 ]
358 ]
359 ],
360
361 //Thumbnail Style
362
363 "img_border_radius" => [
364 "type" => "object",
365 "default" => [
366 'lg' => [
367 "isLinked" => true,
368 "unit" => "px",
369 "value" => ''
370 ]
371 ],
372 'style' => [
373 (object) [
374 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-image-wrap,
375 {{RTTPG}} .tpg-el-main-wrapper .tpg-el-image-wrap img,
376 {{RTTPG}} .tpg-el-main-wrapper .rt-grid-hover-item .rt-holder .rt-el-content-wrapper,
377 {{RTTPG}} .rt-grid-hover-item .grid-hover-content{{img_border_radius}}'
378 ]
379 ]
380 ],
381
382 'image_width' => [
383 'type' => 'string',
384 'default' => '',
385 'style' => [
386 (object) [
387 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-image-wrap img {width:{{image_width}}}'
388 ]
389 ]
390 ],
391
392 "thumbnail_spacing" => [
393 "type" => "object",
394 "default" => [
395 'lg' => [
396 "isLinked" => false,
397 "unit" => "px",
398 "value" => ''
399 ]
400 ],
401 'style' => [
402 (object) [
403 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-image-wrap{{thumbnail_spacing}}'
404 ]
405 ]
406 ],
407
408 'grid_hover_style_tabs' => [
409 'type' => 'string',
410 'default' => 'normal',
411 ],
412
413 "grid_hover_overlay_color" => [
414 "type" => "object",
415 "default" => (object) [
416 'openBGColor' => 0,
417 'type' => 'classic',
418 'classic' => (object) [
419 'color' => '',
420 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
421 'imgProperty' => (object) [
422 'imgPosition' => (object) [ 'lg' => '' ],
423 'imgAttachment' => (object) [ 'lg' => '' ],
424 'imgRepeat' => (object) [ 'lg' => '' ],
425 'imgSize' => (object) [ 'lg' => '' ],
426 ]
427 ],
428 'gradient' => ''
429 ],
430 'style' => [
431 (object) [
432 'selector' => '{{RTTPG}} .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before, {{RTTPG}} .tpg-el-main-wrapper .tpg-el-image-wrap .overlay'
433 ]
434 ]
435 ],
436
437 'thumb_lightbox_bg' => [
438 'type' => 'string',
439 'default' => '',
440 'style' => [
441 (object) [
442 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom .fa {background-color: {{thumb_lightbox_bg}}; }'
443 ]
444 ]
445 ],
446 'thumb_lightbox_color' => [
447 'type' => 'string',
448 'default' => '',
449 'style' => [
450 (object) [
451 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom .fa {color: {{thumb_lightbox_color}}; }'
452 ]
453 ]
454 ],
455
456 "grid_hover_overlay_color_hover" => [
457 "type" => "object",
458 "default" => (object) [
459 'openBGColor' => 0,
460 'type' => 'classic',
461 'classic' => (object) [
462 'color' => '',
463 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
464 'imgProperty' => (object) [
465 'imgPosition' => (object) [ 'lg' => '' ],
466 'imgAttachment' => (object) [ 'lg' => '' ],
467 'imgRepeat' => (object) [ 'lg' => '' ],
468 'imgSize' => (object) [ 'lg' => '' ],
469 ]
470 ],
471 'gradient' => ''
472 ],
473 'style' => [
474 (object) [
475 'selector' => '{{RTTPG}} .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after, {{RTTPG}} .tpg-el-main-wrapper .rt-holder:hover .tpg-el-image-wrap .overlay'
476 ]
477 ]
478 ],
479
480 'thumb_lightbox_bg_hover' => [
481 'type' => 'string',
482 'default' => '',
483 'style' => [
484 (object) [
485 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom .fa {background-color: {{thumb_lightbox_bg_hover}}; }'
486 ]
487 ]
488 ],
489 'thumb_lightbox_color_hover' => [
490 'type' => 'string',
491 'default' => '',
492 'style' => [
493 (object) [
494 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom .fa {color: {{thumb_lightbox_color_hover}}; }'
495 ]
496 ]
497 ],
498 'grid_hover_overlay_type' => [
499 'type' => 'string',
500 'default' => 'always',
501 ],
502 'grid_hover_overlay_height' => [
503 'type' => 'string',
504 'default' => 'default',
505 ],
506 'on_hover_overlay' => [
507 'type' => 'string',
508 'default' => 'default',
509 ],
510
511 // Content Style
512
513 'excerpt_style_tabs' => [
514 'type' => 'string',
515 'default' => 'normal',
516 ],
517
518 'content_typography' => [
519 'type' => 'object',
520 'default' => (object) [
521 'openTypography' => 1,
522 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
523 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
524 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
525 'transform' => '',
526 'weight' => ''
527 ],
528 'style' => [
529 (object) [ 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner' ]
530 ],
531 ],
532
533 "excerpt_spacing" => [
534 "type" => "object",
535 "default" => [
536 'lg' => [
537 "isLinked" => false,
538 "unit" => "px",
539 "value" => ''
540 ]
541 ],
542 'style' => [
543 (object) [
544 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-excerpt{{excerpt_spacing}}'
545 ]
546 ]
547 ],
548
549 'content_alignment' => [
550 'type' => 'object',
551 'default' => [],
552 'style' => [
553 (object) [
554 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner, {{RTTPG}} .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner * {text-align: {{content_alignment}}; }'
555 ]
556 ]
557 ],
558
559 'excerpt_color' => [
560 'type' => 'string',
561 'default' => '',
562 'style' => [
563 (object) [
564 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-el-excerpt .tpg-excerpt-inner {color: {{excerpt_color}}; }'
565 ]
566 ]
567 ],
568
569 'excerpt_border' => [
570 'type' => 'string',
571 'default' => '',
572 'style' => [
573 (object) [
574 'selector' => '{{RTTPG}}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta::before {background: {{excerpt_border}}; }'
575 ]
576 ]
577 ],
578
579 'excerpt_hover_color' => [
580 'type' => 'string',
581 'default' => '',
582 'style' => [
583 (object) [
584 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-excerpt .tpg-excerpt-inner {color: {{excerpt_hover_color}}; }'
585 ]
586 ]
587 ],
588
589 'excerpt_border_hover' => [
590 'type' => 'string',
591 'default' => '',
592 'style' => [
593 (object) [
594 'selector' => '{{RTTPG}}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder:hover .rt-el-post-meta::before {color: {{excerpt_border_hover}}; }'
595 ]
596 ]
597 ],
598
599
600 // Meta Info Style
601
602 'post_meta_typography' => [
603 'type' => 'object',
604 'default' => (object) [
605 'openTypography' => 1,
606 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
607 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
608 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
609 'transform' => '',
610 'weight' => ''
611 ],
612 'style' => [
613 (object) [ 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-el-post-meta, {{RTTPG}} .tpg-post-holder .tpg-separate-category .categories-links a' ]
614 ],
615 ],
616
617 'postmeta_alignment' => [
618 'type' => 'object',
619 'default' => [],
620 'style' => [
621 (object) [
622 'selector' => '{{RTTPG}} .rt-tpg-container .rt-el-post-meta {text-align: {{postmeta_alignment}}; }'
623 ]
624 ]
625 ],
626
627 "meta_spacing" => [
628 "type" => "object",
629 "default" => [
630 'lg' => [
631 "isLinked" => false,
632 "unit" => "px",
633 "value" => ''
634 ]
635 ],
636 'style' => [
637 (object) [
638 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{{meta_spacing}}'
639 ]
640 ]
641 ],
642 'separator_cat_heading' => [
643 'type' => 'string',
644 'default' => '',
645 ],
646
647 'separator_cat_typography' => [
648 'type' => 'object',
649 'default' => (object) [
650 'openTypography' => 1,
651 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
652 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
653 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
654 'transform' => '',
655 'weight' => ''
656 ],
657 'style' => [
658 (object) [ 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .tpg-separate-category .categories-links' ]
659 ],
660 ],
661
662 'category_margin_bottom' => [
663 'type' => 'number',
664 // 'default' => 0.5,
665 'style' => [
666 (object) [
667 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category.above_title { margin-bottom: {{category_margin_bottom}}px !important;}'
668 ],
669 ]
670 ],
671
672 "category_radius" => [
673 "type" => "object",
674 "default" => [
675 'lg' => [
676 "isLinked" => true,
677 "unit" => "px",
678 "value" => ''
679 ]
680 ],
681 'style' => [
682 (object) [
683 'selector' => '
684 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links a{{category_radius}}
685 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category:not(.style3) .categories-links a{{category_radius}}
686 '
687 ]
688 ]
689 ],
690
691 "meta_info_style_tabs" => [
692 'type' => 'string',
693 'default' => 'normal'
694 ],
695
696 'meta_info_color' => [
697 'type' => 'string',
698 'default' => '',
699 'style' => [
700 (object) [
701 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .post-meta-tags span {color: {{meta_info_color}}; }'
702 ]
703 ]
704 ],
705
706 'meta_link_color' => [
707 'type' => 'string',
708 'default' => '',
709 'style' => [
710 (object) [
711 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .post-meta-tags a {color: {{meta_link_color}}; }'
712 ]
713 ]
714 ],
715
716 'meta_separator_color' => [
717 'type' => 'string',
718 'default' => '',
719 'style' => [
720 (object) [
721 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .separator {color: {{meta_separator_color}}; }'
722 ]
723 ]
724 ],
725
726 'meta_icon_color' => [
727 'type' => 'string',
728 'default' => '',
729 'style' => [
730 (object) [
731 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .post-meta-tags i {color: {{meta_icon_color}}; }'
732 ]
733 ]
734 ],
735 'category_position' => [
736 'type' => 'string',
737 'default' => 'default',
738 ],
739
740 'category_source' => [
741 'type' => 'string',
742 'default' => 'category',
743 ],
744
745 'tag_source' => [
746 'type' => 'string',
747 'default' => 'post_tag',
748 ],
749
750 'category_style' => [
751 'type' => 'string',
752 'default' => 'style1',
753 ],
754
755 'show_cat_icon' => [
756 'type' => 'string',
757 'default' => '',
758 ],
759
760 'separate_category_color' => [
761 'type' => 'string',
762 'default' => '',
763 'style' => [
764 (object) [
765 'selector' => '
766 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category.style1 .categories-links a {color: {{separate_category_color}}; }
767 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category .categories-links a {color: {{separate_category_color}}; }
768 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links a {color: {{separate_category_color}}; }
769 '
770 ]
771 ]
772 ],
773
774 'separate_category_bg' => [
775 'type' => 'string',
776 'default' => '',
777 'style' => [
778 (object) [
779 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category.style1 .categories-links a {background-color: {{separate_category_bg}}; }
780 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category.style1 .categories-links a::after {border-top-color: {{separate_category_bg}}; }
781 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category:not(.style1) .categories-links a {background-color: {{separate_category_bg}}; }
782 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category:not(.style1) .categories-links a:after {border-top-color: {{separate_category_bg}}; }
783 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links a {background-color: {{separate_category_bg}}; }'
784 ]
785 ]
786 ],
787
788 'separate_category_icon_color' => [
789 'type' => 'string',
790 'default' => '',
791 'style' => [
792 (object) [
793 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category .categories-links i {color: {{separate_category_icon_color}}; }
794 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links i {color: {{separate_category_icon_color}}; }'
795 ]
796 ]
797 ],
798
799 'meta_link_colo_hover' => [
800 'type' => 'string',
801 'default' => '',
802 'style' => [
803 (object) [
804 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder .post-meta-tags a:hover {color: {{meta_link_colo_hover}}; }'
805 ]
806 ]
807 ],
808
809 'separate_category_color_hover' => [
810 'type' => 'string',
811 'default' => '',
812 'style' => [
813 (object) [
814 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category .categories-links a:hover {color: {{separate_category_color_hover}} !important; }
815 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links a:hover {color: {{separate_category_color_hover}} !important; }'
816 ]
817 ]
818 ],
819
820 'separate_category_bg_hover' => [
821 'type' => 'string',
822 'default' => '',
823 'style' => [
824 (object) [
825 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category.style1 .categories-links a:hover {background-color: {{separate_category_bg_hover}} !important; }
826 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category .categories-links:not(.style1) a:hover {background-color: {{separate_category_bg_hover}} !important; }
827 {{RTTPG}} .tpg-el-main-wrapper .tpg-separate-category .categories-links a:hover::after {border-top-color: {{separate_category_bg_hover}} !important; }
828 {{RTTPG}} .tpg-el-main-wrapper .post-meta-tags .categories-links a:hover {background-color: {{separate_category_bg_hover}} !important; }
829 '
830 ]
831 ]
832 ],
833
834 'meta_link_colo_box_hover' => [
835 'type' => 'string',
836 'default' => '',
837 'style' => [
838 (object) [
839 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .post-meta-tags * {color: {{meta_link_colo_box_hover}}; }'
840 ]
841 ]
842 ],
843
844 'separate_category_color_box_hover' => [
845 'type' => 'string',
846 'default' => '',
847 'style' => [
848 (object) [
849 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-separate-category .categories-links a,
850 {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .post-meta-tags .categories-links a {color: {{separate_category_color_box_hover}}; }'
851 ]
852 ]
853 ],
854
855 'separate_category_bg_box_hover' => [
856 'type' => 'string',
857 'default' => '',
858 'style' => [
859 (object) [
860 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-separate-category.style1 .categories-links a {background-color: {{separate_category_bg_box_hover}}; }
861 {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-separate-category .categories-links a::after {border-top-color: {{separate_category_bg_box_hover}}; }
862 {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-separate-category:not(.style1) .categories-links a,
863 {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .post-meta-tags .categories-links a {background-color: {{separate_category_bg_box_hover}}; }'
864 ]
865 ]
866 ],
867
868 'separate_category_icon_color_box_hover' => [
869 'type' => 'string',
870 'default' => '',
871 'style' => [
872 (object) [
873 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .tpg-separate-category .categories-links i,
874 {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover .post-meta-tags .categories-links i {color: {{separate_category_icon_color_box_hover}}; }'
875 ]
876 ]
877 ],
878
879 //Social Icon Style
880
881 "social_icon_margin" => [
882 "type" => "object",
883 "default" => [
884 'lg' => [
885 "isLinked" => true,
886 "unit" => "px",
887 "value" => ''
888 ]
889 ],
890 'style' => [
891 (object) [
892 'selector' => '{{RTTPG}} .rt-tpg-social-share a{{social_icon_margin}}'
893 ]
894 ]
895 ],
896
897 "social_wrapper_margin" => [
898 "type" => "object",
899 "default" => [
900 'lg' => [
901 "isLinked" => false,
902 "unit" => "px",
903 "value" => ''
904 ]
905 ],
906 'style' => [
907 (object) [
908 'selector' => '{{RTTPG}} .rt-tpg-social-share{{social_wrapper_margin}}'
909 ]
910 ]
911 ],
912
913 "social_icon_radius" => [
914 "type" => "object",
915 "default" => [
916 'lg' => [
917 "isLinked" => true,
918 "unit" => "px",
919 "value" => ''
920 ]
921 ],
922 'style' => [
923 (object) [
924 'selector' => '{{RTTPG}} .rt-tpg-social-share i{{social_icon_radius}}'
925 ]
926 ]
927 ],
928 'social_icon_width' => [
929 'type' => 'string',
930 'default' => '',
931 'style' => [
932 (object) [
933 'selector' => '{{RTTPG}} .rt-tpg-social-share a i{width:{{social_icon_width}}px;text-align:center;}'
934 ]
935 ]
936 ],
937 'social_icon_height' => [
938 'type' => 'string',
939 'default' => '',
940 'style' => [
941 (object) [
942 'selector' => '{{RTTPG}} .rt-tpg-social-share a i{height:{{social_icon_height}}px; line-height: {{social_icon_height}}px}'
943 ]
944 ]
945 ],
946
947 'icon_font_size' => [
948 'type' => 'object',
949 "default" => (object) [
950 'lg' => '',
951 'md' => '',
952 'sm' => '',
953 ],
954 'style' => [
955 (object) [
956 'selector' => '{{RTTPG}} .rt-tpg-social-share a i{font-size:{{icon_font_size}}}'
957 ]
958 ]
959 ],
960
961 'social_share_style_tabs' => [
962 'type' => 'string',
963 'default' => 'normal',
964 ],
965 'social_icon_color' => [
966 'type' => 'string',
967 'default' => '',
968 'style' => [
969 (object) [
970 'selector' => '{{RTTPG}} .rt-tpg-social-share a i {color: {{social_icon_color}}; }'
971 ]
972 ]
973 ],
974
975 'social_icon_bg_color' => [
976 'type' => 'string',
977 'default' => '',
978 'style' => [
979 (object) [
980 'selector' => '{{RTTPG}} .rt-tpg-social-share a i {background-color: {{social_icon_bg_color}}; }'
981 ]
982 ]
983 ],
984
985 'social_icon_border' => [
986 'type' => 'object',
987 'default' => (object) [
988 'openTpgBorder' => 1,
989 'color' => '',
990 'style' => '',
991 'width' => '',
992 ],
993 'style' => [
994 (object) [
995 'selector' => '{{RTTPG}} .rt-tpg-social-share a i'
996 ]
997 ]
998 ],
999
1000 'social_icon_color_hover' => [
1001 'type' => 'string',
1002 'default' => '',
1003 'style' => [
1004 (object) [
1005 'selector' => '{{RTTPG}} .rt-tpg-social-share a:hover i {color: {{social_icon_color_hover}} !important; }'
1006 ]
1007 ]
1008 ],
1009
1010 'social_icon_bg_color_hover' => [
1011 'type' => 'string',
1012 'default' => '',
1013 'style' => [
1014 (object) [
1015 'selector' => '{{RTTPG}} .rt-tpg-social-share a:hover i {background-color: {{social_icon_bg_color_hover}} !important; }'
1016 ]
1017 ]
1018 ],
1019
1020 'social_icon_color_box_hover' => [
1021 'type' => 'string',
1022 'default' => '',
1023 'style' => [
1024 (object) [
1025 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .rt-holder:hover .rt-tpg-social-share a i {color: {{social_icon_color_box_hover}}; }'
1026 ]
1027 ]
1028 ],
1029
1030 'social_icon_bg_color_box_hover' => [
1031 'type' => 'string',
1032 'default' => '',
1033 'style' => [
1034 (object) [
1035 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .rt-holder:hover .rt-tpg-social-share a i {background-color: {{social_icon_bg_color_box_hover}}; }'
1036 ]
1037 ]
1038 ],
1039
1040 'social_icon_border_hover' => [
1041 'type' => 'object',
1042 'default' => (object) [
1043 'openTpgBorder' => 1,
1044 'color' => '',
1045 'style' => '',
1046 'width' => '',
1047 ],
1048 'style' => [
1049 (object) [
1050 'selector' => '{{RTTPG}} .rt-tpg-social-share a:hover i'
1051 ]
1052 ]
1053 ],
1054
1055 //ACF Style
1056
1057 'acf_group_title_typography' => [
1058 'type' => 'object',
1059 'default' => (object) [
1060 'openTypography' => 1,
1061 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
1062 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
1063 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
1064 'transform' => '',
1065 'weight' => ''
1066 ],
1067 'style' => [
1068 (object) [ 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-cf-group-title' ]
1069 ],
1070 ],
1071
1072 'acf_typography' => [
1073 'type' => 'object',
1074 'default' => (object) [
1075 'openTypography' => 1,
1076 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
1077 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
1078 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
1079 'transform' => '',
1080 'weight' => ''
1081 ],
1082 'style' => [
1083 (object) [ 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-cf-fields' ]
1084 ],
1085 ],
1086
1087 'acf_label_style' => [
1088 'type' => 'string',
1089 'default' => 'inline',
1090 ],
1091
1092 'acf_label_width' => [
1093 'type' => 'object',
1094 "default" => (object) [
1095 'lg' => '',
1096 'md' => '',
1097 'sm' => '',
1098 ],
1099 'style' => [
1100 (object) [
1101 'selector' => '{{RTTPG}} .tgp-cf-field-label {min-width:{{acf_label_width}}}'
1102 ]
1103 ]
1104 ],
1105 'acf_alignment' => [
1106 'type' => 'string',
1107 'default' => '',
1108 'style' => [
1109 (object) [
1110 'selector' => '{{RTTPG}} .selector {text-align: {{acf_alignment}}; }'
1111 ]
1112 ]
1113 ],
1114 'acf_style_tabs' => [
1115 'type' => 'string',
1116 'default' => 'normal',
1117 ],
1118
1119 'acf_group_title_color' => [
1120 'type' => 'string',
1121 'default' => '',
1122 'style' => [
1123 (object) [
1124 'selector' => '{{RTTPG}} .acf-custom-field-wrap .tpg-cf-group-title {color: {{acf_group_title_color}}; }'
1125 ]
1126 ]
1127 ],
1128
1129 'acf_label_color' => [
1130 'type' => 'string',
1131 'default' => '',
1132 'style' => [
1133 (object) [
1134 'selector' => '{{RTTPG}} .acf-custom-field-wrap .tgp-cf-field-label {color: {{acf_label_color}}; }'
1135 ]
1136 ]
1137 ],
1138
1139 'acf_value_color' => [
1140 'type' => 'string',
1141 'default' => '',
1142 'style' => [
1143 (object) [
1144 'selector' => '{{RTTPG}} .acf-custom-field-wrap .tgp-cf-field-value {color: {{acf_value_color}}; }'
1145 ]
1146 ]
1147 ],
1148
1149 'acf_group_title_color_hover' => [
1150 'type' => 'string',
1151 'default' => '',
1152 'style' => [
1153 (object) [
1154 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder:hover .tpg-cf-group-title {color: {{acf_group_title_color_hover}}; }'
1155 ]
1156 ]
1157 ],
1158
1159 'acf_label_color_hover' => [
1160 'type' => 'string',
1161 'default' => '',
1162 'style' => [
1163 (object) [
1164 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder:hover .tgp-cf-field-label {color: {{acf_label_color_hover}}; }'
1165 ]
1166 ]
1167 ],
1168
1169 'acf_value_color_hover' => [
1170 'type' => 'string',
1171 'default' => '',
1172 'style' => [
1173 (object) [
1174 'selector' => '{{RTTPG}} .rt-tpg-container .rt-holder:hover .tgp-cf-field-value {color: {{acf_value_color_hover}}; }'
1175 ]
1176 ]
1177 ],
1178
1179 //Read More Style
1180
1181 'readmore_typography' => [
1182 'type' => 'object',
1183 'default' => (object) [
1184 'openTypography' => 1,
1185 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
1186 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
1187 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
1188 'transform' => '',
1189 'weight' => ''
1190 ],
1191 'style' => [
1192 (object) [ 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a' ]
1193 ],
1194 ],
1195
1196 "readmore_spacing" => [
1197 "type" => "object",
1198 "default" => [
1199 'lg' => [
1200 "isLinked" => false,
1201 "unit" => "px",
1202 "value" => ''
1203 ]
1204 ],
1205 'style' => [
1206 (object) [
1207 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more{{readmore_spacing}}'
1208 ]
1209 ]
1210 ],
1211
1212 "readmore_padding" => [
1213 "type" => "object",
1214 "default" => [
1215 'lg' => [
1216 "isLinked" => true,
1217 "unit" => "px",
1218 "value" => ''
1219 ]
1220 ],
1221 'style' => [
1222 (object) [
1223 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{{readmore_padding}}'
1224 ]
1225 ]
1226 ],
1227
1228 'readmore_btn_alignment' => [
1229 'type' => 'object',
1230 'default' => [],
1231 'style' => [
1232 (object) [
1233 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more {text-align: {{readmore_btn_alignment}}; }'
1234 ]
1235 ]
1236 ],
1237 'readmore_icon_position' => [
1238 'type' => 'string',
1239 'default' => 'right',
1240 ],
1241
1242 'readmore_icon_size' => [
1243 'type' => 'object',
1244 "default" => (object) [
1245 'lg' => '',
1246 'md' => '',
1247 'sm' => '',
1248 ],
1249 'style' => [
1250 (object) [
1251 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a i {font-size: {{readmore_icon_size}}; }'
1252 ]
1253 ]
1254 ],
1255 'readmore_icon_y_position' => [
1256 'type' => 'object',
1257 "default" => (object) [
1258 'lg' => '',
1259 'md' => '',
1260 'sm' => '',
1261 ],
1262 'style' => [
1263 (object) [
1264 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a i {transform: translateY({{readmore_icon_y_position}}); }'
1265 ]
1266 ]
1267 ],
1268
1269 'readmore_text_color' => [
1270 'type' => 'string',
1271 'default' => '',
1272 'style' => [
1273 (object) [
1274 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a {color: {{readmore_text_color}}; }'
1275 ]
1276 ]
1277 ],
1278
1279 'readmore_icon_color' => [
1280 'type' => 'string',
1281 'default' => '',
1282 'style' => [
1283 (object) [
1284 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a i {color: {{readmore_icon_color}}; }'
1285 ]
1286 ]
1287 ],
1288
1289 'readmore_bg' => [
1290 'type' => 'string',
1291 'default' => '',
1292 'style' => [
1293 (object) [
1294 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a {background-color: {{readmore_bg}}; }'
1295 ]
1296 ]
1297 ],
1298
1299 "readmore_icon_margin" => [
1300 "type" => "object",
1301 "default" => [
1302 'lg' => [
1303 "isLinked" => true,
1304 "unit" => "px",
1305 "value" => ''
1306 ]
1307 ],
1308 'style' => [
1309 (object) [
1310 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a i{{readmore_icon_margin}}'
1311 ]
1312 ]
1313 ],
1314
1315 "border_radius" => [
1316 "type" => "object",
1317 "default" => [
1318 'lg' => [
1319 "isLinked" => true,
1320 "unit" => "px",
1321 "value" => ''
1322 ]
1323 ],
1324 'style' => [
1325 (object) [
1326 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a{{border_radius}}'
1327 ]
1328 ]
1329 ],
1330 'readmore_border' => [
1331 'type' => 'object',
1332 'default' => (object) [
1333 'openTpgBorder' => 1,
1334 'color' => '',
1335 'style' => '',
1336 'width' => '',
1337 ],
1338 'style' => [
1339 (object) [
1340 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a'
1341 ]
1342 ]
1343 ],
1344 'readmore_text_color_hover' => [
1345 'type' => 'string',
1346 'default' => '',
1347 'style' => [
1348 (object) [
1349 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover {color: {{readmore_text_color_hover}}; }'
1350 ]
1351 ]
1352 ],
1353
1354 'readmore_icon_color_hover' => [
1355 'type' => 'string',
1356 'default' => '',
1357 'style' => [
1358 (object) [
1359 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover i {color: {{readmore_icon_color_hover}}; }'
1360 ]
1361 ]
1362 ],
1363
1364 'readmore_bg_hover' => [
1365 'type' => 'string',
1366 'default' => '',
1367 'style' => [
1368 (object) [
1369 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover {background-color: {{readmore_bg_hover}}; }'
1370 ]
1371 ]
1372 ],
1373
1374 "readmore_icon_margin_hover" => [
1375 "type" => "object",
1376 "default" => [
1377 'lg' => [
1378 "isLinked" => false,
1379 "unit" => "px",
1380 "value" => ''
1381 ]
1382 ],
1383 'style' => [
1384 (object) [
1385 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover i{{readmore_icon_margin_hover}}'
1386 ]
1387 ]
1388 ],
1389
1390 "border_radius_hover" => [
1391 "type" => "object",
1392 "default" => [
1393 'lg' => [
1394 "isLinked" => true,
1395 "unit" => "px",
1396 "value" => ''
1397 ]
1398 ],
1399 'style' => [
1400 (object) [
1401 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover{{border_radius_hover}}'
1402 ]
1403 ]
1404 ],
1405
1406 'readmore_border_hover' => [
1407 'type' => 'object',
1408 'default' => (object) [
1409 'openTpgBorder' => 1,
1410 'color' => '',
1411 'style' => '',
1412 'width' => '',
1413 'important' => 1,
1414 ],
1415 'style' => [
1416 (object) [
1417 'selector' => 'body {{RTTPG}} .rt-tpg-container .tpg-post-holder .rt-detail .read-more a:hover'
1418 ]
1419 ]
1420 ],
1421
1422 'readmore_text_color_box_hover' => [
1423 'type' => 'string',
1424 'default' => '',
1425 'style' => [
1426 (object) [
1427 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder:hover .rt-detail .read-more a {color: {{readmore_text_color_box_hover}}; }'
1428 ]
1429 ]
1430 ],
1431
1432 'readmore_icon_color_box_hover' => [
1433 'type' => 'string',
1434 'default' => '',
1435 'style' => [
1436 (object) [
1437 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder:hover .rt-detail .read-more a i {color: {{readmore_icon_color_box_hover}}; }'
1438 ]
1439 ]
1440 ],
1441
1442 'readmore_bg_box_hover' => [
1443 'type' => 'string',
1444 'default' => '',
1445 'style' => [
1446 (object) [
1447 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder:hover .rt-detail .read-more a {background-color: {{readmore_bg_box_hover}}; }'
1448 ]
1449 ]
1450 ],
1451
1452 'readmore_border_box_hover' => [
1453 'type' => 'object',
1454 'default' => (object) [
1455 'openTpgBorder' => 1,
1456 'color' => '',
1457 'style' => '',
1458 'width' => '',
1459 ],
1460 'style' => [
1461 (object) [
1462 'selector' => '{{RTTPG}} .rt-tpg-container .tpg-post-holder:hover .rt-detail .read-more a'
1463 ]
1464 ]
1465 ],
1466
1467 //Link Style
1468
1469 'popup_head_bg' => [
1470 'type' => 'string',
1471 'default' => '',
1472 'style' => [
1473 (object) [
1474 'selector' => '{{RTTPG}} .selector {color: {{popup_head_bg}}; }'
1475 ]
1476 ]
1477 ],
1478
1479 'popup_head_txt_color' => [
1480 'type' => 'string',
1481 'default' => '',
1482 'style' => [
1483 (object) [
1484 'selector' => '{{RTTPG}} .selector {color: {{popup_head_txt_color}}; }'
1485 ]
1486 ]
1487 ],
1488
1489 'popup_title_color' => [
1490 'type' => 'string',
1491 'default' => '',
1492 'style' => [
1493 (object) [
1494 'selector' => '{{RTTPG}} .selector {color: {{popup_title_color}}; }'
1495 ]
1496 ]
1497 ],
1498
1499 'popup_meta_color' => [
1500 'type' => 'string',
1501 'default' => '',
1502 'style' => [
1503 (object) [
1504 'selector' => '{{RTTPG}} .selector {color: {{popup_meta_color}}; }'
1505 ]
1506 ]
1507 ],
1508
1509 'popup_content_color' => [
1510 'type' => 'string',
1511 'default' => '',
1512 'style' => [
1513 (object) [
1514 'selector' => '{{RTTPG}} .selector {color: {{popup_content_color}}; }'
1515 ]
1516 ]
1517 ],
1518
1519 'popup_bg' => [
1520 'type' => 'string',
1521 'default' => '',
1522 'style' => [
1523 (object) [
1524 'selector' => '{{RTTPG}} .selector {color: {{popup_bg}}; }'
1525 ]
1526 ]
1527 ],
1528
1529 //Pagination - Load more Style
1530
1531 'pagination_style_tabs' => [
1532 'type' => 'string',
1533 'default' => 'normal',
1534 ],
1535
1536 'pagination_typography' => [
1537 'type' => 'object',
1538 'default' => (object) [
1539 'openTypography' => 1,
1540 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
1541 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
1542 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
1543 'transform' => '',
1544 'weight' => ''
1545 ],
1546 'style' => [
1547 (object) [
1548 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li > a, {{RTTPG}} .rt-pagination .pagination-list > li > span, {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn'
1549 ]
1550 ],
1551 ],
1552
1553 'pagination_text_align' => [
1554 'type' => 'object',
1555 'default' => [],
1556 'style' => [
1557 (object) [
1558 'selector' => '{{RTTPG}} .rt-pagination-wrap {justify-content: {{pagination_text_align}}; }'
1559 ]
1560 ]
1561 ],
1562
1563 "pagination_spacing" => [
1564 "type" => "object",
1565 "default" => [
1566 'lg' => [
1567 "isLinked" => false,
1568 "unit" => "px",
1569 "value" => ''
1570 ]
1571 ],
1572 'style' => [
1573 (object) [
1574 'selector' => '{{RTTPG}} .rt-pagination-wrap{{pagination_spacing}}'
1575 ]
1576 ]
1577 ],
1578
1579 "pagination_padding" => [
1580 "type" => "object",
1581 "default" => [
1582 'lg' => [
1583 "isLinked" => true,
1584 "unit" => "px",
1585 "value" => ''
1586 ]
1587 ],
1588 'style' => [
1589 (object) [
1590 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li > a, {{RTTPG}} .rt-pagination .pagination-list > li > span{{pagination_padding}}'
1591 ]
1592 ]
1593 ],
1594
1595 "pagination_border_radius" => [
1596 "type" => "object",
1597 "default" => [
1598 'lg' => [
1599 "isLinked" => true,
1600 "unit" => "px",
1601 "value" => ''
1602 ]
1603 ],
1604 'style' => [
1605 (object) [
1606 'selector' => '{{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn,
1607 {{RTTPG}} .rt-pagination .pagination-list > li > a, {{RTTPG}} .rt-pagination .pagination-list > li > span{{pagination_border_radius}}'
1608 ]
1609 ]
1610 ],
1611
1612 'pagination_color' => [
1613 'type' => 'string',
1614 'default' => '',
1615 'style' => [
1616 (object) [
1617 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li:not(:hover) > a,
1618 {{RTTPG}} .rt-pagination .pagination-list > li:not(:hover) > span,
1619 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:not(:hover) > a,
1620 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:not(:hover),
1621 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {color: {{pagination_color}}; }'
1622 ]
1623 ]
1624 ],
1625
1626 'pagination_bg' => [
1627 'type' => 'string',
1628 'default' => '',
1629 'style' => [
1630 (object) [
1631 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li > a:not(:hover),
1632 {{RTTPG}} .rt-pagination .pagination-list > li:not(:hover) > span,
1633 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:not(:hover) > a,
1634 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {background-color:{{pagination_bg}}; }'
1635 ]
1636 ]
1637 ],
1638
1639 'pagination_border_color' => [
1640 'type' => 'string',
1641 'default' => '',
1642 'style' => [
1643 (object) [
1644 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li > a:not(:hover),
1645 {{RTTPG}} .rt-pagination .pagination-list > li:not(:hover) > span,
1646 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:not(:hover) > a,
1647 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn {border-color: {{pagination_border_color}}; }'
1648 ]
1649 ]
1650 ],
1651
1652 'pagination_color_hover' => [
1653 'type' => 'string',
1654 'default' => '',
1655 'style' => [
1656 (object) [
1657 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li:hover > a,
1658 {{RTTPG}} .rt-pagination .pagination-list > li:hover > span,
1659 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:hover > a,
1660 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn:hover {color: {{pagination_color_hover}}; }'
1661 ]
1662 ]
1663 ],
1664
1665
1666 'pagination_bg_hover' => [
1667 'type' => 'string',
1668 'default' => '',
1669 'style' => [
1670 (object) [
1671 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li:hover > a,
1672 {{RTTPG}} .rt-pagination .pagination-list > li:hover > span,
1673 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:hover > a,
1674 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn:hover {background-color: {{pagination_bg_hover}}; }'
1675 ]
1676 ]
1677 ],
1678
1679 'pagination_border_color_hover' => [
1680 'type' => 'string',
1681 'default' => '',
1682 'style' => [
1683 (object) [
1684 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > li:hover > a,
1685 {{RTTPG}} .rt-pagination .pagination-list > li:hover > span,
1686 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li:hover > a,
1687 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn:hover {border-color: {{pagination_border_color_hover}}; }'
1688 ]
1689 ]
1690 ],
1691
1692 'pagination_color_active' => [
1693 'type' => 'string',
1694 'default' => '',
1695 'style' => [
1696 (object) [
1697 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > .active > a,
1698 {{RTTPG}} .rt-pagination .pagination-list > .active > span,
1699 {{RTTPG}} .rt-pagination .pagination-list > .active > a:hover,
1700 {{RTTPG}} .rt-pagination .pagination-list > .active > span:hover,
1701 {{RTTPG}} .rt-pagination .pagination-list > .active > a:focus,
1702 {{RTTPG}} .rt-pagination .pagination-list > .active > span:focus,
1703 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {color: {{pagination_color_active}} !important; }'
1704 ]
1705 ]
1706 ],
1707
1708
1709 'pagination_bg_active' => [
1710 'type' => 'string',
1711 'default' => '',
1712 'style' => [
1713 (object) [
1714 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > .active > a,
1715 {{RTTPG}} .rt-pagination .pagination-list > .active > span,
1716 {{RTTPG}} .rt-pagination .pagination-list > .active > a:hover,
1717 {{RTTPG}} .rt-pagination .pagination-list > .active > span:hover,
1718 {{RTTPG}} .rt-pagination .pagination-list > .active > a:focus,
1719 {{RTTPG}} .rt-pagination .pagination-list > .active > span:focus,
1720 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {background-color: {{pagination_bg_active}} !important; }'
1721 ]
1722 ]
1723 ],
1724
1725 'pagination_border_color_active' => [
1726 'type' => 'string',
1727 'default' => '',
1728 'style' => [
1729 (object) [
1730 'selector' => '{{RTTPG}} .rt-pagination .pagination-list > .active > a,
1731 {{RTTPG}} .rt-pagination .pagination-list > .active > span,
1732 {{RTTPG}} .rt-pagination .pagination-list > .active > a:hover,
1733 {{RTTPG}} .rt-pagination .pagination-list > .active > span:hover,
1734 {{RTTPG}} .rt-pagination .pagination-list > .active > a:focus,
1735 {{RTTPG}} .rt-pagination .pagination-list > .active > span:focus,
1736 {{RTTPG}} .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {border-color: {{pagination_border_color_active}} !important; }'
1737 ]
1738 ]
1739 ],
1740
1741 //Front-end Filter Style
1742
1743 'front_filter_typography' => [
1744 'type' => 'object',
1745 'default' => (object) [
1746 'openTypography' => 1,
1747 'size' => (object) [ 'lg' => '', 'unit' => 'px' ],
1748 'spacing' => (object) [ 'lg' => '', 'unit' => 'px' ],
1749 'height' => (object) [ 'lg' => '', 'unit' => 'px' ],
1750 'transform' => '',
1751 'weight' => ''
1752 ],
1753 'style' => [
1754 (object) [ 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap, {{RTTPG}} .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide' ]
1755 ],
1756 ],
1757
1758 'filter_text_alignment' => [
1759 'type' => 'string',
1760 'default' => '',
1761 'style' => [
1762 (object) [
1763 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap {justify-content: {{filter_text_alignment}}; text-align: {{filter_text_alignment}}; }'
1764 ]
1765 ]
1766 ],
1767 'filter_v_alignment' => [
1768 'type' => 'string',
1769 'default' => '',
1770 ],
1771 'filter_button_width' => [
1772 'type' => 'object',
1773 "default" => (object) [
1774 'lg' => '',
1775 'md' => '',
1776 'sm' => '',
1777 ],
1778 'style' => [
1779 (object) [
1780 'selector' => '{{RTTPG}} .tpg-header-wrapper.carousel .rt-layout-filter-container {flex: 0 0 {{filter_button_width}}; max-width: {{filter_button_width}};}'
1781 ]
1782 ]
1783 ],
1784 'border_style' => [
1785 'type' => 'string',
1786 'default' => '',
1787 ],
1788 'filter_next_prev_btn' => [
1789 'type' => 'string',
1790 'default' => 'visible',
1791 ],
1792 'filter_h_alignment' => [
1793 'type' => 'string',
1794 'default' => '',
1795 ],
1796
1797
1798 "filter_btn_radius" => [
1799 "type" => "object",
1800 "default" => [
1801 'lg' => [
1802 "isLinked" => true,
1803 "unit" => "px",
1804 "value" => ''
1805 ]
1806 ],
1807 'style' => [
1808 (object) [
1809 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item,
1810 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap,
1811 {{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input{{filter_btn_radius}}'
1812 ]
1813 ]
1814 ],
1815
1816 'frontend_filter_style_tabs' => [
1817 'type' => 'string',
1818 'default' => 'normal',
1819 ],
1820 'filter_color' => [
1821 'type' => 'string',
1822 'default' => '',
1823 'style' => [
1824 (object) [
1825 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item,
1826 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item,
1827 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action,
1828 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap,
1829 {{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {color: {{filter_color}}; }
1830 {{RTTPG}} .rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:before,
1831 {{RTTPG}} .rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:after {background-color: {{filter_color}}; }'
1832 ]
1833 ]
1834 ],
1835
1836 'filter_bg_color' => [
1837 'type' => 'string',
1838 'default' => '',
1839 'style' => [
1840 (object) [
1841 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item,
1842 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap,
1843 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action
1844 {background-color: {{filter_bg_color}}; }'
1845 ]
1846 ]
1847 ],
1848
1849 'filter_border_color' => [
1850 'type' => 'string',
1851 'default' => '',
1852 'style' => [
1853 (object) [
1854 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item,
1855 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap,
1856 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action,
1857 {{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input,
1858 {{RTTPG}}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-layout-filter-container
1859 {border-color: {{filter_border_color}}; }'
1860 ]
1861 ]
1862 ],
1863
1864 'filter_search_bg' => [
1865 'type' => 'string',
1866 'default' => '',
1867 'style' => [
1868 (object) [
1869 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {background-color: {{filter_search_bg}}; }'
1870 ]
1871 ]
1872 ],
1873
1874
1875 'sub_menu_bg_color' => [
1876 'type' => 'string',
1877 'default' => '',
1878 'style' => [
1879 (object) [
1880 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown {background-color: {{sub_menu_bg_color}}; }'
1881 ]
1882 ]
1883 ],
1884
1885 'sub_menu_color' => [
1886 'type' => 'string',
1887 'default' => '',
1888 'style' => [
1889 (object) [
1890 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {color: {{sub_menu_color}}; }'
1891 ]
1892 ]
1893 ],
1894
1895 'sub_menu_border_bottom' => [
1896 'type' => 'string',
1897 'default' => '',
1898 'style' => [
1899 (object) [
1900 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {border-bottom-color: {{sub_menu_border_bottom}}; }'
1901 ]
1902 ]
1903 ],
1904
1905 'filter_nav_color' => [
1906 'type' => 'string',
1907 'default' => '',
1908 'style' => [
1909 (object) [
1910 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn {color: {{filter_nav_color}}; }'
1911 ]
1912 ]
1913 ],
1914
1915 'filter_nav_bg' => [
1916 'type' => 'string',
1917 'default' => '',
1918 'style' => [
1919 (object) [
1920 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn {background-color: {{filter_nav_bg}}; }'
1921 ]
1922 ]
1923 ],
1924
1925 'filter_nav_border' => [
1926 'type' => 'string',
1927 'default' => '',
1928 'style' => [
1929 (object) [
1930 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn {border-color: {{filter_nav_border}}; }'
1931 ]
1932 ]
1933 ],
1934
1935 'filter_color_hover' => [
1936 'type' => 'string',
1937 'default' => '',
1938 'style' => [
1939 (object) [
1940 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
1941 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover,
1942 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover {color: {{filter_color_hover}}; }
1943 {{RTTPG}} .rt-filter-item-wrap.rt-sort-order-action:hover .rt-sort-order-action-arrow > span:before,
1944 {{RTTPG}} .rt-filter-item-wrap.rt-sort-order-action:hover .rt-sort-order-action-arrow > span:after{background-color: {{filter_color_hover}}; }'
1945 ]
1946 ]
1947 ],
1948
1949
1950 'filter_bg_color_hover' => [
1951 'type' => 'string',
1952 'default' => '',
1953 'style' => [
1954 (object) [
1955 'selector' => '
1956 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
1957 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover,
1958 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover,
1959 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover {background-color: {{filter_bg_color_hover}}; }'
1960 ]
1961 ]
1962 ],
1963
1964 'filter_border_color_hover' => [
1965 'type' => 'string',
1966 'default' => '',
1967 'style' => [
1968 (object) [
1969 'selector' => '
1970 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
1971 {{RTTPG}} .rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover,
1972 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover,
1973 {{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover,
1974 {{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input:hover,
1975 {{RTTPG}}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-layout-filter-container:hover
1976 {border-color: {{filter_border_color_hover}}; }'
1977 ]
1978 ]
1979 ],
1980
1981 'filter_search_bg_hover' => [
1982 'type' => 'string',
1983 'default' => '',
1984 'style' => [
1985 (object) [
1986 'selector' => '{{RTTPG}} .rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input:hover {background-color: {{filter_search_bg_hover}}; }'
1987 ]
1988 ]
1989 ],
1990
1991 'sub_menu_bg_color_hover' => [
1992 'type' => 'string',
1993 'default' => '',
1994 'style' => [
1995 (object) [
1996 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover {background-color: {{sub_menu_bg_color_hover}}; }'
1997 ]
1998 ]
1999 ],
2000
2001 'sub_menu_color_hover' => [
2002 'type' => 'string',
2003 'default' => '',
2004 'style' => [
2005 (object) [
2006 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover {color: {{sub_menu_bg_color_hover}}; }'
2007 ]
2008 ]
2009 ],
2010
2011 'sub_menu_border_bottom_hover' => [
2012 'type' => 'string',
2013 'default' => '',
2014 'style' => [
2015 (object) [
2016 'selector' => '{{RTTPG}} .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover {border-bottom-color: {{sub_menu_border_bottom_hover}}; }'
2017 ]
2018 ]
2019 ],
2020
2021 'filter_nav_color_hover' => [
2022 'type' => 'string',
2023 'default' => '',
2024 'style' => [
2025 (object) [
2026 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn:hover {color: {{filter_nav_color_hover}}; }'
2027 ]
2028 ]
2029 ],
2030
2031 'filter_nav_bg_hover' => [
2032 'type' => 'string',
2033 'default' => '',
2034 'style' => [
2035 (object) [
2036 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn:hover {background-color: {{filter_nav_bg_hover}}; }'
2037 ]
2038 ]
2039 ],
2040
2041 'filter_nav_border_hover' => [
2042 'type' => 'string',
2043 'default' => '',
2044 'style' => [
2045 (object) [
2046 'selector' => '{{RTTPG}} .rt-tpg-container .swiper-navigation .slider-btn:hover {border-color: {{filter_nav_border_hover}}; }'
2047 ]
2048 ]
2049 ],
2050
2051 //Box Settings
2052
2053 "box_margin" => [
2054 "type" => "object",
2055 "default" => [
2056 'lg' => [
2057 "isLinked" => true,
2058 "unit" => "px",
2059 "value" => ''
2060 ]
2061 ],
2062 'style' => [
2063 (object) [
2064 'selector' => '{{RTTPG}} .rt-tpg-container .grid_hover-layout8 .display-grid-wrapper,
2065 {{RTTPG}} .tpg-el-main-wrapper .rt-row [class*="rt-col"]
2066 {{box_margin}}'
2067 ]
2068 ]
2069 ],
2070 //TODO: should apply condition
2071
2072 "content_box_padding" => [
2073 "type" => "object",
2074 "default" => [
2075 'lg' => [
2076 "isLinked" => true,
2077 "unit" => "px",
2078 "value" => ''
2079 ]
2080 ],
2081 'style' => [
2082 (object) [
2083 'selector' => 'body {{RTTPG}} .rt-tpg-container .rt-el-content-wrapper,
2084 body {{RTTPG}} .rt-tpg-container .rt-el-content-wrapper-flex .post-right-content{{content_box_padding}}'
2085 ]
2086 ]
2087 ],
2088
2089 "content_box_padding_offset" => [
2090 "type" => "object",
2091 "default" => [
2092 'lg' => [
2093 "isLinked" => true,
2094 "unit" => "px",
2095 "value" => ''
2096 ]
2097 ],
2098 'style' => [
2099 (object) [
2100 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .offset-left .tpg-post-holder .offset-content, {{RTTPG}} .rt-tpg-container .list-layout4 .post-right-content{{content_box_padding_offset}}'
2101 ]
2102 ]
2103 ],
2104
2105 "content_box_padding_2" => [
2106 "type" => "object",
2107 "default" => [
2108 'lg' => [
2109 "isLinked" => true,
2110 "unit" => "px",
2111 "value" => ''
2112 ]
2113 ],
2114 'style' => [
2115 (object) [
2116 'selector' => 'body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content{{content_box_padding_2}}'
2117 ]
2118 ]
2119 ],
2120
2121 "box_radius" => [
2122 "type" => "object",
2123 "default" => [
2124 'lg' => [
2125 "isLinked" => true,
2126 "unit" => "px",
2127 "value" => ''
2128 ]
2129 ],
2130 'style' => [
2131 (object) [
2132 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder, body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content{{box_radius}}'
2133 ]
2134 ]
2135 ],
2136
2137 'is_box_border' => [
2138 'type' => 'string',
2139 'default' => '',
2140 ],
2141
2142 'box_style_tabs' => [
2143 'type' => 'string',
2144 'default' => 'normal',
2145 ],
2146
2147 "box_background" => [
2148 "type" => "object",
2149 "default" => (object) [
2150 'openBGColor' => 0,
2151 'type' => 'classic',
2152 'classic' => (object) [
2153 'color' => '',
2154 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
2155 'imgProperty' => (object) [
2156 'imgPosition' => (object) [ 'lg' => '' ],
2157 'imgAttachment' => (object) [ 'lg' => '' ],
2158 'imgRepeat' => (object) [ 'lg' => '' ],
2159 'imgSize' => (object) [ 'lg' => '' ],
2160 ]
2161 ],
2162 'gradient' => ''
2163 ],
2164 'style' => [
2165 (object) [
2166 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder'
2167 ]
2168 ]
2169 ],
2170
2171 "box_background2" => [
2172 "type" => "object",
2173 "default" => (object) [
2174 'openBGColor' => 0,
2175 'type' => 'classic',
2176 'classic' => (object) [
2177 'color' => '',
2178 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
2179 'imgProperty' => (object) [
2180 'imgPosition' => (object) [ 'lg' => '' ],
2181 'imgAttachment' => (object) [ 'lg' => '' ],
2182 'imgRepeat' => (object) [ 'lg' => '' ],
2183 'imgSize' => (object) [ 'lg' => '' ],
2184 ]
2185 ],
2186 'gradient' => ''
2187 ],
2188 'style' => [
2189 (object) [
2190 'selector' => 'body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content'
2191 ]
2192 ]
2193 ],
2194
2195 'box_border' => [
2196 'type' => 'string',
2197 'default' => '',
2198 'style' => [
2199 (object) [
2200 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder {border: 1px solid {{box_border}}; }'
2201 ]
2202 ]
2203 ],
2204
2205 'box_box_shadow_normal' => [
2206 'type' => 'object',
2207 'default' => (object) [
2208 'openShadow' => 1,
2209 'width' => (object) [
2210 'top' => 0,
2211 'right' => 0,
2212 'bottom' => 0,
2213 'left' => 0
2214 ],
2215 'color' => '',
2216 'inset' => false,
2217 'transition' => 0.5
2218 ],
2219 'style' => [
2220 (object) [ 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder' ]
2221 ],
2222 ],
2223
2224 'box_box_shadow_hover' => [
2225 'type' => 'object',
2226 'default' => (object) [
2227 'openShadow' => 1,
2228 'width' => (object) [
2229 'top' => 0,
2230 'right' => 0,
2231 'bottom' => 0,
2232 'left' => 0
2233 ],
2234 'color' => '',
2235 'inset' => false,
2236 'transition' => 0.5
2237 ],
2238 'style' => [
2239 (object) [ 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover' ]
2240 ],
2241 ],
2242
2243 'box_box_shadow2' => [
2244 'type' => 'object',
2245 'default' => (object) [
2246 'openShadow' => 1,
2247 'width' => (object) [
2248 'top' => 0,
2249 'right' => 0,
2250 'bottom' => 0,
2251 'left' => 0
2252 ],
2253 'color' => '',
2254 'inset' => false,
2255 'transition' => 0.5
2256 ],
2257 'style' => [
2258 (object) [ 'selector' => 'body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content' ]
2259 ],
2260 ],
2261
2262 'box_box_shadow_hover2' => [
2263 'type' => 'object',
2264 'default' => (object) [
2265 'openShadow' => 1,
2266 'width' => (object) [
2267 'top' => 0,
2268 'right' => 0,
2269 'bottom' => 0,
2270 'left' => 0
2271 ],
2272 'color' => '',
2273 'inset' => false,
2274 'transition' => 0.5
2275 ],
2276 'style' => [
2277 (object) [ 'selector' => 'body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content' ]
2278 ],
2279 ],
2280
2281
2282 "box_background_hover" => [
2283 "type" => "object",
2284 "default" => (object) [
2285 'openBGColor' => 0,
2286 'type' => 'classic',
2287 'classic' => (object) [
2288 'color' => '',
2289 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
2290 'imgProperty' => (object) [
2291 'imgPosition' => (object) [ 'lg' => '' ],
2292 'imgAttachment' => (object) [ 'lg' => '' ],
2293 'imgRepeat' => (object) [ 'lg' => '' ],
2294 'imgSize' => (object) [ 'lg' => '' ],
2295 ]
2296 ],
2297 'gradient' => ''
2298 ],
2299 'style' => [
2300 (object) [
2301 'selector' => 'body {{RTTPG}} .tpg-el-main-wrapper .tpg-post-holder:hover'
2302 ]
2303 ]
2304 ],
2305
2306 "box_background_hover2" => [
2307 "type" => "object",
2308 "default" => (object) [
2309 'openBGColor' => 0,
2310 'type' => 'classic',
2311 'classic' => (object) [
2312 'color' => '',
2313 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
2314 'imgProperty' => (object) [
2315 'imgPosition' => (object) [ 'lg' => '' ],
2316 'imgAttachment' => (object) [ 'lg' => '' ],
2317 'imgRepeat' => (object) [ 'lg' => '' ],
2318 'imgSize' => (object) [ 'lg' => '' ],
2319 ]
2320 ],
2321 'gradient' => ''
2322 ],
2323 'style' => [
2324 (object) [
2325 'selector' => 'body {{RTTPG}} .rt-tpg-container .slider-layout13 .rt-holder .post-content'
2326 ]
2327 ]
2328 ],
2329 'box_border_hover' => [
2330 'type' => 'string',
2331 'default' => '',
2332 ],
2333
2334 "tpg_wrapper_padding" => [
2335 "type" => "object",
2336 "default" => [
2337 'lg' => [
2338 "isLinked" => false,
2339 "unit" => "px",
2340 "value" => ''
2341 ]
2342 ],
2343 'style' => [
2344 (object) [
2345 'selector' => 'body {{RTTPG}} .rt-tpg-container {{tpg_wrapper_padding}}'
2346 ]
2347 ]
2348 ],
2349
2350 "tpg_wrapper_margin" => [
2351 "type" => "object",
2352 "default" => [
2353 'lg' => [
2354 "isLinked" => false,
2355 "unit" => "px",
2356 "value" => '',
2357 ]
2358 ],
2359 'style' => [
2360 (object) [
2361 'selector' => 'body {{RTTPG}} .rt-tpg-container {{tpg_wrapper_margin}}'
2362 ]
2363 ]
2364 ],
2365
2366 'tpg_wrapper_width' => [
2367 'type' => 'object',
2368 "default" => (object) [
2369 'lg' => '',
2370 'md' => '',
2371 'sm' => '',
2372 ],
2373 'style' => [
2374 (object) [
2375 'selector' => 'body {{RTTPG}} .rt-tpg-container{max-width:{{tpg_wrapper_width}}; width:100%;}'
2376 ]
2377 ]
2378 ],
2379
2380 "tpg_wrapper_background" => [
2381 "type" => "object",
2382 "default" => (object) [
2383 'openBGColor' => 0,
2384 'type' => 'classic',
2385 'classic' => (object) [
2386 'color' => '',
2387 'img' => (object) [ 'imgURL' => '', 'imgID' => '' ],
2388 'imgProperty' => (object) [
2389 'imgPosition' => (object) [ 'lg' => '' ],
2390 'imgAttachment' => (object) [ 'lg' => '' ],
2391 'imgRepeat' => (object) [ 'lg' => '' ],
2392 'imgSize' => (object) [ 'lg' => '' ],
2393 ]
2394 ],
2395 'gradient' => ''
2396 ],
2397 'style' => [
2398 (object) [
2399 'selector' => 'body {{RTTPG}}'
2400 ]
2401 ]
2402 ],
2403
2404 'scroll_bar_color' => [
2405 'type' => 'string',
2406 'default' => '',
2407 'style' => [
2408 (object) [
2409 'selector' => '
2410 {{RTTPG}} .tpg-el-main-wrapper .swiper-thumb-pagination .swiper-pagination-progressbar-fill {background-color: {{scroll_bar_color}}; }
2411 {{RTTPG}} .tpg-el-main-wrapper .slider-layout12 .slider-thumb-main-wrapper .swiper-thumb-wrapper .post-thumbnail-wrap .p-thumbnail::before {background-color: {{scroll_bar_color}}; }
2412 '
2413 ]
2414 ]
2415 ],
2416
2417 'scroll_bar_bg_color' => [
2418 'type' => 'string',
2419 'default' => '',
2420 'style' => [
2421 (object) [
2422 'selector' => '
2423 {{RTTPG}} .tpg-el-main-wrapper .slider-thumb-main-wrapper .swiper-pagination-progressbar {background-color: {{scroll_bar_bg_color}}; }
2424 {{RTTPG}} .tpg-el-main-wrapper .slider-layout12 .slider-thumb-main-wrapper .swiper-thumb-wrapper::before {background-color: {{scroll_bar_bg_color}};opacity:1; }
2425 '
2426 ]
2427 ]
2428 ],
2429
2430 'thumb_font_color' => [
2431 'type' => 'string',
2432 'default' => '',
2433 'style' => [
2434 (object) [
2435 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .slider-layout11 .swiper-thumb-wrapper .swiper-wrapper .p-content *,
2436 {{RTTPG}} .tpg-el-main-wrapper .slider-layout12 .swiper-thumb-wrapper .swiper-wrapper .p-content * {color: {{thumb_font_color}}; }'
2437 ]
2438 ]
2439 ],
2440
2441 'slider_thumb_bg' => [
2442 'type' => 'string',
2443 'default' => '',
2444 'style' => [
2445 (object) [
2446 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .slider-layout11 .swiper-thumb-wrapper .swiper-wrapper .p-thumbnail img {background-color: {{slider_thumb_bg}}; }'
2447 ]
2448 ]
2449 ],
2450
2451 'slider_thumb_bg_active' => [
2452 'type' => 'string',
2453 'default' => '',
2454 'style' => [
2455 (object) [
2456 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .slider-layout11 .swiper-thumb-wrapper .swiper-wrapper .swiper-slide:hover .p-thumbnail img,
2457 {{RTTPG}} .tpg-el-main-wrapper .slider-layout11 .swiper-thumb-wrapper .swiper-wrapper .swiper-slide-thumb-active .p-thumbnail img,
2458 {{RTTPG}} .tpg-el-main-wrapper .slider-layout11 .swiper-thumb-wrapper .swiper-wrapper .post-thumbnail-wrap::before,
2459 {{RTTPG}} .tpg-el-main-wrapper .slider-layout12 .slider-thumb-main-wrapper .swiper-thumb-wrapper .post-thumbnail-wrap .p-thumbnail {background-color: {{slider_thumb_bg_active}}; }'
2460 ]
2461 ]
2462 ],
2463
2464 'thumb_wrapper_bg' => [
2465 'type' => 'string',
2466 'default' => '',
2467 'style' => [
2468 (object) [
2469 'selector' => '{{RTTPG}} .tpg-el-main-wrapper .slider-thumb-main-wrapper,
2470 {{RTTPG}} .tpg-el-main-wrapper .slider-layout12 .slider-thumb-main-wrapper {background-color: {{thumb_wrapper_bg}}; }'
2471 ]
2472 ]
2473 ],
2474
2475
2476 ];
2477
2478 return apply_filters( 'rttpg_guten_style_attribute', $style_attribute );
2479 }
2480 }