: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/* Fixed WordPress .wrap class */
.wws-plugin-activation-form-wrapper > div {
.wws-plugin-activation-form-wrapper > div > h2 {
.wws-plugin-activation-form {
padding: 20px 40px 20px 0 !important;
.form-table th .wws-tippy-tooltip {
justify-content: space-between;
width: calc( 50% - 15px );
width: calc( 33.3% - 15px );
width: calc( 25% - 15px );
@media ( max-width: 768px ) {
/* WWS custom admin field design */
.wws-admin-field select, .wws-admin-field textarea, .wws-admin-field input[type='number'], .wws-admin-field input[type='text'] {
/* Appearance setting page CSS */
.sk-wws-admin-label > .sk-wws-admin-radio {
visibility: hidden; /* Makes input not-clickable */
position: absolute; /* Remove input from document flow */
.sk-wws-admin-label > .sk-wws-admin-radio + .sk-wws-admin-radio-image {
border: 2px solid transparent;
-moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
-o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
-ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
.sk-wws-admin-label > .sk-wws-admin-radio:checked + .sk-wws-admin-radio-image {
/* (RADIO CHECKED) IMAGE STYLES */
border: 2px solid #22C15E;
/* Basic settings page CSS */
/* Button generator admin page CSS */
.wws-button-gen-visual-representation {
padding: 0px 15px 40px 15px;
.wws-button-gen-visual-representation p {
.wws-button-gen-visual-representation button {
background-color: #22c15e;
#wws-button-gen-invitation {
#wws-button-gen-btn-visual > span,
#wws-button-gen-btn-visual > svg {
#wws-button-gen-btn-visual > svg {
/* Link generator admin page CSS */
/* Manage support person table CSS */
#wws-manage-support-persons-table table {
#wws-manage-support-persons-table th,
#wws-manage-support-persons-table td {
padding: 10px 20px !important;
/* input mask selector */
a[data-wws-mask]:first-child {
a[data-wws-mask]:last-child {
.ct-series-a .ct-slice-donut {
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
.ct-label.ct-label.ct-horizontal.ct-end {
justify-content: flex-end;
transform-origin: 100% 0;
transform: translate(-100%) rotate(-45deg);
/* Top 10 analytics CSS */
.wws-top-10-click-analytics {
.wws-top-10-click-analytics table {
.wws-top-10-click-analytics table th,
.wws-top-10-click-analytics table td {
.wws-top-10-click-analytics table thead tr {
.wws-top-10-click-analytics table tbody tr:nth-child( even ) {
background-color: #fafafa;
.wws-top-10-click-analytics table thead tr th:last-child {
/* Total click analytics */
.wws-total-click-analytics h1 {
.wws-total-click-analytics p > svg{