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