Changeset 2704756
- Timestamp:
- 04/05/2022 04:47:36 AM (4 years ago)
- Location:
- proofratings/trunk
- Files:
-
- 3 edited
-
assets/css/proofratings.css (modified) (7 diffs)
-
proofratings.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
proofratings/trunk/assets/css/proofratings.css
r2688628 r2704756 489 489 --review_rating_background_color: #f5f8ff; 490 490 491 left: 0; 492 right: 0; 493 bottom: 0; 494 display: flex; 495 row-gap: 20px; 496 z-index: 150000; 497 position: fixed; 498 flex-wrap: wrap; 499 column-gap: 30px; 491 500 min-height: 90px; 492 501 padding: 15px 20px; 493 position: fixed;494 bottom: 0;495 left: 0;496 right: 0;497 display: flex;498 flex-wrap: wrap;499 502 justify-content: center; 500 503 align-items: center; 501 z-index: 150000;502 504 background-color: var(--backgroundColor, #fff); 503 505 transform: translateY(calc(100% + 40px)); … … 546 548 547 549 548 .proofratings-banner-badge .proofratings-logos {margin: 0 30px 0 0;}550 .proofratings-banner-badge .proofratings-logos {margin: 0} 549 551 550 552 .proofratings-banner-badge .rating-box { … … 552 554 min-width: 230px; 553 555 height: 48px; 554 margin-right: 30px;555 556 line-height: 1; 556 557 padding: 14px; … … 570 571 .proofratings-banner-badge .rating-box .rating {color: inherit; font-size: 14px; font-weight: bold; line-height: 1.5;} 571 572 572 .proofratings-banner-badge .proofratings-review-count {color: var(--reviewCountTextcolor); margin: 0 100px 0 0; font-weight: normal;} 573 .proofratings-banner-badge .proofratings-review-count {color: var(--reviewCountTextcolor); line-height: 1.1; margin: 0 100px 0 0; font-weight: normal;} 574 575 .proofratings-banner-badge .button-container {display:flex; align-items: center; justify-content: center; flex-wrap: wrap; column-gap: 30px; row-gap: 10px;} 573 576 574 577 .proofratings-banner-badge .proofratings-button { … … 584 587 align-items: center; 585 588 justify-content: center; 586 margin-right: 29px;587 589 text-decoration: none; 588 590 border-radius: 100px; … … 635 637 } 636 638 637 @media screen and (max-width: 1 024px) {639 @media screen and (max-width: 1199px) { 638 640 .proofratings-banner-badge {padding-top: 25px; padding-bottom: 25px;} 639 641 .proofratings-banner-badge .proofratings-review-count {margin-right: 0;} 640 .proofratings-banner-badge .button-container { display: flex; flex: 0 0 100%; align-items: center; justify-content: center; margin-top: 20px}642 .proofratings-banner-badge .button-container {flex: 0 0 100%} 641 643 } 642 644 643 645 @media screen and (max-width: 767px) { 644 646 .badge-hidden-mobile {display: none!important} 645 .proofratings-banner-badge .proofratings-review-count {margin-top: 15px;}646 647 } 647 648 648 649 @media screen and (max-width: 575px) { 649 .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin : 0 0 10px 0;}650 .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin-bottom: -5px;} 650 651 .proofratings-banner-badge .rating-box {margin-right: 0;} 651 .proofratings-banner-badge .proofratings-review-count {flex: 0 0 100%; margin: 15px auto} 652 653 .proofratings-banner-badge .button-container {margin-top: 0;} 652 .proofratings-banner-badge .proofratings-review-count {flex: 0 0 100%} 654 653 655 654 .proofratings-popup-widgets-box {--column: 1!important; justify-content: center;} … … 661 660 .proofratings-badge.proofratings-badge-narrow.connected-more {max-width: 80%; flex-wrap: wrap; justify-content: center;} 662 661 .proofratings-badge.proofratings-badge-narrow.connected-more .proofratings-logos {flex: 0 0 100%; margin-right: 0; margin-bottom: 5px;} 663 .proofratings-banner-badge .proofratings-logos {flex: 0 0 100%; margin: 0 0 20px }664 662 665 663 .proofratings-badge.badge-float .proofratings-close {display: none;} -
proofratings/trunk/proofratings.php
r2688628 r2704756 4 4 * Plugin URI: https://proofratings.com 5 5 * Description: Proofratings monitors all your third party sites for reviews by your customers. Sharing review ratings badges on your website increases conversions. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Proofratings 8 8 * Requires at least: 5.2 … … 21 21 22 22 // Define constants. 23 define( 'PROOFRATINGS_VERSION', '1.1. 0' );23 define( 'PROOFRATINGS_VERSION', '1.1.1' ); 24 24 define( 'PROOFRATINGS_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); 25 25 define( 'PROOFRATINGS_PLUGIN_URL', untrailingslashit(plugin_dir_url(__FILE__))); -
proofratings/trunk/readme.txt
r2688629 r2704756 4 4 Tags: testimonials, reviews badge, ratings badge, reviews widget, ratings widget, solar reviews 5 5 Requires at least: 5.2 6 Tested up to: 5. 87 Stable tag: 1.1. 06 Tested up to: 5.9.2 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 81 81 == Changelog == 82 = 1.1.1 = 83 * Fix minor issue 84 82 85 = 1.1.0 = 83 86 * Fix minor issue
Note: See TracChangeset
for help on using the changeset viewer.