Make WordPress Themes

Changeset 282311


Ignore:
Timestamp:
08/05/2025 02:15:29 AM (4 months ago)
Author:
themedropbox
Message:

New version of Enyoi - 1.2

Location:
enyoi/1.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • enyoi/1.2/patterns/footer-main.php

    r277883 r282311  
    7777                <h3 class="wp-block-heading has-secondary-color has-text-color has-link-color"><?php esc_html_e('Store', 'enyoi'); ?></h3>
    7878                <!-- /wp:heading -->
    79                 <!-- wp:list {"style":{"elements":{"link":{"color":{"text":"var:preset|color|text-sub"}}}},"textColor":"text-sub"} -->
    80                 <ul class="wp-block-list has-text-sub-color has-text-color has-link-color">
    81                     <!-- wp:list-item -->
    82                     <li>📍 <?php esc_html_e('Jingumae, Shibuya-ku, Tokyo', 'enyoi'); ?></li>
    83                     <!-- /wp:list-item -->
     79                <?php if (is_plugin_active('enyoi-store-info/enyoi-store-info.php')): ?>
     80                    <?php enyoi_store_info('compact'); ?>
     81                <?php else: ?>
     82                    <!-- wp:list {"style":{"elements":{"link":{"color":{"text":"var:preset|color|text-sub"}}}},"textColor":"text-sub"} -->
     83                    <ul class="wp-block-list has-text-sub-color has-text-color has-link-color">
     84                        <!-- wp:list-item -->
     85                        <li>📍 <?php esc_html_e('Jingumae, Shibuya-ku, Tokyo', 'enyoi'); ?></li>
     86                        <!-- /wp:list-item -->
    8487
    85                     <!-- wp:list-item -->
    86                     <li>☎ <?php esc_html_e('03-0000-0000', 'enyoi'); ?></li>
    87                     <!-- /wp:list-item -->
     88                        <!-- wp:list-item -->
     89                        <li>☎ <?php esc_html_e('03-0000-0000', 'enyoi'); ?></li>
     90                        <!-- /wp:list-item -->
    8891
    89                     <!-- wp:list-item -->
    90                     <li>🕙 <?php esc_html_e('10:00', 'enyoi'); ?> - <?php esc_html_e('20:00', 'enyoi'); ?>(<?php esc_html_e('Closed Day', 'enyoi'); ?>:<?php esc_html_e('Tue', 'enyoi'); ?>)</li>
    91                     <!-- /wp:list-item -->
     92                        <!-- wp:list-item -->
     93                        <li>🕙 <?php esc_html_e('10:00', 'enyoi'); ?> - <?php esc_html_e('20:00', 'enyoi'); ?>(<?php esc_html_e('Closed Day', 'enyoi'); ?>:<?php esc_html_e('Tue', 'enyoi'); ?>)</li>
     94                        <!-- /wp:list-item -->
    9295
    93                     <!-- wp:list-item -->
    94                     <li>🚃 <?php esc_html_e('Nearest station', 'enyoi'); ?>:<?php esc_html_e('Meiji Jingu-mae 4-minute walk', 'enyoi'); ?></li>
    95                     <!-- /wp:list-item -->
    96                 </ul>
    97                 <!-- /wp:list -->
     96                        <!-- wp:list-item -->
     97                        <li>🚃 <?php esc_html_e('Nearest station', 'enyoi'); ?>:<?php esc_html_e('Meiji Jingu-mae 4-minute walk', 'enyoi'); ?></li>
     98                        <!-- /wp:list-item -->
     99                    </ul>
     100                    <!-- /wp:list -->
     101                <?php endif; ?>
     102
    98103            </div>
    99104            <!-- /wp:group -->
  • enyoi/1.2/readme.txt

    r277883 r282311  
    88Tested up to: 6.8
    99Requires PHP: 8.1
    10 Stable tag: 1.1
     10Stable tag: 1.2
    1111License: GNU General Public License v3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6969
    7070
     71== Supports ==
     72
     73* https://369theme.com/enyoi/
     74* You can view documentation and get support on the above site.
     75
    7176
    7277== Changelog ==
     
    7984* Remove functions
    8085* license fixed
     86
     87= 1.2 =
     88* Added shortcode for plugin to footer
  • enyoi/1.2/style.css

    r277883 r282311  
    44Author URI: https://profiles.wordpress.org/369work/
    55Description: Enyoi is a modern, minimalistic WordPress theme designed for full site editing. It features a clean layout, responsive design, and is optimized for performance. Perfect for beauty salons, and small business websites.
    6 Version: 1.1
     6Version: 1.2
    77Requires at least: 6.6
    88Tested up to: 6.8
Note: See TracChangeset for help on using the changeset viewer.