| Server IP : 172.67.159.97 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/plugins/envira-gallery/src/Views/partials/ |
Upload File : |
<?php
/**
* Empty State Template for Envira Gallery List
*
* @since 1.0.0
*
* @package Envira_Gallery
* @author Envira Gallery Team <[email protected]>
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="envira-empty-state">
<div class="envira-empty-state-content">
<div class="envira-empty-state-left">
<div class="envira-empty-state-left-content">
<p class="envira-empty-state-greeting"><?php esc_html_e( '👋 Hello there!', 'envira-gallery' ); ?></p>
<h2 class="envira-empty-state-title"><?php esc_html_e( "It looks like you haven't created any galleries yet.", 'envira-gallery' ); ?></h2>
<p class="envira-empty-state-description">
<?php esc_html_e( 'You can use Envira Gallery to build beautiful and fast galleries with just a few clicks.', 'envira-gallery' ); ?>
</p>
</div>
<div class="envira-empty-state-actions">
<a href="<?php echo esc_url( admin_url( 'post-new.php?post_type=envira' ) ); ?>" class="button button-primary button-hero envira-empty-state-button">
<?php esc_html_e( 'Create your Gallery', 'envira-gallery' ); ?>
<img src="<?php echo esc_url( plugins_url( 'assets/images/arrow-right.png', ENVIRA_FILE ) ); ?>" alt="<?php esc_attr_e( 'Arrow Right', 'envira-gallery' ); ?>" class="envira-button-arrow" />
</a>
</div>
<p class="envira-empty-state-help">
<?php
printf(
/* translators: %s: Documentation link */
esc_html__( 'Need some help? Check out our %s', 'envira-gallery' ),
'<a href="https://enviragallery.com/docs/" target="_blank" rel="noopener">' . esc_html__( 'documentation', 'envira-gallery' ) . '</a>.'
);
?>
</p>
</div>
<div class="envira-empty-state-right">
<img src="<?php echo esc_url( plugins_url( 'assets/images/gallery-demo.png', ENVIRA_FILE ) ); ?>" alt="<?php esc_attr_e( 'Gallery Demo', 'envira-gallery' ); ?>" class="envira-empty-state-image" />
</div>
</div>
</div>