Changeset 278349
- Timestamp:
- 07/08/2025 07:07:36 AM (5 months ago)
- Location:
- courier-services/0.3
- Files:
-
- 2 added
- 5 edited
- 1 copied
-
. (copied) (copied from courier-services/0.2.9)
-
functions.php (modified) (1 diff)
-
inc/getstart/getstart.css (modified) (7 diffs)
-
inc/getstart/getstart.php (modified) (1 diff)
-
inc/getstart/images/arrow-notice.png (added)
-
inc/getstart/images/bundle-notice.png (added)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
courier-services/0.3/functions.php
r270557 r278349 89 89 90 90 // Notice after Theme Activation 91 91 92 function courier_services_activation_notice() { 92 93 echo '<div class="notice notice-success is-dismissible welcome-notice">'; 93 echo '<p>'. esc_html__( 'Thank you for choosing Courier Services . Would like to have you on our Welcome page so that you can reap all the benefits of our Courier Services .', 'courier-services' ) .'</p>'; 94 echo '<span><a href="'. esc_url( admin_url( 'themes.php?page=courier_services_guide' ) ) .'" class="button button-primary">'. esc_html__( 'DEMO IMPORT', 'courier-services' ) .'</a></span>'; 95 echo '<span class="demo-btn"><a href="'. esc_url( 'https://www.vwthemes.net/courier-services/' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'VIEW DEMO', 'courier-services' ) .'</a></span>'; 96 echo '<span class="upgrade-btn"><a href="'. esc_url( 'https://www.vwthemes.com/products/courier-wordpress-theme' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'UPGRADE PRO', 'courier-services' ) .'</a></span>'; 97 echo '<span class="bundle-btn"><a href="'. esc_url( 'https://www.vwthemes.com/products/wp-theme-bundle' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'THEME BUNDLE', 'courier-services' ) .'</a></span>'; 94 echo '<div class="notice-row">'; 95 echo '<div class="notice-text">'; 96 echo '<p class="welcome-text1">'. esc_html__( '🎉 Welcome to VW Themes,', 'courier-services' ) .'</p>'; 97 echo '<p class="welcome-text2">'. esc_html__( 'You are now using the Courier Services, a beautifully designed theme to kickstart your website.', 'courier-services' ) .'</p>'; 98 echo '<p class="welcome-text3">'. esc_html__( 'To help you get started quickly, use the options below:', 'courier-services' ) .'</p>'; 99 echo '<span class="import-btn"><a href="'. esc_url( admin_url( 'themes.php?page=courier_services_guide' ) ) .'" class="button button-primary">'. esc_html__( 'DEMO IMPORT', 'courier-services' ) .'</a></span>'; 100 echo '<span class="demo-btn"><a href="'. esc_url( 'https://www.vwthemes.net/courier-services/' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'VIEW DEMO', 'courier-services' ) .'</a></span>'; 101 echo '<span class="upgrade-btn"><a href="'. esc_url( 'https://www.vwthemes.com/products/courier-wordpress-theme' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'UPGRADE TO PRO', 'courier-services' ) .'</a></span>'; 102 echo '<span class="bundle-btn"><a href="'. esc_url( 'https://www.vwthemes.com/products/wp-theme-bundle' ) .'" class="button button-primary" target=_blank>'. esc_html__( 'BUNDLE OF 350+ THEMES', 'courier-services' ) .'</a></span>'; 103 echo '</div>'; 104 echo '<div class="notice-img1">'; 105 echo '<img src="' . esc_url( get_template_directory_uri() . '/inc/getstart/images/arrow-notice.png' ) . '" width="180" alt="' . esc_attr__( 'Courier Services', 'courier-services' ) . '" />'; 106 echo '</div>'; 107 echo '<div class="notice-img2">'; 108 echo '<img src="' . esc_url( get_template_directory_uri() . '/inc/getstart/images/bundle-notice.png' ) . '" width="180" alt="' . esc_attr__( 'Courier Services', 'courier-services' ) . '" />'; 109 echo '</div>'; 110 echo '</div>'; 98 111 echo '</div>'; 99 112 } 100 101 113 /* Theme Widgets Setup */ 102 114 function courier_services_widgets_init() { -
courier-services/0.3/inc/getstart/getstart.css
r270557 r278349 294 294 color: #00a0d2; 295 295 } 296 /*activation notice*/ 296 297 .notice.notice-success.is-dismissible.welcome-notice span a{ 297 298 margin: 10px 10px 10px 0px; 299 padding: 2px 20px !important; 300 font-weight: 600; 301 line-height: 1.8; 302 } 303 .notice.notice-success.is-dismissible.welcome-notice span a:hover{ 304 background: transparent !important; 305 color: #242628 !important; 306 border: 2px solid #242628 !important; 307 padding: 2px 20px !important; 308 } 309 .notice.notice-success.is-dismissible.welcome-notice span.import-btn a{ 310 background: #242628; 311 border: 2px solid #242628; 298 312 } 299 313 .notice.notice-success.is-dismissible.welcome-notice span.upgrade-btn a{ 314 background-color: #2271b1; 315 border: 2px solid #2271b1; 316 } 317 .notice.notice-success.is-dismissible.welcome-notice span.demo-btn a{ 300 318 background-color: #00a32a; 301 border-color: #00a32a; 302 } 303 .notice.notice-success.is-dismissible.welcome-notice span.demo-btn a{ 304 background-color: #dba617; 305 border-color: #dba617; 319 border: 2px solid #00a32a; 306 320 } 307 321 .notice.notice-success.is-dismissible.welcome-notice span.bundle-btn a{ 308 322 background-color: #17A2B8; 309 border-color:#17A2B8;323 border: 2px solid #17A2B8; 310 324 } 311 325 .courier-services-action{ 312 326 margin-bottom: 20px; 313 327 } 328 .notice.notice-success.is-dismissible.welcome-notice .notice-row{ 329 display: flex; 330 justify-content: space-between; 331 } 332 .notice.notice-success.is-dismissible.welcome-notice .notice-text{ 333 align-self: center; 334 } 335 .notice.notice-success.is-dismissible.welcome-notice .welcome-text1,.notice.notice-success.is-dismissible.welcome-notice .welcome-text2, 336 .notice.notice-success.is-dismissible.welcome-notice .welcome-text3{ 337 color: #242628;; 338 } 339 .notice.notice-success.is-dismissible.welcome-notice .welcome-text1{ 340 font-weight: bold; 341 font-size: 24px; 342 margin: 0; 343 } 344 .notice.notice-success.is-dismissible.welcome-notice .welcome-text2{ 345 font-weight: 600; 346 font-size: 19px; 347 margin: 0; 348 padding: 0; 349 } 350 .notice.notice-success.is-dismissible.welcome-notice .welcome-text3{ 351 font-weight: 400; 352 font-size: 18px; 353 margin: 0; 354 padding: 0; 355 } 356 .notice.notice-success.is-dismissible.welcome-notice .notice-img2 img{ 357 width: 100%; 358 } 359 .notice.notice-success.is-dismissible.welcome-notice{ 360 background: transparent linear-gradient(276deg, #F1FFE1 0%, #CDE5F4 100%) 0% 0% no-repeat padding-box; 361 height: 180px; 362 border-top: 0; 363 border-right: 0; 364 border-bottom: 0; 365 } 366 .notice.notice-success.is-dismissible.welcome-notice .welcome-text1,.notice.notice-success.is-dismissible.welcome-notice .welcome-text2, 367 .notice.notice-success.is-dismissible.welcome-notice .welcome-text3,.notice.notice-success.is-dismissible.welcome-notice span a, 368 .theme-info-left h2,.theme-info h4,.coupen-section .disc-text, .coupen-section .coupen-text,.coupen-section h1,.coupen-section h5,.coupen-info .info-link a{ 369 font-family: "Poppins", sans-serif; 370 } 371 314 372 /* -------- Ibtana gutenberg link to customizer --------- */ 315 373 .link-customizer-with-guternberg-ibtana { … … 352 410 background: #fff; 353 411 } 354 .logo-section img{355 width: 210px;356 object-fit: contain;357 margin-top: 10px;358 padding: 10px;359 }360 .coupen-section{361 display: flex;362 width: 37% !important;363 background: #fff;364 border: 1px solid #c3c4c7;365 }366 .coupen-section .disc-text{367 color: #F30F0A;368 }369 .coupen-section .logo-img img{370 height: 30px;371 width: 100px;372 margin-top: 10px;373 }374 .logo-section,.logo-right{375 flex-basis: 40%;376 }377 .logo-img{378 flex-basis: 20%;379 }380 .sshot-section{381 width: 57%;382 }383 384 #theme_offer .notice-text{385 color: #00a700;386 font-size: 18px;387 }388 #theme_offer .notice.notice-success.is-dismissible P{389 color: #F30F0A;390 }391 412 #theme_offer a.button.button-primary.site-btn,.courier-services-recommended-plugins .action-link,.courier-services-recommended-plugins a.button,#theme_offer .run-import{ 392 413 padding: 10px 56px; 393 414 display: inline-block; 394 415 margin-top: 20px; 395 }396 #theme_offer a.button.button-primary.site-btn{397 margin-top:0 !important;398 margin-bottom: 10px !important;399 }400 #theme_offer button.notice-dismiss{401 width: auto !important;402 416 } 403 417 .courier-services-recommended-plugins .action-link span{ … … 414 428 margin-left: 10px; 415 429 } 416 #lite_theme{417 padding: 0 10px;418 }419 430 #lite_theme .courier-services-recommended-plugins{ 420 431 display: none; … … 426 437 display: none; 427 438 } 428 439 /*new added css*/ 440 #theme_offer{ 441 max-height: auto; 442 } 443 #theme_offer .notice-text{ 444 color: #00a700; 445 font-size: 18px; 446 } 447 #theme_offer .notice.notice-success.is-dismissible P{ 448 color: #F30F0A; 449 } 450 #theme_offer a.button.button-primary.site-btn{ 451 margin-top:0 !important; 452 margin-bottom: 10px !important; 453 } 454 #theme_offer button.notice-dismiss{ 455 width: auto !important; 456 } 457 #theme_offer a.button.button-primary.site-btn:hover, #theme_offer .run-import:hover{ 458 background: #135e96; 459 border-color: #135e96; 460 color: #fff; 461 } 462 .tab-sec{ 463 display: flex; 464 gap: 2em; 465 margin-top: 40px; 466 } 467 .tab-sec button { 468 display: block !important; 469 width: 290px; 470 } 471 button.tablinks { 472 margin: 0 5px 10px 0; 473 } 474 #theme_pro .col-right-pro .pro-links{ 475 margin-top: 0 !important; 476 } 477 #free_pro,#gutenberg_editor{ 478 width: 100%; 479 } 429 480 /* theme bundle */ 430 481 #get_bundle .feature p:before{ … … 492 543 animation: rotate 1s linear infinite; 493 544 } 545 /*logo css*/ 546 .logo-section img{ 547 width: 210px; 548 object-fit: contain; 549 height: 100%; 550 box-shadow: 0px 3px 6px #00000029; 551 } 552 .coupen-section{ 553 display: flex; 554 width: 37% !important; 555 border: 1px solid #c3c4c7; 556 } 557 .coupen-section .logo-img img{ 558 height: 30px; 559 width: 100px; 560 margin-top: 10px; 561 } 562 .logo-section{ 563 flex-basis: 37%; 564 align-self: center; 565 } 566 .logo-right{ 567 flex-basis: 63%; 568 } 569 .logo-img{ 570 flex-basis: 20%; 571 } 572 .sshot-section{ 573 width: 57% !important; 574 } 575 .update-now .info-link { 576 text-align: left !important; 577 } 578 /*coupen code css*/ 579 .coupen-section .disc-text,.coupen-section .coupen-text,.theme-info h4,.coupen-section h1{ 580 font-weight: 500; 581 } 582 .theme-info-left h2{ 583 font-size: 32px; 584 font-weight: 800 !important; 585 } 586 .coupen-section .disc-text,.coupen-section .coupen-text{ 587 font-size: 12px; 588 } 589 .coupen-section .coupen-code{ 590 font-size: 14px; 591 margin: 0; 592 } 593 .theme-info h4{ 594 line-height: 1.2; 595 font-size: 18px; 596 letter-spacing: 0; 597 } 598 .theme-info h2,.theme-info h4,.dicount-row h5,.dicount-row h1{ 599 color: #fff; 600 } 601 .dicount-row{ 602 display: flex; 603 justify-content: space-between; 604 margin-top: 10px; 605 } 606 .coupen-info h5{ 607 text-align: center; 608 } 609 .coupen-info .coupen-text{ 610 margin:5px 0; 611 } 612 .update-now .info-link,.coupen-section .disc-text{ 613 margin: 0; 614 } 615 .coupen-section h1{ 616 font-size: 50px; 617 margin-top: 15px; 618 } 619 .coupen-info .info-link a{ 620 padding: 6px 12px !important; 621 background: #fff !important; 622 color: #000 !important; 623 line-height: 1.2 !important; 624 border-radius: 0 !important; 625 font-size: 13px !important; 626 } 627 .coupen-info .info-link a:hover{ 628 background: #fff !important; 629 color: #000 !important; 630 } 631 .theme-info .theme-info-left{ 632 width: 60%; 633 } 634 .theme-info .theme-info-right{ 635 width: 40%; 636 } 637 .coupen-section{ 638 background: transparent linear-gradient(145deg, #aa0606 10%, #e9363bed 70%, #08223B 55%, #08223B 100%); 639 padding: 20px 20px; 640 box-shadow: 0px 3px 8px #00000082; 641 } 642 .coupen-section .logo-right{ 643 align-self: center; 644 } 494 645 @media screen and (max-width: 1300px){ 495 646 #get_bundle .col-right-pro,#get_bundle .col-left-pro,#theme_pro .col-left-pro,#theme_pro .col-right-pro { … … 497 648 float: none; 498 649 } 499 } 500 @media screen and (max-width: 1300px){ 501 .tab-sec{ 650 .tab-sec{ 502 651 display: block; 503 652 } … … 512 661 @media screen and (max-width: 1198px){ 513 662 .sshot-section,.coupen-section{ 514 width: 80% !important;663 width: 70% !important; 515 664 float: left; 516 665 } 517 666 } 518 @media screen and (min-width: 1199px) and (max-width: 1440px){ 667 @media screen and (min-width: 1199px) and (max-width: 1399px){ 668 .sshot-section,.coupen-section{ 669 width: 60% !important; 670 float: left; 671 } 672 } 673 @media screen and (min-width: 1400px) and (max-width: 1800px){ 519 674 .coupen-section{ 520 675 width: 48% !important; -
courier-services/0.3/inc/getstart/getstart.php
r254659 r278349 31 31 <div class="logo-right"> 32 32 <div class="update-now"> 33 <h4><?php esc_html_e('Try Premium ','courier-services'); ?></h4> 34 <h4><?php esc_html_e('Courier Services Theme','courier-services'); ?></h4> 35 <h4 class="disc-text"><?php esc_html_e('at 20% Discount','courier-services'); ?></h4> 36 <h4><?php esc_html_e('Use Coupon','courier-services'); ?> ( <span><?php esc_html_e('vwpro20','courier-services'); ?></span> ) </h4> 37 <div class="info-link"> 38 <a href="<?php echo esc_url( COURIER_SERVICES_BUY_NOW ); ?>" target="_blank"> <?php esc_html_e( 'Upgrade to Pro', 'courier-services' ); ?></a> 39 </div> 33 <div class="theme-info"> 34 <div class="theme-info-left"> 35 <h2><?php esc_html_e('TRY PREMIUM','courier-services'); ?></h2> 36 <h4><?php esc_html_e('COURIER SERVICES THEME','courier-services'); ?></h4> 37 </div> 38 <div class="theme-info-right"></div> 39 </div> 40 <div class="dicount-row"> 41 <div class="disc-sec"> 42 <h5 class="disc-text"><?php esc_html_e('GET THE FLAT DISCOUNT OF','courier-services'); ?></h5> 43 <h1 class="disc-per"><?php esc_html_e('20%','courier-services'); ?></h1> 44 </div> 45 <div class="coupen-info"> 46 <h5 class="coupen-code"><?php esc_html_e('"VWPRO20"','courier-services'); ?></h5> 47 <h5 class="coupen-text"><?php esc_html_e('USE COUPON CODE','courier-services'); ?></h5> 48 <div class="info-link"> 49 <a href="<?php echo esc_url( COURIER_SERVICES_BUY_NOW ); ?>" target="_blank"> <?php esc_html_e( 'UPGRADE TO PRO', 'courier-services' ); ?></a> 50 </div> 51 </div> 52 </div> 40 53 </div> 41 </div> 42 <div class="logo-img"> 43 <img src="<?php echo esc_url(get_template_directory_uri()); ?>/inc/getstart/images/final-logo.png" alt="" /> 44 </div> 54 </div> 55 45 56 </div> 46 57 <div class="tab-sec"> -
courier-services/0.3/readme.txt
r270557 r278349 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 0. 2.97 Stable tag: 0.3 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 136 136 * Updated pot file. 137 137 138 = 0.3 = 139 * Added show/hide sticky copyright option. 140 * Added footer social icons font size option. 141 * Updated activation notice. 142 * Updated coupon code. 143 * Added blog post image hover effect. 144 * Added scroll top icon hover effect. 145 138 146 == Resources == 139 147 -
courier-services/0.3/style.css
r270557 r278349 8 8 Tested up to: 6.8 9 9 Requires PHP: 7.2 10 Version: 0. 2.910 Version: 0.3 11 11 License: GNU General Public License v3.0 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 1438 1438 padding: 12px; 1439 1439 border-radius: 50px; 1440 transition: background-color 0.3s ease, transform 0.3s ease; 1441 } 1442 .scrollup i:hover { 1443 transform: scale(1.3); 1440 1444 } 1441 1445 .scrollup.left i{ … … 1447 1451 } 1448 1452 /* --------- BLOG PAGE ------- */ 1453 .post-main-box .box-image img,.grid-post-main-box .box-image img,.related-post .post-main-box img{ 1454 transition: border-radius 0.3s ease; 1455 } 1456 .post-main-box .box-image img:hover,.grid-post-main-box .box-image img:hover,.related-post .post-main-box img:hover { 1457 border-radius: 50%; 1458 } 1459 .post-main-box .box-image img,.grid-post-main-box .box-image img,.related-post .post-main-box img{ 1460 height: 300px; 1461 width: 300px; 1462 object-fit: cover; 1463 margin: 0; 1464 } 1465 .related-post .post-main-box img{ 1466 height: 230px; 1467 } 1449 1468 .box-image img{ 1450 1469 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.