-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
58 lines (49 loc) · 2.21 KB
/
footer.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
</div> <!-- end content wrap -->
<footer id="footer" class="clear">
<div class="container">
<div class="twelve columns">
<h3>Contact Us</h3>
<p><a href="<?php the_field( 'teamspeak','options' ); ?>">Join Teamspeak Server</a><br>
<a href="<?php the_field( 'discord','options' ); ?>">Join Discord Server</a></p>
<?php get_template_part( 'includes/social' ); ?>
<p class="has-small-font-size">© <?php the_field( 'footer_message','options' ); ?></p>
</div>
<div class="btt">
<a href="#header" onclick="scrollToTop();return false"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
<path fill="#666" d="M2.582,13.891c-0.272,0.268-0.709,0.268-0.979,0s-0.271-0.701,0-0.969l7.908-7.83c0.27-0.268,0.707-0.268,0.979,0
l7.908,7.83c0.27,0.268,0.27,0.701,0,0.969c-0.271,0.268-0.709,0.268-0.978,0L10,6.75L2.582,13.891z"/>
</svg>Back to top</a>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
<script type="module">
import PhotoSwipeLightbox from '/wp-content/themes/3cb24/js/photoswipe-lightbox.esm.min.js';
const lightbox = new PhotoSwipeLightbox({
gallery: '.mygallery',
children: 'a',
pswpModule: () => import('/wp-content/themes/3cb24/js/photoswipe.esm.min.js')
});
lightbox.init();
</script>
<script>
jQuery(document).ready(function() {
//jQuery(window).on('load', function() {
jQuery('.epkb-doc-search-container__title').removeAttr('style');
jQuery('.epkb-doc-search-container').removeAttr('style');
jQuery('.eckb-kb-template').removeAttr('style');
jQuery('.eckb-kb-template').removeAttr('style');
jQuery('#epkb_search_terms').removeAttr('style');
jQuery('#epkb-search-kb').removeAttr('style');
jQuery('.epkb-category-level-1').removeAttr('style');
jQuery('.epkb-cat-name-count-container').removeAttr('style');
jQuery('.epkb-top-category-box').removeAttr('style');
jQuery('.epkb-category-level-2-3__cat-name_text a').removeAttr('style');
jQuery('.epkb-sub-category li').removeAttr('style');
jQuery('.epkb-section-body').removeAttr('style');
});
</script>
</body>
</html>