-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
678 lines (526 loc) · 38 KB
/
index.php
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<?php
$title = "GATKU Polespears";
include('header.php');
?>
<!-- ============ HOME SECTION ============ -->
<!--[if IE 9]>
<div style="width:600px;margin:auto;">
<div class="onediv" >
<p>Hello, you are using an outdated browser.</p>
<p>The new GATKU site is made to look best on current, modern web browsers.</p>
<p>Please choose from one of the following browsers to download onto your computer in order to experience the new GATKU website.</p>
</div>
<div class="twodiv" style="width:100%; height:400px;" >
<a href="https://www.google.com/intl/en/chrome/browser/" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/chrome.png" height="150px">
<p>Google Chrome</p>
</div>
</a>
<a href="http://www.mozilla.org/en-US/firefox/new/" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/firefox.png" height="150px">
<p>Firefox</p>
</div>
</a>
<a href="http://windows.microsoft.com/en-us/internet-explorer/ie-11-worldwide-languages" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/ie.png" height="150px">
<p>Internet Explorer 11</p>
</div>
</a>
</div>
</div>
<![endif]-->
<!--[if lte IE 8]>
<div style="width:600px;margin:auto;">
<div class="onediv" >
<p>Hello, you are using an outdated browser.</p>
<p>The new GATKU site is made to look best on current, modern web browsers.</p>
<p>Please choose from one of the following browsers to download onto your computer in order to experience the new GATKU website.</p>
</div>
<div class="twodiv" style="width:100%; height:400px;" >
<a href="https://www.google.com/intl/en/chrome/browser/" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/chrome.png" height="150px">
<p>Google Chrome</p>
</div>
</a>
<a href="http://www.mozilla.org/en-US/firefox/new/" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/firefox.png" height="150px">
<p>Firefox</p>
</div>
</a>
<a href="http://windows.microsoft.com/en-us/internet-explorer/ie-11-worldwide-languages" style="float:left;text-align:center;">
<div>
<img src="<?php echo get_template_directory_uri();?>/img/ie.png" height="150px">
<p>Internet Explorer 11</p>
</div>
</a>
</div>
</div>
<![endif]-->
<div class="no-ie wrapper">
<section id="home" class="window window1">
<div id="diver-bg"></div>
<div id="owl-example" class="owl-carousel">
<div><p id="internationally" class="about-text">Internationally recognized, Locally produced. <span>/San Diego, CA</span></p> </div>
<div><p id="acclaimed" class="about-text">Acclaimed to be the best the industry has to offer - </p> </div>
<div><p id="strive" class="about-text">We strive to provide our user the most adequate spearfishing products in the world.</p> </div>
<div><p id="finessed" class="about-text">We've finessed & perfected the stick-n-rubberband approach to killing fish.</p> </div>
<div><p id="made" class="about-text">Made in America by Americans. We touch every pole that has the GATKU name on it.</p> </div>
<div><p id="expect" class="about-text">Expect the highest quality-innovation the market has to offer. Then expect to be served with the most principled business practices practiced.</p> </div>
<div><p id="trusted" class="about-text">The #1 Trusted Name in the Industry. Since 2005</p> </div>
<div><p id="spearo" class="about-text">We Know the Spearo's Needs Because WE ARE SPEAROS™</p></div>
</div>
</section>
<!-- ======= STORE ======== -->
<section id="store" class="window window2">
<div class="store-container">
<div class="heads" id="heads-store">
<div class="thumbs">
<a id="m-store-sigpar" href="#sigpar"><img id="first" src="<?php echo get_template_directory_uri() . '/img/signature-paralyzer.png' ;?>"></a>
<a id="m-store-barpar" href="#barpar"><img src="<?php echo get_template_directory_uri() . '/img/barbed-paralyzer.png' ;?>"></a>
<a id="m-store-sliptip" href="#sliptip"><img src="<?php echo get_template_directory_uri() . '/img/slip-tip.png' ;?>"></a>
<a id="m-store-flopper" href="#flopper"><img id="last" src="<?php echo get_template_directory_uri() . '/img/flopper.png' ;?>"></a>
</div>
<div class="links">
<a href="#sigpar"> <strong>SIGNATURE</strong> <small>/PARALYZER</small></a>
<a href="#barpar"> <strong>BARBED</strong> <small>/PARALYZER</small></a>
<a id="slip-head-link" href="#sliptip"><strong>SLIP TIP</strong></a>
<a id="flop-head-link" href="#flopper"><strong>FLOPPER</strong></a>
</div>
<p class="store-label">DETACHABLE HEADS</p>
</div>
<div class="tails" id="tails-store">
<div class="thumbs">
<a id="m-store-sixfooter" href="#polespear-section" title="sixfooter"><img id="tail-first" src="<?php echo get_template_directory_uri() . '/img/polespear-end.png' ;?>"></a>
<a id="m-store-sevenfooter" href="#polespear-section" title="sevenfooter"><img src="<?php echo get_template_directory_uri() . '/img/polespear-end.png' ;?>"></a>
<a id="m-store-eightfooter" href="#polespear-section" title="eightfooter"><img src="<?php echo get_template_directory_uri() . '/img/polespear-end.png' ;?>"></a>
<a id="m-store-ninefooter" href="#polespear-section" title="ninefooter"><img src="<?php echo get_template_directory_uri() . '/img/polespear-end.png' ;?>"></a>
<a id="m-store-tenfooter" href="#polespear-section" title="tenfooter"><img id="tail-last" src="<?php echo get_template_directory_uri() . '/img/polespear-end.png' ;?>"></a>
</div>
<div class="links">
<a href="#polespear-section" title="sixfooter"><strong>SIX</strong><span>'ER</span> <small>/152cm</small></a>
<a href="#polespear-section" title="sevenfooter"><strong>SEVEN</strong><span>'ER</span> <small>/182cm</small></a>
<a href="#polespear-section" title="eightfooter"><strong>EIGHT</strong><span>'ER</span> <small>/208cm</small></a>
<a href="#polespear-section" title="ninefooter"><strong>NINE</strong><span>'ER</span> <small>/243cm</small></a>
<a id="tail-link-last" href="#polespear-section" title="tenfooter"><strong>TEN</strong><span>'ER</span> <small>/256cm</small></a>
</div>
<p class="store-label">GEN 2 HYBRID POLESPEARS</p>
</div>
<div class="extras heads" id="the-extras">
<div class="thumbs">
<a id="m-store-inshore-shrinker" href="#inshore-shrinker"><img id="first" src="<?php echo get_template_directory_uri();?>/img/inshore-shrinker.png"></a>
<a id="m-store-knife" href="#knife"><img id="knife-img" src="<?php echo get_template_directory_uri();?>/img/knife.png"></a>
<a id="m-store-bands-window" href="#bands-window"><img id="band-img" src="<?php echo get_template_directory_uri();?>/img/band-thumb.png"></a>
</div>
<div class="links">
<a href="#inshore-shrinker"><strong>INSHORE SHRINKER</strong></a>
<a href="#knife"><strong>BUDK KNIFE</strong></a>
<a href="#bands-window" id="tail-link-last"><strong>BANDS</strong></a>
</div>
<p class="store-label">ACCESSORIES</p>
</div>
<div class="apparel">
<div class="thumbs">
<a href="<?php echo get_site_url();?>/apparel#1"><img src="<?php echo get_template_directory_uri() ;?>/img/apparel/shirt2/shirt2-thumb.jpg"></a>
<a href="<?php echo get_site_url();?>/apparel#2"><img src="<?php echo get_template_directory_uri() ;?>/img/apparel/shirt1/shirt1-thumb.jpg"></a>
<a href="<?php echo get_site_url();?>/apparel#3"><img src="<?php echo get_template_directory_uri() ;?>/img/apparel/jacket1/jacket1-thumb.jpg"></a>
</div>
<div class="links">
<a href="<?php echo get_site_url();?>/apparel#1"><strong>9'ER</strong></a>
<a href="<?php echo get_site_url();?>/apparel#2"><strong>SUPERHERO</strong></a>
<a href="<?php echo get_site_url();?>/apparel#3"><strong>COMFORT</strong></a>
</div>
<p class="store-label">APPAREL</p>
</div>
</div>
</section>
<!-- ===== PRODUCTS ===== -->
<?php
$args = ['post_type' => 'products'];
$the_query = new WP_Query($args);
?>
<?php if ($the_query->have_posts()) : while ($the_query->have_posts()) : $the_query->the_post(); ?>
<section class="window" id="<?php echo the_field('window_name') ;?>">
<div class="scroller full" id="<?php echo the_field('tag_name') . '-id';?>">
<img src="<?php echo the_field('product_image')?>" class="polespear-image" id="<?php echo the_field('tag_name') . '-image';?>" />
</div>
<div class="arrows" id="<?php echo the_field('tag_name') . '-arrows'?>"><div class="left-arrow"></div> <div class="right-arrow"></div></div>
<div class="polespear-content full">
<div class="content-pane center">
<div class="column-left">
<h2 class="product-title"><?php echo the_field('product_name')?></h2>
<div class="info-module">
<div class="info-module-content">
<div class="module-section sayings-section sectionFirst">
<span class="product-description"><?php echo the_field('product_description')?></span>
</div>
<div class="module-section measurements-section">
<div class="measurements-section-left">
<img class="measurements-product-image" src="<?php echo the_field('measurement_product_image')?>">
<span class="suggested-pole-text"><?php echo the_field('measurement_page_text')?></span>
<div class="polespear-cross-section first-polespear-cross-section">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-1.png">
<img title="Hand Grip" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-2.png">
<img title="Carb-Graph" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-3.png">
<img title="Head ATTM." src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-4.png">
<span class="suggested-pole-length"><?php echo the_field('suggested_poles_1_length'); ?>”</span>
</div>
<?php if(get_field('two_suggested_poles')) { ?>
<div class="polespear-cross-section">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-1.png">
<img title="Hand Grip" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-2.png">
<img title="Carb-Graph" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-3.png">
<img title="Head ATTM." src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-4.png">
<span class="suggested-pole-length"><?php echo the_field('suggested_poles_1_length'); ?>”</span>
</div>
<?php } else {}; ?>
</div>
<div class="measurements-section-right">
<img class="measurement-image-top" src="<?php echo the_field('measurements_bubble_top') ;?>">
<img class="measurement-image-bottom" src="<?php echo the_field('measurements_bubble_bottom') ;?>">
</div>
</div>
<div class="module-section difficulty-section"><img src="<?php echo the_field('difficulty_image') ;?>"></div>
<div class="module-section video-section"> <p>- coming soon -</p></div>
</div>
<div class="info-module-nav">
<div class="info-module-tab" activates="video"><img class="info-module-video-button" src="<?php echo get_template_directory_uri()?>/img/dim-video-button.png"></div>
<div class="info-module-tab" activates="difficulty"><img class="info-module-fish" src="<?php echo get_template_directory_uri()?>/img/fish.png"></div>
<div class="info-module-tab" activates="measurements"><img class="info-module-info" src="<?php echo get_template_directory_uri()?>/img/info.png"></div>
<div class="info-module-tab info-module-active " activates="sayings"><img class="info-module-quote" src="<?php echo get_template_directory_uri()?>/img/quote-bubble.png"></div>
</div>
</div>
</div>
<div class="column-right">
<p class="image-size-controller"><span id="<?php echo the_field('tag_name') . '-actual-size';?>" class="actual-size-button" base="<?php echo the_field('tag_name') ;?>"></span> <span class="full-pole-button" id="<?php echo the_field('tag_name') . '-fit-screen';?>" base="<?php echo the_field('tag_name') ;?>"></span></p>
<p class="price"><big>$<?php echo the_field('product_price');?></big> /Ships Free w/Pole Purchase</p>
<p class="caption">Click to Add to Order</p>
<div class="addon-row left">
<?php echo the_content(); ?>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
<!-- <a href="#<?php echo the_field('window_name');?>"><div class="bubble"></div></a> -->
<a href="#<?php echo the_field('window_name');?>"><div class="bubble-arrow"></div></a>
</section>
<?php endwhile; else: ?>
<p>there are no posts to show.</p>
<?php endif ?>
<!-- ========== POLESPEAR SECTION =========== -->
<section id="polespear-section" class="window">
<?php
$args2 = ['post_type' => 'poles'];
$pole_query = new WP_Query($args2);
?>
<?php if ($pole_query->have_posts()) : while ($pole_query->have_posts()) : $pole_query->the_post(); ?>
<section class="<?php echo the_field('window_name') ;?> thissection">
<div class="scroller full" id="<?php echo the_field('tag_name') . '-id';?>">
<img src="<?php echo the_field('product_image')?>" class="polespear-image" id="<?php echo the_field('tag_name') . '-image';?>" />
</div>
<div class="arrows" id="<?php echo the_field('tag_name') . '-arrows'?>"><div class="left-arrow"></div> <div class="right-arrow"></div></div>
<div class="polespear-content full">
<div class="content-pane center">
<div class="column-left">
<h2 class="p-product-title"><?php echo the_field('product_name')?></h2>
<!-- NEW POLESPEAR MODULE -->
<div class="info-module">
<div class="info-module-content">
<div class="module-section sayings-section sectionFirst">
<span class="product-description polespear-description"><?php echo the_field('product_description');?></span>
<img class="polespear-description-image" src="<?php echo the_field('product_description_image');?>">
</div>
<div class="module-section measurements-section">
<div class="measurements-section-left">
<img class="measurements-suggested-image" src="<?php echo the_field('measurement_product_image_1') ?>">
<span class="suggested-pole-length"><?php echo the_field('measurement_product_image_1_length'); ?>”</span>
<img class="measurements-suggested-image" src="<?php echo the_field('measurement_product_image_2') ?>">
<span class="suggested-pole-length"><?php echo the_field('measurement_product_image_2_length'); ?>”</span>
<span class="suggested-pole-text"><?php echo the_field('measurement_page_text')?></span>
<img class="measurements-suggested-image" src="<?php echo the_field('suggested_heads_image_1')?>">
<span class="suggested-pole-length"><?php echo the_field('suggested_heads_1_length');?>”</span>
<img class="measurements-suggested-image" src="<?php echo the_field('suggested_heads_image_2')?>">
<span class="suggested-pole-length"><?php echo the_field('suggested_heads_2_length');?>”</span>
</div>
<div class="measurements-section-right">
<img class="measurement-image-top" src="<?php echo the_field('measurements_bubble_top');?>">
<img class="measurement-image-bottom" src="<?php echo the_field('measurements_bubble_bottom');?>">
</div>
</div>
<div class="module-section difficulty-section"><img src="<?php echo the_field('difficulty_image');?>"></div>
<div class="module-section video-section"> <p>- coming soon -</p></div>
</div>
<div class="info-module-nav">
<div class="info-module-tab" activates="video"><img class="info-module-video-button" src="<?php echo get_template_directory_uri()?>/img/dim-video-button.png"></div>
<div class="info-module-tab" activates="difficulty"><img class="info-module-fish" src="<?php echo get_template_directory_uri()?>/img/fish.png"></div>
<div class="info-module-tab" activates="measurements"><img class="info-module-info" src="<?php echo get_template_directory_uri()?>/img/info.png"></div>
<div class="info-module-tab info-module-active " activates="sayings"><img class="info-module-quote" src="<?php echo get_template_directory_uri()?>/img/quote-bubble.png"></div>
</div>
</div>
</div>
<div class="column-right">
<p class="image-size-controller"><span id="<?php echo the_field('tag_name') . '-actual-size';?>" class="actual-size-button" base="<?php echo the_field('tag_name') ;?>"></span> <span class="full-pole-button" id="<?php echo the_field('tag_name') . '-fit-screen';?>"href="#" base="<?php echo the_field('tag_name') ;?>"></span></p>
<p class="price"><big>$<?php echo the_field('product_price');?></big> /+ <sup>$</sup>20 Shipping within USA<br>Int'l Rates Vary <a href="<?php bloginfo('url'); ?>/quote/"><b>Request Quote</b></a></p>
<p class="caption">Click to Add to Order</p>
<div class="addon-row left"><?php echo the_content(); ?></div>
</div>
<div style="clear: both;"></div>
</div>
</div>
</section>
<?php endwhile; else: ?>
<p>there are no posts to show.</p>
<?php endif ?>
<div class="pole-product-title">
<div class="down-arrow"></div>
<select class="poles-menu">
<option class="six" value="sixfooter">SIX'ER</option>
<option class="seven" value="sevenfooter">SEVEN'ER</option>
<option class="eight" value="eightfooter">EIGHT'ER</option>
<option class="nine" value="ninefooter">NINE'ER</option>
<option class="ten" value="tenfooter">TEN'ER</option>
</select>
</div>
<!-- <a href="#polespear-section"><div class="bubble"></div></a> -->
<a href="#polespear-section"><div class="bubble-arrow"></div></a>
</section>
<!-- =========== SHRINKER ============= -->
<?php
$args = array(
'post_type' => 'shrinker'
);
$extras_query = new WP_Query($args);
?>
<?php if ($extras_query->have_posts()) : while ($extras_query->have_posts()) : $extras_query->the_post(); ?>
<section class="window" id="<?php echo the_field('window_name') ;?>">
<div class="scroller full" id="<?php echo the_field('tag_name') . '-id';?>">
<img src="<?php echo the_field('product_image')?>" class="polespear-image" id="<?php echo the_field('tag_name') . '-image';?>" />
</div>
<div class="polespear-content full">
<div class="content-pane center">
<div class="column-left">
<h2 class="product-title"><?php echo the_field('product_name')?></h2>
<div class="info-module">
<div class="info-module-content">
<div class="module-section sayings-section sectionFirst">
<span class="product-description"><?php echo the_field('product_description');?></span>
<img class="polespear-description-image" src="<?php echo the_field('product_description_image');?>">
</div>
<div class="module-section measurements-section">
<div class="measurements-section-left">
<img class="measurements-suggested-image" src="<?php echo the_field('measurement_product_image') ?>">
<div class="measurements-suggested-image" id="inshore-measurements-cross-sections">
<div class="inshore-measurements-left">
<div class="polespear-cross-section-for-inshore polespear-cross-section">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-1.png">
<img title="Hand Grip" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-2.png">
<img title="Carb-Graph" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-3.png">
<img title="Head ATTM." src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-4.png">
</div>
</div>
<div class="inshore-measurements-right">
<div class="inshore-cross-section">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/POLESPEAR-part-1.png">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/inshore-cross-section-middle.png">
<img title="Pole End" src="<?php echo get_template_directory_uri();?>/img/inshore-cross-section-right.png">
</div>
</div>
</div>
<span class="suggested-pole-text"><strong>From This to this, in seconds</strong></span>
<img class="measurements-suggested-image" src="<?php echo the_field('suggested_heads_image_1')?>">
<!-- <span class="suggested-pole-length"><?php echo the_field('suggested_heads_1_length');?>”</span> -->
<img class="measurements-suggested-image" src="<?php echo the_field('suggested_heads_image_2')?>">
<!-- <span class="suggested-pole-length"><?php echo the_field('suggested_heads_2_length');?>”</span> -->
</div>
<div class="measurements-section-right">
<img class="measurement-image-top" src="<?php echo the_field('measurements_bubble_top');?>">
</div>
</div>
<div class="module-section difficulty-section"><img src="<?php echo the_field('difficulty_image');?>"></div>
<div class="module-section video-section"> <p>- coming soon -</p></div>
</div>
<div class="info-module-nav">
<div class="info-module-tab" activates="video"><img class="info-module-video-button" src="<?php echo get_template_directory_uri()?>/img/dim-video-button.png"></div>
<div class="info-module-tab" activates="difficulty"><img class="info-module-fish" src="<?php echo get_template_directory_uri()?>/img/fish.png"></div>
<div class="info-module-tab" activates="measurements"><img class="info-module-info" src="<?php echo get_template_directory_uri()?>/img/info.png"></div>
<div class="info-module-tab info-module-active " activates="sayings"><img class="info-module-quote" src="<?php echo get_template_directory_uri()?>/img/quote-bubble.png"></div>
</div>
</div> <!-- .info-module -->
</div>
<div class="column-right">
<p class="price"><big>$<?php echo the_field('product_price');?></big> /Ships Free w/Pole Purchase</p>
<p class="caption">Click to Add to Order</p>
<div class="addon-row left">
<?php echo the_content(); ?>
</div>
</div><!-- column-right -->
<div style="clear: both;"></div>
</div> <!-- content-pane -->
</div><!-- polespear-content -->
<!-- <a href="#<?php echo the_field('window_name');?>"><div class="bubble"></div></a> -->
<a href="#<?php echo the_field('window_name');?>"><div class="bubble-arrow"></div></a>
</section>
<?php endwhile; else: ?>
<p>there are no posts to show.</p>
<?php endif ;?>
<!-- =========== EXTRAS ============= -->
<?php
$args = array(
'post_type' => 'extras'
);
$extras_query = new WP_Query($args);
?>
<?php if ($extras_query->have_posts()) : while ($extras_query->have_posts()) : $extras_query->the_post(); ?>
<section class="window" id="<?php echo the_field('window_name') ;?>">
<div class="scroller full" id="<?php echo the_field('tag_name') . '-id';?>">
<img src="<?php echo the_field('product_image')?>" class="polespear-image" id="<?php echo the_field('tag_name') . '-image';?>" />
</div>
<div class="polespear-content full">
<div class="content-pane center">
<div class="column-left">
<h2 class="product-title"><?php echo the_field('product_name')?></h2>
<span class="product-description"><?php echo the_field('product_description')?></span>
</div>
<div class="column-right">
<p class="price"><big>$<?php echo the_field('product_price');?></big> /Ships Free w/Pole Purchase</p>
<div class="addon-row left">
<?php echo the_content(); ?>
</div>
</div><!-- column-right -->
<div style="clear: both;"></div>
</div> <!-- content-pane -->
</div><!-- polespear-content -->
<!-- <a href="#<?php echo the_field('window_name');?>"><div class="bubble"></div></a> -->
<a href="#<?php echo the_field('window_name');?>"><div class="bubble-arrow"></div></a>
</section>
<?php endwhile; else: ?>
<p>there are no posts to show.</p>
<?php endif ;?>
<!-- ========= VIDEO ===== -->
<?php
$video1text = "Video blog by Ted from Ted's Holdover about a hunting trip to the Bahama's using a GATKU Polespear.";
$video2text = "How to rig your own SLIP-TIP with break away system -";
$video3text = "Michael Dong and Dustin McIntyre tour Lake Mead to exterminate the invasive carp. The local ecosystem thanks them. All fish were killed with GAT-KU hybrid polespears.";
$video4text = "Ryan Gattoni takes GATKU hybrid polespears south of the border in this short video.";
$video5text = "Video review of the GATKU Gen 2 Hybrid Polespear by Nautilus Spearfishing.";
$video6text = "Hunting Tiger Groupers and a close encounter with a shark. Video by Eric Poeltl. GATKU Polespear + Slip-Tip head used.";
;?>
<section class="window" id="video-window">
<div class="video-section-container">
<div class="video-column-l">
<div class="video1">
<iframe class="vid-1" width="560" height="315" src="//www.youtube.com/embed/qRm0BheSR_Q?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe class="secondary-vid vid-2" width="640" height="360" src="//www.youtube.com/embed/aspLQ0hPoo0" frameborder="0" allowfullscreen></iframe>
<iframe class="secondary-vid vid-3" width="560" height="315" src="//www.youtube.com/embed/xxbnO8oa72k" frameborder="0" allowfullscreen></iframe>
<iframe class="secondary-vid vid-4" width="560" height="315" src="//www.youtube.com/embed/CvRSkoTYq3s" frameborder="0" allowfullscreen></iframe>
<iframe class="secondary-vid vid-5" width="560" height="315" src="//www.youtube.com/embed/8-eQhtrsdu8" frameborder="0" allowfullscreen></iframe>
<iframe class="secondary-vid vid-6" width="560" height="315" src="//www.youtube.com/embed/F3FEIE7rFsw" frameborder="0" allowfullscreen></iframe>
</div>
<div class="video-description">
<div class="vid-1-description">
<p class="vid-description-title">Spearfishing with GATKU Polespears</p>
<p class="vid-description-text"><?php echo $video1text;?></p>
</div>
<div class="vid-2-description secondary-vid-description">
<p class="vid-description-title">Break Away Setup</p>
<p class="vid-description-text"><?php echo $video2text ;?></p>
</div>
<div class="vid-3-description secondary-vid-description">
<p class="vid-description-title">Carp Killers</p>
<p class="vid-description-text"><?php echo $video3text ;?></p>
</div>
<div class="vid-4-description secondary-vid-description">
<p class="vid-description-title">GATKU Gen-2 Polespears go to Baja</p>
<p class="vid-description-text"><?php echo $video4text ;?></p>
</div>
<div class="vid-5-description secondary-vid-description">
<p class="vid-description-title">Nautilus Review</p>
<p class="vid-description-text"><?php echo $video5text ;?></p>
</div>
<div class="vid-6-description secondary-vid-description">
<p class="vid-description-title">Spearfishing in the Exumas</p>
<p class="vid-description-text"><?php echo $video6text ;?></p>
</div>
</div>
</div>
<div class="video-column-r">
<div class="video-links">
<p class="vid-click" id="vid-1-click" activates="vid-1">Bahama's Spearfishing</p>
<p class="vid-click" id="vid-2-click" activates="vid-2">Break Away Setup </p>
<p class="vid-click" id="vid-3-click" activates="vid-3">Carp Killers</p>
<p class="vid-click" id="vid-4-click" activates="vid-4">GATKU Gone Baja</p>
<p class="vid-click" id="vid-5-click" activates="vid-5">Nautilus Review</p>
<p class="vid-click" id="vid-6-click" activates="vid-6">Spearfishing in the Exumas</p>
<p>...</p>
</div>
</div>
</div>
<!-- <a href="#video-window"><div class="bubble"></div></a> -->
<a href="#video-window"><div class="bubble-arrow"></div></a>
</section>
<section class="window" id="you-window">
<div id="you-container">
<p id="you-text"> <a href="mailto:[email protected]"><strong>SEND US YOUR PHOTOS</strong></a> - FISH IN ONE HAND, POLESPEAR IN THE OTHER </p>
<div id="you-carousel" class="owl-carousel">
<?php
$youargs = array(
'post_type' => 'you_post'
);
$you_query = new WP_Query($youargs);
?>
<?php if ($you_query->have_posts()) : while ($you_query->have_posts()) : $you_query->the_post(); ?>
<a class="you-a-container" href="<?php echo the_field('you_image');?>" data-lightbox="YOU" title="<?php echo the_field('you_image_description');?>"><div class="you-pic-container" style="background-image:url(<?php echo the_field('you_image');?>); background-size:cover; background-position:center;"></div></a>
<?php endwhile; else: ?>
<?php endif ;?>
</div>
</div>
<!-- <a href="#you-window"><div class="bubble"></div></a> -->
<a href="#you-window"><div class="bubble-arrow"></div></a>
</section>
<section class="window" id="contact-window">
<div class="contact-desktop">
<div class="grey-space">
<div class="top-contact-container">
<p>Thank You for Visiting!</p>
<p>It's been a pleasure serving you. We hope
you enjoyed your virtual shopping experience.
Please let us know if we can help you
with anything else.
</p>
</div>
</div>
<div class="whitespace">
<p><strong>THE GATKU</strong><br>1250 Pioneer Way Suite H, El Cajon, CA 92020</p>
<p><strong>Customer Service</strong> - Email: [email protected] / Phone +001 619 507-3860</p>
<div class="contact-logos" style="padding:1px 0;">
<a href="#" target="_blank"><img src="<?php echo get_template_directory_uri() ;?>/img/footer-images/instagram-grey.png"></a>
<a href="http://www.facebook.com/gatku" target="_blank"><img src="<?php echo get_template_directory_uri() ;?>/img/footer-images/facebook-grey.png"></a>
<a href="http://www.twitter.com/gatku" target="_blank"><img src="<?php echo get_template_directory_uri() ;?>/img/footer-images/twitter-grey.png"></a>
<a href="#" target="_blank"><img src="<?php echo get_template_directory_uri() ;?>/img/footer-images/youtube-grey.png"></a>
</div>
<p>2005 - <?php echo date('Y') ;?> © GATKU / ALL RIGHTS RESERVED. <span class="fade">| <a href="http://www.troyhollinger.com" target="_blank">WE LOVE TROY</a> </span>| <a href="<?php bloginfo('url') ;?>/media ">MEDIA</a> </p>
</div>
<!-- <a href="#contact-window"><div class="bubble"></div></a>
<a href="#contact-window"><div class="bubble-arrow"></div></a> -->
</div>
<div class="contact-mobile">
<p>Tap icon to perform contact method - </p>
<div class="m-contact-image-container"><a href="tel:+16195073860"><img id="iphone" src="<?php echo get_template_directory_uri(); ?>/img/iphone.png"></a></div>
<div class="m-contact-image-container"><a href="mailto:[email protected]"><img src="<?php echo get_template_directory_uri(); ?>/img/mail.png"></a></div>
<div class="m-contact-image-container"><a target="_blank" href="http://www.facebook.com/gatku"><img src="<?php echo get_template_directory_uri(); ?>/img/facebook200px.png"></a></div>
<div class="m-contact-image-container"><a target="_blank" href="http://www.twitter.com/gatku"><img src="<?php echo get_template_directory_uri(); ?>/img/twitter200px.png"></a></div>
<div class="m-contact-info">
<p><strong>THE GATKU</strong><br>1250 Pioneer Way Suite H, El Cajon, CA 92020</p>
<p><strong>Customer Service</strong> - Email: [email protected] / Phone +001 619 507-3860</p>
<p>GATKU©2013 ALL RIGHTS RESERVED.</p>
</div>
</div>
</section>
<?php include('mast.php'); ?>
</div>
<?php get_footer(); ?>