Changeset 2117611
- Timestamp:
- 07/04/2019 02:08:12 PM (7 years ago)
- Location:
- activechat-ai/trunk
- Files:
-
- 3 edited
-
include/css/styleadmin.css (modified) (28 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
activechat-ai/trunk/include/css/styleadmin.css
r2087471 r2117611 1 .atest123 {1 .atest123 { 2 2 color: black; 3 3 } 4 4 5 .AdminAcVV_Main {5 .AdminAcVV_Main { 6 6 margin: 10px 20px 0 2px; 7 7 } 8 8 9 .accw_mark_bold {10 background: none;11 font-weight: bold;12 } 13 14 .accw_mark_italic {15 background: none;16 font-style: italic;17 } 18 19 .AdminAcVV_tab-wrapper {9 .accw_mark_bold { 10 background: none; 11 font-weight: bold; 12 } 13 14 .accw_mark_italic { 15 background: none; 16 font-style: italic; 17 } 18 19 .AdminAcVV_tab-wrapper { 20 20 margin: 1.5em 0 1em; 21 21 border-bottom: 1px solid #ccc; … … 26 26 } 27 27 28 .AdminAcVV_nav-tab {28 .AdminAcVV_nav-tab { 29 29 border: 1px solid #ccc; 30 30 border-bottom: none; 31 margin-left: .5em;31 margin-left: 0.5em; 32 32 padding: 5px 10px; 33 33 font-size: 14px; … … 40 40 } 41 41 42 .AdminAcVV_nav-tab-active {42 .AdminAcVV_nav-tab-active { 43 43 box-shadow: none; 44 44 margin-bottom: -1px; … … 48 48 } 49 49 50 .AdminAcVV_messege {50 .AdminAcVV_messege { 51 51 margin: 5px 0 15px; 52 52 border-left: 4px solid #5e8ea4; 53 box-shadow: 0 1px 1px 0 rgba(0, 0,0,.1);53 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 54 54 padding: 1px 12px; 55 55 background: white; 56 56 } 57 .AdminAcVV_messege p {57 .AdminAcVV_messege p { 58 58 font-size: 13px; 59 59 line-height: 1.5; 60 60 } 61 61 62 .AdminAcVV_form {62 .AdminAcVV_form { 63 63 margin: 5px 0 15px; 64 64 padding: 1px 12px; … … 74 74 vertical-align: top; 75 75 border: 1px solid #ddd; 76 box-shadow: inset 0 1px 2px rgba(0, 0,0,.07);76 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 77 77 background-color: #fff; 78 78 color: #32373c; … … 81 81 font-size: 14px; 82 82 } 83 .AdminAcVV_34tr .AdminAcVV_submit {83 .AdminAcVV_34tr .AdminAcVV_submit { 84 84 background: #5e8ea4; 85 85 color: #fff; … … 103 103 } 104 104 105 .AdminAcVV_34tr {105 .AdminAcVV_34tr { 106 106 padding: 5px; 107 107 display: flex; … … 110 110 } 111 111 112 .AdminAcVV_34tr span {112 .AdminAcVV_34tr span { 113 113 margin-right: 10px; 114 114 } 115 115 116 .AdminAcVV_customize_tr {116 .AdminAcVV_customize_tr { 117 117 display: flex; 118 118 padding: 10px; … … 120 120 } 121 121 122 .AdminAcVV_customize_tr span {122 .AdminAcVV_customize_tr span { 123 123 display: block; 124 124 width: 240px; 125 125 } 126 126 127 .AdminAcVV_customize_tr input {127 .AdminAcVV_customize_tr input { 128 128 width: 200px; 129 129 margin: 0; … … 132 132 vertical-align: top; 133 133 border: 1px solid #ddd; 134 box-shadow: inset 0 1px 2px rgba(0, 0,0,.07);134 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 135 135 background-color: #fff; 136 136 color: #32373c; … … 141 141 } 142 142 143 .AdminAcVV_customize_tr select {143 .AdminAcVV_customize_tr select { 144 144 width: 200px; 145 145 margin: 0; … … 148 148 vertical-align: top; 149 149 border: 1px solid #ddd; 150 box-shadow: inset 0 1px 2px rgba(0, 0,0,.07);150 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 151 151 background-color: #fff; 152 152 color: #32373c; … … 157 157 } 158 158 159 160 .AdminAcVV_customize_tr input[type="color"]{ 159 .AdminAcVV_customize_tr input[type="color"] { 161 160 width: 200px; 162 161 margin: 0; … … 165 164 vertical-align: top; 166 165 border: 1px solid #ddd; 167 box-shadow: inset 0 1px 2px rgba(0, 0,0,.07);166 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 168 167 background-color: #fff; 169 168 color: #32373c; … … 174 173 } 175 174 176 .AdminAcVV_defoult_color {175 .AdminAcVV_defoult_color { 177 176 background: #5e8ea4; 178 177 color: #fff; … … 192 191 } 193 192 194 .AdminAcVV_customize_tr .AdminAcVV_submit_settings {193 .AdminAcVV_customize_tr .AdminAcVV_submit_settings { 195 194 background: #5e8ea4; 196 195 color: #fff; … … 212 211 } 213 212 214 .AdminAcVV_hr {213 .AdminAcVV_hr { 215 214 border-top: 1px solid #ccc; 216 215 margin-bottom: 10px; 217 216 } 218 217 219 220 .AdminAcVV_messege_he{ 218 .AdminAcVV_messege_he { 221 219 padding: 1px 12px; 222 220 } 223 221 224 222 /* toggle */ 225 . switch {223 .AdminAcVV_Main .switch { 226 224 position: relative; 227 225 display: inline-block; … … 231 229 } 232 230 233 . switch input {231 .AdminAcVV_Main .switch input { 234 232 opacity: 0; 235 233 width: 0; … … 237 235 } 238 236 239 . slider {237 .AdminAcVV_Main .slider { 240 238 position: absolute; 241 239 cursor: pointer; … … 245 243 bottom: 0; 246 244 background-color: #e5e5e5; 247 -webkit-transition: .4s;248 transition: .4s;249 } 250 251 . slider:before {245 -webkit-transition: 0.4s; 246 transition: 0.4s; 247 } 248 249 .AdminAcVV_Main .slider:before { 252 250 position: absolute; 253 251 content: ""; … … 257 255 bottom: 4px; 258 256 background-color: white; 259 -webkit-transition: .4s;260 transition: .4s;261 } 262 263 input:checked + .slider {257 -webkit-transition: 0.4s; 258 transition: 0.4s; 259 } 260 261 .AdminAcVV_Main input:checked + .slider { 264 262 background-color: #5e8ea4; 265 263 } 266 264 267 input:focus + .slider {265 .AdminAcVV_Main input:focus + .slider { 268 266 box-shadow: 0 0 1px #5e8ea4; 269 267 } 270 268 271 input:checked + .slider:before {269 .AdminAcVV_Main input:checked + .slider:before { 272 270 -webkit-transform: translateX(26px); 273 271 -ms-transform: translateX(26px); … … 276 274 277 275 /* Rounded sliders */ 278 . slider.round {276 .AdminAcVV_Main .slider.round { 279 277 border-radius: 34px; 280 278 } 281 279 282 . slider.round:before {280 .AdminAcVV_Main .slider.round:before { 283 281 border-radius: 50%; 284 282 } 285 283 /* toggle end */ 286 284 287 .accw_text_activechat {285 .accw_text_activechat { 288 286 color: #555; 289 287 font-size: 14px; … … 291 289 } 292 290 293 .accw_text_facebokchat {291 .accw_text_facebokchat { 294 292 color: #555; 295 293 font-size: 14px; … … 297 295 } 298 296 299 .accw_plugin {297 .accw_plugin { 300 298 position: absolute; 301 299 } 302 303 300 304 301 /* spinner animation */ … … 317 314 width: 6px; 318 315 display: inline-block; 319 316 320 317 -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; 321 318 animation: sk-stretchdelay 1.2s infinite ease-in-out; … … 328 325 329 326 .accw_plugin_spinner .accw_plugin_rect3 { 330 -webkit-animation-delay: -1 .0s;331 animation-delay: -1 .0s;327 -webkit-animation-delay: -1s; 328 animation-delay: -1s; 332 329 } 333 330 … … 342 339 } 343 340 344 .accw_full_screen_tr {341 .accw_full_screen_tr { 345 342 display: flex; 346 343 align-items: center; 347 344 } 348 345 349 .AdminAcVV_customize_tr_full_screen {346 .AdminAcVV_customize_tr_full_screen { 350 347 align-items: flex-start; 351 348 flex-direction: column; … … 353 350 354 351 @-webkit-keyframes sk-stretchdelay { 355 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 356 20% { -webkit-transform: scaleY(1.0) } 352 0%, 353 40%, 354 100% { 355 -webkit-transform: scaleY(0.4); 356 } 357 20% { 358 -webkit-transform: scaleY(1); 359 } 357 360 } 358 361 359 362 @keyframes sk-stretchdelay { 360 0%, 40%, 100% { 363 0%, 364 40%, 365 100% { 361 366 transform: scaleY(0.4); 362 367 -webkit-transform: scaleY(0.4); 363 } 20% {364 transform: scaleY(1.0);365 -webkit-transform: scaleY(1.0);366 368 } 369 20% { 370 transform: scaleY(1); 371 -webkit-transform: scaleY(1); 372 } 367 373 } 368 374 369 375 /* end spinner */ 370 376 371 .accw_plugin_opacity {372 opacity: 0;373 pointer-events: none;374 } 377 .accw_plugin_opacity { 378 opacity: 0; 379 pointer-events: none; 380 } -
activechat-ai/trunk/index.php
r2095038 r2117611 4 4 Plugin URI: https://activechat.ai/manuals/e-commerce-chatbots/wordpress-plugin/ 5 5 Description: Activechat.ai - smart multichannel chatbots and live chat - is a free plugin for WordPress which allows users to easily integrate their Activechat bots to any WordPress website with zero bot training or code knowledge required. Pure plug’n’play experience. 6 Version: 1.0. 56 Version: 1.0.6 7 7 Author: ActiveChat 8 8 Author URI: https://activechat.ai/ … … 39 39 add_submenu_page('activechatwidget', 'ActiveWidget', 'FB Settings', 8, 'facebookchatwidget_settings', 'accw_adminsettings'); 40 40 add_submenu_page('activechatwidget', 'ActiveWidget', 'AC Settings', 8, 'activechatwidget_settings', 'accw_adminsettings_active_chat'); 41 42 41 } 43 42 function accw_addadmin() -
activechat-ai/trunk/readme.txt
r2095038 r2117611 4 4 Requires at least: 2.3 5 5 Tested up to: 5.1.1 6 Stable tag: 1.0. 57 Version: 1.0. 56 Stable tag: 1.0.6 7 Version: 1.0.6 8 8 Requires PHP: 5.2.4 9 9 … … 111 111 = 1.0.5 = 112 112 Problem with "is_order_received_page" function was fixed 113 = 1.0.6 = 114 Minor CSS bugs were fixed 113 115 114 116 == Upgrade Notice == 115 = 1.0. 5=116 Problem with "is_order_received_page" function wasfixed117 = 1.0.6 = 118 Minor CSS bugs were fixed 117 119 118 120 119 121 122
Note: See TracChangeset
for help on using the changeset viewer.