-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle.php
More file actions
285 lines (271 loc) · 19.3 KB
/
Copy pathsingle.php
File metadata and controls
285 lines (271 loc) · 19.3 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<?php
if ( in_category( 'courses' ) ) {
get_template_part( 'single', 'courses' );
return;
} elseif ( in_category( 'events' ) ) {
get_template_part( 'single', 'events' );
return;
}
get_header(); ?>
<!-- start wpo-page-title -->
<section class="wpo-page-title">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Shope Single ❌</h2>
<ol class="wpo-breadcumb-wrap">
<li><a href="index.html">Home</a></li>
<li>Courses</li>
</ol>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- end page-title -->
<!-- start wpo-shop-single-section -->
<section class="wpo-shop-single-section section-padding">
<div class="container">
<div class="row">
<div class="col col-lg-6 col-12">
<div class="shop-single-slider">
<div class="slider-for">
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/1.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/2.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/5.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/4.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/6.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/2.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/3.jpg" alt></div>
</div>
<!-- <div class="slider-nav">
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-1.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-2.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-5.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-4.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-6.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-2.jpg" alt></div>
<div><img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/thumb/img-3.jpg" alt></div>
</div> -->
</div>
</div>
<div class="col col-lg-6 col-12">
<div class="product-details">
<h2>Bev Accent Chair</h2>
<div class="product-rt">
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<span>(25 customer reviews)</span>
</div>
<!-- <div class="price">
<span class="old">$230.00</span>
<span class="current">$220.00</span>
</div> -->
<p>There are many variations of passages of Lorem Ipsum and available, but the majority have
suffered alteration in somey form, by injected humour, or randomised words which don't
look even slightly believable./p>
<ul>
<li>Going through the cites of the word in classical.</li>
<li>There are many variations of passages.</li>
<li>Making it look like readable and spoken English.</li>
</ul>
<div class="submit-area">
<button type="submit" class="theme-btn">Register</button>
<!-- <div id="loader">
<i class="ti-reload"></i>
</div> -->
</div>
<!-- <div class="product-option">
<form class="form">
<div class="product-row">
<div>
<input id="product-count" type="text" value="1" name="product-count">
</div>
<div>
<button type="submit" class="theme-btn">Add to cart</button>
</div>
<div>
<button class="theme-btn heart-btn"><i class="ti-heart"></i></button>
<span></span>
</div>
</div>
</form>
</div> --><!-- end option -->
<!-- <div class="tg-btm">
<p><span>Categories:</span> Home</p>
<p><span>Tags:</span> Architecture, Interior</p>
</div> -->
</div> <!-- end product details -->
</div> <!-- end col -->
</div> <!-- end row -->
<div class="row">
<div class="col col-xs-12">
<div class="product-info">
<!-- Nav tabs -->
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="Description-tab" data-bs-toggle="tab"
href="#Description" role="tab" aria-controls="Description"
aria-selected="true">Description</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="Review-tab" data-bs-toggle="tab" href="#Review" role="tab"
aria-controls="Review" aria-selected="false">Review</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="Description">
<p>Samsa woke from troubled dreams, he found himself transformed in his bed into a
horrible vermin. He lay on his armour-like back, and if he lifted his head a
little he could see his brown belly, slightly domed and divided by arches into
stiff sections. The bedding was hardly able to cover it and seemed ready to
slide off any moment. His many legs, pitifully thin compared with the size of
the rest of him.</p>
<p>The bedding was hardly able to cover it and seemed ready to slide off any moment.
His many legs, pitifully thin compared with the size of the rest of himSamsa
woke from troubled dreams, he found himself transformed in his bed into a
horrible vermin.</p>
</div>
<div role="tabpanel" class="tab-pane" id="Review">
<div class="row">
<div class="col col-lg-10 col-12">
<div class="client-rv">
<div class="client-pic">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/review/img-1.jpg" alt>
</div>
<div class="details">
<div class="name-rating-time">
<div class="name-rating">
<div>
<h4>Jenefar Willium</h4>
</div>
<div class="product-rt">
<span>25 Sep 2023</span>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div>
</div>
</div>
<div class="review-body">
<p>There are many variations of passages of Lorem Ipsum
available, but the majority have suffered alteration in some
form, by injected humour, or randomised words which don't
look.</p>
</div>
</div>
</div>
<div class="client-rv">
<div class="client-pic">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/shop/shop-single/review/img-2.jpg" alt>
</div>
<div class="details">
<div class="name-rating-time">
<div class="name-rating">
<div>
<h4>Maria Bannet</h4>
</div>
<div class="product-rt">
<span>28 Sep 2023</span>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
</div>
</div>
</div>
<div class="review-body">
<p>There are many variations of passages of Lorem Ipsum
available, but the majority have suffered alteration in some
form, by injected humour, or randomised words which don't
look.</p>
</div>
</div>
</div>
</div> <!-- end col -->
<div class="col col-lg-12 col-12 review-form-wrapper">
<div class="review-form">
<h4>Add a review</h4>
<p>Your email address will not be published. Required fields are marked
*</p>
<form>
<div class="give-rat-sec">
<p>Your rating *</p>
<div class="give-rating">
<label>
<input type="radio" name="stars" value="1">
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="2">
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="3">
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="4">
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="5">
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
<div>
<input type="text" class="form-control" placeholder="Name *"
required>
</div>
<div>
<input type="email" class="form-control" placeholder="Email *"
required>
</div>
<div>
<textarea class="form-control"
placeholder="Review *"></textarea>
</div>
<div class="rating-wrapper">
<div class="submit">
<button type="submit" class="theme-btn-s2">Post
review</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end of container -->
</section>
<!-- end of wpo-shop-single-section -->
<?php get_footer(); ?>