Changeset 282311
- Timestamp:
- 08/05/2025 02:15:29 AM (4 months ago)
- Location:
- enyoi/1.2
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from enyoi/1.1)
-
patterns/footer-main.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enyoi/1.2/patterns/footer-main.php
r277883 r282311 77 77 <h3 class="wp-block-heading has-secondary-color has-text-color has-link-color"><?php esc_html_e('Store', 'enyoi'); ?></h3> 78 78 <!-- /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 --> 84 87 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 --> 88 91 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 --> 92 95 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 98 103 </div> 99 104 <!-- /wp:group --> -
enyoi/1.2/readme.txt
r277883 r282311 8 8 Tested up to: 6.8 9 9 Requires PHP: 8.1 10 Stable tag: 1. 110 Stable tag: 1.2 11 11 License: GNU General Public License v3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 69 69 70 70 71 == Supports == 72 73 * https://369theme.com/enyoi/ 74 * You can view documentation and get support on the above site. 75 71 76 72 77 == Changelog == … … 79 84 * Remove functions 80 85 * license fixed 86 87 = 1.2 = 88 * Added shortcode for plugin to footer -
enyoi/1.2/style.css
r277883 r282311 4 4 Author URI: https://profiles.wordpress.org/369work/ 5 5 Description: 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. 16 Version: 1.2 7 7 Requires at least: 6.6 8 8 Tested up to: 6.8
Note: See TracChangeset
for help on using the changeset viewer.