X7ROOT File Manager
Current Path:
/home/softbdltd/images-bd.com/wp-content87b/themes/eventum
home
/
softbdltd
/
images-bd.com
/
wp-content87b
/
themes
/
eventum
/
??
..
??
404.php
(729 B)
??
admin
??
author.php
(786 B)
??
blog-fullwidth.php
(985 B)
??
blog-left-sidebar.php
(1.25 KB)
??
blog-right-sidebar.php
(1.27 KB)
??
category.php
(809 B)
??
coming-soon.php
(5.21 KB)
??
comments.php
(3.05 KB)
??
css
??
e-cert.php
(5.36 KB)
??
error_log
(114.19 KB)
??
event-price.php
(13.13 KB)
??
fonts
??
footer-alternative.php
(38 B)
??
footer.php
(6.3 KB)
??
footer.php_backup
(6.74 KB)
??
functions.php
(4.69 KB)
??
header-alternative.php
(661 B)
??
header.php
(12.68 KB)
??
homepage.php
(1.07 KB)
??
images
??
index.php
(792 B)
??
js
??
languages
??
lib
??
page-archive-tmp.php
(2.13 KB)
??
page-left-sidebar.php
(1.76 KB)
??
page-right-sidebar.php
(1.3 KB)
??
page.php
(1.5 KB)
??
post-format
??
quick-preset.php
(4.38 KB)
??
quick-style.php
(5.06 KB)
??
registration.php_05_01_2018
(42.04 KB)
??
rtl.css
(2.73 KB)
??
run-details.php
(2.33 KB)
??
screenshot.png
(772 KB)
??
search.php
(695 B)
??
searchform.php
(293 B)
??
sidebar.php
(251 B)
??
single.php
(2.61 KB)
??
style.css
(1.8 KB)
??
theme-options
??
volunteer.php
(8.59 KB)
??
woocommerce
??
woocommerce.php
(688 B)
Editing: footer.php
<!-- start footer --> <?php global $themeum_options; ?> <footer id="footer" class="footer-wrap"> <div class="footer-wrap-inner"> <div > <!-- class="container" --> <div class="footer-up"><span class="footer-text">Things to do...</span></div> <div class="footer-down"></div> <div class="row bottom_foo"> <div class="col-md-10 col-sm-8 col-xs-12"> <div class="col-sm-12"> <div class="bottomMenu"> <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?> </div> </div> <div class="col-sm-12"> <hr class="footer_border"> </div> <div style="margin: 12px 0px 0px;" class="col-sm-12"> <?php if(isset($themeum_options['copyright-text'])){ ?> <span class="copyright"> <?php echo balanceTags($themeum_options['copyright-text']); ?> </span> <?php } ?> </div> </div> <!-- end row --> <div class="col-md-2 col-sm-4 col-xs-12"> <ul class="social-icons"> <?php if(isset($themeum_options['wp-facebook'])){ if( $themeum_options['wp-facebook'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-facebook'] ); ?>"><i class="fa fa-facebook-square"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-twitter'])){ if( $themeum_options['wp-twitter'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-twitter'] ); ?>"><i class="fa fa-twitter-square"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-google-plus'])){ if( $themeum_options['wp-google-plus'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-google-plus'] ); ?>"><i class="fa fa-google-plus"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-pinterest'])){ if( $themeum_options['wp-pinterest'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-pinterest'] ); ?>"><i class="fa fa-pinterest"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-youtube'])){ if( $themeum_options['wp-youtube'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-youtube'] ); ?>"><i class="fa fa-youtube"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-linkedin'])){ if( $themeum_options['wp-linkedin'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-linkedin'] ); ?>"><i class="fa fa-linkedin"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-dribbble'])){ if( $themeum_options['wp-dribbble'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-dribbble'] ); ?>"><i class="fa fa-dribbble"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-behance'])){ if( $themeum_options['wp-behance'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-behance'] ); ?>"><i class="fa fa-behance"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-flickr'])){ if( $themeum_options['wp-flickr'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-flickr'] ); ?>"><i class="fa fa-flickr"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-vk'])){ if( $themeum_options['wp-vk'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-vk'] ); ?>"><i class="fa fa-vk"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-skype'])){ if( $themeum_options['wp-skype'] != '' ){ ?><li><a href="skype:<?php echo esc_url( $themeum_options['wp-skype'] ); ?>?chat"><i class="fa fa-skype"></i></a></li><?php } } ?> <?php if(isset($themeum_options['wp-instagram'])){ if( $themeum_options['wp-instagram'] != '' ){ ?><li><a target="_blank" href="<?php echo esc_url( $themeum_options['wp-instagram'] ); ?>"><i class="fa fa-instagram style="background-position: -355px 0;></i></a></li><?php } } ?> </ul> </div> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- end footer-wrap-inner --> </footer> </div> <!-- #page --> <?php if(isset($themeum_options['google-analytics'])) echo $themeum_options['google-analytics']; ?> <?php if( isset($themeum_options['preloader_en']) && $themeum_options['preloader_en']==1 ) { ?> <!-- ========================= Preloader ============================== --> <?php $user = ''; if ( $themeum_options['preloader_color'] ) { $user = $themeum_options['preloader_color']; } else { $user = '#4bb463'; } $pre_bg = ''; if ( $themeum_options['preloader_color'] ) { $pre_bg = $themeum_options['preloader_bg_color']; } else { $pre_bg = '#fff'; } ?> <input type="hidden" id="hidden_id" value="<?php echo $user; ?>"> <input type="hidden" id="hidden_pre" value="<?php echo $pre_bg; ?>"> <script> var preloader = document.getElementById('hidden_id').value; var preloader_bg = document.getElementById('hidden_pre').value; window.addEventListener('DOMContentLoaded', function() { "use strict"; new QueryLoader2(document.querySelector("body"), { barColor: preloader, backgroundColor: preloader_bg, percentage: true, barHeight: 2, minimumTime: 200, fadeOutTime: 1000 }); }); </script> <?php } ?> <?php wp_footer(); ?> <script type="text/javascript"> <?php print $themeum_options['custom_js']; ?> </script> <style> footer{ background: transparent; padding: 0 !important; border-top: 0 !important; } .bottom_foo{ display:none; } .footer-up { height: 20px; background: #50B848; } .footer-text{ width: 150px; background: #fff; float: left; margin-left: 50px; color: #3B3092; font-size: 20px; font-weight: 500; height: 25px; margin-top: -5px; } .footer-down { height: 15px; background: #3B3092; } </style> </body> </html>
Upload File
Create Folder