Changeset 1947551
- Timestamp:
- 09/26/2018 05:05:09 PM (8 years ago)
- Location:
- elevaweb/trunk
- Files:
-
- 1 deleted
- 3 edited
-
app/views/css/id_whatsappchat.css (modified) (4 diffs)
-
app/views/front/whatsappchat-button.php (modified) (1 diff)
-
elevaweb.php (modified) (1 diff)
-
hello.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
elevaweb/trunk/app/views/css/id_whatsappchat.css
r1776344 r1947551 188 188 visibility: hidden; 189 189 } 190 190 /* 191 191 .label-text{ 192 192 color:#FFF; … … 196 196 padding:10px; 197 197 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; 198 211 } 199 212 … … 244 257 margin-top:18px; 245 258 } 246 259 /* 247 260 a.float + div.label-container { 248 261 visibility: hidden; … … 250 263 transition: visibility 0s, opacity 0.5s ease; 251 264 } 265 */ 266 a.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 252 278 253 279 a.float:hover + div.label-container{ -
elevaweb/trunk/app/views/front/whatsappchat-button.php
r1919585 r1947551 25 25 public static function get_button($options, $id = '') 26 26 { 27 include_once WP_PLUGIN_DIR.'/elevaweb 0.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'; 28 28 29 29 $mobile = new Mobile_Detect_WhatsApp(); -
elevaweb/trunk/elevaweb.php
r1936475 r1947551 8 8 * Contributors: Rodrigo, Junior 9 9 * Tags: publication, automation, autopost, postagem, marketing, e-mail, automação, publicação 10 * Version: 0.3. 210 * Version: 0.3.3 11 11 * Author: Mercado Binário 12 12 * Author URI: criacaode.site
Note: See TracChangeset
for help on using the changeset viewer.