Plugin Directory

Changeset 1947551


Ignore:
Timestamp:
09/26/2018 05:05:09 PM (8 years ago)
Author:
elevawebsite
Message:

0.3.3

Location:
elevaweb/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • elevaweb/trunk/app/views/css/id_whatsappchat.css

    r1776344 r1947551  
    188188    visibility: hidden;
    189189}
    190 
     190/*
    191191.label-text{
    192192    color:#FFF;
     
    196196    padding:10px;
    197197    border-radius:3px;
     198}
     199*/
     200.label-text {
     201    color: #FFF;
     202    background: rgba(51,51,51,0.5);
     203    display: table-cell;
     204    vertical-align: middle;
     205    /* padding: 10px; */
     206    /* border-radius: 3px; */
     207    height: 60px;
     208    width: 60px;
     209    padding: 10px;
     210    border-radius: 5px!important;
    198211}
    199212
     
    244257    margin-top:18px;
    245258}
    246 
     259/*
    247260a.float + div.label-container {
    248261    visibility: hidden;
     
    250263    transition: visibility 0s, opacity 0.5s ease;
    251264}
     265*/
     266a.float + div.label-container {
     267    visibility: hidden;
     268    opacity: 0;
     269    /* transition: visibility 0s; */
     270    height: 60px !important;
     271    width: 60px !important;
     272    box-shadow: none !important;
     273    margin-right: 90px;
     274    /* padding: 50px!important; */
     275    /* border-radius: 5px!important; */
     276}
     277
    252278
    253279a.float:hover + div.label-container{
  • elevaweb/trunk/app/views/front/whatsappchat-button.php

    r1919585 r1947551  
    2525    public static function get_button($options, $id = '')
    2626    {
    27         include_once WP_PLUGIN_DIR.'/elevaweb0.2.3(editado)/app/code/admin/classes/class.mobile_detect_whatsapp.php';
     27        include_once WP_PLUGIN_DIR.'/elevaweb/app/code/admin/classes/class.mobile_detect_whatsapp.php';
    2828       
    2929        $mobile = new Mobile_Detect_WhatsApp();
  • elevaweb/trunk/elevaweb.php

    r1936475 r1947551  
    88 * Contributors: Rodrigo, Junior
    99 * Tags: publication, automation, autopost, postagem, marketing, e-mail, automação, publicação
    10  * Version: 0.3.2
     10 * Version: 0.3.3
    1111 * Author: Mercado Binário
    1212 * Author URI: criacaode.site
Note: See TracChangeset for help on using the changeset viewer.