From 0e7b023c4e256ddf80e926baa3a22a91c41c4932 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Fri, 12 Apr 2019 17:26:31 +0530 Subject: [PATCH 1/3] WordPress Plugin Notification Sender CSS changes, PFW-399 --- angelleye-includes/angelleye-utility.php | 4 ++-- assets/css/admin.css | 4 ++++ paypal-for-woocommerce.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/angelleye-includes/angelleye-utility.php b/angelleye-includes/angelleye-utility.php index 6e67f1891..ac6323ba3 100644 --- a/angelleye-includes/angelleye-utility.php +++ b/angelleye-includes/angelleye-utility.php @@ -2269,11 +2269,11 @@ public static function angelleye_display_push_notification($response_data) { . '
' . '

' . $response_data->ans_message_title .'

' . '
' - . $response_data->ans_message_description + . '

' . $response_data->ans_message_description . '

' + . '' . '
' . '
' . '
' - . ''.$response_data->ans_button_label.'' . '' . '
' . ''; diff --git a/assets/css/admin.css b/assets/css/admin.css index 34cb95a96..159c6df1c 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -365,6 +365,10 @@ label[for=woocommerce_paypal_express_paypal_marketing_solutions_enabled] { .angelleye-notice-logo-push span { display: block; + margin: 0px 10px 0px 10px; +} +.angelleye-notice-action { + padding-top: 5px; } @media only all and (max-width: 1200px) { .angelleye-notice-dismiss { diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index 4446d4466..bb9508803 100644 --- a/paypal-for-woocommerce.php +++ b/paypal-for-woocommerce.php @@ -51,7 +51,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_DIR_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) )); } if (!defined('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL')) { - define('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL', 'https://www.angelleye.com/'); + define('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL', 'http://localhost/activation/'); } if (!defined('AEU_ZIP_URL')) { define('AEU_ZIP_URL', 'https://updates.angelleye.com/ae-updater/angelleye-updater/angelleye-updater.zip'); From 8600594e587b879705383c6811a7d377fa8e905a Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Fri, 12 Apr 2019 17:29:10 +0530 Subject: [PATCH 2/3] WordPress Plugin Notification Sender CSS changes, PFW-399 --- paypal-for-woocommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index bb9508803..4446d4466 100644 --- a/paypal-for-woocommerce.php +++ b/paypal-for-woocommerce.php @@ -51,7 +51,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_DIR_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) )); } if (!defined('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL')) { - define('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL', 'http://localhost/activation/'); + define('PAYPAL_FOR_WOOCOMMERCE_PUSH_NOTIFICATION_WEB_URL', 'https://www.angelleye.com/'); } if (!defined('AEU_ZIP_URL')) { define('AEU_ZIP_URL', 'https://updates.angelleye.com/ae-updater/angelleye-updater/angelleye-updater.zip'); From d9612538248a0a4e8dd45986ba3dbe9e306c3a18 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Fri, 12 Apr 2019 17:38:05 +0530 Subject: [PATCH 3/3] WordPress Plugin Notification Sender CSS changes, PFW-399 --- angelleye-includes/angelleye-utility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angelleye-includes/angelleye-utility.php b/angelleye-includes/angelleye-utility.php index ac6323ba3..624c63853 100644 --- a/angelleye-includes/angelleye-utility.php +++ b/angelleye-includes/angelleye-utility.php @@ -2270,7 +2270,7 @@ public static function angelleye_display_push_notification($response_data) { . '

' . $response_data->ans_message_title .'

' . '
' . '

' . $response_data->ans_message_description . '

' - . '' + . '' . '
' . '' . '
'