Current File : /home/inlingua/www/bestbuyind/wp-content/plugins/wp-popup-builder/notify/notify-html.php
<div class="notice th-notice-slide-wrapper" style="display:<?php echo esc_attr($display); ?>">
    <div class="th-notice-slide-wrap">
        <?php
        if ($theme !== 'amaz-store') { ?>

            <div class="thunk-notice">
                <div class="thunk-review-thumbnail">
                    <a href="https://themehunk.com/product/amaz-store/" target="_blank">
                        <img src="<?php echo esc_url(WPPB_URL .'notify/assets/images/amaz-store.png');?>" alt="Amaz Store - Free Shopping WordPress Theme" />
                    </a>
                </div>
                <div class="thunk-notice-text">
                    <h3><?php _e('Amaz Store - Free Shopping WordPress Theme', 'wppb'); ?></h3>
                    <a href="?notice-disable=1" class="notice-dismiss dashicons dashicons-dismiss dashicons-dismiss-icon">
                    </a>
                    <p><?php _e('Amaz Store is a Free WooCommerce theme for creating clean online stores for your business. Ready to import pre made demos which makes your web designing more easy.', 'wppb'); ?>
                    </p>
                    <ul class="thunk-review-ul">
                        <li class="show-mor-message">
                            <a href="https://themehunk.com/product/amaz-store/#tabfix" target="_blank">
                                <span class="dashicons dashicons-desktop"></span>
                                <?php _e('Live Demo', 'wppb') ?>
                            </a>
                        </li>
                        <li class="free-download-message">
                            <a href="https://themehunk.com/product/amaz-store/" target="_blank">
                                <span class="dashicons dashicons-external"></span>
                                <?php _e('Know More', 'wppb') ?>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>
            <!--end-->

        <?php } ?>


    </div>
</div>