Changeset 2979421
- Timestamp:
- 10/16/2023 08:40:09 AM (2 years ago)
- Location:
- get-chat-app
- Files:
-
- 20 added
- 5 edited
-
tags/1.2.00 (added)
-
tags/1.2.00/assets (added)
-
tags/1.2.00/assets/css (added)
-
tags/1.2.00/assets/css/admin-style.css (added)
-
tags/1.2.00/assets/css/admin-style.min.css (added)
-
tags/1.2.00/assets/css/flexboxgrid.min.css (added)
-
tags/1.2.00/assets/img (added)
-
tags/1.2.00/assets/img/icon.svg (added)
-
tags/1.2.00/assets/img/whatsapp-icon-30x30.png (added)
-
tags/1.2.00/assets/img/whatsapp-menu-icon.png (added)
-
tags/1.2.00/assets/js (added)
-
tags/1.2.00/assets/js/gca_admin.js (added)
-
tags/1.2.00/get-chat-app.php (added)
-
tags/1.2.00/readme.txt (added)
-
trunk/assets/css/admin-style.css (modified) (4 diffs)
-
trunk/assets/css/admin-style.min.css (modified) (1 diff)
-
trunk/assets/img/email.png (added)
-
trunk/assets/img/instagram.png (added)
-
trunk/assets/img/send.png (added)
-
trunk/assets/img/shareIcon.png (added)
-
trunk/assets/img/telegram.png (added)
-
trunk/assets/img/whatsapp.svg (added)
-
trunk/assets/js/gca_admin.js (modified) (1 diff)
-
trunk/get-chat-app.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
get-chat-app/trunk/assets/css/admin-style.css
r2974751 r2979421 14 14 #DEMO_gcaMainButton_2 { 15 15 background-color: transparent; 16 background-image: url( https://getchat.app/assets/img/shareIcon.png)16 background-image: url(../../assets/img/shareIcon.png) 17 17 } 18 18 … … 38 38 #DEMO_gcaMainButton_2, 39 39 #whatsappMainBtn { 40 background-image: url( https://getchat.app/assets/img/whatsapp.svg)40 background-image: url(../../assets/img/whatsapp.svg) 41 41 } 42 42 43 43 #DEMO_gcaMainButton4, 44 44 #emailMainBtn { 45 background-image: url( https://getchat.app/assets/img/social-icons/email.png)45 background-image: url(../../assets/img/email.png) 46 46 } 47 47 48 48 #DEMO_gcaMainButton6, 49 49 #instagramMainBtn { 50 background-image: url( https://getchat.app/assets/img/social-icons/instagram.png)50 background-image: url(../../assets/img/instagram.png) 51 51 } 52 52 53 53 #DEMO_gcaMainButton7, 54 54 #telegramMainBtn { 55 background-image: url( https://getchat.app/assets/img/social-icons/telegram.png)55 background-image: url(../../assets/img/telegram.png) 56 56 } 57 57 … … 269 269 width: 30px; 270 270 height: 30px; 271 background-image: url( https://getchat.app/assets/img/send.png);271 background-image: url(../../assets/img/send.png); 272 272 background-size: cover; 273 273 cursor: pointer … … 375 375 376 376 #DEMO_gcaMainButton5 { 377 background-image: url( https://getchat.app/assets/img/shareIcon.png);377 background-image: url(../../assets/img/shareIcon.png); 378 378 background-color: transparent; 379 379 margin-left: auto -
get-chat-app/trunk/assets/css/admin-style.min.css
r2974751 r2979421 1 #DEMO_gcaMainCard,#DEMO_gcaMainHover{box-shadow:1px 2px 8px rgba(70,70,70,.25)}#DEMO_gcaFbMainCardInnerTopContent,.gcaContent label,p.exampleText{font-weight:700}#DEMO_gcaFbMainCard,#DEMO_gcaMainCard,#DEMO_gcaMainHover{visibility:hidden;opacity:0}#DEMO_gcaMain,#DEMO_gcaMainCardInnerChatBoxTextArea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainButton_2{background-color:transparent}#DEMO_gcaMainButton3,#facebookMainBtn{background-image:url(https://cdn1.iconfinder.com/data/icons/social-circle-2-1/72/Messenger-512.png)}#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7,#DEMO_gcaMainButton_2{width:65px;height:65px;margin-top:15px;margin-right:18%}#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainButton_2,#whatsappMainBtn{background-image:url( https://getchat.app/assets/img/whatsapp.svg)}#DEMO_gcaMainButton4,#emailMainBtn{background-image:url(https://getchat.app/assets/img/social-icons/email.png)}#DEMO_gcaMainButton6,#instagramMainBtn{background-image:url(https://getchat.app/assets/img/social-icons/instagram.png)}#DEMO_gcaMainButton7,#telegramMainBtn{background-image:url(https://getchat.app/assets/img/social-icons/telegram.png)}#DEMO_gcaMainCardInnerChatBox,#DEMO_gcaMainHover,#emailMainBtn,.demoInputArea,.demoTextArea,.gcaContent{background-color:#fff}#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7{background-color:transparent;margin-left:auto}#emailMainBtn,#facebookMainBtn,#instagramMainBtn,#telegramMainBtn{filter:grayscale(1);width:45px;height:45px;z-index:2147483500}#DEMO_gcaFbMainCard,#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainCard{margin-left:auto;margin-right:auto}.gcap-admin-icon{display:inline;margin-top:10px;position:relative;top:5px}.gcaContent{margin:10px;padding:20px;border-radius:20px}.gcaContent ul li label{font-weight:400!important}#hideProFeatures,#showProFeatures{width:160px}button.btn.getcode{margin-bottom:4px;background-color:#02d285;color:#fff;margin-left:10px}.mb-20{margin-bottom:20px}.mb-50{margin-bottom:50px}.mb-100{margin-bottom:100px}.mb-200{margin-bottom:200px}.demoTextArea{margin-top:0;width:278px;font-size:14px;padding:8px;border-radius:5px;margin-bottom:12px;box-sizing:border-box;cursor:auto;border:1px solid #767676;min-height:38px;height:fit-content;resize:none;overflow:hidden}.demoInputArea{height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-image:none;border:1px solid #767676;border-radius:4px}p.exampleText{font-size:.8em;margin:5px 0 0!important}p.inputNote{font-size:12px;margin:0!important}#DEMO_gcaMainButton{width:65px;height:65px;background-size:contain;border-radius:50px;cursor:pointer}#DEMO_gcaMainCard{background-color:#e5ddd5;width:300px;border-radius:8px;transition:opacity .5s ease-in-out}#DEMO_gcaMainCard.gcaDisplay,#DEMO_gcaMainHover.gcaDisplay,.gcaDisplay #DEMO_gcaMainCardInnerBodyMessage{visibility:visible;opacity:5}#DEMO_gcaMainCardInnerTop{background-color:#1ebea5;width:100%;display:flex;justify-content:space-between;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}#DEMO_gcaMainCardInnerTopContent{padding:7px;color:#fff;margin-left:5px;font-size:14px}#DEMO_gcaMainCardInner{height:100%;display:flex;flex-direction:column}#DEMO_gcaMainCardInnerChatBox{width:100%;z-index:2147483647;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-right-radius:5px;border-bottom-left-radius:5px}#DEMO_gcaMainCardInnerChatBoxTextArea{border:1px solid #ccc;border-radius:5px;width:100%!important;margin:10px 5px 10px 10px;padding:5px 7.5px;height:24px;box-sizing:border-box;min-height:35px;font-size:initial;line-height:initial;display:initial;overflow:hidden}#DEMO_gcaMainButton2,#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7,#DEMO_gcaMainButton_2,#emailMainBtn,#facebookMainBtn,#instagramMainBtn,#telegramMainBtn,#whatsappMainBtn{background-size:contain;border-radius:50px;cursor:pointer;box-shadow:1px 2px 8px rgba(70,70,70,.25)}#DEMO_gcaMainCardInnerChatBoxTextArea:focus{outline:0}#DEMO_gcaMainCardInnerChatBoxSend{margin-right:10px;width:30px;height:30px;background-image:url(https://getchat.app/assets/img/send.png);background-size:cover;cursor:pointer}#DEMO_gcaMainCardInnerChatBoxSend:hover{opacity:.8}#DEMO_gcaMainCardInnerBodyMessage{background-color:#fff;top:10px;margin:15px;padding:5px 10px;border-radius:0 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);font-size:14px;visibility:hidden;-webkit-transition:opacity .7s ease-in-out;-moz-transition:opacity .7s ease-in-out;-ms-transition:opacity .7s ease-in-out;-o-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out;opacity:0;white-space:pre-wrap}#DEMO_gcaMainCardPoweredBy{font-size:11px;background:#fff;padding:0 10px 5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}#DEMO_gcaMainCardPoweredBy a,#DEMO_gcaMainCardPoweredBy a:active,#DEMO_gcaMainCardPoweredBy a:link,#DEMO_gcaMainCardPoweredBy a:visited{color:#337ab7}#DEMO_gcaMainHover{bottom:100px;right:20px;position:absolute;border-radius:8px;transition:opacity .5s ease-in-out}#DEMO_gcaMainHoverInner{padding:15px;font-weight:700}div#DEMO_hoverdiv{display:block;width:80%;height:150px;position:relative;right:10px}#DEMO_gcaMainButton2{width:65px;height:65px;position:absolute;right:20px;bottom:20px}#DEMO_gcaMainButton_2{margin-left:auto}input[disabled],textarea[disabled]{background-color:#e4e4e4}.nobold{font-weight:200}.error{color:red}.success{color:#25d365}#facebookMainBtn{background-color:#3b5998}#DEMO_gcaMainButton5{background-image:url(https://getchat.app/assets/img/shareIcon.png)}#whatsappMainBtn{background-color:#25d366;filter:grayscale(1);width:45px;height:45px;z-index:2147483647}.platforms-list{display:inline-block;margin:0;padding:0}.platforms-list li{display:inline-block;margin:0 20px 20px 0;position:relative}.platform-btn{background-color:Transparent;background-repeat:no-repeat;border:none;cursor:pointer;overflow:hidden;outline:0;height:50px}#emailMainBtn:checked,#facebookMainBtn:checked,#instagramMainBtn:checked,#telegramMainBtn:checked,#whatsappMainBtn:checked{filter:unset}.gca_hidden,.platform-option::before{display:none!important}#DEMO_gcaFbMainCardInnerTopContentBottomReplyTime,.gcaStatusNote{display:inline-block}#DEMO_gcaFbMainCard.gcaDisplay{visibility:visible;opacity:5;margin:15px auto auto;padding:0;background-color:#fff}#DEMO_gcaFbMainCard{background-color:#e5ddd5;width:300px;border-radius:5px;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#DEMO_gcaFbMainCardInner{box-shadow:1px 2px 8px rgba(70,70,70,.25)!important;border-radius:5px}#DEMO_gcaFbMainCardInner>div{padding:15px}#DEMO_gcaFbMainCardInnerTop{background:#fafafa}#DEMO_gcaFbMainCardInnerTopContentBottom{font-weight:400}#DEMO_gcaFbMainCardInnerBodyMessage{background:#eee;padding:10px 15px;border-radius:0 5px 5px;width:fit-content;white-space:pre-wrap}#DEMO_gcaFbMainCardInnerBody{padding:25px 15px 10px!important}#DEMO_gcaFbMainCardBottomChatButton{background:#007fff;color:#fff;font-size:14px;font-weight:700;padding:10px;border-radius:8px;text-align:center;cursor:pointer}#DEMO_gcaFbMainCardBottomChatButton:hover{background:#1288ff}#showProApps{display:none;margin:0}.gcaStatusNote{color:#25d365;font-weight:700;margin:10px 0}.demo-container{height:90%;width:100%;position:relative}.DemoMicro{height:45px!important;width:45px!important}.gcaDisplay{display:block!important}.demo-card-container{position:absolute;right:0;bottom:0;margin-right:32%;margin-bottom:15%}.single-platform .demo-card-container{position:unset;margin-right:5%;margin-bottom:15px;margin-top:-170px}.demo-button-container{position:absolute;right:0;bottom:0;margin-top:15px;margin-right:18%}.single-platform .demo-button-container{position:unset;right:0;bottom:0;margin-right:17%}@media only screen and (max-width:600px){.demo-container,.single-platform .demo-container{height:90%!important;width:100%!important;position:relative!important}.single-platform .demo-container{margin-bottom:unset!important}.demo-card-container{position:absolute!important;right:0!important;bottom:0!important;margin-right:1%!important;padding-bottom:20px;margin-bottom:24%!important}.single-platform .demo-card-container{position:unset!important;right:0!important;bottom:0!important;margin-right:12%!important;margin-bottom:unset!important}.demo-button-container,.single-platform .demo-button-container{position:unset!important;right:0!important;bottom:0!important;margin-top:unset!important;margin-left:78%!important}}1 #DEMO_gcaMainCard,#DEMO_gcaMainHover{box-shadow:1px 2px 8px rgba(70,70,70,.25)}#DEMO_gcaFbMainCardInnerTopContent,.gcaContent label,p.exampleText{font-weight:700}#DEMO_gcaFbMainCard,#DEMO_gcaMainCard,#DEMO_gcaMainHover{visibility:hidden;opacity:0}#DEMO_gcaMain,#DEMO_gcaMainCardInnerChatBoxTextArea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainButton_2{background-color:transparent}#DEMO_gcaMainButton3,#facebookMainBtn{background-image:url(https://cdn1.iconfinder.com/data/icons/social-circle-2-1/72/Messenger-512.png)}#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7,#DEMO_gcaMainButton_2{width:65px;height:65px;margin-top:15px;margin-right:18%}#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainButton_2,#whatsappMainBtn{background-image:url(../../assets/img/whatsapp.svg)}#DEMO_gcaMainButton4,#emailMainBtn{background-image:url(../../assets/img/email.png)}#DEMO_gcaMainButton6,#instagramMainBtn{background-image:url(../../assets/img/instagram.png)}#DEMO_gcaMainButton7,#telegramMainBtn{background-image:url(../../assets/img/telegram.png)}#DEMO_gcaMainCardInnerChatBox,#DEMO_gcaMainHover,#emailMainBtn,.demoInputArea,.demoTextArea,.gcaContent{background-color:#fff}#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7{background-color:transparent;margin-left:auto}#emailMainBtn,#facebookMainBtn,#instagramMainBtn,#telegramMainBtn{filter:grayscale(1);width:45px;height:45px;z-index:2147483500}#DEMO_gcaFbMainCard,#DEMO_gcaMainButton,#DEMO_gcaMainButton2,#DEMO_gcaMainCard{margin-left:auto;margin-right:auto}.gcap-admin-icon{display:inline;margin-top:10px;position:relative;top:5px}.gcaContent{margin:10px;padding:20px;border-radius:20px}.gcaContent ul li label{font-weight:400!important}#hideProFeatures,#showProFeatures{width:160px}button.btn.getcode{margin-bottom:4px;background-color:#02d285;color:#fff;margin-left:10px}.mb-20{margin-bottom:20px}.mb-50{margin-bottom:50px}.mb-100{margin-bottom:100px}.mb-200{margin-bottom:200px}.demoTextArea{margin-top:0;width:278px;font-size:14px;padding:8px;border-radius:5px;margin-bottom:12px;box-sizing:border-box;cursor:auto;border:1px solid #767676;min-height:38px;height:fit-content;resize:none;overflow:hidden}.demoInputArea{height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-image:none;border:1px solid #767676;border-radius:4px}p.exampleText{font-size:.8em;margin:5px 0 0!important}p.inputNote{font-size:12px;margin:0!important}#DEMO_gcaMainButton{width:65px;height:65px;background-size:contain;border-radius:50px;cursor:pointer}#DEMO_gcaMainCard{background-color:#e5ddd5;width:300px;border-radius:8px;transition:opacity .5s ease-in-out}#DEMO_gcaMainCard.gcaDisplay,#DEMO_gcaMainHover.gcaDisplay,.gcaDisplay #DEMO_gcaMainCardInnerBodyMessage{visibility:visible;opacity:5}#DEMO_gcaMainCardInnerTop{background-color:#1ebea5;width:100%;display:flex;justify-content:space-between;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}#DEMO_gcaMainCardInnerTopContent{padding:7px;color:#fff;margin-left:5px;font-size:14px}#DEMO_gcaMainCardInner{height:100%;display:flex;flex-direction:column}#DEMO_gcaMainCardInnerChatBox{width:100%;z-index:2147483647;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-right-radius:5px;border-bottom-left-radius:5px}#DEMO_gcaMainCardInnerChatBoxTextArea{border:1px solid #ccc;border-radius:5px;width:100%!important;margin:10px 5px 10px 10px;padding:5px 7.5px;height:24px;box-sizing:border-box;min-height:35px;font-size:initial;line-height:initial;display:initial;overflow:hidden}#DEMO_gcaMainButton2,#DEMO_gcaMainButton3,#DEMO_gcaMainButton4,#DEMO_gcaMainButton5,#DEMO_gcaMainButton6,#DEMO_gcaMainButton7,#DEMO_gcaMainButton_2,#emailMainBtn,#facebookMainBtn,#instagramMainBtn,#telegramMainBtn,#whatsappMainBtn{background-size:contain;border-radius:50px;cursor:pointer;box-shadow:1px 2px 8px rgba(70,70,70,.25)}#DEMO_gcaMainCardInnerChatBoxTextArea:focus{outline:0}#DEMO_gcaMainCardInnerChatBoxSend{margin-right:10px;width:30px;height:30px;background-image:url(../../assets/img/send.png);background-size:cover;cursor:pointer}#DEMO_gcaMainCardInnerChatBoxSend:hover{opacity:.8}#DEMO_gcaMainCardInnerBodyMessage{background-color:#fff;top:10px;margin:15px;padding:5px 10px;border-radius:0 5px 5px;box-shadow:1px 1px 1px rgba(0,0,0,.15);font-size:14px;visibility:hidden;-webkit-transition:opacity .7s ease-in-out;-moz-transition:opacity .7s ease-in-out;-ms-transition:opacity .7s ease-in-out;-o-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out;opacity:0;white-space:pre-wrap}#DEMO_gcaMainCardPoweredBy{font-size:11px;background:#fff;padding:0 10px 5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}#DEMO_gcaMainCardPoweredBy a,#DEMO_gcaMainCardPoweredBy a:active,#DEMO_gcaMainCardPoweredBy a:link,#DEMO_gcaMainCardPoweredBy a:visited{color:#337ab7}#DEMO_gcaMainHover{bottom:100px;right:20px;position:absolute;border-radius:8px;transition:opacity .5s ease-in-out}#DEMO_gcaMainHoverInner{padding:15px;font-weight:700}div#DEMO_hoverdiv{display:block;width:80%;height:150px;position:relative;right:10px}#DEMO_gcaMainButton2{width:65px;height:65px;position:absolute;right:20px;bottom:20px}#DEMO_gcaMainButton_2{margin-left:auto}input[disabled],textarea[disabled]{background-color:#e4e4e4}.nobold{font-weight:200}.error{color:red}.success{color:#25d365}#facebookMainBtn{background-color:#3b5998}#DEMO_gcaMainButton5{background-image:url(../../assets/img/shareIcon.png)}#whatsappMainBtn{background-color:#25d366;filter:grayscale(1);width:45px;height:45px;z-index:2147483647}.platforms-list{display:inline-block;margin:0;padding:0}.platforms-list li{display:inline-block;margin:0 20px 20px 0;position:relative}.platform-btn{background-color:Transparent;background-repeat:no-repeat;border:none;cursor:pointer;overflow:hidden;outline:0;height:50px}#emailMainBtn:checked,#facebookMainBtn:checked,#instagramMainBtn:checked,#telegramMainBtn:checked,#whatsappMainBtn:checked{filter:unset}.gca_hidden,.platform-option::before{display:none!important}#DEMO_gcaFbMainCardInnerTopContentBottomReplyTime,.gcaStatusNote{display:inline-block}#DEMO_gcaFbMainCard.gcaDisplay{visibility:visible;opacity:5;margin:15px auto auto;padding:0;background-color:#fff}#DEMO_gcaFbMainCard{background-color:#e5ddd5;width:300px;border-radius:5px;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#DEMO_gcaFbMainCardInner{box-shadow:1px 2px 8px rgba(70,70,70,.25)!important;border-radius:5px}#DEMO_gcaFbMainCardInner>div{padding:15px}#DEMO_gcaFbMainCardInnerTop{background:#fafafa}#DEMO_gcaFbMainCardInnerTopContentBottom{font-weight:400}#DEMO_gcaFbMainCardInnerBodyMessage{background:#eee;padding:10px 15px;border-radius:0 5px 5px;width:fit-content;white-space:pre-wrap}#DEMO_gcaFbMainCardInnerBody{padding:25px 15px 10px!important}#DEMO_gcaFbMainCardBottomChatButton{background:#007fff;color:#fff;font-size:14px;font-weight:700;padding:10px;border-radius:8px;text-align:center;cursor:pointer}#DEMO_gcaFbMainCardBottomChatButton:hover{background:#1288ff}#showProApps{display:none;margin:0}.gcaStatusNote{color:#25d365;font-weight:700;margin:10px 0}.demo-container{height:90%;width:100%;position:relative}.DemoMicro{height:45px!important;width:45px!important}.gcaDisplay{display:block!important}.demo-card-container{position:absolute;right:0;bottom:0;margin-right:32%;margin-bottom:15%}.single-platform .demo-card-container{position:unset;margin-right:5%;margin-bottom:15px;margin-top:-170px}.demo-button-container{position:absolute;right:0;bottom:0;margin-top:15px;margin-right:18%}.single-platform .demo-button-container{position:unset;right:0;bottom:0;margin-right:17%}@media only screen and (max-width:600px){.demo-container,.single-platform .demo-container{height:90%!important;width:100%!important;position:relative!important}.single-platform .demo-container{margin-bottom:unset!important}.demo-card-container{position:absolute!important;right:0!important;bottom:0!important;margin-right:1%!important;padding-bottom:20px;margin-bottom:24%!important}.single-platform .demo-card-container{position:unset!important;right:0!important;bottom:0!important;margin-right:12%!important;margin-bottom:unset!important}.demo-button-container,.single-platform .demo-button-container{position:unset!important;right:0!important;bottom:0!important;margin-top:unset!important;margin-left:78%!important}} -
get-chat-app/trunk/assets/js/gca_admin.js
r2974751 r2979421 394 394 $('#DEMO_gcaMainButton_2').css('backgroundImage', "url('"+gcaCustomIcon+"')"); 395 395 } else { 396 $('#DEMO_gcaMainButton_2').css('backgroundImage', "url('https://getchat.app/assets/img/whatsapp.svg')");396 $('#DEMO_gcaMainButton_2').css('backgroundImage', `url('${gcap_plugin_dir_url}/assets/img/whatsapp.svg')`); 397 397 } 398 398 } -
get-chat-app/trunk/get-chat-app.php
r2976306 r2979421 4 4 Plugin URI: https://getchat.app 5 5 Description: Add a WhatsApp chat button to your website in seconds. Allow visitors to simply tap to chat through WhatsApp. 6 Version: 1.2.0 06 Version: 1.2.01 7 7 Author: Code Cabin 8 8 Author URI: https://www.codecabin.io … … 12 12 13 13 /* 14 * 15 * 1.2.01 - 2023-10-16 16 * Fixed readme file 17 * Changed source of SVG image to local 14 18 * 15 19 * 1.2.00 - 2023-10-02 … … 51 55 */ 52 56 53 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly57 if ( ! defined( 'ABSPATH' ) ) exit; 54 58 55 59 global $gcap_version; 56 60 global $gcap_version_string; 57 61 58 $gcap_version = "1. 0.05";62 $gcap_version = "1.2.01"; 59 63 $gcap_version_string = "Basic"; 60 64 … … 801 805 $gcap_ajaxurl = admin_url('admin-ajax.php'); 802 806 $gcap_nonce = wp_create_nonce("gcap"); 807 $gcap_plugin_dir_url = plugin_dir_url( __FILE__ ); 803 808 wp_enqueue_script( 'gcap_admin', plugin_dir_url( __FILE__ ) . '/assets/js/gca_admin.js', false, '1.2.00', false ); 804 809 wp_localize_script( 'gcap_admin', 'gcap_ajaxurl', $gcap_ajaxurl ); 805 810 wp_localize_script( 'gcap_admin', 'gcap_nonce', $gcap_nonce ); 811 wp_localize_script( 'gcap_admin', 'gcap_plugin_dir_url', $gcap_plugin_dir_url ); 806 812 } 807 813 } -
get-chat-app/trunk/readme.txt
r2976306 r2979421 6 6 Tested up to: 6.3 7 7 Requires PHP: 5.6 8 Stable tag: 1.2.0 08 Stable tag: 1.2.01 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 33 33 ### External dependencies 34 34 35 Get Chat App relies on an external JS file that is loaded from getchat.app . This file is copyright and allows the user to use the chat service and JS servers.35 Get Chat App relies on an external JS file that is loaded from getchat.app (https://getchat.app/assets/js/min/getchatapp.js). This file is copyright and allows the user to use the chat service and JS servers. 36 36 37 37 == Installation == … … 77 77 == Changelog == 78 78 79 = 1.2.01 - 2023-10-16 = 80 * Fixed readme file 81 * Changed source of SVG image to local 82 79 83 = 1.2.00 - 2023-10-02 = 80 84 * Refactored code
Note: See TracChangeset
for help on using the changeset viewer.