PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
<?php /***************************************/ /* Close head line if woocommerce available /***************************************/ if( isset($post) ){ if( 'product' == get_post_type( $post->ID )){ echo '</section>'; } } $footer_show = true; if(isset($post)){ $footer_show = rwmb_meta( 'easyweb_footer_show' ); } ?> <?php if ( $footer_show || is_archive() || is_single() || is_home() ) : ?> <section id="pre-footer"> <?php //start footer bars $easyweb_webnus_options = easyweb_webnus_options(); $easyweb_webnus_options['easyweb_webnus_footer_instagram_bar'] = isset($easyweb_webnus_options['easyweb_webnus_footer_instagram_bar']) ? $easyweb_webnus_options['easyweb_webnus_footer_instagram_bar'] : '' ; $easyweb_webnus_options['easyweb_webnus_footer_social_bar'] = isset($easyweb_webnus_options['easyweb_webnus_footer_social_bar']) ? $easyweb_webnus_options['easyweb_webnus_footer_social_bar'] : '' ; $easyweb_webnus_options['easyweb_webnus_footer_subscribe_bar'] = isset($easyweb_webnus_options['easyweb_webnus_footer_subscribe_bar']) ? $easyweb_webnus_options['easyweb_webnus_footer_subscribe_bar'] : '' ; $easyweb_webnus_options['easyweb_webnus_footer_color'] = isset($easyweb_webnus_options['easyweb_webnus_footer_color']) ? $easyweb_webnus_options['easyweb_webnus_footer_color'] : '' ; $easyweb_webnus_options['easyweb_webnus_footer_bottom_enable'] = isset($easyweb_webnus_options['easyweb_webnus_footer_bottom_enable']) ? $easyweb_webnus_options['easyweb_webnus_footer_bottom_enable'] : '' ; if( $easyweb_webnus_options['easyweb_webnus_footer_instagram_bar'] ) get_template_part('parts/instagram-bar'); if( $easyweb_webnus_options['easyweb_webnus_footer_social_bar'] ){ get_template_part('parts/social-bar'); } if( $easyweb_webnus_options['easyweb_webnus_footer_subscribe_bar'] ) get_template_part('parts/subscribe-bar'); ?> </section> <footer id="footer" <?php if( $easyweb_webnus_options['easyweb_webnus_footer_color'] == 1 ) echo 'class="litex"';?>> <section class="container footer-in"> <div class="row"> <?php $footer_type = isset($easyweb_webnus_options['easyweb_webnus_footer_type']) ? $easyweb_webnus_options['easyweb_webnus_footer_type'] : '' ; switch($footer_type){ case 1: ?> <div class="col-md-4"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <div class="col-md-4"><?php if( is_active_sidebar( 'footer-section-2' ) ) dynamic_sidebar('footer-section-2'); ?></div> <div class="col-md-4"><?php if( is_active_sidebar( 'footer-section-3' ) ) dynamic_sidebar('footer-section-3'); ?></div> <?php break; case 2: ?> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-2' ) ) dynamic_sidebar('footer-section-2'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-3' ) ) dynamic_sidebar('footer-section-3'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-4' ) ) dynamic_sidebar('footer-section-4'); ?></div> <?php break; case 3: ?> <div class="col-md-6"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-2' ) ) dynamic_sidebar('footer-section-2'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-3' ) ) dynamic_sidebar('footer-section-3'); ?></div> <?php break; case 4: ?> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <div class="col-md-3"><?php if( is_active_sidebar( 'footer-section-2' ) ) dynamic_sidebar('footer-section-2'); ?></div> <div class="col-md-6"><?php if( is_active_sidebar( 'footer-section-3' ) ) dynamic_sidebar('footer-section-3'); ?></div> <?php break; case 5: ?> <div class="col-md-6"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <div class="col-md-6"><?php if( is_active_sidebar( 'footer-section-2' ) ) dynamic_sidebar('footer-section-2'); ?></div> <?php break; case 6: ?> <div class="col-md-12"><?php if( is_active_sidebar( 'footer-section-1' ) ) dynamic_sidebar('footer-section-1'); ?></div> <?php break; } ?> </div> </section> <!-- end-footer-in --> <?php if( $easyweb_webnus_options['easyweb_webnus_footer_bottom_enable'] ) get_template_part('parts/footer','bottom'); ?> <!-- end-footbot --> </footer> <!-- end-footer --> <?php endif; ?> <span id="scroll-top"><a class="scrollup"><i class="fa-chevron-up"></i></a></span></div> <!-- end-wrap --> <!-- End Document ================================================== --> <?php echo isset($easyweb_webnus_options['easyweb_webnus_space_before_body']) ? $easyweb_webnus_options['easyweb_webnus_space_before_body'] : ''; wp_footer(); ?> </body> </html>
[+]
..
[-] header.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] screenshot.png
[edit]
[-] comments.php
[edit]
[+]
languages
[+]
parts
[+]
inc
[-] search.php
[edit]
[-] index.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
fonts
[-] wpml-config.xml
[edit]
[-] single-portfolio.php
[edit]
[-] rtl.css
[edit]
[+]
css
[-] page.php
[edit]
[-] author.php
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] 404.php
[edit]
[-] Change_log.txt
[edit]
[+]
images
[+]
js
[-] taxonomy-portfolio_category.php
[edit]
[-] attachment.php
[edit]
[-] COPYING.txt
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]