Plugin Directory

Changeset 1784528


Ignore:
Timestamp:
12/11/2017 09:04:53 AM (8 years ago)
Author:
subet
Message:

A style bug was fixed

Location:
cryptothanks
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • cryptothanks/trunk/CryptoThanks_Plugin.php

    r1755741 r1784528  
    112112            $r = round(rand(100000, 999999));
    113113           
    114             $button_code = '<style>.cryptothanks-container{font-family:'.$this->getOption("font_family").';display:block;padding-right:30px}.cryptothanks-btn-label{font-size:'.$this->getOption("label_size").';font-weight:700;display:block;margin-bottom:5px;text-align:left}.cryptothanks-btn{display:inline-block;cursor:pointer;fill:'.$this->getOption("button_label_color").';color:'.$this->getOption("button_label_color").';font-size:'.$this->getOption("symbol_font_size").';text-align:center;margin-right:2px;margin-bottom:5px}.cryptothanks-btn svg{-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease;width:'.$this->getOption("button_size").';height:'.$this->getOption("button_size").';display:block}.cryptothanks-title{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:.8}.cryptothanks-btn:hover svg{transform:rotate(-360deg);transform-origin:50% 50%}.cryptothanks-btn:hover .cryptothanks-title{opacity:1}.cryptothanks-donate-BCC:hover,.cryptothanks-donate-BTC:hover{fill:#F7931A}.cryptothanks-donate-ETC:hover,.cryptothanks-donate-ETH:hover{fill:#282828}.cryptothanks-donate-XRP:hover{fill:#346AA9}.cryptothanks-donate-LTC:hover{fill:#838383}.cryptothanks-donate-DASH:hover{fill:#1c75bc}.cryptothanks-donate-ZEC:hover{fill:#e5a93d}.cryptothanks-donate-NIC:hover{fill:#18bc9c}.cryptothanks-tooltip-content{display:none;cursor:default;padding:10px;clear:both;border: solid 1px #ccc;margin-bottom: 15px; margin-right: 15px;max-width:500px}.cryptothanks-tooltip-open{display:block;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background-color:#fff;margin-left:0;z-index:9999}.cryptothanks-close-btn { float: right; display: inline-block; width: 20px; height:20px; background-color: #f0f0f0; border-radius: 3px; padding:5px 5px 8px 5px }.cryptothanks-close-btn img { width: 100%; height: 100% }#qr-'.$r.'{float:left;width:100px;height:100px;margin-right: 10px;background-color:#f0f0f0}.cryptothanks-tooltip-content h5{color:'.$this->getOption("button_label_color").';font-size:16px;padding:0;margin:0;display:block}.cryptothanks-address { font-size: 12px; word-break:break-all }@media(max-width:767px) {#qr-'.$r.' {display:none}}</style>';
     114            $button_code = '<style>.cryptothanks-container{font-family:'.$this->getOption("font_family").';display:block;padding-right:30px}.cryptothanks-btn-label{font-size:'.$this->getOption("label_size").';font-weight:700;display:block;margin-bottom:5px;text-align:left}.cryptothanks-btn{display:inline-block;cursor:pointer;fill:'.$this->getOption("button_label_color").';color:'.$this->getOption("button_label_color").';font-size:'.$this->getOption("symbol_font_size").';text-align:center;margin-right:2px;margin-bottom:5px}.cryptothanks-btn svg{-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease;width:'.$this->getOption("button_size").';height:'.$this->getOption("button_size").';display:block}.cryptothanks-title{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:.8}.cryptothanks-btn:hover svg{transform:rotate(-360deg);transform-origin:50% 50%}.cryptothanks-btn:hover .cryptothanks-title{opacity:1}.cryptothanks-donate-BCC:hover,.cryptothanks-donate-BTC:hover{fill:#F7931A}.cryptothanks-donate-ETC:hover,.cryptothanks-donate-ETH:hover{fill:#282828}.cryptothanks-donate-XRP:hover{fill:#346AA9}.cryptothanks-donate-LTC:hover{fill:#838383}.cryptothanks-donate-DASH:hover{fill:#1c75bc}.cryptothanks-donate-ZEC:hover{fill:#e5a93d}.cryptothanks-donate-NIC:hover{fill:#18bc9c}.cryptothanks-tooltip-content{display:none;cursor:default;padding:10px;clear:both;border: solid 1px #ccc;margin-bottom: 15px; margin-right: 15px;max-width:500px}.cryptothanks-tooltip-open{display:block;width:100%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background-color:#fff;margin-left:0;z-index:9999}.cryptothanks-close-btn { float: right; display: inline-block; width: 20px; height:20px; background-color: #f0f0f0; border-radius: 3px; padding:5px 5px 8px 5px }.cryptothanks-close-btn img { width: 100%; height: 100% }#qr-'.$r.'{float:left;width:100px;height:100px;margin-right: 10px;background-color:#f0f0f0}.cryptothanks-tooltip-content h5{color:'.$this->getOption("button_label_color").';font-size:16px;padding:0;margin:0;display:block;clear:none!important}.cryptothanks-address { font-size: 12px; word-break:break-all }@media(max-width:767px) {#qr-'.$r.' {display:none}}</style>';
    115115            $button_code .= '<div class="cryptothanks-container"><span class="cryptothanks-btn-label">'.$this->getOption("button_label").'</span>';
    116116            $button_code .= '<div id="buttons-'.$r.'">';
  • cryptothanks/trunk/cryptothanks.php

    r1755741 r1784528  
    44Plugin URI:   https://mudimedia.com/en/wordpress-cryptothanks-plugin/
    55Description:  This is the plugin where your visitors make payment to you. You can change the label of the button to make it either donation or payment button.
    6 Version:      0.1
     6Version:      0.2
    77Author:       Mudimedia
    88Author URI:   https://mudimedia.com/en/
  • cryptothanks/trunk/readme.txt

    r1755741 r1784528  
    11=== Cryptothanks ===
    2 Contributors: subet
     2Contributors: Mudimedia Software & Trade Inc.
    33Tags: cryptothanks,cryptocurrency,bitcoin,donate,payment,donation,cryptocoins,cryptocurrencies,crypto donate,coin donate,coin donation,bitcoin donation,donate bitcoin,donate ethereum,bitcoin donation button,donation button,ethereum donation button,zcash,zcash donation button,ripple,ripple donation button
    44Donate link: https://mudimedia.com/en/wordpress-cryptothanks-plugin/
    55Requires at least: 3.5
    6 Tested up to: 4.8.2
     6Tested up to: 4.9.1
    77Requires PHP: 5.3
    88Stable tag: trunk
    9 License: GPLv2
     9License: GPL2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
     
    48483. Admin Configuration - 1
    49494. Admin Configuration - 2
    50 
    51 == Changelog ==
    52 
    53 = 0.1 =
    54 * First version of Cryptothanks plugin.
    55 
    56 == Upgrade Notice ==
    57  
    58 = 0.1 =
    59 Upgrades will be available upon feature requests and bug reports.
Note: See TracChangeset for help on using the changeset viewer.