HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //home/xfp2mtarcm67/www/wp-content/plugins/addons-for-elementor/admin/notices/templates/rate.php
<?php defined( 'ABSPATH' ) or exit; ?>

<div class="notice notice-info lae-notice-rate lae-no-image">

	<div class="lae-notice-rate-content">

		<p><?php _e( 'Hello!', 'livemesh-el-addons' ); ?> <?php _e( 'I see that you have the plugin <strong>Livemesh Addons for Elementor</strong> installed for some time now.', 'livemesh-el-addons' ); ?></p>
        <p><?php _e( 'If you like this plugin, please write a few words about it at wordpress.org or social media. Your opinion will help others discover our plugin.', 'livemesh-el-addons' ); ?></p>
        <p><?php _e( 'Thank you!', 'livemesh-el-addons' ); ?></p>

		<p class="lae-notice-rate-actions">
			<a href="<?php echo $this->get_dismiss_link(); ?>" class="button button-primary" onclick="window.open('https://wordpress.org/support/plugin/addons-for-elementor/reviews/?rate=5&filter=5#new-post');"><?php _e( 'Rate plugin', 'livemesh-el-addons' ); ?></a>
			<a href="<?php echo $this->get_dismiss_link( true ); ?>"><?php _e( 'Remind me later', 'livemesh-el-addons' ); ?></a>
			<a href="<?php echo $this->get_dismiss_link(); ?>" class="lae-notice-rate-dismiss"><?php _e( 'Dismiss', 'livemesh-el-addons' ); ?></a>
		</p>

	</div>

</div>

<style>
	.lae-notice-rate {
		position: relative;
		padding: 15px 20px;
	}
	.lae-notice-rate .avatar {
		position: absolute;
		left: 20px;
		top: 20px;
		border-radius: 50%;
	}
	.lae-notice-rate-content {
		margin: 0 80px;
	}
    .lae-no-image .lae-notice-rate-content {
        margin-left: 0;
        }
	p.lae-notice-rate-actions {
		margin-top: 15px;
	}
	p.lae-notice-rate-actions a {
		vertical-align: middle !important;
	}
	p.lae-notice-rate-actions a + a {
		margin-left: 20px;
	}
	.lae-notice-rate-dismiss {
		position: absolute;
		top: 15px;
		right: 10px;
		padding: 10px 15px 10px 21px;
		font-size: 13px;
		line-height: 1.23076923;
		text-decoration: none;
	}
	.lae-notice-rate-dismiss:before {
		position: absolute;
		top: 8px;
		left: 0;
		margin: 0;
		-webkit-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
		background: 0 0;
		color: #b4b9be;
		content: "\f153";
		display: block;
		font: 400 16px / 20px dashicons;
		height: 20px;
		text-align: center;
		width: 20px;
	}
	.lae-notice-rate-dismiss:hover:before {
		color: #c00;
	}
</style>