Plugin Directory

Changeset 2326761


Ignore:
Timestamp:
06/18/2020 02:14:18 PM (6 years ago)
Author:
rebusify
Message:

Updated review stars.

Location:
rebusify-verified-reviews-woocommerce-extension
Files:
56 added
4 edited

Legend:

Unmodified
Added
Removed
  • rebusify-verified-reviews-woocommerce-extension/trunk/assets/css/rqx_woo_commerce_extension.css

    r2319635 r2326761  
    1515.rating_review > label:before {                 margin: 5px;                font-size: 1.25em;                font-family: FontAwesome;                display: inline-block;                content: "\f005";            }
    1616.rating_review > .half:before {                 content: "\f089";                position: absolute;            }
    17 .rating_review > label {                 color: #ddd; font-size: 28px;            }
    18 .rating_review > input:checked ~ label,             .rating_review:not(:checked) > label:hover,              .rating_review:not(:checked) > label:hover ~ label { color: #FFD700;  }            .rating_review > input:checked + label:hover,             .rating_review > input:checked ~ label:hover,            .rating_review > label:hover ~ input:checked ~ label,             .rating_review > input:checked ~ label:hover ~ label { color: #FFED85;  }               /*downloaded from http://devzone.co.in*/             .popup {              width:100%;             height:100%;                display:none;               position:fixed;             top:0px;                left:0px;               background:rgba(0,0,0,0.75);            }           
     17.rating_review > label {                 color: #ddd; font-size: 28px;   display:inline;         }
     18.rating_review {
     19    direction: rtl;
     20    unicode-bidi: bidi-override;
     21    color: #ddd; /* Personal choice */
     22}
     23.rating_review input {
     24    display: none;
     25}
     26.rating_review label:hover,
     27.rating_review label:hover ~ label,
     28.rating_review input:checked + label,
     29.rating_review input:checked + label ~ label {
     30    color: #FFD700;  /* Personal color choice. Lifted from Bootstrap 4 */
     31}
     32.rating_review > input:checked + label:hover,             .rating_review > input:checked ~ label:hover,            .rating_review > label:hover ~ input:checked ~ label,             .rating_review > input:checked ~ label:hover ~ label
     33{
     34    color: #FFED85; 
     35}
     36/*downloaded from http://devzone.co.in*/           
     37.popup {                width:100%;             height:100%;                display:none;               position:fixed;             top:0px;                left:0px;               background:rgba(0,0,0,0.75);            }           
    1938/***********************/
    2039.rvrwdesc {
  • rebusify-verified-reviews-woocommerce-extension/trunk/includes/rvrw_reviews.php

    r2319635 r2326761  
    8484    <form id="ratingform" method="POST" action=""><input type="hidden" name="btnsubmitReview" value="1" />
    8585       
    86         <fieldset id='demo1' class="rating_review"><input type="hidden" name="video_id" id="video_id"  value="0" /><input type="hidden" name="domain_name" id="domain_name"  value="<?php echo get_site_url();?>" /><input type="hidden" name="rating_id" id="rating_id"  value="" /><input class="stars" type="radio" id="star5" name="rating" value="5" /><label class = "full" for="star5" title="Awesome - 5 stars"></label><input class="stars" type="radio" id="star4" name="rating" value="4"/><label class = "full" for="star4" title="Pretty good - 4 stars"></label><input class="stars" type="radio" id="star3" name="rating" value="3"  /><label class = "full" for="star3" title="Meh - 3 stars"></label><input class="stars" type="radio" id="star2" name="rating" value="2" /><label class = "full" for="star2" title="Kinda bad - 2 stars"></label><input class="stars" type="radio" id="star1" name="rating" value="1" /><label class = "full" for="star1" title=" 1 star"></label></fieldset>
     86       
     87        <fieldset id='demo1' class="rating_review"><input type="hidden" name="video_id" id="video_id"  value="0" /><input type="hidden" name="domain_name" id="domain_name"  value="<?php echo get_site_url();?>" /><input type="hidden" name="rating_id" id="rating_id"  value="" /><input class="stars" type="radio" id="star5" type="radio" name="rating" value="5"/><label class = "full" for="star5" title="Awesome - 5 stars"></label><input class="stars" type="radio" id="star4" type="radio" name="rating" value="4" /><label class = "full" for="star4" title="Pretty good - 4 stars"></label><input class="stars" type="radio" id="star3" type="radio" name="rating" value="3"/><label class = "full" for="star3" title="Meh - 3 stars"></label><input class="stars" type="radio" id="star2" type="radio" name="rating" value="2"/><label class = "full" for="star2" title="Kinda bad - 2 stars"></label><input class="stars" type="radio" id="star1" type="radio" name="rating" value="1"/><label class = "full" for="star1" title="1 star" ></label></fieldset>
    8788        <div id='feedback'></div>
    8889        <div><input required="" maxlength="25" id="txt_name" type="text" value="" placeholder="First Name" name="txt_name"/>
  • rebusify-verified-reviews-woocommerce-extension/trunk/readme.txt

    r2325882 r2326761  
    55Tested up to: 5.4.2
    66Requires at least: 5.6
    7 Stable tag: 1.3.4
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99
     
    8484
    8585== Changelog ==
     861.3.4 June 18, 2020
     87Change: Changed Direction of Review Stars
     88
    86891.3.4 June 16, 2020
    8790Change: Changed Review Order Submit
  • rebusify-verified-reviews-woocommerce-extension/trunk/wc-rebusify-offline.php

    r2325882 r2326761  
    66 * Author: Trustalyze
    77 * Author URI: https://www.trustalyze.com
    8  * Version: 1.3.4
     8 * Version: 1.3.5
    99 * Text Domain: trustalyze
    1010 * Domain Path: /i18n/languages
Note: See TracChangeset for help on using the changeset viewer.