-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader-shop.php
More file actions
205 lines (190 loc) · 6.92 KB
/
header-shop.php
File metadata and controls
205 lines (190 loc) · 6.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package storefront
*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0, user-scalable=no">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action( 'storefront_before_site' ); ?>
<div id="page" class="hfeed site">
<div class="hamburger-content is-closed">
<div class="hamburger-header">
<div class="brand-logo-wrapper">
<a href="https://hheerraa.co.kr/" class="custom-logo-link" rel="home" itemprop="url">
<img class="logo-white" src="<?php echo THEME_IMG_PATH; ?>/brand-logo-white.png" alt="HhEeRrAa-Logo"/>
</a>
</div>
<div class="hamburger-close-button">
<img src="<?php echo THEME_IMG_PATH; ?>/close_main.png" class="hamburger-close-button" alt="Close"/>
</div>
</div>
<div class="hamburger-icon-menu">
<div class="icon-nav-top">
<?php if ( !is_user_logged_in() ) { ?>
<li class="user-menus-item">
<a href="https://hheerraa.co.kr/?page_id=9" aria-current="page">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/login_main.png" alt="login"/> -->
Login
</a>
</li>
<li class="user-menus-item">
<a href="https://hheerraa.co.kr/?page_id=84">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/orders_main.png" alt="order tracking for nonmember"/> -->
Order
</a>
</li>
<?php } ?>
<?php if ( is_user_logged_in() ) { ?>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=9">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/login_main.png" alt="account"/> -->
Account
</a>
</li>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=9&orders">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/orders_main.png" alt="orders"/> -->
Orders
</a>
</li>
<?php } ?>
</div>
<div class="icon-nav-bottom">
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=7">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/bag_main.png" alt="bag"/> -->
Shoppingbag
</a>
</li>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=55">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/heart_main.png" alt="wishlist"/> -->
Wishlist
</a>
</li>
</div>
</div>
<div class="hamburger-navigation">
<?php
/**
* Functions hooked into storefront_header action
*
* @hooked storefront_header_container - 0
* @hooked storefront_skip_links - 5
* @hooked storefront_social_icons - 10
* @hooked storefront_site_branding - 20
* @hooked storefront_secondary_navigation - 30
* @hooked storefront_product_search - 40 x
* @hooked storefront_header_container_close - 41
* @hooked storefront_primary_navigation_wrapper - 42
* @hooked storefront_primary_navigation - 50
* @hooked storefront_header_cart - 60 x
* @hooked storefront_primary_navigation_wrapper_close - 68
*/
do_action( 'storefront_header' );
?>
</div>
<!-- <div class="hamburger-footer">
<a class="footer-sns-link" href="#">
<img src="<?php echo THEME_IMG_PATH; ?>/youtube-white.png" alt="youbute link"/>
</a>
<a class="footer-sns-link" href="#">
<img src="<?php echo THEME_IMG_PATH; ?>/pinterest-white.png" alt="pinterest link"/>
</a>
<a class="footer-sns-link" href="#">
<img src="<?php echo THEME_IMG_PATH; ?>/instagram-white.png" alt="instagram link"/>
</a>
</div> -->
</div>
<?php do_action( 'storefront_before_header' ); ?>
<header id="masthead" class="site-header--common header-custom" role="banner" style="<?php storefront_header_styles(); ?>">
<div class="logo-menu-container col-full">
<a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div class="site-branding header-brand-logo">
<a href="https://hheerraa.co.kr/" class="custom-logo-link" rel="home" itemprop="url">
<img class="logo-black" src="<?php echo THEME_IMG_PATH; ?>/brand-logo_main.png" class="custom-logo" alt="HhEeRrAa-Logo"/>
<img class="logo-white" src="<?php echo THEME_IMG_PATH; ?>/brand-logo_main.png" class="custom-logo" alt="HhEeRrAa-Logo"/>
</a>
</div>
<div class="hamburger-menu-button">
<img src="<?php echo THEME_IMG_PATH; ?>/hamburger_main.svg" class="hamburger-menu-button" alt="Menu"/>
</div>
</div>
<div class="icon-nav-container">
<div class="icon-nav-left">
<?php if ( !is_user_logged_in() ) { ?>
<li class="user-menus-item">
<a href="https://hheerraa.co.kr/?page_id=9" aria-current="page">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/login_main.png" alt="login"/> -->
Login
</a>
</li>
<li class="user-menus-item">
<a href="https://hheerraa.co.kr/?page_id=84">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/orders_main.png" alt="order tracking for nonmember"/> -->
Order
</a>
</li>
<?php } ?>
<?php if ( is_user_logged_in() ) { ?>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=9">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/login_main.png" alt="account"/> -->
Account
</a>
</li>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=9&orders">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/orders_main.png" alt="orders"/> -->
Orders
</a>
</li>
<?php } ?>
</div>
<div class="icon-nav-right">
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=7">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/bag_main.png" alt="bag"/> -->
Shoppingbag
</a>
</li>
<li class="user-menus-item">
<a
href="https://hheerraa.co.kr/?page_id=55">
<!-- <img src="<?php echo THEME_IMG_PATH; ?>/heart_main.png" alt="wishlist"/> -->
Wishlist
</a>
</li>
</div>
</div>
</header><!-- #masthead -->
<aside class="left-sidebar left-sidebar--common">
<?php
do_action( 'storefront_header' );
?>
</aside>
<div id="content" class="site-content " tabindex="-1">
<div class="col-full col-full--home">
<?php
// do_action( 'storefront_content_top' );